/* Mains */
html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 16px!important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

:root {
  --font-family-sans-serif: "Roboto",sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body.ds {
  height: auto;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--font-family-sans-serif);
  background: #fff;
  background: var(--white);
  color: #262626;
  color: var(--default);
  font-size: 1rem;
  font-weight: normal;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  transition: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}


hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
.ds label {
  margin-bottom: 8px;
}
.ds .checkbox label {
  margin-bottom: 0px;
}
.ds label,
.ds input,
.ds textarea,
.ds button,
.ds select,
.ds option {
  cursor: pointer;
}

.ds button,
.ds select {
  text-transform: none;
}

.ds button,
.ds input {
  line-height: normal;
}

.ds button,
.ds input,
.ds select,
.ds textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.ds select {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1rem;
  color: #1b1d38;
  color: var(--default);
  background-color: #fff;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border-radius: .5rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-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;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  box-shadow: none;
  height: 40px;
  padding: 0px 16px;
}
.ds #elfinder select { 
  width: auto;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[role=button] {
  cursor: pointer
}

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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.ds .btn-group-toggle>.btn input[type=checkbox],
.ds .btn-group-toggle>.btn input[type=radio],
.ds .btn-group-toggle>.btn-group>.btn input[type=checkbox],
.ds .btn-group-toggle>.btn-group>.btn input[type=radio] {
  overflow: auto;
  resize: vertical;
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
	display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: inherit;
    white-space: normal;
    font-family: "Roboto";
    font-family: var(--font-family-sans-serif);
    margin-bottom: 0;
    color: #131313;
    font-weight: 600;
    font-size: 1rem;
}

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
}
.pointer {
  cursor: pointer;
}
/* Titles */ 
.ds .h1,
.ds .h2,
.ds .h3,
.ds .h4,
.ds .h5,
.ds .h6,
.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--font-family-sans-serif);
  font-weight: 500;
  line-height: 1.2;
  color: #262626
}

.ds .h1,
.ds h1 {
  font-size: 2.28832rem;
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  color: #262626;
}

.ds .h2,
.ds h2 {
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  font-size: 2.0736rem
}

.ds .h3,
.ds h3 {
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  font-size: 1.728rem
}

.ds .h4,
.ds h4 {
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  font-size: 1.44rem
}

.ds .h5,
.ds h5 {
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  font-size: 1.2rem
}

.ds .h6,
.ds h6 {
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
  font-size: .83333rem
}
.ds .right-0 {
  right: 0;
}

.ds .left-0 {
  left: 0;
}

.ds .top-0 {
  top: 0;
}

.ds .bottom-0 {
  bottom: 0;
}

.ds .right-auto {
  right: auto;
}

.ds .left-auto {
  left: auto;
}

.ds .top-auto {
  top: auto;
}

.ds .bottom-auto {
  bottom: auto;
}

@media (min-width:576px) {
  .ds .right-xs-0 {
    right: 0!important;
  }
  
  .ds .left-xs-0 {
    left: 0!important;
  }
  
  .ds .top-xs-0 {
    top: 0!important;
  }
  
  .ds .bottom-xs-0 {
    bottom: 0!important;
  }
  
  .ds .right-xs-auto {
    right: auto!important;
  }

  .ds .left-xs-auto {
    left: auto!important;
  }

  .ds .top-xs-auto {
    top: auto!important;
  }

  .ds .bottom-xs-auto {
    bottom: auto!important;
  }
}

@media (min-width:768px) {
  .ds .right-sm-0 {
    right: 0!important;
  }
  
  .ds .left-sm-0 {
    left: 0!important;
  }
  
  .ds .top-sm-0 {
    top: 0!important;
  }
  
  .ds .bottom-sm-0 {
    bottom: 0!important;
  }

  .ds .right-sm-auto {
    right: auto!important;
  }

  .ds .left-sm-auto {
    left: auto!important;
  }

  .ds .top-sm-auto {
    top: auto!important;
  }

  .ds .bottom-sm-auto {
    bottom: auto!important;
  }
}

@media (min-width:992px) {
  .ds .right-md-0 {
    right: 0!important;
  }
  
  .ds .left-md-0 {
    left: 0!important;
  }
  
  .ds .top-md-0 {
    top: 0!important;
  }
  
  .ds .bottom-md-0 {
    bottom: 0!important;
  }

  .ds .right-md-auto {
    right: auto!important;
  }

  .ds .left-md-auto {
    left: auto!important;
  }

  .ds .top-md-auto {
    top: auto!important;
  }

  .ds .bottom-md-auto {
    bottom: auto!important;
  }
}

@media (min-width:1200px) {
  .ds .right-lg-0 {
    right: 0!important;
  }
  
  .ds .left-lg-0 {
    left: 0!important;
  }
  
  .ds .top-lg-0 {
    top: 0!important;
  }
  
  .ds .bottom-lg-0 {
    bottom: 0!important;
  }

  .ds .right-lg-auto {
    right: auto!important;
  }

  .ds .left-lg-auto {
    left: auto!important;
  }

  .ds .top-lg-auto {
    top: auto!important;
  }

  .ds .bottom-lg-auto {
    bottom: auto!important;
  }
}

@media (min-width:1430px) {
  .ds .right-xlg-0 {
    right: 0!important;
  }
  
  .ds .left-xlg-0 {
    left: 0!important;
  }
  
  .ds .top-xlg-0 {
    top: 0!important;
  }
  
  .ds .bottom-xlg-0 {
    bottom: 0!important;
  }
  
  .ds .right-xlg-auto {
    right: auto!important;
  }

  .ds .left-xlg-auto {
    left: auto!important;
  }

  .ds .top-xlg-auto {
    top: auto!important;
  }

  .ds .bottom-xlg-auto {
    bottom: auto!important;
  }
}



/* Container */
.ds .max-width-container {
  max-width: 1430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ds .container,
.ds .container-fluid,
.ds .container-lg,
.ds .container-md,
.ds .container-sm,
.ds .container-xs,
.ds .container-xlg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}


.ds mark {
  padding: 0.5rem 1.25rem;
  position: relative;
  display: inline-block;
  border-radius: .375rem;
  line-height: 0.875rem;
  margin: 0.25rem 0;
  color: #ffffff;
  color: var(--white);
  background-color: #5282ff;
  background-color: var(--mark-bgc);
  font-weight: 500;
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}


/* Display */
.ds .clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.ds .d-none {
  display: none !important
}

.ds .d-inline {
  display: inline !important
}

.ds .d-inline-block {
  display: inline-block !important
}

.ds .d-block {
  display: block !important
}

.ds .d-table {
  display: table !important
}

.ds .d-table-row {
  display: table-row !important
}

.ds .d-table-cell {
  display: table-cell !important
}

.ds .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.ds .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width:576px) {
  .ds .d-xs-none {
    display: none !important
  }

  .ds .d-xs-inline {
    display: inline !important
  }

  .ds .d-xs-inline-block {
    display: inline-block !important
  }

  .ds .d-xs-block {
    display: block !important
  }

  .ds .d-xs-table {
    display: table !important
  }

  .ds .d-xs-table-row {
    display: table-row !important
  }

  .ds .d-xs-table-cell {
    display: table-cell !important
  }

  .ds .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .ds .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .ds .d-sm-none {
    display: none !important
  }

  .ds .d-sm-inline {
    display: inline !important
  }

  .ds .d-sm-inline-block {
    display: inline-block !important
  }

  .ds .d-sm-block {
    display: block !important
  }

  .ds .d-sm-table {
    display: table !important
  }

  .ds .d-sm-table-row {
    display: table-row !important
  }

  .ds .d-sm-table-cell {
    display: table-cell !important
  }

  .ds .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .ds .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .ds .d-md-none {
    display: none !important
  }

  .ds .d-md-inline {
    display: inline !important
  }

  .ds .d-md-inline-block {
    display: inline-block !important
  }

  .ds .d-md-block {
    display: block !important
  }

  .ds .d-md-table {
    display: table !important
  }

  .ds .d-md-table-row {
    display: table-row !important
  }

  .ds .d-md-table-cell {
    display: table-cell !important
  }

  .ds .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .ds .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .ds .d-lg-none {
    display: none !important
  }

  .ds .d-lg-inline {
    display: inline !important
  }

  .ds .d-lg-inline-block {
    display: inline-block !important
  }

  .ds .d-lg-block {
    display: block !important
  }

  .ds .d-lg-table {
    display: table !important
  }

  .ds .d-lg-table-row {
    display: table-row !important
  }

  .ds .d-lg-table-cell {
    display: table-cell !important
  }

  .ds .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .ds .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:1430px) {
  .ds .d-xlg-none {
    display: none !important
  }

  .ds .d-xlg-inline {
    display: inline !important
  }

  .ds .d-xlg-inline-block {
    display: inline-block !important
  }

  .ds .d-xlg-block {
    display: block !important
  }

  .ds .d-xlg-table {
    display: table !important
  }

  .ds .d-xlg-table-row {
    display: table-row !important
  }

  .ds .d-xlg-table-cell {
    display: table-cell !important
  }

  .ds .d-xlg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .ds .d-xlg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .ds .d-print-none {
    display: none !important
  }

  .ds .d-print-inline {
    display: inline !important
  }

  .ds .d-print-inline-block {
    display: inline-block !important
  }

  .ds .d-print-block {
    display: block !important
  }

  .ds .d-print-table {
    display: table !important
  }

  .ds .d-print-table-row {
    display: table-row !important
  }

  .ds .d-print-table-cell {
    display: table-cell !important
  }

  .ds .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .ds .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

/* Float  */

.ds .float-left {
  float: left !important
}

.ds .float-right {
  float: right !important
}

.ds .float-none {
  float: none !important
}

@media (min-width:576px) {
  .ds .float-xs-left {
    float: left !important
  }

  .ds .float-xs-right {
    float: right !important
  }

  .ds .float-xs-none {
    float: none !important
  }
}

@media (min-width:768px) {
  .ds  .float-sm-left {
    float: left !important
  }

  .ds .float-sm-right {
    float: right !important
  }

  .ds .float-sm-none {
    float: none !important
  }
}

@media (min-width:992px) {
  .ds .float-md-left {
    float: left !important
  }

  .ds  .float-md-right {
    float: right !important
  }

  .ds .float-md-none {
    float: none !important
  }
}

@media (min-width:1200px) {
  .ds .float-lg-left {
    float: left !important
  }

  .ds .float-lg-right {
    float: right !important
  }

  .ds .float-lg-none {
    float: none !important
  }
}

@media (min-width:1430px) {
  .ds .float-xlg-left {
    float: left !important
  }

  .ds .float-xlg-right {
    float: right !important
  }

  .ds .float-xlg-none {
    float: none !important
  }
}

/* Auto */
.ds .center-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.ds .auto-mrg {
  margin-left: auto;
  margin-right: auto;
}

/* Center block in */
.ds .outer {
  display: flex;
  width: 100%;
  min-height:70px;
}
.ds.site header .outer {
  display: flex;
  width: 100%;
  min-height: 75px;
  height: 75px;
}

.ds .inner {
  width: 100%;
  margin: auto;
}

.ds.site #info .outer {
	display: flex;
    width: 100%;
    min-height: 75px;
    height: 75px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.ds.site #info .inner {
	width: auto;
    margin: auto 0;
    text-align: right;
    align-self: flex-end;
}

.ds .middle {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ds .null {
  margin: 0 !important;
  padding: 0 !important;
}
.ds .d-flex-wrap {
  flex-wrap: wrap;
}
.ds .f-direction-column {
  flex-direction: column !important;
}
.ds .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ds .align-self-center  {
  align-self: center !important;
}

.ds strong {
  font-weight: 600;
}

.ds .uppercase {
  text-transform: uppercase;
}

.ds .bold {
  font-weight: 600;
}

.ds .req {
  color: #FF0000;
  font-weight: bold;
}

.ds p {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;  
}

/* List */
.ds .list-unstyled {
  padding-left: 0;
  list-style: none
}

.ds .list-inline {
  padding-left: 0;
  list-style: none
}

.ds .list-inline-item {
  display: inline-block
}

.ds .line-height-1 {
  line-height: 1;
}
.ds .justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.ds .justify-content-center {
  justify-content: center !important;
}

/* Text */
.ds .text-sans-serif {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--font-family-sans-serif);

}

.ds .text-lowercase {
  text-transform: lowercase !important
}

.ds .text-uppercase {
  text-transform: uppercase !important
}

.ds .text-capitalize {
  text-transform: capitalize !important
}

.ds .font-weight-bolder {
  font-weight: bolder !important
}

.ds .font-italic {
  font-style: italic !important
}

.ds .font-weight-lighter {
  font-weight: lighter !important
}

.ds .font-weight-100 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 100 !important;
  font-style: normal;
}

.ds .font-weight-200 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 200 !important;
  font-style: normal;
}

.ds .font-weight-300 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 300 !important;
  font-style: normal;
}

.ds .font-weight-400 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400 !important;
  font-style: normal;
}

.ds .font-weight-500 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 500 !important;
  font-style: normal;
}

.ds .font-weight-600 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 600 !important;
  font-style: normal;
}

.ds .font-weight-700 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 700 !important;
  font-style: normal;
}

.ds .font-weight-800 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 800 !important;
  font-style: normal;
}

.ds .font-weight-900 {
  font-family: "Roboto", sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 900 !important;
  font-style: normal;
}

.ds .text-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}
.ds .text-not-decoration {
  text-decoration: none;
}

.ds .text-word-break {
  word-break: break-word
}

.ds .text-dotted {
  border-bottom: 1px dotted;
}
.ds .text-facebook {
  color: #3c5a99;
  color: var(--text-facebook);
}

.ds .text-google {
  color: #dd4b39;
  color: var(--text-google);
}

.ds .text-twitter {
  color: #1da1f2;
  color: var(--text-twitter);
}

.ds .text-vk {
  color: #4a76a8;
  color: var(--text-vk);
}

.ds .text-youtube {
  color: rgb(255, 0, 0);
  color: var(--text-youtube);
}


/* Links */
.ds .text-white {
  color: #fff !important;
  color: var(--white);
}
.ds .form-group a {
  color: #262626;
  color: var(--a-main-color);
  font-family: 'Roboto', sans-serif;
}

.ds .form-group a:hover {
  color: #5282ff;
  color: var(--a-active-color);
  cursor: pointer;
}
.ds a {
  color: #262626;
  color: var(--a-main-color);
  font-family: 'Roboto', sans-serif;
  box-shadow: none;
  text-shadow: none;
}
.ds a:active,
.ds a:focus,
.ds a:hover {
  color: #5282ff;
  color: var(--a-hover-color);
  text-decoration: none!important;
}

.ds .text-primary {
  color: #5282ff;
  color: var(--text-primary);
}

.ds a.text-primary:focus,
.ds a.text-primary:hover {
  color: #5282ff;
  color: var(--text-primary-hover);
  text-decoration: none!important;
}

.ds .text-secondary {
  color: #748194;
  color: var(--text-secondary);
}

.ds a.text-secondary:focus,
.ds a.text-secondary:hover {
  color: #525b6a;
  color: var(--a-hover-color);
}

.ds .text-success {
  color: #28b938;
  color: var(--text-success);
}

.ds a.text-success:focus,
.ds a.text-success:hover {
  color: #00864e;
  color: var(--a-hover-color);
}


.ds .text-purple {
  color: #424e79;
  color: var(--text-purple);
}

.ds a.text-purple:focus,
.ds a.text-purple:hover {
  color: #404cec;
  color: var(--a-hover-color);
}


.ds .text-info {
  color: #3952f2;
  color: var(--text-info);
}

.ds a.text-info:focus,
.ds a.text-info:hover {
  color: #2f46d6;
  color: var(--a-hover-color);
}

.ds .text-warning {
  color: #f3732b ;
  color: var(--text-warning);
}

.ds a.text-warning:focus,
.ds a.text-warning:hover {
  color: #db560b !important;
  color: var(--a-hover-color);
}

.ds .text-danger {
  color: #e63757 !important;
  color: var(--text-danger);
}

.ds a.text-danger:focus,
.ds a.text-danger:hover {
  color: #b91735 !important;
  color: var(--a-hover-color);
}

.ds .text-white {
  color: #fff !important;
}

.ds a.text-white:focus,
.ds a.text-white:hover {
  color: #fff !important;
}

.ds .text-dark {
  color: #2b2b2b !important;
  color: var(--text-dark);
}

.ds a.text-dark:focus,
.ds a.text-dark:hover {
  color: #000 !important;
  color: var(--a-hover-color);
}

.ds .text-body {
  color: #5e6e82 !important;
  color: var(--text-body);
}

.ds .text-muted {
  color: #9da9bb !important;
  color: var(--text-muted);
}

.ds .text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.ds .text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}


.ds .text-justify {
  text-align: justify !important
}

.ds .text-wrap {
  white-space: normal !important
}

.ds .text-nowrap {
  white-space: nowrap !important
}

.ds .text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ds .text-left {
  text-align: left !important
}

.ds .text-right {
  text-align: right !important
}

.ds .text-center {
  text-align: center !important
}


@media (min-width:576px) {
  .ds .text-xs-left {
    text-align: left !important
  }

  .ds .text-xs-right {
    text-align: right !important
  }

  .ds .text-xs-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .ds .text-sm-left {
    text-align: left !important
  }

  .ds  .text-sm-right {
    text-align: right !important
  }

  .ds  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .ds .text-md-left {
    text-align: left !important
  }

  .ds .text-md-right {
    text-align: right !important
  }

  .ds .text-md-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .ds  .text-lg-left {
    text-align: left !important
  }

  .ds .text-lg-right {
    text-align: right !important
  }

  .ds .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1430px) {
  .ds .text-xlg-left {
    text-align: left !important
  }

  .ds .text-xlg-right {
    text-align: right !important
  }

  .ds .text-xlg-center {
    text-align: center !important
  }
}



.ds .col-form-label {
  padding-top: 1.125rem;
  padding-bottom:1.125rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.ds .col-form-label-lg {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.ds .col-form-label-sm {
  padding-top:.1875rem;
  padding-bottom: .1875rem;
  font-size: .875rem;
  line-height: 1.5
}

/* Borders */
.ds .border {
  border: 1px solid #e6e6e6 !important
}
.ds .border-2 {
  border: 2px solid #e6e6e6 !important
}
.ds .border-top {
  border-top: 1px solid #e6e6e6 !important
}
.ds .border-top-2 {
  border-top: 2px solid #e6e6e6 !important
}
.ds .border-right {
  border-right: 1px solid #e6e6e6 !important
}
.ds .border-right-2 {
  border-right: 2px solid #e6e6e6 !important
}
.ds .border-bottom {
  border-bottom: 1px solid #e6e6e6 !important
}
.ds .border-bottom-2 {
  border-bottom: 2px solid #e6e6e6 !important
}
.ds .border-left {
  border-left: 1px solid #e6e6e6 !important
}
.ds .border-left-2 {
  border-left: 2px solid #e6e6e6 !important
}
.ds .border-0 {
  border: 0 !important
}

.ds .border-top-0 {
  border-top: 0 !important
}

.ds .border-right-0 {
  border-right: 0 !important
}

.ds .border-bottom-0 {
  border-bottom: 0 !important
}

.ds .border-left-0 {
  border-left: 0 !important
}

.ds .border-bg-dashed {
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' stroke-linejoin='round' style='fill: none; stroke: rgb(215,218,222); stroke-width:8; stroke-dasharray: 15 5'/></svg>");
  position: relative;
}

.ds .border-x {
  border-left: 1px solid #e6e6e6!important;
  border-right: 1px solid #e6e6e6!important
}

.ds  .border-y {
  border-top: 1px solid #e6e6e6!important;
  border-bottom: 1px solid #e6e6e6!important
}
.ds .border-dashed {
  border: 1px dashed #d9d9d9!important
}

.ds .border-dashed-top {
  border-top: 1px dashed #d9d9d9!important
}

.ds .border-dashed-right {
  border-right: 1px dashed #d9d9d9!important
}

.ds .border-dashed-bottom {
  border-bottom: 1px dashed #d9d9d9!important
}

.ds .border-dashed-left {
  border-left: 1px dashed #d9d9d9!important
}

.ds .border-dashed-x {
  border-left: 1px dashed #d9d9d9!important;
  border-right: 1px dashed #d9d9d9!important
}

.ds .border-dashed-y {
  border-top: 1px dashed #d9d9d9!important;
  border-bottom: 1px dashed #d9d9d9!important
}


/* Round */
.ds .rounded {
  border-radius: .5rem !important
}

.ds .rounded-top {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important
}

.ds .rounded-right {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important
}

.ds .rounded-bottom {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important
}

.ds .rounded-left {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important
}

.ds .rounded-soft {
  border-radius: .375rem !important
}

.ds .rounded-soft-top {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important
}

.ds .rounded-soft-right {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important
}

.ds .rounded-soft-bottom {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important
}

.ds .rounded-soft-left {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important
}

.ds .rounded-capsule {
  border-radius: 3.125rem !important
}

.ds .rounded-circle {
  border-radius: 50% !important
}

.ds .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.ds .rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.ds .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.ds .rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}
@media (min-width:576px) {
  
  .ds .border-xs-bg-dashed {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' stroke-linejoin='round' style='fill: none; stroke: rgb(215,218,222); stroke-width:8; stroke-dasharray: 15 5'/></svg>");
    position: relative;
  }
  .ds .border-xs {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-xs-2 {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-xs-top {
    border-top: 1px solid #e6e6e6!important
  }
  .ds .border-xs-top-2 {
    border-top: 2px solid #e6e6e6!important
  }
  .ds .border-xs-right {
    border-right: 1px solid #e6e6e6!important
  }
  .ds .border-xs-right-2 {
    border-right: 2px solid #e6e6e6!important
  }
  .ds .border-xs-bottom {
    border-bottom: 1px solid #e6e6e6!important
  }
  .ds  .border-xs-bottom-2 {
    border-bottom: 2px solid #e6e6e6!important
  }
  .ds .border-xs-left {
    border-left: 1px solid #e6e6e6!important
  }
  .ds  .border-xs-left-2 {
    border-left: 2px solid #e6e6e6!important
  }

  .ds .border-xs-x {
    border-left: 1px solid #e6e6e6!important;
    border-right: 1px solid #e6e6e6!important
  }

  .ds  .border-xs-y {
    border-top: 1px solid #e6e6e6!important;
    border-bottom: 1px solid #e6e6e6!important
  }

  .ds .border-xs-dashed {
    border: 2px dashed #d9d9d9!important
  }

  .ds .border-xs-dashed-top {
    border-top: 2px dashed #d9d9d9!important
  }

  .ds .border-xs-dashed-right {
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-xs-dashed-bottom {
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-xs-dashed-left {
    border-left: 2px dashed #d9d9d9!important
  }

  .ds .border-xs-dashed-x {
    border-left: 2px dashed #d9d9d9!important;
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-xs-dashed-y {
    border-top: 2px dashed #d9d9d9!important;
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-xs-0 {
    border-width: 0 !important
  }

  .ds .border-xs-top-0 {
    border-top-width: 0 !important
  }

  .ds .border-xs-right-0 {
    border-right-width: 0 !important
  }

  .ds .border-xs-bottom-0 {
    border-bottom-width: 0 !important
  }

  .ds .border-xs-left-0 {
    border-left-width: 0 !important
  }

  .ds .border-xs-x-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important
  }

  .ds .border-xs-y-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
  }

  .ds .rounded-xs {
    border-radius: .25rem !important
  }

  .ds .rounded-xs-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .ds .rounded-xs-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .ds .rounded-xs-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-xs-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .roundedxs-soft-xs {
    border-radius: .375rem !important
  }

  .ds .rounded-soft-xs-top {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .ds .rounded-soft-xs-right {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .ds  .rounded-soft-xs-bottom {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-soft-xs-left {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-xs-capsule {
    border-radius: 3.125rem !important
  }

  .ds .rounded-xs-circle {
    border-radius: 50% !important
  }

  .ds .rounded-xs-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .ds .rounded-xs-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .ds .rounded-xs-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }

  .ds .rounded-xs-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }
}

@media (min-width:768px) {
  .ds .border-sm-bg-dashed {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' stroke-linejoin='round' style='fill: none; stroke: rgb(215,218,222); stroke-width:8; stroke-dasharray: 15 5'/></svg>");
    position: relative;
  }
  .ds .border-sm {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-sm-2 {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-sm-top {
    border-top: 1px solid #e6e6e6!important
  }
  .ds .border-sm-top-2 {
    border-top: 2px solid #e6e6e6!important
  }
  .ds .border-sm-right {
    border-right: 1px solid #e6e6e6!important
  }
  .ds .border-sm-right-2 {
    border-right: 2px solid #e6e6e6!important
  }
  .ds .border-sm-bottom {
    border-bottom: 1px solid #e6e6e6!important
  }
  .ds  .border-sm-bottom-2 {
    border-bottom: 2px solid #e6e6e6!important
  }
  .ds .border-sm-left {
    border-left: 1px solid #e6e6e6!important
  }
  .ds  .border-sm-left-2 {
    border-left: 2px solid #e6e6e6!important
  }

  .ds  .border-sm-x {
    border-left: 1px solid #e6e6e6!important;
    border-right: 1px solid #e6e6e6!important
  }

  .ds .border-sm-y {
    border-top: 1px solid #e6e6e6!important;
    border-bottom: 1px solid #e6e6e6!important
  }

  .ds .border-sm-dashed {
    border: 2px dashed #d9d9d9!important
  }

  .ds  .border-sm-dashed-top {
    border-top: 2px dashed #d9d9d9!important
  }

  .ds .border-sm-dashed-right {
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-sm-dashed-bottom {
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-sm-dashed-left {
    border-left: 2px dashed #d9d9d9!important
  }

  .ds  .border-sm-dashed-x {
    border-left: 2px dashed #d9d9d9!important;
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-sm-dashed-y {
    border-top: 2px dashed #d9d9d9!important;
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-sm-0 {
    border-width: 0 !important
  }

  .ds .border-sm-top-0 {
    border-top-width: 0 !important
  }

  .ds .border-sm-right-0 {
    border-right-width: 0 !important
  }

  .ds .border-sm-bottom-0 {
    border-bottom-width: 0 !important
  }

  .ds .border-sm-left-0 {
    border-left-width: 0 !important
  }

  .ds .border-sm-x-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important
  }

  .ds .border-sm-y-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
  }

  .ds .rounded-sm {
    border-radius: .25rem !important
  }

  .ds .rounded-sm-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .ds .rounded-sm-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .ds .rounded-sm-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-sm-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-soft-sm {
    border-radius: .375rem !important
  }

  .ds .rounded-soft-sm-top {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .ds .rounded-soft-sm-right {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .ds .rounded-soft-sm-bottom {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-soft-sm-left {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-sm-capsule {
    border-radius: 3.125rem !important
  }

  .ds .rounded-sm-circle {
    border-radius: 50% !important
  }

  .ds .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .ds .rounded-sm-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .ds .rounded-sm-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }

  .ds .rounded-sm-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }
}

@media (min-width:992px) {
  .ds .border-md-bg-dashed {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' stroke-linejoin='round' style='fill: none; stroke: rgb(215,218,222); stroke-width:8; stroke-dasharray: 15 5'/></svg>");
    position: relative;
  }
  .ds .border-md {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-md-2 {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-md-top {
    border-top: 1px solid #e6e6e6!important
  }
  .ds .border-md-top-2 {
    border-top: 2px solid #e6e6e6!important
  }
  .ds .border-md-right {
    border-right: 1px solid #e6e6e6!important
  }
  .ds .border-md-right-2 {
    border-right: 2px solid #e6e6e6!important
  }
  .ds .border-md-bottom {
    border-bottom: 1px solid #e6e6e6!important
  }
  .ds  .border-md-bottom-2 {
    border-bottom: 2px solid #e6e6e6!important
  }
  .ds .border-md-left {
    border-left: 1px solid #e6e6e6!important
  }
  .ds  .border-md-left-2 {
    border-left: 2px solid #e6e6e6!important
  }
  .ds .border-md-x {
    border-left: 1px solid #e6e6e6!important;
    border-right: 1px solid #e6e6e6!important
  }

  .ds .border-md-y {
    border-top: 1px solid #e6e6e6!important;
    border-bottom: 1px solid #e6e6e6!important
  }

  .ds .border-md-dashed {
    border: 2px dashed #d9d9d9!important
  }

  .ds .border-md-dashed-top {
    border-top: 2px dashed #d9d9d9!important
  }

  .ds .border-md-dashed-right {
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-md-dashed-bottom {
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-md-dashed-left {
    border-left: 2px dashed #d9d9d9!important
  }

  .ds .border-md-dashed-x {
    border-left: 2px dashed #d9d9d9!important;
    border-right: 2px dashed #d9d9d9!important
  }

  .ds  .border-md-dashed-y {
    border-top: 2px dashed #d9d9d9!important;
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds  .border-md-0 {
    border-width: 0 !important
  }

  .ds .border-md-top-0 {
    border-top-width: 0 !important
  }

  .ds .border-md-right-0 {
    border-right-width: 0 !important
  }

  .ds .border-md-bottom-0 {
    border-bottom-width: 0 !important
  }

  .ds .border-md-left-0 {
    border-left-width: 0 !important
  }

  .ds .border-md-x-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important
  }

  .ds .border-md-y-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
  }

  .ds .rounded-md {
    border-radius: .25rem !important
  }

  .ds .rounded-md-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .ds  .rounded-md-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .ds .rounded-md-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds  .rounded-md-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-soft-md {
    border-radius: .375rem !important
  }

  .ds  .rounded-soft-md-top {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .ds .rounded-soft-md-right {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .ds .rounded-soft-md-bottom {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-soft-md-left {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds  .rounded-md-capsule {
    border-radius: 3.125rem !important
  }

  .ds .rounded-md-circle {
    border-radius: 50% !important
  }

  .ds .rounded-md-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .ds  .rounded-md-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .ds .rounded-md-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }

  .ds .rounded-md-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }
}

@media (min-width:1200px) {
  .ds .border-lg-bg-dashed {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' stroke-linejoin='round' style='fill: none; stroke: rgb(215,218,222); stroke-width:8; stroke-dasharray: 15 5'/></svg>");
    position: relative;
  }
  .ds  .border-lg {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-lg-2 {
    border: 1px solid #e6e6e6!important
  }
  .ds .border-lg-top {
    border-top: 1px solid #e6e6e6!important
  }
  .ds .border-lg-top-2 {
    border-top: 2px solid #e6e6e6!important
  }
  .ds .border-lg-right {
    border-right: 1px solid #e6e6e6!important
  }
  .ds .border-lg-right-2 {
    border-right: 2px solid #e6e6e6!important
  }
  .ds .border-lg-bottom {
    border-bottom: 1px solid #e6e6e6!important
  }
  .ds  .border-lg-bottom-2 {
    border-bottom: 2px solid #e6e6e6!important
  }
  .ds .border-lg-left {
    border-left: 1px solid #e6e6e6!important
  }
  .ds  .border-lg-left-2 {
    border-left: 2px solid #e6e6e6!important
  }

  .ds  .border-lg-x {
    border-left: 1px solid #e6e6e6!important;
    border-right: 1px solid #e6e6e6!important
  }

  .ds .border-lg-y {
    border-top: 1px solid #e6e6e6!important;
    border-bottom: 1px solid #e6e6e6!important
  }

  .ds .border-lg-dashed {
    border: 2px dashed #d9d9d9!important
  }

  .ds .border-lg-dashed-top {
    border-top: 2px dashed #d9d9d9!important
  }

  .ds .border-lg-dashed-right {
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-lg-dashed-bottom {
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-lg-dashed-left {
    border-left: 2px dashed #d9d9d9!important
  }

  .ds .border-lg-dashed-x {
    border-left: 2px dashed #d9d9d9!important;
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-lg-dashed-y {
    border-top: 2px dashed #d9d9d9!important;
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-lg-0 {
    border-width: 0 !important
  }

  .ds .border-lg-top-0 {
    border-top-width: 0 !important
  }

  .ds .border-lg-right-0 {
    border-right-width: 0 !important
  }

  .ds  .border-lg-bottom-0 {
    border-bottom-width: 0 !important
  }

  .ds  .border-lg-left-0 {
    border-left-width: 0 !important
  }

  .ds .border-lg-x-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important
  }

  .ds .border-lg-y-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
  }

  .ds .rounded-lg {
    border-radius: .25rem !important
  }

  .ds .rounded-lg-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .ds .rounded-lg-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .ds .rounded-lg-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-lg-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-soft-lg {
    border-radius: .375rem !important
  }

  .ds .rounded-soft-lg-top {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .ds .rounded-soft-lg-right {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .ds .rounded-soft-lg-bottom {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-soft-lg-left {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-lg-capsule {
    border-radius: 3.125rem !important
  }

  .ds .rounded-lg-circle {
    border-radius: 50% !important
  }

  .ds .rounded-lg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .ds .rounded-lg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .ds .rounded-lg-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }

  .ds .rounded-lg-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }
}

@media (min-width:1430px) {
  .ds .border-xlg-bg-dashed {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' stroke-linejoin='round' style='fill: none; stroke: rgb(215,218,222); stroke-width:8; stroke-dasharray: 15 5'/></svg>");
    position: relative;
  }

  .ds .border-xlg {
    border: 1px solid #e6e6e6!important
  }

  .ds .border-xlg-2 {
    border: 1px solid #e6e6e6!important
  }
  
  .ds .border-xlg-top {
    border-top: 1px solid #e6e6e6!important
  }
  .ds .border-xlg-top-2 {
    border-top: 2px solid #e6e6e6!important
  }
  .ds .border-xlg-right {
    border-right: 1px solid #e6e6e6!important
  }
  .ds .border-xlg-right-2 {
    border-right: 2px solid #e6e6e6!important
  }
  .ds .border-xlg-bottom {
    border-bottom: 1px solid #e6e6e6!important
  }
  .ds  .border-xlg-bottom-2 {
    border-bottom: 2px solid #e6e6e6!important
  }
  .ds .border-xlg-left {
    border-left: 1px solid #e6e6e6!important
  }
  .ds  .border-xlg-left-2 {
    border-left: 2px solid #e6e6e6!important
  }

  .ds .border-xlg-x {
    border-left: 1px solid #e6e6e6!important;
    border-right: 1px solid #e6e6e6!important
  }

  .ds .border-xlg-y {
    border-top: 1px solid #e6e6e6!important;
    border-bottom: 1px solid #e6e6e6!important
  }

  .ds .border-xlg-dashed {
    border: 2px dashed #d9d9d9!important
  }

  .ds .border-xlg-dashed-top {
    border-top: 2px dashed #d9d9d9!important
  }

  .ds .border-xlg-dashed-right {
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-xlg-dashed-bottom {
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-xlg-dashed-left {
    border-left: 2px dashed #d9d9d9!important
  }

  .ds .border-xlg-dashed-x {
    border-left: 2px dashed #d9d9d9!important;
    border-right: 2px dashed #d9d9d9!important
  }

  .ds .border-xlg-dashed-y {
    border-top: 2px dashed #d9d9d9!important;
    border-bottom: 2px dashed #d9d9d9!important
  }

  .ds .border-xlg-0 {
    border-width: 0 !important
  }

  .ds .border-xlg-top-0 {
    border-top-width: 0 !important
  }

  .ds .border-xlg-right-0 {
    border-right-width: 0 !important
  }

  .ds .border-xlg-bottom-0 {
    border-bottom-width: 0 !important
  }

  .ds .border-xlg-left-0 {
    border-left-width: 0 !important
  }

  .ds .border-xlg-x-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important
  }

  .ds .border-xlg-y-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
  }

  .ds .rounded-xlg {
    border-radius: .25rem !important
  }

  .ds .rounded-xlg-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
  }

  .ds .rounded-xlg-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
  }

  .ds .rounded-xlg-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-xlg-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
  }

  .ds .rounded-soft-xlg {
    border-radius: .375rem !important
  }

  .ds .rounded-soft-xlg-top {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important
  }

  .ds .rounded-soft-xlg-right {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important
  }

  .ds .rounded-soft-xlg-bottom {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-soft-xlg-left {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important
  }

  .ds .rounded-xlg-capsule {
    border-radius: 3.125rem !important
  }

  .ds .rounded-xlg-circle {
    border-radius: 50% !important
  }

  .ds .rounded-xlg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .ds .rounded-xlg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }

  .ds .rounded-xlg-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }

  .ds .rounded-xlg-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
  }
}

.ds .rounded-circle {
  border-radius: 50% !important
}

.ds .rounded-pill {
  border-radius: 50rem !important
}

.ds .rounded-0 {
  border-radius: 0 !important
}


.ds .border-primary {
  border-color: #5282ff !important;
  border-color: var(--border-primary) !important
}

.ds .border-secondary {
  border-color: #333b52 !important;
  border-color: var(--border-secondary) !important
}

.ds .border-success {
  border-color: #00d27a !important;
  border-color: var(--border-success) !important
}

.ds .border-info {
  border-color: #3952f2 !important;
  border-color: var(--border-info) !important
}

.ds .border-warning {
  border-color: #f5803e !important;
  border-color: var(--border-warning) !important
}

.ds .border-danger {
  border-color: #e63757 !important;
  border-color: var(--border-danger) !important
}

.ds .border-light {
  border-color: #e6e6e6 !important;
  border-color: var(--border-light) !important
}

.ds .border-dark {
  border-color: #0b1727 !important;
  border-color: var(--border-dark) !important
}

.ds .border-white {
  border-color: #fff !important;
}
/* User Select */

.ds .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important
}

.ds .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.ds .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

/* Position */
.ds .overflow-auto {
  overflow: auto !important
}

.ds .overflow-hidden {
  overflow: hidden !important
}

.ds .overflow-x-hidden {
  overflow-x: hidden;
}

.ds .overflow-y-hidden {
  overflow-y: hidden;
}

.ds .p-static {
  position: static !important
}

.ds .p-relative {
  position: relative !important
}

.ds .p-initial {
  position: initial !important;
}

.ds .p-absolute {
  position: absolute !important
}

.ds .p-fixed {
  position: fixed !important
}
.ds .p-sticky-top {
  position: -webkit-sticky!important;
  position: sticky !important;
  top: 0;
  z-index: 1020;
}
.ds .p-sticky-bottom {
  position: -webkit-sticky!important;
  position: sticky !important;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  
  .ds .p-xs-static {
    position: static !important
  }
  
  .ds .p-xs-relative {
    position: relative !important
  }
  
  .ds .p-xs-absolute {
    position: absolute !important
  }
  
  .ds .p-xs-fixed {
    position: fixed !important
  }
    
  .ds .p-xs-initial {
    position: initial !important;
  }
  .ds .p-xs-sticky-top {
    position: -webkit-sticky!important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
  }
  .ds .p-xs-sticky-bottom {
    position: -webkit-sticky!important;
    position: sticky !important;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {

  .ds .p-sm-static {
    position: static !important
  }
  
  .ds .p-sm-relative {
    position: relative !important
  }
  
  .ds .p-sm-absolute {
    position: absolute !important
  }
  
  .ds .p-sm-fixed {
    position: fixed !important
  }
  .ds .p-sm-initial {
    position: initial !important;
  }
  .ds .p-sm-sticky-top {
    position: -webkit-sticky!important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
  }
  .ds .p-sm-sticky-bottom {
    position: -webkit-sticky!important;
    position: sticky !important;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {

  .ds .p-md-static {
    position: static !important
  }
  
  .ds .p-md-relative {
    position: relative !important
  }
  
  .ds .p-md-absolute {
    position: absolute !important
  }
  
  .ds .p-md-fixed {
    position: fixed !important
  }
  .ds .p-md-initial {
    position: initial !important;
  }
  .ds .p-md-sticky-top {
    position: -webkit-sticky!important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
  }
  .ds .p-md-sticky-bottom {
    position: -webkit-sticky!important;
    position: sticky !important;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {

  .ds .p-lg-static {
    position: static !important
  }
  
  .ds .p-lg-relative {
    position: relative !important
  }
  
  .ds .p-lg-absolute {
    position: absolute !important
  }
  
  .ds .p-lg-fixed {
    position: fixed !important
  }
  .ds .p-lg-initial {
    position: initial !important;
  }
  .ds .p-lg-sticky-top {
    position: -webkit-sticky!important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
  }
  .ds .p-lg-sticky-bottom {
    position: -webkit-sticky!important;
    position: sticky !important;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1430px) {

  .ds .p-xlg-static {
    position: static !important
  }
  
  .ds .p-xlg-relative {
    position: relative !important
  }
  
  .ds .p-xlg-absolute {
    position: absolute !important
  }
  
  .ds .p-xlg-fixed {
    position: fixed !important
  }
  .ds .p-xlg-initial {
    position: initial !important;
  }
  .ds .p-xlg-sticky-top {
    position: -webkit-sticky!important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
  }
  .ds .p-xlg-sticky-bottom {
    position: -webkit-sticky!important;
    position: sticky !important;
    bottom: 0;
    z-index: 1020;
  }
}

.ds .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.ds .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

.ds .shadow {
  -webkit-box-shadow: 0px 1rem 1.4rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: 0px 1rem 1.4rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  box-shadow: 0px 1rem 1.4rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
}
.ds .shadow-xs {
  -webkit-box-shadow: 0px 0.2rem 0.4rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.2rem 0 rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: 0px 0.2rem 0.4rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.2rem 0 rgb(0 0 0 / 5%) !important;
  box-shadow: 0px 0.2rem 0.4rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.2rem 0 rgb(0 0 0 / 5%) !important;
}
.ds .shadow-sm {
  -webkit-box-shadow: 0px 0.4rem 0.8rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: 0px 0.4rem 0.8rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  box-shadow: 0px 0.4rem 0.8rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
}
.ds .shadow-md {
  -webkit-box-shadow: 0px 0.8rem 1.2rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: 0px 0.8rem 1.2rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  box-shadow: 0px 0.8rem 1.2rem 0 rgb(0 0 0 / 4%), 0 0.2rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
}
.ds .shadow-lg {
  -webkit-box-shadow: 0px 1.2rem 1.6rem 0 rgb(0 0 0 / 4%), 0 0.4rem 0.8rem 0 rgb(0 0 0 / 5%) !important;
  -moz-box-shadow: 0px 1.2rem 1.6rem 0 rgb(0 0 0 / 4%), 0 0.4rem 0.8rem 0 rgb(0 0 0 / 5%) !important;
  box-shadow: 0px 1.2rem 1.6rem 0 rgb(0 0 0 / 4%), 0 0.4rem 0.8rem 0 rgb(0 0 0 / 5%) !important;
}
.ds .shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

/* Transition */
*:not(footer) *:hover,
*:not(footer) *:focus,
.transition > *, 
.transition {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.ds .z-index-100 {
  z-index: 100!important;
}
.ds .z-index-200 {
  z-index: 200!important;
}
.ds .z-index-300 {
  z-index: 300!important;
}
.ds .z-index-400 {
  z-index: 400!important;
}
.ds .z-index-500 {
  z-index: 500!important;
}
.ds .z-index-600 {
  z-index: 600!important;
}
.ds .z-index-700 {
  z-index: 700!important;
}
.ds .z-index-800 {
  z-index: 800!important;
}
.ds .z-index-900 {
  z-index: 900!important;
}
.ds .z-index-1000 {
  z-index: 1000!important;
}
.ds .z-index-1100 {
  z-index: 1100!important;
}
.ds .no-shadow {
  box-shadow: none!important;
}
body.ds, .ds #content {
  background-color: #efefef;
  background-color: var(--default-bgc);
  
}
body.ds.inner, 
.inner.ds #content {
  background-color: #fff;
}
.ds.site #content {
  min-height: 510px;
}
/* card */ 
.ds .card {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #e6e6e6;
  border-radius: .75rem;
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
  transition: box-shadow .3s,-webkit-transform .3s;
  transition: transform .3s,box-shadow .3s;
  transition: transform .3s,box-shadow .3s,-webkit-transform .3s;
  -webkit-box-shadow:  0px 1rem 1.4rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  -moz-box-shadow:  0px 1rem 1.4rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
  box-shadow: 0px 1rem 1.4rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
}
.ds .card-span .card-span-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  border-radius: 50%;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.ds .svg-inline {
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  vertical-align: 0;
  text-align: center;
  -webkit-transform: translate3d(0%,45%,0);
  transform: translate3d(0%,45%,0);
}
.ds .card-img, 
.ds .card-img-top {
  border-top-left-radius: calc(.35rem - 0px);
  border-top-right-radius: calc(.35rem - 0px);
}
.ds .card-img, 
.ds .card-img-bottom, 
.ds .card-img-top {
    flex-shrink: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    height: 220px;
}
.ds .card:hover {
  cursor: default;
}
.ds .card>hr {
  margin-right: 0;
  margin-left: 0
}
.ds .img-fluid {
max-width: 100%;
width: 100%;
height: 245px;
border-top-left-radius: .75rem;
border-top-right-radius: .75rem;
}
.ds .description-wrap {
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	overflow: hidden;
}
.ds .description-text {

    font-size: 1rem;
    line-height: 1.35rem;
    margin: 30px 0;
}
.ds .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.375rem - 0px);
}
.ds img {
  vertical-align: middle;
  border-style: none;
} 
.ds .card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}
.ds .align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
.ds .card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.ds .card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.ds .card>.card-header+.list-group,
.ds .card>.list-group+.card-footer {
  border-top: 0
}

.ds .card-body {
  min-height: 1px;
  padding: 1rem 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-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;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

}
.ds .card-title {
  width: 100%;
  z-index: 100;
  line-height: 1.2rem;
  padding-top: 0rem;
  position: relative;
  display: block;
  font-family: "Roboto",sans-serif;
  font-family: var(--font-family-sans-serif);
  font-size: 1.2rem;
  font-weight: 500;
}
.ds .card-subtitle {
  width: 100%;
  z-index: 100;
  line-height: 1rem;
  padding-bottom: 0.8rem;
  position: relative;
  display: block;
  font-size: 0.85rem;
  font-family: "Roboto",sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
}
.ds .card-title .btn {
  position: absolute;
  right: 0;
  margin-top: 0.75rem;
}
.ds .card-link {
  font-size: .83333rem;
  font-weight: 600;
  color: #5282ff;
} 
.ds .card-subtitle .btn{
  position: absolute;
  right: 0;
  margin-top: -0.75rem;
}
.ds .card-subtitle {
  margin-bottom: 0
}
.ds .card-text {
	margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}
.ds .card-text:last-child {
  margin-bottom: 0
}
.ds .card-link:hover {
  text-decoration: none
}
.ds .card-link+.card-link {
  margin-left: 1.25rem
}

.ds .card-header {
  position: relative;
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid #e6e6e6;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-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;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.ds .card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0
}

.ds .card-footer {
  padding: 1.2rem 2rem;
  background-color: #fff;
  border-top: 0 solid #e6e6e6
}

.ds .card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem
}

.ds .card-score {
  font-family: "Roboto",sans-serif;
  font-family: var(--font-family-sans-serif);
  font-size: 2rem;
  color: #1c203d;
  color: var(--default);
  width: 100%;
  z-index: 100;
  line-height: 2rem;
  padding-bottom: 1.2rem;
  padding-right: 3rem;
  position: relative;
  display: block;
}
.ds .card-score span {
  font-size: 1.5rem;
}
.ds .card-score .btn{
  position: absolute;
  right: 0;
  margin-top: 0rem;
}
.ds .bg-card-right {
  background-size: contain;
  background-position: right;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}
.ds .bg-card-left {
  background-size: contain;
  background-position: left;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}
.ds .bg-card-top {
  background-size: contain;
  background-position: top;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}
.ds .bg-card-bottom {
  background-size: contain;
  background-position: bottom;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}
.ds .bg-card-center {
  background-size: contain;
  background-position: center;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.ds .ch-auto {
  min-height: auto;
}
.ds .ch-0 {
  min-height: 1.125rem;
}
.ds .ch-1 {
  min-height: 2.175rem;
}
.ds .ch-2 {
  min-height: 3.175rem;
}
.ds .ch-3 {
  min-height: 4.175rem;
}
.ds .ch-4 {
  min-height: 5.875rem;
}
.ds .ch-5 {
  min-height: 6.175rem;
}
.ds .ch-6 {
  min-height: 7.375rem;
}
.ds .ch-7 {
  min-height: 8.175rem;
}
.ds .ch-8 {
  min-height: 9.375rem;
}
.ds .ch-9 {
  min-height: 10.175rem;
}
.ds .ch-10 {
  min-height: 11.375rem;
}


@media (min-width:576px) {
  .ds .ch-xs-auto {
    min-height: auto;
  }
  .ds .ch-xs-0 {
    min-height: 1.125rem;
  }
  .ds .ch-xs-1 {
    min-height: 2.175rem;
  }
  .ds .ch-xs-2 {
    min-height: 3.175rem;
  }
  .ds .ch-xs-3 {
    min-height: 4.175rem;
  }
  .ds .ch-xs-4 {
    min-height: 5.875rem;
  }
  .ds .ch-xs-5 {
    min-height: 6.175rem;
  }
  .ds .ch-xs-6 {
    min-height: 7.375rem;
  }
  .ds .ch-xs-7 {
    min-height: 8.175rem;
  }
  .ds .ch-xs-8 {
    min-height: 9.375rem;
  }
  .ds .ch-xs-9 {
    min-height: 10.175rem;
  }
  .ds .ch-xs-10 {
    min-height: 11.375rem;
  }
}
@media (min-width:768px) {
  .ds .ch-sm-auto {
    min-height: auto;
  }
  .ds .ch-sm-0 {
    min-height: 1.125rem;
  }
  .ds .ch-sm-1 {
    min-height: 2.175rem;
  }
  .ds .ch-sm-2 {
    min-height: 3.175rem;
  }
  .ds .ch-sm-3 {
    min-height: 4.175rem;
  }
  .ds .ch-sm-4 {
    min-height: 5.875rem;
  }
  .ds .ch-sm-5 {
    min-height: 6.175rem;
  }
  .ds .ch-sm-6 {
    min-height: 7.375rem;
  }
  .ds .ch-sm-7 {
    min-height: 8.175rem;
  }
  .ds .ch-sm-8 {
    min-height: 9.375rem;
  }
  .ds .ch-sm-9 {
    min-height: 10.175rem;
  }
  .ds .ch-sm-10 {
    min-height: 11.375rem;
  }
}
@media (min-width:992px) {
  .ds .ch-md-auto {
    min-height: auto;
  }
  .ds .ch-md-0 {
    min-height: 1.125rem;
  }
  .ds .ch-md-1 {
    min-height: 2.175rem;
  }
  .ds .ch-md-2 {
    min-height: 3.175rem;
  }
  .ds .ch-md-3 {
    min-height: 4.175rem;
  }
  .ds .ch-md-4 {
    min-height: 5.875rem;
  }
  .ds .ch-md-5 {
    min-height: 6.175rem;
  }
  .ds .ch-md-6 {
    min-height: 7.375rem;
  }
  .ds .ch-md-7 {
    min-height: 8.175rem;
  }
  .ds .ch-md-8 {
    min-height: 9.375rem;
  }
  .ds .ch-md-9 {
    min-height: 10.175rem;
  }
  .ds .ch-md-10 {
    min-height: 11.375rem;
  }
}
@media (min-width:1200px) {
  .ds .ch-lg-auto {
    min-height: auto;
  }
  .ds .ch-lg-0 {
    min-height: 1.125rem;
  }
  .ds .ch-lg-1 {
    min-height: 2.175rem;
  }
  .ds .ch-lg-2 {
    min-height: 3.175rem;
  }
  .ds .ch-lg-3 {
    min-height: 4.175rem;
  }
  .ds .ch-lg-4 {
    min-height: 5.875rem;
  }
  .ds .ch-lg-5 {
    min-height: 6.175rem;
  }
  .ds .ch-lg-6 {
    min-height: 7.375rem;
  }
  .ds .ch-lg-7 {
    min-height: 8.175rem;
  }
  .ds .ch-lg-8 {
    min-height: 9.375rem;
  }
  .ds .ch-lg-9 {
    min-height: 10.175rem;
  }
  .ds .ch-lg-10 {
    min-height: 11.375rem;
  }
}
@media (min-width:1430px) {
  .ds .ch-xlg-auto {
    min-height: auto;
  }
  .ds .ch-xlg-0 {
    min-height: 1.125rem;
  }
  .ds .ch-xlg-1 {
    min-height: 2.175rem;
  }
  .ds .ch-xlg-2 {
    min-height: 3.175rem;
  }
  .ds .ch-xlg-3 {
    min-height: 4.175rem;
  }
  .ds .ch-xlg-4 {
    min-height: 5.875rem;
  }
  .ds .ch-xlg-5 {
    min-height: 6.175rem;
  }
  .ds .ch-xlg-6 {
    min-height: 7.375rem;
  }
  .ds .ch-xlg-7 {
    min-height: 8.175rem;
  }
  .ds .ch-xlg-8 {
    min-height: 9.375rem;
  }
  .ds .ch-xlg-9 {
    min-height: 10.175rem;
  }
  .ds .ch-xlg-10 {
    min-height: 11.375rem;
  }
}

.ds .card-inform-outer {
  display: flex;
  width: 100%;
}

.ds .card-inform-inner {
  width: 100%;
  margin: auto;
}

.ds .ty-0{
  transform: translateY(0%);
  top: 0%;
}
.ds .ty-10{
  transform: translateY(-10%);
  top: 11%;
}
.ds .ty-20{
  transform: translateY(-20%);
  top: 21%;
}
.ds .ty-30{
  transform: translateY(-30%);
  top: 31%;
}
.ds .ty-40{
  transform: translateY(-40%);
  top: 41%;
}
.ds .ty-50{
  transform: translateY(-50%);
  top: 51%;
}
.ds .ty-60{
  transform: translateY(-60%);
  top: 61%;
}
.ds .ty-70{
  transform: translateY(-70%);
  top: 71%;
}
.ds .ty-80{
  transform: translateY(-80%);
  top: 81%;
}
.ds .ty-90{
  transform: translateY(-90%);
  top: 91%;
}
.ds .ty-100{
  transform: translateY(-100%);
  top: 101%;
}


.ds .tx-0{
  transform: translateX(0%);
  left: 0%;
}
.ds .tx-10{
  transform: translateX(-10%);
  left: 10%;
}
.ds .tx-20{
  transform: translateX(-20%);
  left: 20%;
}
.ds .tx-30{
  transform: translateX(-30%);
  left: 30%;
}
.ds .tx-40{
  transform: translateX(-40%);
  left: 40%;
}
.ds .tx-50{
  transform: translateX(-50%);
  left: 50%;
}
.ds .tx-60{
  transform: translateX(-60%);
  left: 60%;
}
.ds .tx-70{
  transform: translateX(-70%);
  left: 70%;
}
.ds .tx-80{
  transform: translateX(-80%);
  left: 80%;
}
.ds .tx-90{
  transform: translateX(-90%);
  left: 90%;
}
.ds .tx-100{
  transform: translateX(-100%);
  left: 100%;
}

@media (min-width:576px) {
  .ds .ty-xs-0{
    transform: translateY(0%);
    top: 0%;
  }
  .ds .ty-xs-10{
    transform: translateY(-10%);
    top: 10%;
  }
  .ds .ty-xs-20{
    transform: translateY(-20%);
    top: 20%;
  }
  .ds .ty-xs-30{
    transform: translateY(-30%);
    top: 30%;
  }
  .ds .ty-xs-40{
    transform: translateY(-40%);
    top: 40%;
  }
  .ds .ty-xs-50{
    /*  transform: translateY(-50%); */
    transform: translateY(-50%); /* wat the f*ck  */
    top: 50%;
  }
  .ds .ty-xs-60{
    transform: translateY(-60%);
    top: 60%;
  }
  .ds .ty-xs-70{
    transform: translateY(-70%);
    top: 70%;
  }
  .ds .ty-xs-80{
    transform: translateY(-80%);
    top: 80%;
  }
  .ds .ty-xs-90{
    transform: translateY(-90%);
    top: 90%;
  }
  .ds .ty-xs-100{
    transform: translateY(-100%);
    top: 100%;
  }
  
  
  .ds .tx-xs-0{
    transform: translateX(0%);
    left: 0%;
  }
  .ds .tx-xs-10{
    transform: translateX(-10%);
    left: 10%;
  }
  .ds .tx-xs-20{
    transform: translateX(-20%);
    left: 20%;
  }
  .ds .tx-xs-30{
    transform: translateX(-30%);
    left: 30%;
  }
  .ds .tx-xs-40{
    transform: translateX(-40%);
    left: 40%;
  }
  .ds .tx-xs-50{
    transform: translateX(-50%);
    left: 50%;
  }
  .ds .tx-xs-60{
    transform: translateX(-60%);
    left: 60%;
  }
  .ds .tx-xs-70{
    transform: translateX(-70%);
    left: 70%;
  }
  .ds .tx-xs-80{
    transform: translateX(-80%);
    left: 80%;
  }
  .ds .tx-xs-90{
    transform: translateX(-90%);
    left: 90%;
  }
  .ds .tx-xs-100{
    transform: translateX(-100%);
    left: 100%;
  }
}
@media (min-width:768px) {
  .ds .ty-sm-0{
    transform: translateY(0%);
    top: 0%;
  }
  .ds .ty-sm-10{
    transform: translateY(-10%);
    top: 10%;
  }
  .ds .ty-sm-20{
    transform: translateY(-20%);
    top: 20%;
  }
  .ds .ty-sm-30{
    transform: translateY(-30%);
    top: 30%;
  }
  .ds .ty-sm-40{
    transform: translateY(-40%);
    top: 40%;
  }
  .ds .ty-sm-50{
    transform: translateY(-50%);
    top: 50%;
  }
  .ds .ty-sm-60{
    transform: translateY(-60%);
    top: 60%;
  }
  .ds .ty-sm-70{
    transform: translateY(-70%);
    top: 70%;
  }
  .ds .ty-sm-80{
    transform: translateY(-80%);
    top: 80%;
  }
  .ds .ty-sm-90{
    transform: translateY(-90%);
    top: 90%;
  }
  .ds .ty-sm-100{
    transform: translateY(-100%);
    top: 100%;
  }

  
  .ds .tx-sm-0{
    transform: translateX(0%);
    left: 0%;
  }
  .ds .tx-sm-10{
    transform: translateX(-10%);
    left: 10%;
  }
  .ds .tx-sm-20{
    transform: translateX(-20%);
    left: 20%;
  }
  .ds .tx-sm-30{
    transform: translateX(-30%);
    left: 30%;
  }
  .ds .tx-sm-40{
    transform: translateX(-40%);
    left: 40%;
  }
  .ds .tx-sm-50{
    transform: translateX(-50%);
    left: 50%;
  }
  .ds .tx-sm-60{
    transform: translateX(-60%);
    left: 60%;
  }
  .ds .tx-sm-70{
    transform: translateX(-70%);
    left: 70%;
  }
  .ds .tx-sm-80{
    transform: translateX(-80%);
    left: 80%;
  }
  .ds .tx-sm-90{
    transform: translateX(-90%);
    left: 90%;
  }
  .ds .tx-sm-100{
    transform: translateX(-100%);
    left: 100%;
  }
}
@media (min-width:992px) {
  .ds .ty-md-0{
    transform: translateY(0%);
    top: 0%;
  }
  .ds .ty-md-10{
    transform: translateY(-10%);
    top: 10%;
  }
  .ds .ty-md-20{
    transform: translateY(-20%);
    top: 20%;
  }
  .ds .ty-md-30{
    transform: translateY(-30%);
    top: 30%;
  }
  .ds .ty-md-40{
    transform: translateY(-40%);
    top: 40%;
  }
  .ds .ty-md-50{
    transform: translateY(-50%);
    top: 50%;
  }
  .ds .ty-md-60{
    transform: translateY(-60%);
    top: 60%;
  }
  .ds .ty-md-70{
    transform: translateY(-70%);
    top: 70%;
  }
  .ds .ty-md-80{
    transform: translateY(-80%);
    top: 80%;
  }
  .ds .ty-md-90{
    transform: translateY(-90%);
    top: 90%;
  }
  .ds .ty-md-100{
    transform: translateY(-100%);
    top: 100%;
  }

  
  .ds .tx-md-0{
    transform: translateX(0%);
    left: 0%;
  }
  .ds .tx-md-10{
    transform: translateX(-10%);
    left: 10%;
  }
  .ds .tx-md-20{
    transform: translateX(-20%);
    left: 20%;
  }
  .ds .tx-md-30{
    transform: translateX(-30%);
    left: 30%;
  }
  .ds .tx-md-40{
    transform: translateX(-40%);
    left: 40%;
  }
  .ds .tx-md-50{
    transform: translateX(-50%);
    left: 50%;
  }
  .ds .tx-md-60{
    transform: translateX(-60%);
    left: 60%;
  }
  .ds .tx-md-70{
    transform: translateX(-70%);
    left: 70%;
  }
  .ds .tx-md-80{
    transform: translateX(-80%);
    left: 80%;
  }
  .ds .tx-md-90{
    transform: translateX(-90%);
    left: 90%;
  }
  .ds .tx-md-100{
    transform: translateX(-100%);
    left: 100%;
  }
}
@media (min-width:1200px) {
  .ds .ty-lg-0{
    transform: translateY(0%);
    top: 0%;
  }
  .ds .ty-lg-10{
    transform: translateY(-10%);
    top: 10%;
  }
  .ds .ty-lg-20{
    transform: translateY(-20%);
    top: 20%;
  }
  .ds .ty-lg-30{
    transform: translateY(-30%);
    top: 30%;
  }
  .ds .ty-lg-40{
    transform: translateY(-40%);
    top: 40%;
  }
  .ds .ty-lg-50{
    transform: translateY(-50%);
    top: 50%;
  }
  .ds .ty-lg-60{
    transform: translateY(-60%);
    top: 60%;
  }
  .ds .ty-lg-70{
    transform: translateY(-70%);
    top: 70%;
  }
  .ds .ty-lg-80{
    transform: translateY(-80%);
    top: 80%;
  }
  .ds .ty-lg-90{
    transform: translateY(-90%);
    top: 90%;
  }
  .ds .ty-lg-100{
    transform: translateY(-100%);
    top: 100%;
  }

  
  .ds .tx-lg-0{
    transform: translateX(0%);
    left: 0%;
  }
  .ds .tx-lg-10{
    transform: translateX(-10%);
    left: 10%;
  }
  .ds .tx-lg-20{
    transform: translateX(-20%);
    left: 20%;
  }
  .ds .tx-lg-30{
    transform: translateX(-30%);
    left: 30%;
  }
  .ds .tx-lg-40{
    transform: translateX(-40%);
    left: 40%;
  }
  .ds .tx-lg-50{
    transform: translateX(-50%);
    left: 50%;
  }
  .ds .tx-lg-60{
    transform: translateX(-60%);
    left: 60%;
  }
  .ds .tx-lg-70{
    transform: translateX(-70%);
    left: 70%;
  }
  .ds .tx-lg-80{
    transform: translateX(-80%);
    left: 80%;
  }
  .ds .tx-lg-90{
    transform: translateX(-90%);
    left: 90%;
  }
  .ds .tx-lg-100{
    transform: translateX(-100%);
    left: 100%;
  }
}
@media (min-width:1430px) {
  .ds .ty-xlg-0{
    transform: translateY(0%);
    top: 0%;
  }
  .ds .ty-xlg-10{
    transform: translateY(-10%);
    top: 10%;
  }
  .ds .ty-xlg-20{
    transform: translateY(-20%);
    top: 20%;
  }
  .ds .ty-xlg-30{
    transform: translateY(-30%);
    top: 30%;
  }
  .ds .ty-xlg-40{
    transform: translateY(-40%);
    top: 40%;
  }
  .ds .ty-xlg-50{
    transform: translateY(-50%);
    top: 50%;
  }
  .ds .ty-xlg-60{
    transform: translateY(-60%);
    top: 60%;
  }
  .ds .ty-xlg-70{
    transform: translateY(-70%);
    top: 70%;
  }
  .ds .ty-xlg-80{
    transform: translateY(-80%);
    top: 80%;
  }
  .ds .ty-xlg-90{
    transform: translateY(-90%);
    top: 90%;
  }
  .ds .ty-xlg-100{
    transform: translateY(-100%);
    top: 100%;
  }
  
  .ds .tx-xlg-0{
    transform: translateX(0%);
    left: 0%;
  }
  .ds .tx-xlg-10{
    transform: translateX(-10%);
    left: 10%;
  }
  .ds .tx-xlg-20{
    transform: translateX(-20%);
    left: 20%;
  }
  .ds .tx-xlg-30{
    transform: translateX(-30%);
    left: 30%;
  }
  .ds .tx-xlg-40{
    transform: translateX(-40%);
    left: 40%;
  }
  .ds .tx-xlg-50{
    transform: translateX(-50%);
    left: 50%;
  }
  .ds .tx-xlg-60{
    transform: translateX(-60%);
    left: 60%;
  }
  .ds .tx-xlg-70{
    transform: translateX(-70%);
    left: 70%;
  }
  .ds .tx-xlg-80{
    transform: translateX(-80%);
    left: 80%;
  }
  .ds .tx-xlg-90{
    transform: translateX(-90%);
    left: 90%;
  }
  .ds .tx-xlg-100{
    transform: translateX(-100%);
    left: 100%;
  }
}

.ds .va-middle {
  vertical-align: middle!important
}
.ds .va-baseline {
  vertical-align: baseline!important
}
.ds .va-initial {
  vertical-align: initial!important
}
.ds .va-top {
  vertical-align: top!important
}
.ds .va-bottom {
  vertical-align: bottom!important
}
@media (min-width:576px) {
  .ds .va-xs-middle {
    vertical-align: middle!important
  }
  .ds .va-xs-baseline {
    vertical-align: baseline!important
  }
  .ds .va-xs-initial {
    vertical-align: initial!important
  }
  .ds .va-xs-top {
    vertical-align: top!important
  }
  .ds .va-xs-bottom {
    vertical-align: bottom!important
  }
}
@media (min-width:768px) {
  .ds .va-sm-middle {
    vertical-align: middle!important
  }
  .ds .va-sm-baseline {
    vertical-align: baseline!important
  }
  .ds .va-sm-initial {
    vertical-align: initial!important
  }
  .ds .va-sm-top {
    vertical-align: top!important
  }
  .ds .va-sm-bottom {
    vertical-align: bottom!important
  }
}
@media (min-width:992px) {
  .ds .va-md-middle {
    vertical-align: middle!important
  }
  .ds .va-md-baseline {
    vertical-align: baseline!important
  }
  .ds .va-md-initial {
    vertical-align: initial!important
  }
  .ds .va-md-top {
    vertical-align: top!important
  }
  .ds .va-md-bottom {
    vertical-align: bottom!important
  }
}
@media (min-width:1200px) {
  .ds .va-lg-middle {
    vertical-align: middle!important
  }
  .ds .va-lg-baseline {
    vertical-align: baseline!important
  }
  .ds .va-lg-initial {
    vertical-align: initial!important
  }
  .ds .va-lg-top {
    vertical-align: top!important
  }
  .ds .va-lg-bottom {
    vertical-align: bottom!important
  }
}
@media (min-width:1430px) {
  .ds .va-xlg-middle {
    vertical-align: middle!important
  }
  .ds .va-xlg-baseline {
    vertical-align: baseline!important
  }
  .ds .va-xlg-initial {
    vertical-align: initial!important
  }
  .ds .va-xlg-top {
    vertical-align: top!important
  }
  .ds .va-xlg-bottom {
    vertical-align: bottom!important
  }
}




.ds .avatar > * {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ds .avatar i {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ds .card-inform-status {
  font-family: "Roboto",sans-serif;
}
.ds .card-arrow {
  position: absolute;
  display: block;
  top: 51%;
  height: 2.25rem;
  width: 2.25rem;
  right: 1.2rem;
  transform: translateY(-50%);
}
.ds .card-btn {
  position: absolute;
  display: block;
  top: 3rem;
  right: 2.2rem;
}
.ds .card-arrow i {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color:#262626;
  color: var(--card-arrow);
}

.ds .card-header.card-hovered:hover,
.ds .card-body.card-hovered:hover,
.ds .card.card-hovered:hover {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
  cursor: pointer!important;
} 
.ds .card-header.card-hovered:hover,
.ds .card-body.card-hovered:hover,
.ds .card.card-unhovered:hover {
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-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;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  cursor: pointer!important;
} 

.ds .card-header.card-unhovered:hover .card-inform-title ,
.ds .card-body.card-unhovered:hover .card-inform-title ,
.ds .card.card-unhovered:hover .card-inform-title {
  color: #fff!important;
}
.ds .card-header.card-unhovered.card-un-light:hover .card-inform-title ,
.ds .card-body.card-unhovered.card-un-light:hover .card-inform-title ,
.ds .card.card-unhovered.card-un-light:hover .card-inform-title {
  color: #0b1727 !important;
}

.ds .card-header.card-un-primary,
.ds .card-body.card-un-primary,
.ds .card.card-un-primary {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-primary, 
.ds .card-header.card-unhovered:hover .bg-primary, 
.ds .card.card-unhovered:hover .bg-primary {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-primary:hover .bg-primary,
.ds .card-body.card-unhovered.card-un-primary:hover .bg-primary,
.ds .card.card-unhovered.card-un-primary:hover .bg-primary {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-primary:hover,
.ds .card-body.card-unhovered.card-un-primary:hover,
.ds .card.card-unhovered.card-un-primary:hover .card-header, 
.ds .card.card-unhovered.card-un-primary:hover {
  background-color: #5282ff !important;
  background-color: var(--bgc-card-un-primary) !important;
}
.ds .card-header.card-unhovered.card-un-primary:hover .text-white,
.ds .card-body.card-unhovered.card-un-primary:hover .text-white,
.ds .card.card-unhovered.card-un-primary:hover .text-white {
  color: #5282ff !important;
  color: var(--color-card-un-primary) !important;
}

.ds .card-header.card-un-secondary,
.ds .card-body.card-un-secondary,
.ds .card.card-un-secondary {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-secondary, 
.ds .card-header.card-unhovered:hover .bg-secondary, 
.ds .card.card-unhovered:hover .bg-secondary {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-secondary:hover .bg-secondary,
.ds .card-body.card-unhovered.card-un-secondary:hover .bg-secondary,
.ds .card.card-unhovered.card-un-secondary:hover .bg-secondary {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-secondary:hover,
.ds .card-body.card-unhovered.card-un-secondary:hover,
.ds .card.card-unhovered.card-un-secondary:hover .card-header, 
.ds .card.card-unhovered.card-un-secondary:hover {
  background-color: #748194 !important;
  background-color: var(--bgc-card-un-secondary) !important;
}
.ds .card-header.card-unhovered.card-un-secondary:hover .text-white,
.ds .card-body.card-unhovered.card-un-secondary:hover .text-white,
.ds .card.card-unhovered.card-un-secondary:hover .text-white {
  color: #748194 !important;
  color: var(--color-card-un-secondary) !important;
}

.ds .card-header.card-un-success,
.ds .card-body.card-un-success,
.ds .card.card-un-success {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-success, 
.ds .card-header.card-unhovered:hover .bg-success, 
.ds .card.card-unhovered:hover .bg-success {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-success:hover .bg-success,
.ds .card-body.card-unhovered.card-un-success:hover .bg-success,
.ds .card.card-unhovered.card-un-success:hover .bg-success {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-success:hover,
.ds .card-body.card-unhovered.card-un-success:hover,
.ds .card.card-unhovered.card-un-success:hover .card-header, 
.ds .card.card-unhovered.card-un-success:hover {
  background-color: #28b938 !important;
  background-color: var(--bgc-card-un-success) !important;
}
.ds .card-header.card-unhovered.card-un-success:hover .text-white,
.ds .card-body.card-unhovered.card-un-success:hover .text-white,
.ds .card.card-unhovered.card-un-success:hover .text-white {
  color: #28b938 !important;
  color: var(--color-card-un-success) !important;
}

.ds .card-header.card-un-info,
.ds .card-body.card-un-info,
.ds .card.card-un-info {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-info, 
.ds .card-header.card-unhovered:hover .bg-info, 
.ds .card.card-unhovered:hover .bg-info {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-info:hover .bg-info,
.ds .card-body.card-unhovered.card-un-info:hover .bg-info,
.ds .card.card-unhovered.card-un-info:hover .bg-info {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-info:hover,
.ds .card-body.card-unhovered.card-un-info:hover,
.ds .card.card-unhovered.card-un-info:hover .card-header, 
.ds .card.card-unhovered.card-un-info:hover {
  background-color: #124ac3  !important;
  background-color: var(--bgc-card-un-info) !important;
}
.ds .card-header.card-unhovered.card-un-info:hover .text-white,
.ds .card-body.card-unhovered.card-un-info:hover .text-white,
.ds .card.card-unhovered.card-un-info:hover .text-white {
  color: #124ac3  !important;
  color: var(--color-card-un-info) !important;
}


.ds .card-header.card-un-warning,
.ds .card-body.card-un-warning,
.ds .card.card-un-warning {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-warning, 
.ds .card-header.card-unhovered:hover .bg-warning, 
.ds .card.card-unhovered:hover .bg-warning {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-warning:hover .bg-warning,
.ds .card-body.card-unhovered.card-un-warning:hover .bg-warning,
.ds .card.card-unhovered.card-un-warning:hover .bg-warning {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-warning:hover,
.ds .card-body.card-unhovered.card-un-warning:hover,
.ds .card.card-unhovered.card-un-warning:hover .card-header, 
.ds .card.card-unhovered.card-un-warning:hover {
  background-color: #f5803e !important;
  background-color: var(--bgc-card-un-warning) !important;
}
.ds .card-header.card-unhovered.card-un-warning:hover .text-white,
.ds .card-body.card-unhovered.card-un-warning:hover .text-white,
.ds .card.card-unhovered.card-un-warning:hover .text-white {
  color: #f5803e !important;
  color: var(--color-card-un-warning) !important;
}

.ds .card-header.card-un-yellow,
.ds .card-body.card-un-yellow,
.ds .card.card-un-yellow {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-yellow, 
.ds .card-header.card-unhovered:hover .bg-yellow, 
.ds .card.card-unhovered:hover .bg-yellow {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-yellow:hover .bg-yellow,
.ds .card-body.card-unhovered.card-un-yellow:hover .bg-yellow,
.ds .card.card-unhovered.card-un-yellow:hover .bg-yellow {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-yellow:hover,
.ds .card-body.card-unhovered.card-un-yellow:hover,
.ds .card.card-unhovered.card-un-yellow:hover .card-header, 
.ds .card.card-unhovered.card-un-yellow:hover {
  background-color: #eca005 !important;
  background-color: var(--bgc-card-un-yellow) !important;
}
.ds .card-header.card-unhovered.card-un-yellow:hover .text-white,
.ds .card-body.card-unhovered.card-un-yellow:hover .text-white,
.ds .card.card-unhovered.card-un-yellow:hover .text-white {
  color: #eca005 !important;
  color: var(--color-card-un-yellow) !important;
}


.ds .card-header.card-un-danger,
.ds .card-body.card-un-danger,
.ds .card.card-un-danger {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-danger, 
.ds .card-header.card-unhovered:hover .bg-danger, 
.ds .card.card-unhovered:hover .bg-danger {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-danger:hover .bg-danger,
.ds .card-body.card-unhovered.card-un-danger:hover .bg-danger,
.ds .card.card-unhovered.card-un-danger:hover .bg-danger {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-danger:hover,
.ds .card-body.card-unhovered.card-un-danger:hover,
.ds .card.card-unhovered.card-un-danger:hover .card-header, 
.ds .card.card-unhovered.card-un-danger:hover {
  background-color: #e63757 !important;
  background-color: var(--bgc-card-un-danger) !important;
}
.ds .card-header.card-unhovered.card-un-danger:hover .text-white,
.ds .card-body.card-unhovered.card-un-danger:hover .text-white,
.ds .card.card-unhovered.card-un-danger:hover .text-white {
  color: #e63757 !important;
  color: var(--color-card-un-danger) !important;
}


.ds .card-header.card-un-light,
.ds .card-body.card-un-light,
.ds .card.card-un-light {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-light, 
.ds .card-header.card-unhovered:hover .bg-light, 
.ds .card.card-unhovered:hover .bg-light {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-light:hover .bg-light,
.ds .card-body.card-unhovered.card-un-light:hover .bg-light,
.ds .card.card-unhovered.card-un-light:hover .bg-light {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-light:hover,
.ds .card-body.card-unhovered.card-un-light:hover,
.ds .card.card-unhovered.card-un-light:hover .card-header, 
.ds .card.card-unhovered.card-un-light:hover {
  background-color: #eaebee !important;
  background-color: var(--bgc-card-un-light) !important;
}
.ds .card-header.card-unhovered.card-un-light:hover .text-white,
.ds .card-body.card-unhovered.card-un-light:hover .text-white,
.ds .card.card-unhovered.card-un-light:hover .text-white {
  color: #1b1d38 !important;
  color: var(--color-card-un-light) !important;
}

.ds .card-header.card-un-dark,
.ds .card-body.card-un-dark,
.ds .card.card-un-dark {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-dark, 
.ds .card-header.card-unhovered:hover .bg-dark, 
.ds .card.card-unhovered:hover .bg-dark {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-dark:hover .bg-dark,
.ds .card-body.card-unhovered.card-un-dark:hover .bg-dark,
.ds .card.card-unhovered.card-un-dark:hover .bg-dark {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-dark:hover,
.ds .card-body.card-unhovered.card-un-dark:hover,
.ds .card.card-unhovered.card-un-dark:hover .card-header, 
.ds .card.card-unhovered.card-un-dark:hover {
  background-color: #0b1727 !important;
  background-color: var(--bgc-card-un-dark) !important;
}
.ds .card-header.card-unhovered.card-un-dark:hover .text-white,
.ds .card-body.card-unhovered.card-un-dark:hover .text-white,
.ds .card.card-unhovered.card-un-dark:hover .text-white {
  color: #0b1727 !important;
  color: var(--color-card-un-dark) !important;
}

.ds .card-header.card-un-flat-purple,
.ds .card-body.card-un-flat-purple,
.ds .card.card-un-flat-purple {
  background-color: #fff;
}
.ds .card-body.card-unhovered:hover .bg-flat-purple, 
.ds .card-header.card-unhovered:hover .bg-flat-purple, 
.ds .card.card-unhovered:hover .bg-flat-purple {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-dark:hover .bg-flat-purple,
.ds .card-body.card-unhovered.card-un-dark:hover .bg-flat-purple,
.ds .card.card-unhovered.card-un-dark:hover .bg-flat-purple {
  background-color: #fff !important;
}
.ds .card-header.card-unhovered.card-un-flat-purple:hover,
.ds .card-body.card-unhovered.card-un-flat-purple:hover,
.ds .card.card-unhovered.card-un-flat-purple:hover .card-header, 
.ds .card.card-unhovered.card-un-flat-purple:hover {
  background-color: #5f5ddd !important;
  background-color: var(--bgc-card-un-flat-purple) !important;
}
.ds .card-header.card-unhovered.card-un-flat-purple:hover .text-white,
.ds .card-body.card-unhovered.card-un-flat-purple:hover .text-white,
.ds .card.card-unhovered.card-un-flat-purple:hover .text-white {
  color: #5f5ddd !important;
  color: var(--color-card-un-flat-purple) !important;
}

.ds .card:hover .card-hovered .card-arrow i {
  color: #5282ff;
}

.ds .decard {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid #e6e6e6;
  border-radius: .5rem;
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
  transition: box-shadow .3s,-webkit-transform .3s;
  transition: transform .3s,box-shadow .3s;
  transition: transform .3s,box-shadow .3s,-webkit-transform .3s;
}
.ds .decard-body {
  min-height: 1px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-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;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

}
.ds .decard-btn {
  position: absolute;
  display: block;
  top: 1.565rem;
  height: 2.25rem;
  width: 2.25rem;
  right: 0rem;
}
.ds .decard-inform {
 margin-left: 0;
}

.ds .decard-inform-outer {
  display: flex;
  width: 100%;
}
.ds .decard-avatar + .decard-inform .decard-inform-outer {
  display: flex;
  width: 100%;
}
.ds .decard-inform-inner {
  width: 100%;
  margin: auto;
}

.ds .decard-inform-a {
  position: relative;
  display: block;
}
.ds .decard-inform-a a{
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  max-width: 7.25rem;
  position: relative;
  display: inline-block;
  text-align: left;
}
.ds .decard-inform-a span {
  right: 0;
  position: absolute;
  display: block;
  top: 0.125rem;
}
.ds .decard-btn i{
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ds .decard-btn:hover button i {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ds .decard-text {
  font-family: "Roboto",sans-serif;
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  color: #262626;
  color: var(--default);
}
.ds .decard:hover .decard-body.decard-hovered{
  background-color: #fafafa;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ds .decard:hover .decard-body.decard-hovered::before {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 1rem;
  background: #fafafa;
  right: -1rem;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.ds .decard:hover .decard-body.decard-hovered::after {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 1rem;
  background: #fafafa;
  left: -1rem;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.ds .decard-icon+.decard-inform {
  margin-left: 3.1rem;
}
.ds .decard-icon {
  position: absolute;
  display: block;
  top: 0.535rem;
  height: 2.1rem;
  width: 2.1rem;
  left: 0rem;
}
.ds .decard-icon .icon {
  position: relative;
  display: block;
  padding: 0.3rem 0.3rem;
  text-align: center;
}
.ds .decard-label {
  color: #76808b;
}
.ds .decard-numeral {
  position: absolute;
  display: block;
  top: 0.525rem;
  height: 2.25rem;
  width: 6.25rem;
  right: 0rem;
}
.ds .filter-grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ds .filter-grey:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.ds .card-custom-select {
  display: none;
  position: absolute;
  top: 6.1rem;
  width: 100%;
  opacity: 0;
  transition: .55s opacity, .55s visibility;
  -webkit-transition: color opacity .15s ease-in-out, visibility .15s ease-in-out, display .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out, visibility .15s ease-in-out, display .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: opacity .15s ease-in-out, visibility .15s ease-in-out, display .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
}
.ds .card:hover .card-custom-select{
  display: block;
  opacity: 1;
  visibility: visible;
}

.ds .space-normal {
  white-space: normal;
}
.ds .logo {
	position:relative;
	display:block;
	width:100%;
	text-align:center;
}
.ds .logo img {
	width: auto;
    position: relative;
    margin-top: -5px;
    margin-right: 10px;
    max-height:50px;
  
}
.ds .logo-text {
	font-family: "Roboto",sans-serif;
    font-family: var(--font-family-sans-serif);
    position: relative;
    color: #5282ff;
    color: var(--logo-text);
    display: inline-block;
    text-align: left;
    max-width: 335px;
    font-weight: 500;
    font-size: 18px;

}

@media (min-width:576px) {
  .ds .card-header{
    padding: 1rem 1.2rem;
  }
  .ds .card-body{
    padding: 1rem 1.2rem;
  }
  .ds .card-footer {
    padding: 1rem 1.2rem;
  }
  .ds .card-xs-header{
    padding: 1rem 1.2rem!important;
  }
  .ds .card-xs-body{
    padding: 1rem 1.2rem!important;
  }
  .ds .card-xs-footer {
    padding: 1rem 1.2rem!important;
  }
}
@media (min-width:768px) {
  .ds .card-header{
    padding: 1rem 1.4rem;
  }
  .ds .card-body{
    padding: 1rem 1.4rem;
  }
  .ds .card-footer {
    padding: 1rem 1.46rem;
  }
  .ds .card-sm-header{
    padding: 1rem 1.4rem!important;
  }
  .ds .card-sm-body{
    padding: 1rem 1.4rem!important;
  }
  .ds .card-sm-footer {
    padding: 1rem 1.46rem!important;
  }
}
@media (min-width:992px) {
  .ds .card-header{
    padding: 1rem 1.6rem;
  }
  .ds .card-body{
    padding: 1rem 1.6rem;
  }
  .ds .card-footer {
    padding: 1rem 1.6rem;
  }
  .ds .card-md-header{
    padding: 1rem 1.6rem!important;
  }
  .ds .card-md-body{
    padding: 1rem 1.6rem!important;
  }
  .ds .card-md-footer {
    padding: 1rem 1.6rem!important;
  }
}
@media (min-width:1200px) {
  .ds .card-header{
    padding: 1.2rem 1.8rem;
  }
  .ds .card-body{
    padding: 1.2rem 1.8rem;
  }
  .ds .card-footer {
    padding: 1.2rem 1.8rem;
  }
  .ds .card-lg-header{
    padding: 1.2rem 1.8rem!important;
  }
  .ds .card-lg-body{
    padding: 1.2rem 1.8rem!important;
  }
  .ds .card-lg-footer {
    padding: 1.2rem 1.8rem!important;
  }
}
@media (min-width:1430px) {
  .ds .card-header{
    padding: 1.2rem 2rem;
  }
  .ds .card-body{
    padding: 2rem;
  }
  .ds .card-footer {
    padding: 1.2rem 2rem;
  }
  .ds .card-xlg-header{
    padding: 1.2rem 2rem!important;
  }
  .ds .card-xlg-body{
    padding: 1.2rem 2rem!important;
  }
  .ds .card-xlg-footer {
    padding: 1.2rem 2rem!important;
  }
  .ds .card-header + .card-body {
    padding: 1.2rem 2rem;
  }
}

.info-advantages-img {
  position: relative;
  display: block;
  height: 125px;
  width: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
}
.ds #stats li {
  font-size: 13px;
  color: #262626;
  padding: 8px 10px;
  border-bottom: 0;
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
}
.ds #stats { 
  border-radius: 12px;
  color: #262626;
  background: #ededf1;
  margin: 15px 20px;
  padding: 5px 0;
}
.ds .chat .chat-history .message-data-name{
  font-size: 11px;
  margin-bottom: 10px;
  color: #757b8d;
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
}
.ds .chat .chat-history ul {
	list-style: none
}
.ds .chat .chat-history .message {
  color: white;
  padding: 10px 12px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 0.25rem;
  margin-bottom: 26px;
  width: 90%;
  position: relative;
  margin-top: 45px;
  display: inline-block;
}
.ds .chat .chat-history {
  padding: 15px 15px 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: 575px;
}
.ds .chat .chat-history .message {
  color: #262626;
  padding: 10px 12px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 0.25rem;
  margin-bottom: 26px;
  width: 90%;
  position: relative;
  margin-top: 8px;
  display: inline-block;
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
	background-color: #ededf1;
  background-color: var(--chat-message);
}
.ds .message-data-name {
	color: #757b8d;
  font-family: 'Roboto',sans-serif;
  font-family: var(--font-family-sans-serif);
}
.ds .online {
  color: #5282ff;
  color: var(--status-chat-online);
}
.ds .chat .chat-history .message-data-time {
  color: #A6A2C0;
  padding-left: 14px;
  position: relative;
  display: block;
	font-size: 11px;
}
.ds .chat .chat-history .message:after {
	display:none;
}
.ds .chat .chat-history .message-data.align-right {
  font-size: 11px;
  margin-bottom: 10px;
  margin-right: 11px;
  position: absolute;
  right: 30px;
}
.ds .chat .chat-history .other-message {
  color: #fff;
  background: #5282ff;
  background-color: var(--chat-other-message);
}
.ds .chat .chat-history .clearfix .message-data.align-right {
  font-size: 11px;
  margin-bottom: 16px;
  margin-right: 0;
  position: relative;
  right: 0;
}

.ds .chat .chat-history .clearfix .message-data-time {
  color: #A6A2C0;
  padding-left: 14px;
  position: absolute;
  display: block;
  font-size: 11px;
  bottom:-18px;
  right: 0;
}
.ds .chat .chat-history .clearfix  .me {
  margin-right: 2px;
  font-size: 10px;
  color: #5282ff;
  margin-left: 3px;
}
.ds .chat .chat-header {
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.ds .chat .chat-header .chat-about {
  float: left;
  padding-left: 0;
  margin-top: 0;
}
.ds .chat .chat-header .fa-star {
	display:none;
}
.ds .chat .chat-message {
	padding: 15px;
  border-top: 1px solid #e6e6e6;
}
.ds .chat .chat-message textarea{
  height: auto;
  min-height: 36px;
  display: block;
  width: 100%;
  line-height: 0.9375rem;
  color: #1b1d38;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-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;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  font-family: "Roboto",sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 400;
  box-shadow: none;
  height: 36px;
  padding: 13px 16px;
  font-size: 0.9375rem;
}
.ds .chat .chat-message textarea:placeholder {
	color: #97a3c7;
}

.ds .calendar {
  width: 3.125rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-family: var(--font-family-sans-serif);
  border-radius: .375rem;
}
.ds .calendar .calendar-month {
  background-color: #e63757;
  color: #fff;
  border-radius: .375rem .375rem 0 0;
  padding: .25rem;
  font-weight: 600;
}
.ds .calendar .calendar-day {
  font-size: 1.728rem;
  padding: .25rem;
  border: .125rem solid rgba(230,55,87,.3);
  border-top: 0;
  border-radius: 0 0 .375rem .375rem;
  color: #9da9bb;
  font-weight: 700;
}
.ds .col-auto {
  width: auto;
  max-width: 100%;
}
.ds .post-right {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
.ds .post-left {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}
.ds .header-avatar .media-body {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  display: block;
}
.ds .header-avatar .avatar + .media-body {
  position: absolute;
  top: 0;
  left: 65px;
  width: 100%;
  display: block;
}
.ds .name-avatar {
  color: #5282ff;
  color: var(--name-avatar);
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
}
.ds .location svg {
  height: 14px;
  line-height: 1;
  margin-top: -5px;
  margin-left: 5px;
  position: absolute;
}
.ds .answer-avatar .avatar {
  position: absolute;
  margin-top: 1px;
}
.ds .answer-avatar .answer-wrapper {
  margin-left: 35px!important;
  position: relative;
  display: block;
}
.ds .close-notice {
  font-size: 14px;
  position: absolute;
  top: 22px;
  right: 25px;
  z-index: 100;
  transition: 0s;
}
.ds .card-notice .card-header {
  padding: 0.8rem 2rem;
}
.ds .card-notice .card-body {
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.8rem 2rem;
}
.ds .card-notice .card-header .card-inform-outer {
  display: block;
  width: 100%;
  height: 30px;
}
.ds .card-notice .time {
  color: #5e6e82;
  font-size: 14px;
  padding-right: 35px;
  margin-top: 9px;
    position: absolute;
}
.ds .card-notice .time .badge {
  position: absolute;
  margin-left: 9px;
  margin-top: -2px;
}
.ds .card-notice p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds .card-notice a:hover {
  color: #262626;
  color: var(--default);
}
.ds .close-notice:hover {
  color: #e63757;
  color: var(--close-hover);
  cursor: pointer;
}
.ds .card-custom-panel:hover .card-arrow i,
.ds .card-custom-panel .card-arrow:hover i {
  color: #5282ff;
  color: var(--card-arrow-hover);
  cursor: pointer;
}
.ds footer {
	background-color: #fff;
	position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.ds.site footer .outer {
    display: flex;
    width: 100%;
    min-height: 100px;
    height: 110px;
}
.ds.site footer .footer-powered .outer {
    display: flex;
    width: 100%;
    min-height: 65px;
    height: 65px;
}

.ds.site .logo-footer img {
    vertical-align: middle;
    border-style: none;
    width: auto;
    display: flex;
    max-height: 45px;
    float: left;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.ds.site .logo-footer .logo-name {
       position: relative;
    display: flex;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #5282ff;
    color: var(--text-primary);
    word-break: break-word;
    padding-left: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    min-height: 45px;
}
.ds.site .info-footer .telephone a {
	color: #262626;
    color: var(--a-main-color);
    font-size: 22px;
}
.ds.site .info-footer .telephone a span{
    display: block;
    color: #748194;
    color: var(--text-secondary);
    font-size: 13px;
}
.ds.site .info-footer .telephone {
    position: relative;
    display: block;
    text-align: right;
    float: right;
}
.ds .footer-menu ul {
	list-style:none;
}
.ds .footer-menu ul li {
	padding-bottom: 12px;
}
.ds section {
	padding: 4.688rem 0;
}
.ds .articles .slick-track {
	padding-bottom: 50px;
}
.ds .articles  .slick-dots {
    position: absolute;
    bottom: -20px;
}
.ds .card.document {
	background-color:#f5f4f8;
	height:140px;
	box-shadow:none!important;
	border-radius: .35rem;
}
.ds .card.document .card-body {
    padding: 1.25rem;
}
.ds .card.document i {
	font-size: 23px;
	color: #5282ff;
    color: var(--text-primary);
}
.ds .card.document .card-title {
    padding: 12px 0;
    width: 100%;
    z-index: 100;
    line-height: 1.34em;
    position: relative;
    display: block;
    font-family: "Roboto",sans-serif;
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    color: #676767;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 3.6rem;
}
.ds .card.document .download {
	font-size: 0.95rem;
	color: #5282ff;
    color: var(--text-primary);
}
.ds .card.document:hover {
	cursor:pointer;
	background-color: #0b1727 !important;
	background-color: var(--bg-dark)!important;
    -webkit-box-shadow: 0px 1rem 1.4rem 0 rgb(53 49 93 / 10%), 0 0.25rem 0.4rem 0 rgb(20 22 35 / 35%) !important;
    -moz-box-shadow: 0px 1rem 1.4rem 0 rgb(53 49 93 / 10%), 0 0.25rem 0.4rem 0 rgb(20 22 35 / 35%) !important;
    box-shadow: 0px 1rem 1.4rem 0 rgb(53 49 93 / 10%), 0 0.25rem 0.4rem 0 rgb(20 22 35 / 35%) !important;
}
.ds .card.document:hover .download {
	text-decoration:underline;
}
.ds .card.document:hover i,
.ds .card.document:hover .card-title,
.ds .card.document:hover .download {
	color:#fff;
}
.ds .panels-wrapper {
	position:relative;
	border: 1px solid #f2f2f5;
	border-radius: .35rem;
	overflow: hidden;
	transition: background 1s ease;
}
.ds .panels-outer {
	display: flex;
	border-radius: .35rem;
    width: 100%;
/*
	transition: background 1s ease;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(246,246,248,1) 50%, rgba(233,233,240,1) 100%);
*/
	background: linear-gradient(90deg, rgba(253,255,255,1) 0%, rgba(246,246,248,1) 16.5%, rgba(233,233,240,1) 33%, rgba(87,108,241,1) 66%, rgba(60,81,213,1) 100%);
	background-size: 300% 100%;
	background-position: left;
    min-height: 175px;
    height: 175px;
}
.ds .panels-inner {
    width: 100%;
    margin: auto;
}
.ds .panels-wrapper,
.ds .panels-wrapper > * {
	transition: all .3s ease;
}
.ds .panels-wrapper img {
	position: absolute;
    right: 20px;
    top: 20px;
}
.ds .panels-wrapper .card-title {
	padding-left: 3rem;
    max-width: 250px;
	line-height: 1.4rem;
	font-size: 1.125rem;
	text-transform: uppercase;
}
.ds .panels-wrapper:hover {
	cursor:pointer;
	transform: translateY(-6px);
    -webkit-box-shadow: 0px 1rem 1rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
    -moz-box-shadow: 0px 1rem 1rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
    box-shadow: 0px 1rem 1rem 0 rgb(0 0 0 / 4%), 0 0.25rem 0.4rem 0 rgb(0 0 0 / 5%) !important;
}
.ds .panels-wrapper:hover .panels-outer {
/*
	background: linear-gradient(90deg, rgba(87,108,241,1) 0%, rgba(60,81,213,1) 100%);
*/
	background-position: right;
}
.ds .panels-wrapper:hover .card-title {
	color:#fff;
}
.ds .articles .card {
	height: 560px;
}

.ds.site .card {
	border-radius: .35rem;
}
.ds .news-main .card {
    min-height: 300px;
    height: auto;
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}
.ds .news-main .card .card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.ds .articles-btn {
	position: absolute;
    bottom: 35px;
}
.ds .news-main  .articles-btn {
    position: relative;
    bottom: 0px;
    right: 0;
    margin-top: auto;
	width: 100%;
/*
    position: absolute;
    bottom: 30px;
    left: 30px;
*/
}
.ds .news-main .description-text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    margin: 21px 0;
    color: #707070;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 120px;
}
.ds .new-img {
display: flex;
    flex-shrink: 1;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    min-height: 345px;
    border-top-right-radius: calc(0.35rem - 0px);
    border-bottom-right-radius: calc(0.35rem - 0px);
    flex-direction: column;
}
.ds .left .new-img {
	border-top-left-radius:0.35rem;
    border-bottom-left-radius:0.35rem ;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ds .news-main  .slick-dots {
    position: absolute;
    bottom: -20px;
}
.ds .news-main .card-title {
	display: flex;
    align-items: flex-start;
}
.ds .left .new-img {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;	
	border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
}
.ds .left.news-main .articles-btn {
    position: relative;
    bottom: 0px;
    left: 0;
    margin-top: auto;
	width: 100%;
}
.ds .left.news-main .articles-btn.no-image {
	left:30px
}
.ds .content-outer {
	flex: 1 1;
	transition: none;
}
.ds .wishlist-button {
  position: absolute;
  top: 30px;
  right: 75px;
  background: none;
  border: none;
  font-size: 22px;
  z-index: 10;
}

.ds .comparison-button{
  position: absolute;
  top: 30px;
  left: 75px;
  background: none;
  border: none;
  font-size: 22px;
  z-index: 10;
}
.ds .wrapper-cat-prod {
  padding-top:30px;
}
.ds .cat-prod-name, .ds .cat-prod-description, .ds .cat-prod-price, .ds .cat-prod-buy{
  margin-top: 22px;
}
.ds .cart-prod-price{
  margin-top: 22px;
  font-weight: 900;
  font-size: 22px;
}
.ds .wishlist-button:hover, .ds .comparison-button:hover{
  color: var(--a-hover-color);
}
.ds .filter-sort-items{
  list-style: none;
  text-align: center;
  line-height: 16px;
  position: relative;
  font-size: 80%;

}
.ds .filter-sort-item{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.ds .select.filter-sort-item a{
  color: var(--a-hover-color);
}
.ds .form-comparison-button{
  text-align: right;
}
.ds .form-comparison-button a{
  padding: 0;
}
.ds .form-group.form-comparison-button{
  margin: 0;
}
.ds .wrapper-cat-prod{
  padding-left: 0;
  padding-right: 0;
}
.ds .form-control.cat-prod-input-limit{
  border: 2px solid #003c82;
}
.ds ul.thumbnails{
  list-style: none;
}

.ds .product-images-container {
  display: flex;
  align-items: flex-start;
}

.ds .main-image {
  flex: 1;
}

.ds .additional-images {
  flex: 0 0 100px;
  overflow-y: auto;
  max-height: 340px;
}

.ds .additional-images .thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ds .additional-images .thumbnails li {
  margin-bottom: 10px;
}

.ds .additional-images .thumbnails li a img {
  width: 80px; /* Размер дополнительных изображений */
  height: 80px;
  object-fit: cover;
}
.ds .product-cart{
  padding: 1rem 0 1rem 0;
}
.ds .prod-cart-option-list{
  padding-top: 10px;
}
.ds .prod-cart-option-list li{
  padding-top: 5px;
  font-size: 14px;
}
.ds .prod-cart-option-list .prod-cart-option-list-elem{
  font-weight: 600;
}
.ds .prod-tax-price{
  color:#c1c1c1;
}
.ds .category-empty{
  text-align: center;
}
.ds .wrapper-block-image-note {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 0px;
  padding: 0;
}
.ds .category .wrapper-block-image-note.main .wrapper-block-border{
  opacity: .5;
  z-index: 100;
}
.ds .wrapper-block-border{
  height: calc(100% - 45px);
  width: calc(100% - 40px);
  background-color: transparent;
  opacity: 0.5;
  padding: 25px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  margin: 20px;
  position: absolute;
  opacity: 0;
}

.ds .wrapper-block-mask .text-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}
.ds .thumbnails.prod-cart-img .thumbnail{
  margin: 0;
  border: none;
  padding: 5px;
}
.ds .scroll-button {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}

.ds .scroll-button.up {
  margin-bottom: 10px;
}

.ds .scroll-button.down {
  margin-top: 10px;
}
.ds .additional-images::-webkit-scrollbar {
  display: none;
}

.ds .additional-images {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ds .thumbnails.prod-cart-img .selected-thumbnail{
  border: 2px solid #1654c1;
}
.ds .ds-pagination .pagination li.last, .ds .ds-pagination .pagination li.first{
  display: none;
}
.ds .ds-pagination .pagination li.active.main_pag span{
  border-radius: 0;
}
.ds .ds-pagination .pagination{
  padding: 40px;
}
.ds .price-old del{
  display: inline-block;
  color: #a0a0a0;
}
.ds .rec-prod-cart{
  padding: 15px 25px;
}
.ds .image{
  display: flex;
  justify-content: center;
}
.ds .flex-direction-column{
  flex-direction: column;
}
.ds .header_list{
  text-align: center;
}
.ds .well_clean{
  padding-top: 20px;
}
.ds .bg-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ds .cookie-block-wrapper.place_mobile, .ds .cookie-block-wrapper.place_desktop {
    position: fixed;
    top: auto;
    background: #ffffff;
    color: #fff;
    height: auto;
    display: block;
    box-shadow: 0px -1rem 1.4rem 0 rgb(21 20 96 / 7%), 0px 1rem 1.4rem 0 rgb(21 20 96 / 7%) !important;
    bottom: 20px;
    width: 50%;
    z-index: 100000;
    border-radius: 12px;
    transform: translateX(50%);
}
.ds .cookie-block-wrapper-inner {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1430px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    gap: 20px;
    flex-direction: row;
    align-content: center;
}
.ds .cookie-img {
    position: absolute;
    display: none;
    width: auto;
    max-width: 65px;
    padding: 15px 0;
    left: 15px;
}
.ds .cookie-img img {
    position: relative;
    display: none;
    width: 100%;
}
.ds .cookie-txt-wrapper {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    position: relative;
    display: flex;
    min-height: auto;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    opacity: 1;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Roboto', sans-serif;
}
.ds .cookie-txt {
    margin: auto;
    width: 100%;
}
.ds .cookie-block-submit {
    position: relative;
    border-radius: 6px;
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
    text-shadow: none;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: auto;
    color: #ffffff;
    background: #5282ff;
    background-position: center;
}
.ds .cookie-block-submit:hover {
    color: #ffffff;
    background: var(--a-hover-color);
}