.theme-3-0 svg .stroke {
  transition: 0.3s;
}
.theme-3-0 svg .stroke-2 {
  transition: 0.3s;
}
.theme-3-0 svg .dot,
.theme-3-0 svg .fill {
  transition: 0.3s;
}
.theme-3-0 svg .bg {
  transition: 0.3s;
}
.theme-3-0 .spinner .stroke {
  opacity: 0;
  -webkit-animation: spinnerLoad 1.6s infinite;
  animation: spinnerLoad 1.6s infinite;
  transition: 0.1s;
}
.theme-3-0 .spinner .stroke-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.theme-3-0 .spinner .stroke-2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.theme-3-0 .spinner .stroke-3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.theme-3-0 .spinner .stroke-4 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.theme-3-0 .spinner .stroke-5 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.theme-3-0 .spinner .stroke-6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.theme-3-0 .spinner .stroke-7 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.theme-3-0 .spinner .stroke-8 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.theme-3-0 .spinner .dot {
  -webkit-animation: spinnerDot 1.6s infinite;
  animation: spinnerDot 1.6s infinite;
  transition: 0.5s;
}
@-webkit-keyframes spinnerLoad {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinnerLoad {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spinnerDot {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes spinnerDot {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.theme-3-0 .select2 .selection {
  outline: none;
}
.theme-3-0 .select2 .selection .select2-selection {
  outline: none;
  border: 2px solid;
  height: 45px;
  border-radius: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}
.theme-3-0 .select2 .selection .select2-selection .select2-selection__rendered {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 0px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0 .select2 .selection .select2-selection .select2-selection__arrow {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
}
.theme-3-0 .select2 .selection .select2-selection .select2-selection__arrow b {
  display: block;
  height: 10px;
  width: 10px;
  border-width: 0px 0px 2px 2px;
  margin-left: 0px;
  margin-top: 0px;
  top: -3px;
  left: 0;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.theme-3-0 .select-select2 + .select2 {
  width: 100% !important;
}
.theme-3-0 .select-select2 + .select2 > .selection > .select2-selection {
  box-shadow: none !important;
}
.theme-3-0
  .select-select2
  + .select2
  > .selection
  > .select2-selection
  .select2-selection__rendered {
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
}
.theme-3-0 .select-select2-lg .select-select2 + .select2 .select2-selection {
  height: 70px;
}
.theme-3-0
  .select-select2-lg
  .select-select2
  + .select2
  .select2-selection
  .select2-selection__rendered {
  font-size: 28px;
  line-height: 70px;
}
.theme-3-0 .select-select2-md .select-select2 + .select2 .select2-selection {
  height: 60px;
}
.theme-3-0
  .select-select2-md
  .select-select2
  + .select2
  .select2-selection
  .select2-selection__rendered {
  font-size: 18px;
  line-height: 60px;
}
.theme-3-0 .select-select2-sm .select-select2 + .select2 .select2-selection {
  height: 50px;
}
.theme-3-0
  .select-select2-sm
  .select-select2
  + .select2
  .select2-selection
  .select2-selection__rendered {
  font-size: 18px;
  line-height: 50px;
}
.theme-3-0 .select2-container .select2-dropdown {
  outline: none;
  border: 2px solid;
  border-top: 0px;
  z-index: 9999999;
}
.theme-3-0
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  padding: 0 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}
.theme-3-0 .select-img {
  position: relative;
}
.theme-3-0 .select-img.select-img-lg .selected {
  position: relative;
}
.theme-3-0 .select-img.select-img-lg .selected .option {
  min-height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .select-img.select-img-lg .selected .option .option-img {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-3-0 .select-img.select-img-lg .selected .option .option-txt {
  min-height: 100%;
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #273135;
  font-size: 28px;
  font-weight: 300;
  border-left: 2px solid #eff3f7;
  padding: 19px 20px;
}
.theme-3-0 .select-img.select-img-lg .selected .option .non-border {
  border-left: none;
}
.theme-3-0 .select-img.select-img-lg .selected .more {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
.theme-3-0 .select-img.select-img-md .selected {
  position: relative;
}
.theme-3-0 .select-img.select-img-md .selected .option {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .select-img.select-img-md .selected .option .option-img {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-3-0 .select-img.select-img-md .selected .option .option-txt {
  min-height: 100%;
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #273135;
  font-size: 18px;
  line-height: 28px;
  border-left: 2px solid #eff3f7;
  padding: 13px 16px;
}
.theme-3-0 .select-img.select-img-md .selected .option .non-border {
  border-left: none;
}
.theme-3-0 .select-img.select-img-md .selected .more {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
.theme-3-0 .select-img.select-img-sm .selected {
  position: relative;
}
.theme-3-0 .select-img.select-img-sm .selected .option {
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .select-img.select-img-sm .selected .option .option-img {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-3-0 .select-img.select-img-sm .selected .option .option-txt {
  min-height: 100%;
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #273135;
  font-size: 18px;
  line-height: 28px;
  border-left: 2px solid #eff3f7;
  padding: 9px 11px;
}
.theme-3-0 .select-img.select-img-sm .selected .option .non-border {
  border-left: none;
}
.theme-3-0 .select-img.select-img-sm .selected .more {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
.theme-3-0 .select-img .selected {
  z-index: 99;
  border: 2px solid;
  cursor: pointer;
}
.theme-3-0 .select-img .selected .option {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
.theme-3-0 .select-img .selected .option .option-img {
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-3-0 .select-img .selected .option .option-txt {
  min-height: 100%;
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 300;
  border-left: 2px solid;
  padding: 20px;
}
.theme-3-0 .select-img .selected .more {
  position: absolute;
  top: 50%;
  right: 20px;
}
.theme-3-0 .select-img .options {
  border: 2px solid;
  border-top: 0px solid;
  position: absolute;
  bottom: 2px;
  z-index: 9999;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  display: none;
}
.theme-3-0 .select-img .options ul {
  padding: 20px 0px;
  border-top: 2px solid;
}
.theme-3-0 .select-img .options ul li input {
  display: none;
}
.theme-3-0 .select-img .options ul li .option-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px;
  width: 100%;
  cursor: pointer;
}
.theme-3-0 .select-img .options ul li .option-cnt .option-img {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-3-0 .select-img .options ul li .option-cnt .option-img img {
  height: 22px;
}
.theme-3-0 .select-img .options ul li .option-cnt .option-txt {
  font-size: 22px;
  font-weight: 300;
  transition: 0.15s;
}
.theme-3-0 .select-img .options ul li .option-cnt .non-border {
  padding-left: 20px;
}
.theme-3-0 .select-img.open .options {
  display: block;
}
@media screen and (max-width: 550px) {
  .theme-3-0 .select-img.select-img-lg .selected .option,
  .theme-3-0 .select-img.select-img-md .selected .option {
    min-height: 50px;
  }
  .theme-3-0 .select-img.select-img-lg .selected .option .option-img,
  .theme-3-0 .select-img.select-img-md .selected .option .option-img {
    width: 50px;
  }
  .theme-3-0 .select-img.select-img-lg .selected .option .option-txt,
  .theme-3-0 .select-img.select-img-md .selected .option .option-txt {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.theme-3-0 .switch-horizontal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0 .switch-horizontal .checkbox {
  display: none;
}
.theme-3-0 .switch-horizontal .rail {
  display: block;
  height: 26px;
  margin: 13px;
  width: 80px;
  border: 2px solid;
  border-radius: 13px;
  position: relative;
  transition: 0.3s;
  max-width: 160px;
  z-index: 1;
  cursor: pointer;
}
.theme-3-0 .switch-horizontal .rail .knob {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
.theme-3-0 .switch-horizontal .rail .knob:active {
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
}
.theme-3-0 .switch-horizontal .rail .knob::before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}
.theme-3-0 .switch-horizontal .rail .knob::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}
.theme-3-0 .switch-horizontal .rail::before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 9px;
  transition: 0.3s;
}
.theme-3-0 .switch-horizontal .rail::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  right: 9px;
  transition: 0.3s;
}
.theme-3-0 .switch-horizontal .checkbox:checked ~ .rail .knob {
  bottom: 0px;
  left: 54px;
}
.theme-3-0 .switch-horizontal.switch-horizontal-sm .rail {
  height: 20px;
  width: 50px;
}
.theme-3-0 .switch-horizontal.switch-horizontal-sm .rail .knob {
  bottom: -3px;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.theme-3-0 .switch-horizontal.switch-horizontal-sm .rail .knob-mini {
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}
.theme-3-0 .switch-horizontal.switch-horizontal-sm .rail::before,
.theme-3-0 .switch-horizontal.switch-horizontal-sm .rail::after {
  display: none;
}
.theme-3-0
  .switch-horizontal.switch-horizontal-sm
  .checkbox:checked
  ~ .rail
  .knob {
  bottom: -3px;
  left: 24px;
}
.theme-3-0 .switch-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 15px;
}
.theme-3-0 .switch-vertical .checkbox {
  display: none;
}
.theme-3-0 .switch-vertical .rail {
  display: block;
  height: 80px;
  margin: 13px;
  width: 26px;
  border: 2px solid;
  border-radius: 13px;
  position: relative;
  transition: 0.3s;
  max-width: 52px;
  z-index: 1;
  cursor: pointer;
}
.theme-3-0 .switch-vertical .rail .knob {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
.theme-3-0 .switch-vertical .rail .knob:active {
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
}
.theme-3-0 .switch-vertical .rail .knob::before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}
.theme-3-0 .switch-vertical .rail .knob::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}
.theme-3-0 .switch-vertical .rail::before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 9px;
  transition: 0.3s;
}
.theme-3-0 .switch-vertical .rail::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 9px;
  left: 9px;
  transition: 0.3s;
}
.theme-3-0 .switch-vertical .checkbox:checked ~ .rail .knob {
  bottom: 54px;
}
.theme-3-0 .switch-desc {
  padding-left: 10px;
}
.theme-3-0 .switch-desc h4 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
.theme-3-0 .switch-desc p {
  font-size: 14px;
}
.theme-3-0 .tooltip-desc {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-left: 0;
  position: relative;
  padding-right: 10px;
}
@media screen and (min-width: 1349px) {
  .theme-3-0 .gutter-xl {
    margin-left: -25px;
    margin-right: -25px;
  }
  .theme-3-0 .gutter-xl *[class^="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.theme-3-0 a {
  text-decoration: none;
}
.theme-3-0 a:hover {
  text-decoration: none;
}
.theme-3-0 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .flex.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.theme-3-0 .flex.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.theme-3-0 .flex.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-3-0 .flex.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.theme-3-0 .flex.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0 .flex.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .flex.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .flex.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.theme-3-0 .flex.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.theme-3-0 .btn-edit {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-decoration: none;
  transition: 0.3s;
}
.theme-3-0 .btn-edit:hover,
.theme-3-0 .btn-edit:active,
.theme-3-0 .btn-edit:focus {
  text-decoration: none;
}
.theme-3-0 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: initial;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  transition: 0.2s;
  outline: none;
  border-width: 2px;
  border-radius: 100px;
}
.theme-3-0 .btn:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  outline: none;
}
.theme-3-0 .btn:focus,
.theme-3-0 .btn:focus:active {
  outline: none;
}
.theme-3-0 .btn.btn-cnt-sm {
  font-size: 14px;
  line-height: 16px;
}
.theme-3-0 .btn.btn-lg {
  line-height: 25px;
  font-size: 18px;
  height: 60px;
  padding-right: 35px;
  padding-left: 35px;
}
.theme-3-0 .btn.btn-md {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  height: 50px;
}
.theme-3-0 .btn.btn-sm {
  text-align: center;
  height: 40px;
  font-size: 12px;
  padding-left: 23px;
  padding-right: 23px;
}
.theme-3-0 .btn.btn-xs {
  font-size: 12px;
  height: 26px;
  padding-left: 13px;
  padding-right: 13px;
}
.theme-3-0 .btn.btn-img {
  padding-left: 17px;
}
.theme-3-0 .btn.btn-img svg {
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.theme-3-0 .btn.btn-link {
  text-decoration: none;
  font-weight: 600;
}
.theme-3-0 .btn.btn-cnt-sm {
  font-size: 12px;
}
.theme-3-0 .btn.btn-sm-min-width {
  min-width: 140px;
}
.theme-3-0 .btn-primary {
  border: 2px solid;
  border-radius: 100px;
}
.theme-3-0 .btn-primary:hover,
.theme-3-0 .btn-primary:active,
.theme-3-0 .btn-primary:focus,
.theme-3-0 .btn-primary:active:focus {
  border: 2px solid;
}
.theme-3-0 .btn-default {
  border: 2px solid;
  border-radius: 100px;
  background-color: transparent;
}
.theme-3-0 .btn-default:hover,
.theme-3-0 .btn-default:active,
.theme-3-0 .btn-default:active:hover,
.theme-3-0 .btn-default:focus,
.theme-3-0 .btn-default:active:focus {
  background-color: transparent;
  border: 2px solid;
}
.theme-3-0 .btn-img svg,
.theme-3-0 .btn-img img {
  margin-right: 10px;
}
.theme-3-0 .btn-tight {
  padding-left: 23px;
  padding-right: 23px;
}
.theme-3-0 .btn-expanded {
  display: block;
  height: auto;
  border-radius: 25px;
  z-index: 9;
  outline: none;
  border: 0px solid;
  padding: 0px;
  transition: 0.2s;
  cursor: pointer;
}
.theme-3-0 .btn-expanded:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.theme-3-0 .btn-expanded .btn-header {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 18px;
}
.theme-3-0 .btn-expanded .btn-header svg {
  margin-right: 10px;
}
.theme-3-0 .btn-expanded .btn-header .bg {
  z-index: -1;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid;
  position: absolute;
  bottom: 0;
  left: 0px;
  top: 0px;
  border-radius: 25px;
  transition: 0.3s;
}
.theme-3-0 .btn-expanded .btn-body {
  position: absolute;
  height: 0px;
  overflow: hidden;
}
.theme-3-0 .btn-expanded .btn-body .btn-ctn {
  padding: 0px 20px 15px 20px;
}
.theme-3-0 .btn-expanded .btn-body .btn-ctn ul {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
  position: relative;
  z-index: 2;
  width: 200px;
  border-top: 2px solid;
  padding: 10px 0px;
}
.theme-3-0 .btn-expanded .btn-body .btn-ctn ul:first-child {
  padding-top: 0px;
  border-top-width: 0px;
}
.theme-3-0 .btn-expanded .btn-body .btn-ctn ul:last-child {
  padding-bottom: 0px;
}
.theme-3-0 .btn-expanded .btn-body .btn-ctn ul li {
  text-align: left;
}
.theme-3-0 .btn-expanded .btn-body .btn-ctn ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  line-height: 34px;
  text-transform: none;
  font-weight: normal;
  transition: 0.3s;
}
.theme-3-0 .btn-expanded .btn-body .btn-ctn ul.bg-big {
  width: 400px !important;
}
@media screen and (max-width: 850px) {
  .theme-3-0 .btn-expanded .btn-body .btn-ctn ul.bg-big {
    width: 200px !important;
  }
}
.theme-3-0 .btn-expanded.open:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.theme-3-0 .btn-expanded.open .btn-header .bg {
  width: 236px !important;
}
.theme-3-0 .btn-expanded.open .btn-header .bg.bg-big {
  width: 440px !important;
}
@media screen and (max-width: 850px) {
  .theme-3-0 .btn-expanded.open .btn-header .bg.bg-big {
    width: 236px !important;
  }
}
.theme-3-0 .btn-expanded.open .btn-body {
  z-index: 1000;
}
.theme-3-0 .btn-expanded.open .btn-body .btn-ctn ul {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .btn-expanded.to-left {
  position: relative;
}
.theme-3-0 .btn-expanded.to-left.open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.theme-3-0 .check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}
.theme-3-0 .check-group input {
  display: none;
}
.theme-3-0 .check-group .check {
  height: 30px;
  min-width: 30px;
  border: 2px solid;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.theme-3-0 .check-group .check:before {
  content: "";
  display: block;
  height: 16px;
  width: 10px;
  position: absolute;
  opacity: 0;
  top: 2px;
  left: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.theme-3-0 .check-group input:checked + .check:before {
  opacity: 1;
}
.theme-3-0 .check-group .label {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
.theme-3-0 .check-group .label .more-tooltop {
  display: inline-block;
  position: relative;
  top: 3px;
}
.theme-3-0 .check-group .label .help-block {
  color: #fd5b5d;
  font-size: 16px;
}
.theme-3-0 .inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 input[type="number"]::-webkit-inner-spin-button,
.theme-3-0 input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.theme-3-0 input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
.theme-3-0 .form-control {
  border: 2px solid;
  border-radius: 0px;
  height: 50px;
  transition: 0s;
}
.theme-3-0 .form-control.input-lg {
  height: 70px;
  font-size: 28px;
}
.theme-3-0 .form-control.input-md {
  height: 60px;
  font-size: 18px;
}
.theme-3-0 .form-control.input-sm {
  height: 50px;
  font-size: 18px;
}
.theme-3-0 .progress {
  overflow: visible;
  border-radius: none;
  border: 2px solid;
  box-shadow: none;
}
.theme-3-0 .progress .progress-bar {
  margin-left: -2px;
  margin-right: -2px;
  height: calc(100% + 4px);
  margin-top: -2px;
  border: 2px solid;
  z-index: 1;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: auto;
}
.theme-3-0 .pagination-wrapper.pagination-bottom,
.theme-3-0 .pagination-wrapper.pagination-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.theme-3-0 .pagination-wrapper.pagination-bottom .pagination-holder,
.theme-3-0 .pagination-wrapper.pagination-top .pagination-holder {
  box-sizing: border-box;
  max-height: 50px;
  border: 2px solid #e0e7ee;
  border-radius: 25px;
  background-color: #f2f6fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .pagination-wrapper.pagination-bottom .pagination-holder .arrow-back,
.theme-3-0 .pagination-wrapper.pagination-bottom .pagination-holder .arrow-next,
.theme-3-0 .pagination-wrapper.pagination-top .pagination-holder .arrow-back,
.theme-3-0 .pagination-wrapper.pagination-top .pagination-holder .arrow-next {
  height: 50px;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-back
  a,
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-next
  a,
.theme-3-0 .pagination-wrapper.pagination-top .pagination-holder .arrow-back a,
.theme-3-0 .pagination-wrapper.pagination-top .pagination-holder .arrow-next a {
  display: inline-block;
  height: 100%;
  line-height: 15px;
  padding: 0 15px;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-back
  a:active,
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-next
  a:active,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-back
  a:active,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-next
  a:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-back
  a
  svg,
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-next
  a
  svg,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-back
  a
  svg,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-next
  a
  svg {
  height: 50px;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-back.disabled,
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-next.disabled,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-back.disabled,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-next.disabled {
  padding: 0 10px;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-back.disabled
  a,
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .arrow-next.disabled
  a,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-back.disabled
  a,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .arrow-next.disabled
  a {
  display: none;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .number-links
  a,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .number-links
  a {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  padding: 0 7px;
  line-height: 48px;
  color: #98a2ab;
  font-size: 18px;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .number-links
  a.active,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .number-links
  a.active {
  border: 2px solid #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.1);
  color: #3b4348;
  font-weight: 600;
  text-decoration: none;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .pagination-more,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .pagination-more {
  height: 100%;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .pagination-more
  .pagination-dots,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .pagination-more
  .pagination-dots {
  margin: 0 10px;
  color: #3b4348;
  font-size: 23px;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .pagination-more
  .pagination-last,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .pagination-more
  .pagination-last {
  color: #98a2ab;
  display: inline-block;
  height: 100%;
  line-height: 48px;
  font-size: 18px;
}
.theme-3-0
  .pagination-wrapper.pagination-bottom
  .pagination-holder
  .pagination-more
  .pagination-last
  a,
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .pagination-more
  .pagination-last
  a {
  display: inline-block;
  height: 100%;
  color: #98a2ab;
  font-size: 18px;
  padding-right: 10px;
}
.theme-3-0 .pagination-wrapper.pagination-top {
  min-width: 140px;
  max-width: 200px;
  margin-bottom: 0;
}
@media screen and (max-width: 1800px) {
  .theme-3-0 .pagination-wrapper.pagination-top {
    display: none;
  }
}
.theme-3-0
  .pagination-wrapper.pagination-top
  .pagination-holder
  .number-links
  a {
  color: #3b4348;
  font-weight: 600;
}
.theme-3-0 [data-toggle="tooltip"] {
  vertical-align: middle;
}
.theme-3-0 [data-toggle="tooltip"]:first-child {
  margin-right: 5px;
}
.theme-3-0 [data-toggle="tooltip"]:last-child {
  margin-left: 5px;
}
.theme-3-0 .tooltip {
  -webkit-filter: drop-shadow(10px 10px 20px rgba(59, 67, 72, 0.29));
  filter: drop-shadow(10px 10px 20px rgba(59, 67, 72, 0.29));
  font-size: 14px;
  transition: 0s;
}
.theme-3-0 .tooltip.in {
  opacity: 1 !important;
}
.theme-3-0 .tooltip > .tooltip-inner {
  border: 2px solid;
  padding: 10px;
  opacity: 1;
  border-radius: 0px;
  font-weight: 200;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
.theme-3-0 .tooltip > .tooltip-arrow {
  height: 10px !important;
  width: 10px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border: 0px !important;
  border-bottom: 2px solid !important;
  border-right: 2px solid !important;
  -webkit-transform: rotate(45deg) translateX(-40%) translatey(40%);
  transform: rotate(45deg) translateX(-40%) translatey(40%);
}
.theme-3-0 .tooltip.bottom > .tooltip-arrow {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.theme-3-0 .tooltip.right {
  position: absolute !important;
  padding: 0 5px !important;
  width: auto !important;
  z-index: 1070 !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}
.theme-3-0 .tooltip.right > .tooltip-arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 1px;
}
.theme-3-0 .tooltip.left {
  position: absolute !important;
  padding: 0 5px !important;
  width: auto !important;
  z-index: 1070 !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0px solid !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  max-width: 300px !important;
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  top: auto;
  border-right: 0px;
}
.theme-3-0 .tooltip.left > .tooltip-arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.theme-3-0 .alert {
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  border-radius: 0px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.theme-3-0 .alert.hello {
  padding: 30px 30px 30px 90px;
}
.theme-3-0 .alert .close {
  opacity: 1;
}
.theme-3-0 .alert .close:hover {
  opacity: 0.75;
}
.theme-3-0 .alert h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 20px;
}
.theme-3-0 .alert p {
  margin-bottom: 10px;
  font-weight: 500;
}
.theme-3-0 .alert p:last-of-type {
  margin-bottom: 20px;
}
.theme-3-0 .alert .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.theme-3-0 .alert strong {
  font-weight: 800;
}
.theme-3-0 .alert > *:last-child {
  margin-bottom: 0px !important;
}
.theme-3-0 .alert .alert-img {
  position: absolute;
  top: 20px;
  left: -2px;
}
.theme-3-0 .alert .inline-alert-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .alert .inline-alert-ctn p:last-of-type {
  margin-bottom: 0px;
}
.theme-3-0 .alert .inline-alert-ctn > * {
  margin-bottom: 0px;
  margin-right: 25px;
}
@media screen and (max-width: 992px) {
  .theme-3-0 .alert .inline-alert-ctn {
    display: block;
  }
  .theme-3-0 .alert .inline-alert-ctn p:last-of-type {
    margin-bottom: 20px;
  }
  .theme-3-0 .alert .inline-alert-ctn > * {
    margin-bottom: 20px;
  }
  .theme-3-0 .alert .inline-alert-ctn > *:last-child {
    margin-bottom: 0px;
  }
}
.theme-3-0 .alert.alert-neutral.hello {
  padding: 20px 20px 20px 80px;
}
.theme-3-0 .alert.alert-neutral.hello h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.theme-3-0 .alert.alert-neutral.hello p {
  margin-bottom: 0;
}
.theme-3-0 #toast-container {
  top: 100px;
  right: 50px;
}
.theme-3-0 #toast-container > div,
.theme-3-0 #toast-container :hover {
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
}
.theme-3-0 .toast-success {
  background-color: #44d751;
}
.theme-3-0 .toast-error {
  background-color: #ea3839;
}
.theme-3-0 .toast-info {
  background-color: #00bcec;
}
.theme-3-0 .toast-warning {
  background-color: #f3c200;
}
@media screen and (max-width: 550px) {
  .theme-3-0 .form-control.input-lg,
  .theme-3-0 .form-control.input-sm,
  .theme-3-0 .form-control.input-md {
    height: 50px;
    font-size: 18px;
  }
  .theme-3-0 .border-radio-group .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .alert {
    padding: 20px 20px;
  }
  .theme-3-0 .alert.hello {
    padding: 20px 20px 20px 20px;
  }
  .theme-3-0 .alert .alert-img {
    display: none;
  }
  .theme-3-0 .alert.alert-neutral.hello {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 400px) {
  .theme-3-0 .alert {
    padding: 20px 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .theme-3-0 .alert p {
    font-size: 14px;
  }
}
.theme-3-0 .easy-autocomplete {
  position: relative;
  z-index: 100;
  width: 100% !important;
}
.theme-3-0 .easy-autocomplete input {
  border: 2px solid #e0e7ee;
  background-color: #ffffff;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}
.theme-3-0 .easy-autocomplete input.input-lg {
  padding: 10px 16px;
}
.theme-3-0 .easy-autocomplete input:focus + .easy-autocomplete-container ul {
  border: 2px solid #e8eef4;
  border-top: 0px solid;
}
.theme-3-0 .easy-autocomplete .easy-autocomplete-container {
  position: absolute;
  width: 100%;
  bottom: 2px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border: 0px solid #e8eef4;
}
.theme-3-0 .easy-autocomplete .easy-autocomplete-container ul {
  border: 2px solid #e8eef4;
  border-top: 0px solid;
  width: 100%;
}
.theme-3-0 .easy-autocomplete .easy-autocomplete-container ul li {
  border: 0px solid;
  border-top: 2px solid #e8eef4 !important;
  padding: 0px;
  width: 100%;
}
.theme-3-0 .easy-autocomplete .easy-autocomplete-container ul li .eac-item {
  height: auto;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 300;
  transition: 0.15s;
}
.theme-3-0
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li:nth-of-type(odd)
  .eac-item {
  background-color: #fafcfd;
}
.theme-3-0 .easy-autocomplete .easy-autocomplete-container ul li.selected {
  border-top: 2px solid #e8eef4 !important;
  background-color: transparent;
}
.theme-3-0
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li.selected
  .eac-item {
  color: #fb781d;
}
@media screen and (max-width: 550px) {
  .theme-3-0 .easy-autocomplete .easy-autocomplete-container ul li {
    border: 0px solid;
    border-top: 2px solid #eff3f7;
    padding: 0px;
    width: 100%;
  }
  .theme-3-0 .easy-autocomplete .easy-autocomplete-container ul li .eac-item {
    font-size: 18px;
    padding: 10px 16px;
  }
}
.theme-3-0 #timeout {
  width: calc(100% + 100px);
  border: 2px solid #273135;
  background-color: #3b4348;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.03);
  margin: 0 -50px;
  padding: 20px 50px;
  display: none;
}
.theme-3-0 #timeout.open {
  display: block;
}
.theme-3-0 #timeout .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 #timeout .content-wrapper .timeout-holder {
  max-width: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 #timeout .content-wrapper .timeout-holder .description p {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.28px;
  line-height: 20px;
}
.theme-3-0 #timeout .content-wrapper .timeout-holder .description p .green {
  color: #77e681;
}
.theme-3-0 #timeout .content-wrapper .timeout-holder .numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 50px;
}
.theme-3-0 #timeout .content-wrapper .timeout-holder .numbers-wrapper p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.28px;
  line-height: 22px;
}
.theme-3-0
  #timeout
  .content-wrapper
  .timeout-holder
  .numbers-wrapper
  .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  #timeout
  .content-wrapper
  .timeout-holder
  .numbers-wrapper
  .number-box
  .counter-box {
  border: 2px solid #273135;
  background-color: #ffffff;
  padding: 4px 5px;
  margin: 0 4px;
}
.theme-3-0
  #timeout
  .content-wrapper
  .timeout-holder
  .numbers-wrapper
  .number-box
  .counter-box
  span {
  color: #273135;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.78px;
  line-height: 25px;
}
.theme-3-0 #timeout .content-wrapper .close-holder {
  max-width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1360px) {
  .theme-3-0 #timeout {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1360px) and (max-width: 850px) {
  .theme-3-0 #timeout .content-wrapper .timeout-holder .numbers-wrapper {
    display: none;
  }
  .theme-3-0 #timeout .content-wrapper .timeout-holder .button-holder {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1360px) {
  .theme-3-0
    #timeout
    .content-wrapper
    .timeout-holder
    .numbers-wrapper
    .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .theme-3-0 #timeout {
    width: calc(100% + 60px);
    margin: 62px -30px -62px;
  }
}
@media screen and (max-width: 650px) {
  .theme-3-0 #timeout {
    padding: 20px 30px;
  }
  .theme-3-0 #timeout .content-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0 #timeout .content-wrapper .timeout-holder {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .theme-3-0 #timeout .content-wrapper .timeout-holder .button-holder {
    margin-left: 0;
    margin-top: 14px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 #timeout {
    width: 100%;
    margin: 62px 0 -62px;
    padding: 15px;
  }
}
.theme-3-0 #timeout.mini-timeout {
  padding: 5px 50px;
}
@media screen and (max-width: 1360px) {
  .theme-3-0 #timeout.mini-timeout {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 #timeout.mini-timeout {
    padding: 5px 15px;
  }
}
.theme-3-0 #timeout.mini-timeout .content-wrapper .timeout-holder {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.theme-3-0
  #timeout.mini-timeout
  .content-wrapper
  .timeout-holder
  .description
  p {
  color: #77e681;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .theme-3-0
    #timeout.mini-timeout
    .content-wrapper
    .timeout-holder
    .description {
    margin-right: 10px;
  }
  .theme-3-0
    #timeout.mini-timeout
    .content-wrapper
    .timeout-holder
    .numbers-wrapper {
    display: none;
  }
  .theme-3-0
    #timeout.mini-timeout
    .content-wrapper
    .timeout-holder
    .button-holder {
    margin: 0;
  }
}
.theme-3-0
  #timeout.mini-timeout
  .content-wrapper
  .timeout-holder
  .numbers-wrapper {
  margin: 0 30px;
}
.theme-3-0
  #timeout.mini-timeout
  .content-wrapper
  .timeout-holder
  .numbers-wrapper
  p {
  font-size: 14px;
}
.theme-3-0
  #timeout.mini-timeout
  .content-wrapper
  .timeout-holder
  .numbers-wrapper
  .number-box
  .counter-box {
  padding: 0 5px;
}
.theme-3-0
  #timeout.mini-timeout
  .content-wrapper
  .timeout-holder
  .numbers-wrapper
  .number-box
  .counter-box
  span {
  font-size: 14px;
}
.theme-3-0
  #timeout.mini-timeout
  .content-wrapper
  .timeout-holder
  .button-holder
  a {
  color: #ffaa60;
  font-size: 14px;
}
.theme-3-0
  #timeout.mini-timeout
  .content-wrapper
  .timeout-holder
  .button-holder
  a
  svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 620px) {
  .theme-3-0
    #timeout.mini-timeout
    .content-wrapper
    .timeout-holder
    .description,
  .theme-3-0
    #timeout.mini-timeout
    .content-wrapper
    .timeout-holder
    .button-holder {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .theme-3-0
    #timeout.mini-timeout
    .content-wrapper
    .timeout-holder
    .numbers-wrapper {
    margin: 5px 0;
  }
}
.theme-3-0 .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .main-header .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .main-header .left-side .pages {
  margin-right: 20px;
}
.theme-3-0 .main-header .left-side .pages h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 46px;
}
.theme-3-0 .main-header .left-side .pages h2 span {
  font-weight: 900;
}
.theme-3-0 .main-header .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 300px;
}
.theme-3-0 .main-header .right-side input {
  height: 60px;
  border: 2px solid;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: block;
  border-right: 0px;
  outline: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 15px;
  font-size: 16px;
}
.theme-3-0 .main-header .right-side button {
  display: block;
  height: 60px;
  min-width: 60px;
  background-color: transparent;
  border: none;
  outline: none;
  border: 2px solid;
  border-left: 0px;
}
.theme-3-0 .main-header .right-side button svg {
  width: 22px;
}
.theme-3-0 .main-list {
  width: 100%;
}
.theme-3-0 .main-list .list-item {
  border: 2px solid;
  position: relative;
  width: 100%;
}
.theme-3-0 .main-list .list-item .item-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 40px;
  position: relative;
}
.theme-3-0 .main-list .list-item .item-header .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 200px);
}
.theme-3-0 .main-list .list-item .item-header .left-side .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}
.theme-3-0 .main-list .list-item .item-header .left-side .name .adress {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  margin-right: 20px;
  word-wrap: break-word;
  display: inline;
  width: 100%;
}
.theme-3-0 .main-list .list-item .item-header .left-side .name .list {
  margin-right: 10px;
}
.theme-3-0 .main-list .list-item .item-header .left-side .name .database-desc {
  margin-right: 10px;
}
.theme-3-0 .main-list .list-item .item-header .left-side .name .desc {
  position: relative;
  z-index: 2;
  top: 4px;
  max-width: 100%;
}
.theme-3-0 .main-list .list-item .item-header .left-side .name .desc p {
  font-size: 15px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}
.theme-3-0 .main-list .list-item .item-header .left-side .name .desc p::after {
  margin-left: 5px;
  content: url("../img/icons/other-edit.svg");
  opacity: 0;
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
  transition: 0.2s;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .desc
  p:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.theme-3-0 .main-list .list-item .item-header .left-side .name .desc input {
  display: none;
  max-width: 100% !important;
  font-size: 15px;
  line-height: 20px;
  padding-top: 5px;
  min-width: 150px;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .desc
  input:focus {
  outline: none;
  border: 0px;
}
.theme-3-0 .main-list .list-item .item-header .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .main-list .list-item .item-header .right-side .page-stats {
  position: relative;
  z-index: 2;
  outline: none;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button {
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:active {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.theme-3-0 .main-list .list-item .item-header .right-side .page-menu {
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button {
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:active {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  overflow: hidden;
  height: 0px;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 2px solid;
  transition: 0.3s;
  z-index: 0;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul {
  position: relative;
  display: block;
  width: calc(100% - 4px);
  padding: 30px 0px;
  left: 2px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
  z-index: 1;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li {
  display: block;
  width: 100%;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  transition: 0.2s;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a
  svg {
  width: 20px;
  margin-right: 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a
  span {
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.theme-3-0 .main-list .list-item .item-header .right-side .page-menu.open {
  z-index: 3;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu.open
  .menu-content {
  transition-delay: 0s;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu.open
  .menu-content
  ul {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .main-list .list-item .item-header .right-side .more {
  position: relative;
  margin-left: 30px;
}
.theme-3-0 .main-list .list-item .item-header .right-side .more svg {
  transition: 0.3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.theme-3-0 .main-list .list-item .item-header .right-side .status-box {
  position: absolute;
  top: -2px;
  right: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0 .main-list .list-item .item-header .right-side .status-box a {
  z-index: 100;
}
.theme-3-0 .main-list .list-item .item-header .right-side .status-box .status {
  position: relative;
  border: 2px solid;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-left: 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::before,
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::before {
  top: -3px;
  left: -3px;
}
.theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::after {
  top: -3px;
  right: -3px;
}
.theme-3-0 .main-list .list-item .item-header .right-side .date-add {
  padding-top: 10px !important;
}
.theme-3-0 .main-list .list-item .item-header .click-area {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
}
.theme-3-0 .main-list .list-item .item-body {
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
  transition-delay: 0.3s;
  position: relative;
}
.theme-3-0 .main-list .list-item .item-body::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.theme-3-0 .main-list .list-item .item-body .content-1 {
  padding: 40px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.theme-3-0 .main-list .list-item .item-body .content-1 ul {
  display: block;
  padding: 0 20px;
  position: relative;
}
.theme-3-0 .main-list .list-item .item-body .content-1 ul::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.theme-3-0 .main-list .list-item .item-body .content-1 ul li {
  margin-bottom: 20px;
}
.theme-3-0 .main-list .list-item .item-body .content-1 ul li:last-of-type {
  margin-bottom: 0px;
}
.theme-3-0 .main-list .list-item .item-body .content-1 ul li .label {
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
  display: block;
  text-align: left;
  padding: 0px;
  text-transform: uppercase;
}
.theme-3-0 .main-list .list-item .item-body .content-1 ul li span.desc {
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  display: block;
}
.theme-3-0 .main-list .list-item .item-body .content-1 ul li a.desc {
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  display: block;
}
.theme-3-0 .main-list .list-item .item-body .content-1 .left-side {
  width: 40%;
}
.theme-3-0 .main-list .list-item .item-body .content-1 .left-side ul {
  width: 100%;
}
.theme-3-0 .main-list .list-item .item-body .content-1 .right-side {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.theme-3-0 .main-list .list-item .item-body .content-1 .right-side ul {
  width: 33.33%;
}
.theme-3-0 .main-list .list-item .item-body .content-table {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.theme-3-0 .main-list .list-item .item-body .content-table .table-grid {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.theme-3-0 .main-list .list-item .item-body .content-table .table-grid tr td {
  border: 2px solid;
  padding: 20px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  tr
  td:first-child {
  padding-left: 40px;
  border-left-width: 0px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  tr
  td:last-child {
  padding-right: 40px;
  border-right-width: 0px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  tr
  td:nth-of-type(2),
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  tr
  td:nth-of-type(3) {
  width: 200px;
}
.theme-3-0 .main-list .list-item .item-body .content-table .table-grid .label {
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
  display: block;
  text-align: left;
  padding: 0px;
  text-transform: uppercase;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  span.desc {
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  display: block;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .desc-box {
  font-size: 15px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .desc-box
  a.desc {
  display: inline;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .desc-box
  span {
  font-size: 15px;
}
.theme-3-0 .main-list .list-item .item-body .content-table .table-grid a.desc {
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  display: block;
}
.theme-3-0 .main-list .list-item .item-body .content-table + .content-2 {
  padding-top: 40px;
}
.theme-3-0 .main-list .list-item .item-body .content-2 {
  padding: 0 40px 40px 40px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item {
  border: 2px solid;
  border-bottom: 0px;
  transition: 0.3s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item:last-child {
  border-bottom: 2px solid;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header {
  padding: 15px 70px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side,
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side {
  position: relative;
  padding: 0 15px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .icon {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 0;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud {
  border: 2px solid;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 3px 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .number {
  border: 2px solid;
  padding: 2px 6px;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .edit-link {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .more {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.blocked {
  pointer-events: none;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body {
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content {
  padding: 0 30px 30px 70px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  > * {
  margin-bottom: 20px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  > *:last-child {
  margin-bottom: 20px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list {
  display: block;
  width: 100%;
  padding-right: 50px;
  margin-bottom: 40px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item {
  margin-bottom: 20px;
  border: 2px solid;
  width: 100%;
  position: relative;
  padding: 20px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side {
  width: 100%;
  padding-right: 100px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .adress {
  word-wrap: break-word;
  display: inline;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .edit-link {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .btn {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
  filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
  height: 38px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .btn
  .desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .btn
  .mobile {
  display: none;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .action-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .action-line
  .btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .action-line
  .btn:first-child {
  margin-left: 0px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .action-line
  .btn:last-child {
  margin-bottom: 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.close-safari {
  transition: 0s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open-safari
  .detail-header
  .more {
  -webkit-transform: rotateX(180deg) translateY(50%);
  transform: rotateX(180deg) translateY(50%);
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open-safari
  .detail-body {
  transition-delay: 0s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open-safari
  .detail-body
  .detail-content {
  opacity: 1;
  transition-delay: 0s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open
  .detail-header
  .more {
  -webkit-transform: rotateX(180deg) translateY(50%);
  transform: rotateX(180deg) translateY(50%);
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open
  .detail-body {
  transition-delay: 0s;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open
  .detail-body
  .detail-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .main-list .list-item .item-body .content-2 .action-line {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .main-list .list-item .item-body .content-2 .action-line .left-side {
  padding: 10px;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span {
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span.title {
  min-width: 110px;
}
.theme-3-0 .main-list .list-item .item-add {
  overflow: hidden;
  transition: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.theme-3-0 .main-list .list-item .item-add .add-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 40px;
  position: relative;
}
.theme-3-0 .main-list .list-item .item-add .add-body::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.theme-3-0 .main-list .list-item .item-add .add-body li {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 2px solid;
}
.theme-3-0 .main-list .list-item .item-add .add-body li:first-child {
  padding-left: 0px;
  border-left: 0px;
}
.theme-3-0 .main-list .list-item .item-add .add-body li:last-child {
  padding-right: 0px;
}
.theme-3-0 .main-list .list-item .item-add .add-body li span {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0 .main-list .list-item.close-safari .item-body {
  transition: 0s;
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.close-safari .item-body .content-1 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.open .item-header .right-side .more svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.theme-3-0 .main-list .list-item.open .item-body {
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.open .item-body .content-1 {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .main-list .list-item.open .item-body .content-2 {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .main-list .list-item.open .item-add {
  opacity: 0;
  height: 0px;
  transition-delay: 0s;
}
.theme-3-0
  .main-list
  .list-item.open-safari
  .item-header
  .right-side
  .more
  svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.theme-3-0 .main-list .list-item.open-safari .item-body {
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.open-safari .item-body .content-1 {
  opacity: 1;
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.open-safari .item-body .content-2 {
  opacity: 1;
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.open-safari .item-add {
  opacity: 0;
  height: 0px;
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.hover .item-body {
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.hover .item-body .content-1 {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .main-list .list-item.hover-safari .item-body {
  transition: 0s;
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.hover-safari .item-body .content-1 {
  opacity: 1;
  transition-delay: 0s;
}
.theme-3-0 .main-list .list-item.empty-item {
  height: 100px;
}
.theme-3-0 .main-list .list-item.info-item .item-header .left-side.info {
  padding-left: 30px;
  display: block;
  min-width: 40%;
}
.theme-3-0
  .main-list
  .list-item.info-item
  .item-header
  .left-side.info
  .alert-img {
  position: absolute;
  left: -2px;
  top: 10px;
}
.theme-3-0 .main-list .list-item.info-item .item-header .left-side.info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.theme-3-0
  .main-list
  .list-item.info-item
  .item-header
  .left-side.info
  p:last-child {
  margin-bottom: 0px;
}
.theme-3-0 .main-list .list-item.info-item .item-header .right-side.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0
  .main-list
  .list-item.info-item
  .item-header
  .right-side.buttons
  > * {
  margin: 5px 0 5px 10px;
}
.theme-3-0 .add-info .main-info {
  padding: 30px;
  position: relative;
}
.theme-3-0 .add-info .main-info .corner {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-3-0 .add-info .main-info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 2px solid;
}
.theme-3-0 .add-info .main-info h3 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0 .add-info .main-info span {
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  text-align: left;
  word-wrap: break-word;
}
.theme-3-0 .add-info .main-info span.label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0px;
}
.theme-3-0 .add-info .main-info .host {
  border-style: solid;
  border-bottom-width: 2px;
  padding: 20px 0;
  word-wrap: break-word;
  width: 100%;
}
.theme-3-0 .add-info .main-info .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-top: 20px;
}
.theme-3-0 .add-info .main-info .other .port {
  border-style: solid;
  border-right-width: 2px;
  padding-right: 20px;
}
.theme-3-0 .add-info .main-info .other .encryption {
  padding-left: 20px;
}
.theme-3-0 .add-info .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0 .add-info .buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 90px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 50%;
  border: 2px solid;
}
.theme-3-0 .add-info .buttons .button:only-child {
  border-right-width: 2px !important;
}
.theme-3-0 .add-info .buttons .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.theme-3-0 .add-info .buttons .button a .icon {
  display: block;
  min-width: 100%;
  text-align: center;
}
.theme-3-0 .add-info .buttons .button a span {
  min-width: 100%;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  transition: 0.3s;
}
.theme-3-0 .add-info .buttons .button a:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.theme-3-0 .add-info .buttons .button:nth-of-type(1) {
  border-right-width: 0px;
}
.theme-3-0 .smart-edit {
  z-index: 30;
}
.theme-3-0 .smart-edit .smart-label {
  padding-bottom: 2px;
}
.theme-3-0 .smart-edit .smart-content {
  display: none;
}
@media screen and (max-width: 1500px) {
  .theme-3-0 .main-list .list-item .item-body .content-1 {
    display: block;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 .left-side,
  .theme-3-0 .main-list .list-item .item-body .content-1 .right-side {
    width: 100%;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 .left-side {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .add-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .theme-3-0 .add-info .main-info {
    width: calc(50% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 30px;
  }
  .theme-3-0 .add-info .main-info h3 {
    width: 100%;
  }
  .theme-3-0 .add-info .main-info .host {
    border-bottom-width: 0px;
    border-left-width: 2px;
    padding: 0px 10px;
    margin-top: 20px;
  }
  .theme-3-0 .add-info .main-info .other {
    padding-top: 0px;
  }
  .theme-3-0 .add-info .main-info .other .port {
    border-left-width: 2px;
    padding: 0px 10px;
    margin-top: 20px;
  }
  .theme-3-0 .add-info .main-info .other .encryption {
    padding: 0px 10px;
    margin-top: 20px;
  }
  .theme-3-0 .add-info .buttons {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .theme-3-0 .main-list .list-item .item-header .left-side {
    max-width: calc(100% - 120px);
  }
  .theme-3-0 .main-list .list-item .item-header .right-side .page-stats {
    display: none;
  }
  .theme-3-0 .main-list .list-item .item-header .right-side .status-box {
    right: 175px;
  }
  .theme-3-0 .main-list .list-item .item-add {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .main-list .list-item .item-body .content-table .table-grid {
    display: block;
    width: 100%;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table .table-grid tbody {
    width: 100%;
    display: block;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table .table-grid tr {
    display: block;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table .table-grid tr td {
    width: 100%;
    display: block;
    padding: 20px 40px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-table
    .table-grid
    tr
    td:nth-of-type(2),
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-table
    .table-grid
    tr
    td:nth-of-type(3) {
    width: 100%;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-table
    .table-grid
    tr:last-child
    td:last-child {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 .main-header .right-side {
    display: none;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .space-between {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .main-list .list-item .item-header .left-side {
    max-width: calc(100% - 20px);
  }
  .theme-3-0 .main-list .list-item .item-header .left-side .name .adress {
    font-size: 18px;
    line-height: 24px;
  }
  .theme-3-0 .main-list .list-item .item-header .left-side .name .desc p {
    font-size: 13px;
    line-height: 16px;
  }
  .theme-3-0 .main-list .list-item .item-header .left-side .name .desc input {
    font-size: 13px;
    line-height: 16px;
  }
  .theme-3-0 .main-list .list-item .item-header .right-side .page-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-header
    .right-side
    .page-menu
    .menu-button {
    border-width: 0px;
    height: 60px;
    margin: 0;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-header
    .right-side
    .page-menu
    .menu-content {
    top: -2px;
    right: -2px;
  }
  .theme-3-0 .main-list .list-item .item-header .right-side .more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    padding: 0 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0 .main-list .list-item .item-header .right-side .status-box {
    right: 75px;
  }
  .theme-3-0 .main-list .list-item .item-add {
    display: none;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 {
    padding: 0 40px 40px 40px;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 ul {
    padding: 0;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 ul::before {
    display: none;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 ul li {
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding: 10px 0;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 ul li::before {
    display: block;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 .left-side {
    margin-bottom: 0px;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 .right-side {
    display: block;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 .right-side ul {
    width: 100%;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table {
    padding: 0;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content {
    padding: 10px 20px 30px 20px;
  }
  .theme-3-0 .main-list .list-item.info-item .item-header {
    display: block;
  }
  .theme-3-0 .main-list .list-item.info-item .item-header .left-side.info {
    min-width: 100%;
  }
  .theme-3-0 .main-list .list-item.info-item .item-header .right-side.buttons {
    padding-left: 20px;
    margin-top: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 100%;
  }
  .theme-3-0 .add-info {
    display: block;
  }
  .theme-3-0 .add-info .main-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 30px;
  }
  .theme-3-0 .add-info .buttons {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list {
    padding-right: 0px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side {
    padding-right: 0px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .adress {
    margin-right: 0px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .edit-link {
    display: none;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn {
    position: relative;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    top: 0%;
    right: 0px;
    padding: 0 17px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn
    .mobile {
    display: block;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn
    .mobile
    svg {
    margin-right: 0px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn
    .desktop {
    display: none;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .action-line
    .btn {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .main-header .left-side .pages h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .theme-3-0 .main-list .list-item .item-header {
    padding: 30px 40px 30px 0;
  }
  .theme-3-0 .main-list .list-item .item-header .left-side {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0 .main-list .list-item .item-body::before {
    width: calc(100% - 20px);
  }
  .theme-3-0 .main-list .list-item .item-body .content-1,
  .theme-3-0 .main-list .list-item .item-body .content-2 {
    padding: 0px 20px 20px 20px;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table {
    padding: 0px;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table .table-grid tr {
    display: block;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table .table-grid tr td {
    padding: 10px 20px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-table
    .table-grid
    tr
    td:first-child {
    padding: 10px 20px;
  }
  .theme-3-0 .main-list .list-item .item-body .content-table + .content-2 {
    padding-top: 20px;
  }
  .theme-3-0 .main-list .list-item .item-body .content-2 .action-line {
    margin-top: 10px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-header {
    padding: 10px 70px 10px 50px;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-header
    .right-side
    .number {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-header
    .more {
    right: 20px;
  }
  .theme-3-0
    .main-list
    .list-item.info-item
    .item-header
    .left-side.info
    .alert-img {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .main-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-3-0 .main-list .list-item {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .theme-3-0 .main-list .list-item .item-body::before {
    width: 100%;
  }
  .theme-3-0 .main-list .list-item .item-body .content-1 ul li::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content {
    padding: 10px 20px 20px 20px;
  }
  .theme-3-0 .main-list .list-item.empty-item {
    height: 100px;
    width: calc(100% + 4px);
  }
  .theme-3-0 .add-info {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-3-0 .add-info .main-info::before {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .theme-3-0 .add-info .main-info .corner {
    display: none;
  }
}
.theme-3-0 .sidebar-nav.sidebar-nav-styleguide {
  padding-top: 185px;
}
.theme-3-0 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 {
  padding-top: 35px;
  border-top: 0;
}
.theme-3-0 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 .nav-lvl-2 {
  padding: 10px 0 10px 50px;
}
.theme-3-0 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 .nav-lvl-2 a p {
  font-size: 18px;
  line-height: 28px;
}
.theme-3-0 .sidebar-nav.sidebar-nav-styleguide .nav-lvl-1 .nav-lvl-2:hover a p {
  font-weight: 900;
}
.theme-3-0 .topbar.styleguide-topbar {
  padding-top: 70px;
  padding-bottom: 30px;
  height: auto;
}
.theme-3-0 .topbar.styleguide-topbar .title-styleguide p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0 .topbar.styleguide-topbar .logo-page img {
  height: 40px;
}
@media screen and (max-width: 1180px) {
  .theme-3-0 .topbar.styleguide-topbar {
    position: relative;
  }
  .theme-3-0 .topbar.styleguide-topbar::before {
    height: 0;
  }
}
@media screen and (max-width: 520px) {
  .theme-3-0 .topbar.styleguide-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0 .topbar.styleguide-topbar .logo-page img {
    width: 100%;
  }
}
.theme-3-0 .form-group label,
.theme-3-0 .form-group .control-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 21px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #3b4348;
}
.theme-3-0 .form-group input {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  padding: 6px 13px;
  border: 2px solid #e0e7ee;
  background-color: white;
  color: #4a545b;
  outline: none;
}
.theme-3-0 .form-group input::-webkit-input-placeholder {
  color: #828a91;
}
.theme-3-0 .form-group input::-moz-placeholder {
  color: #828a91;
}
.theme-3-0 .form-group input:-ms-input-placeholder {
  color: #828a91;
}
.theme-3-0 .form-group input::placeholder {
  color: #828a91;
}
.theme-3-0 .form-group input[disabled] {
  background: transparent;
  opacity: 0.7;
  cursor: not-allowed;
}
.theme-3-0 .form-group .inp-group {
  position: relative;
  width: 100%;
}
.theme-3-0 .form-group .inp-group button:only-of-type,
.theme-3-0 .form-group .inp-group span:only-of-type {
  position: absolute;
  border: none;
  background: transparent;
  top: 50%;
  right: 10px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  padding: 5px;
}
.theme-3-0 .form-group .inp-group.pass-group input {
  padding-right: 70px;
}
.theme-3-0 .form-group .inp-group.pass-group .random-btn,
.theme-3-0 .form-group .inp-group.pass-group .show-pass {
  position: absolute;
  border: none;
  background: transparent;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  padding: 5px;
}
.theme-3-0 .form-group .inp-group.pass-group .random-btn .hide-line,
.theme-3-0 .form-group .inp-group.pass-group .show-pass .hide-line {
  display: none;
}
.theme-3-0 .form-group .inp-group.pass-group .random-btn svg,
.theme-3-0 .form-group .inp-group.pass-group .show-pass svg {
  max-width: 20px;
}
.theme-3-0 .form-group .inp-group.pass-group .show-pass {
  right: 10px;
}
.theme-3-0 .form-group .inp-group.pass-group .show-pass.hide-pass .hide-line {
  display: block;
}
.theme-3-0 .form-group .inp-group.pass-group .random-btn {
  right: 40px;
}
.theme-3-0 .form-group .inp-group[data-postfix]::after {
  content: attr(data-postfix);
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 15px;
  line-height: 29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(130, 138, 145, 0.3);
}
.theme-3-0 .form-group .inp-group[data-postfix] input {
  padding-right: 40px;
}
.theme-3-0 .form-group.has-success input {
  border-color: #77e681;
}
.theme-3-0 .form-group.has-error input {
  border-color: #fd5b5d;
}
.theme-3-0 .form-group-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.theme-3-0 .form-group-wrapper .form-group {
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 700px) {
  .theme-3-0 .form-group-wrapper .form-group {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.theme-3-0 .border-radio-group {
  margin-right: -2px;
  margin-top: -2px;
}
.theme-3-0 .border-radio-group input {
  display: none;
}
.theme-3-0 .border-radio-group label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  border: 2px solid #e0e7ee;
  min-height: 45px;
  cursor: pointer;
  padding: 8px 10px 8px 40px;
  color: #828a91;
  transition: 0.2s;
  text-transform: initial;
  margin: 0;
  white-space: nowrap;
}
.theme-3-0 .border-radio-group label::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid #c7ced5;
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  border-radius: 50%;
  margin: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.theme-3-0 .border-radio-group label::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: calc(50% - 1px);
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #4a545b;
  opacity: 0;
  transition: 0.2s;
}
.theme-3-0 .border-radio-group label:hover::after {
  opacity: 0.35;
}
.theme-3-0 .border-radio-group input:checked + label {
  background: #fff;
  color: #3b4348;
  box-shadow: 0 4px 5px rgba(39, 49, 53, 0.09);
}
.theme-3-0 .border-radio-group input:checked + label::after {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .theme-3-0 .border-radio-group label {
    min-height: 90px;
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 44px 10px 10px;
  }
  .theme-3-0 .border-radio-group label::before {
    top: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .theme-3-0 .border-radio-group label::after {
    top: 23px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.theme-3-0 .border-radio-group.vertical label {
  min-height: 88px;
  min-width: 86px;
  text-align: center;
  padding: 44px 10px 10px;
}
.theme-3-0 .border-radio-group.vertical label::before {
  top: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.theme-3-0 .border-radio-group.vertical label::after {
  top: 23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.theme-3-0 .check-group {
  margin-bottom: 12px;
}
.theme-3-0 .check-group input {
  display: none;
}
.theme-3-0 .check-group input:checked + label {
  color: #3b4348;
}
.theme-3-0 .check-group input:checked + label::after {
  opacity: 1;
}
.theme-3-0 .check-group label {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  color: #828a91;
  text-transform: initial;
  transition: color 0.2s;
}
.theme-3-0 .check-group label.sm {
  font-size: 13px;
  line-height: 20px;
}
.theme-3-0 .check-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #e0e7ee;
}
.theme-3-0 .check-group label::after {
  content: "";
  background-image: url("../img/icons/check-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 8px;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  transition: opacity 0.2s;
}
.theme-3-0 .check-group label span[data-toggle="tooltip"] {
  vertical-align: middle;
  margin-left: 5px;
}
.theme-3-0 .check-group label span[data-toggle="tooltip"] svg {
  width: 14px;
  height: 14px;
}
.theme-3-0 .check-group label .tooltip {
  min-width: 200px;
}
.theme-3-0 .check-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 2px;
  margin-bottom: -12px;
}
.theme-3-0 .check-wrapper .check-group {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  max-width: 160px;
}
.theme-3-0 .check-group-sm {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-11px) translateY(-11px);
  transform: translateX(-11px) translateY(-11px);
}
.theme-3-0 .check-group-sm input {
  display: none;
}
.theme-3-0 .check-group-sm label {
  padding-left: 20px;
  position: relative;
}
.theme-3-0 .check-group-sm label::before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 2px solid;
  cursor: pointer;
  background: #fff;
}
.theme-3-0 .check-group-sm label.for-radio::before {
  border-radius: 50%;
}
.theme-3-0 .check-group-sm input[type="checkbox"]:checked + label::after {
  content: url(../../assets/img/tick.svg);
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 5px;
  top: 4px;
  cursor: pointer;
}
.theme-3-0 .check-group-sm input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 6px;
  top: 7px;
  cursor: pointer;
}
.theme-3-0 .info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  margin-top: 10px;
}
.theme-3-0 .info-box h3,
.theme-3-0 .info-box p {
  font-size: 13px !important;
  line-height: 15px !important;
}
.theme-3-0 .info-box h3 {
  font-weight: 600;
  margin-bottom: 4px;
}
.theme-3-0 .info-box.warning {
  background: rgba(255, 247, 209, 0.9);
}
.theme-3-0 .info-box.warning h3,
.theme-3-0 .info-box.warning p {
  color: #d2a200 !important;
}
.theme-3-0 .multiselect-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 200px;
}
.theme-3-0 .multiselect-widget .search-alias,
.theme-3-0 .multiselect-widget .list-check-alias {
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .auto-complete-widget,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .auto-complete-widget {
  padding: 8px 40px 8px 16px;
  height: 45px;
  font-size: 15px;
  box-shadow: 0 4px 5px 0 rgba(39, 49, 53, 0.08);
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container {
  z-index: -1;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul {
  padding: 20px 0;
  max-height: 265px;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul::-webkit-scrollbar,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul::-webkit-scrollbar-thumb,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #e0e7ee;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li {
  position: relative;
  border: none !important;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li
  .eac-item,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li
  .eac-item {
  padding: 0;
  border: none !important;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li
  .eac-item2,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li
  .eac-item2 {
  padding: 10px 20px;
  font-size: 15px;
  color: #3b4348;
  border: none !important;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li:nth-of-type(odd)
  .eac-item2,
.theme-3-0
  .multiselect-widget
  .list-check-alias
  .easy-autocomplete
  .easy-autocomplete-container
  ul
  li:nth-of-type(odd)
  .eac-item2 {
  background-color: #ffffff;
}
.theme-3-0 .multiselect-widget .search-alias input {
  width: 100%;
}
.theme-3-0 .multiselect-widget .search-alias .icon-search {
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 101;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  + .icon-search
  .fill {
  fill: #c7d1da;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete
  + .icon-search
  .stroke {
  stroke: #c7d1da;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete.focus
  + .icon-search
  .fill {
  fill: #ff8522;
}
.theme-3-0
  .multiselect-widget
  .search-alias
  .easy-autocomplete.focus
  + .icon-search
  .stroke {
  stroke: #ff8522;
}
.theme-3-0 .multiselect-widget .list-check-alias .list-alias {
  border: none;
}
.theme-3-0 .multiselect-widget .list-check-alias .list-alias li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 45px;
  border: 2px solid #e0e7ee;
  padding: 5px 12px 5px 17px;
  cursor: pointer;
  margin-bottom: 10px;
}
.theme-3-0 .multiselect-widget .list-check-alias .list-alias li p {
  font-size: 15px;
  line-height: 20px;
  max-width: calc(100% - 35px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-3-0 .multiselect-widget .list-check-alias .list-alias li input {
  display: none;
}
.theme-3-0 .multiselect-widget .list-check-alias .list-alias li .btn-remove {
  border: none;
  background: transparent;
  padding: 5px;
}
@media screen and (max-width: 600px) {
  .theme-3-0 .multiselect-widget {
    min-height: initial;
  }
  .theme-3-0 .multiselect-widget .search-alias,
  .theme-3-0 .multiselect-widget .list-check-alias {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.theme-3-0 .list-box.offset {
  margin-top: 40px;
}
.theme-3-0 .list-box.offset-md {
  margin-top: 20px;
}
.theme-3-0 .list-box h4 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.theme-3-0 .list-box ul {
  border-left: 2px solid #d4dde5;
  padding-left: 15px;
}
.theme-3-0 .list-box ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #91989e;
}
.theme-3-0 .list-box ul li p {
  color: #828a91;
  font-weight: 400;
}
.theme-3-0 .list-box ul li span {
  color: #3b4348;
}
.theme-3-0 .list-box ul li h3 {
  font-size: 26px;
  line-height: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3b4348;
}
.theme-3-0 .list-box ul:not(:first-of-type) {
  margin-top: 25px;
}
.theme-3-0 .list-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.theme-3-0 .list-box-row .list-box {
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px;
  max-width: 265px;
  padding-right: 20px;
}
.theme-3-0 .radio-button label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 15px;
  min-width: 115px;
  min-height: 45px;
  transition: 0.2s;
  border: 2px solid #e0e7ee;
  background: #fafcfd;
}
.theme-3-0 .radio-button label p {
  font-size: 15px;
  line-height: 20px;
  margin-left: 12px;
  color: #c7d1da;
}
.theme-3-0 .radio-button label svg path {
  stroke: #c7d1da;
}
.theme-3-0 .radio-button input {
  display: none;
}
.theme-3-0 .radio-button input:checked + label {
  background: #fff;
  box-shadow: 0 4px 5px rgba(39, 49, 53, 0.09);
}
.theme-3-0 .radio-button input:checked + label p {
  color: #3b4348;
}
.theme-3-0 .radio-button input:checked + label.danger svg path {
  stroke: #ea3839;
}
.theme-3-0 .radio-button input:checked + label.success svg path {
  stroke: #1ac528;
}
.theme-3-0 .radio-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 5px;
}
.theme-3-0 .radio-button-group .radio-button:not(:first-child) {
  margin-left: -2px;
}
.theme-3-0 .navigation-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 10px;
  margin-bottom: -2px;
}
.theme-3-0 .navigation-tabs li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
}
.theme-3-0 .navigation-tabs li:not(:first-child) {
  margin-left: -2px;
}
.theme-3-0 .navigation-tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-flow: row;
  flex-flow: row;
  padding: 11px 15px;
  height: 100%;
  border-radius: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #e0e7ee;
  color: #828a91;
  transition: 0.2s;
}
.theme-3-0 .navigation-tabs li a:hover {
  color: #828a91;
}
.theme-3-0 .navigation-tabs li a svg {
  width: 24px;
  margin-right: 8px;
}
.theme-3-0 .navigation-tabs li a svg .nav-fill,
.theme-3-0 .navigation-tabs li a svg .nav-stroke {
  transition: 0.2s;
}
.theme-3-0 .navigation-tabs li a span {
  font-size: 13px;
  font-weight: 500;
}
.theme-3-0 .navigation-tabs li.active {
  background: #fff;
}
.theme-3-0 .navigation-tabs li.active a {
  text-decoration: none;
  border-bottom: 2px solid #ff9c4c;
  background: #fff;
  color: #ff9c4c;
}
.theme-3-0 .navigation-tabs li.active a span {
  color: #ff9c4c;
}
.theme-3-0 .navigation-tabs li.active a svg .nav-fill {
  fill: #ff9c4c;
}
.theme-3-0 .navigation-tabs li.active a svg .nav-stroke {
  stroke: #ff9c4c;
}
.theme-3-0 .navigation-list li {
  border: 2px solid #e0e7ee;
  margin-bottom: 10px;
}
.theme-3-0 .navigation-list li a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  padding: 9px 15px;
  text-decoration: none;
  color: #3b4348;
}
.theme-3-0 .navigation-list li a:hover {
  color: #3b4348;
}
.theme-3-0 .navigation-list li.active {
  border-color: #ff7c00;
}
.theme-3-0 .navigation-list li.active a {
  color: #ff7c00;
}
.theme-3-0 .catalog-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 15px;
}
.theme-3-0 .catalog-group h3 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 7px;
  color: #3b4348;
}
.theme-3-0 .catalog-group p {
  font-size: 15px;
  line-height: 20px;
  color: #828a91;
}
.theme-3-0 u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.theme-3-0 u::after {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0;
}
.theme-3-0 .bugs-target {
  position: relative;
  z-index: 1001;
}
.theme-3-0 .bugs-target .bugs-overlay {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67, 75, 80, 0.5);
  z-index: 1000;
  transition: 0.5s;
}
.theme-3-0 .bugs-target .bugs-tooltip {
  z-index: 1001;
  display: block;
  position: absolute;
  left: 180px;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 340px;
  border: 2px solid #3b4348;
  background-color: #4a545b;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 21px;
}
.theme-3-0 .bugs-target .bugs-tooltip::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 15px;
  -webkit-transform: translateY(50%) rotate(135deg);
  transform: translateY(50%) rotate(135deg);
  width: 15px;
  height: 15px;
  border: solid #3b4348;
  border-width: 2px 2px 0 0;
  background-color: #4a545b;
}
.theme-3-0 .mobile-hide {
  display: inline;
  padding: 0 4px;
}
@media screen and (max-width: 550px) {
  .theme-3-0 .mobile-hide {
    display: none;
  }
}
.theme-3-0 .btn-edit:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.theme-3-0 button.btn-edit {
  display: inline-block;
  border: 0px;
  background-color: transparent;
  padding: 0;
  outline: none;
}
.theme-3-0 #mainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.5s;
}
.theme-3-0 #mainWrapper .left {
  width: 230px;
  min-width: 230px;
  min-height: 100vh;
  z-index: 5;
}
.theme-3-0 #mainWrapper .right {
  width: calc(100% - 230px);
  padding: 0 50px;
}
.theme-3-0 #mainWrapper .right nav {
  position: relative;
  z-index: 10;
}
.theme-3-0 #mainWrapper .right main {
  padding-top: 50px;
}
.theme-3-0 #mainWrapper .right.right-content-styleguide {
  padding: 0 120px 0 50px;
}
.theme-3-0 #mainWrapper .right.right-content-styleguide main {
  padding-bottom: 130px;
}
@media screen and (max-width: 1560px) {
  .theme-3-0 #mainWrapper .right.right-content-styleguide {
    padding: 0 50px 0 50px;
  }
}
@media screen and (max-width: 1360px) {
  .theme-3-0 #mainWrapper .right {
    padding: 0 30px;
    -ms-flex-preferred-size: calc(100% - 230px);
    flex-basis: calc(100% - 230px);
  }
  .theme-3-0 #mainWrapper .right.right-content-styleguide {
    padding: 0 30px;
  }
  .theme-3-0 #mainWrapper .right main {
    padding-top: 30px;
  }
  .theme-3-0 #mainWrapper .left {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    min-width: 250px;
  }
}
@media screen and (max-width: 1180px) {
  .theme-3-0 #mainWrapper {
    display: block;
  }
  .theme-3-0 #mainWrapper .right {
    position: relative;
    padding: 0 30px;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    z-index: 1;
  }
  .theme-3-0 #mainWrapper .right.right-content-styleguide main {
    margin-top: 0;
  }
  .theme-3-0 #mainWrapper .right main {
    margin-top: 60px;
  }
  .theme-3-0 #mainWrapper .left {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: 230px;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 100;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    transition: 0.3s;
    border-right: 0px;
  }
  .theme-3-0 #mainWrapper .left.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 #mainWrapper {
    max-width: 100vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 #mainWrapper .right {
    padding: 0px;
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 2px);
  }
  .theme-3-0 #mainWrapper .right main {
    padding-top: 50px;
  }
  .theme-3-0 #mainWrapper .right main .main-alert {
    border-right-width: 0px;
    border-left-width: 0px;
  }
}
.theme-3-0 .scroll-lock {
  overflow: hidden;
}
.theme-3-0 .content-box {
  border: 2px solid;
  padding: 50px;
}
.theme-3-0 .content-box.content-box-sm {
  padding: 30px;
}
.theme-3-0 .margin-top {
  margin-top: 50px;
}
.theme-3-0 .margin-top-sm {
  margin-top: 30px;
}
.theme-3-0 .margin-top-xs {
  margin-top: 20px;
}
.theme-3-0 .margin-bottom {
  margin-bottom: 50px;
}
.theme-3-0 .margin-bottom-sm {
  margin-bottom: 30px;
}
.theme-3-0 .margin-bottom-xs {
  margin-bottom: 20px;
}
.theme-3-0 .margin-top-20 {
  margin-top: 20px;
}
.theme-3-0 .margin-top-15 {
  margin-top: 15px;
}
.theme-3-0 .margin-top-10 {
  margin-top: 10px;
}
.theme-3-0 .margin-bottom-20 {
  margin-bottom: 20px;
}
.theme-3-0 .margin-bottom-15 {
  margin-bottom: 15px;
}
.theme-3-0 .margin-bottom-10 {
  margin-bottom: 10px;
}
.theme-3-0 .margin-left-20 {
  margin-left: 20px;
}
.theme-3-0 .margin-left-15 {
  margin-left: 15px;
}
.theme-3-0 .margin-left-10 {
  margin-left: 10px;
}
.theme-3-0 .margin-right-20 {
  margin-right: 20px;
}
.theme-3-0 .margin-right-15 {
  margin-right: 15px;
}
.theme-3-0 .margin-right-10 {
  margin-right: 10px;
}
@media screen and (max-width: 1350px) {
  .theme-3-0 .content-box {
    padding: 30px;
  }
  .theme-3-0 .margin-bottom {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .content-box {
    border-left: 0px;
    border-right: 0px;
    padding: 30px;
  }
}
.theme-3-0 #themeButton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 98;
}
.theme-3-0 #themeCurtine {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67, 75, 80, 0);
  transition: 0.5s;
}
.theme-3-0 #themeCurtine p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.theme-3-0 #themeCurtine p.open {
  opacity: 1;
}
.theme-3-0 #themeCurtine.open {
  display: block;
}
.theme-3-0 #themeCurtine .dark {
  color: #afb9c2;
}
.theme-3-0 #themeCurtine .light {
  color: #afb9c2;
}
.theme-3-0 .main-header .right-side.right-side-search-and-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 420px;
}
.theme-3-0 .main-header .right-side.right-side-search-and-filters .searchbox,
.theme-3-0 .main-header .right-side.right-side-search-or-filters .searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .searchbox
  input,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .searchbox
  input {
  max-width: 150px;
  height: 50px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .searchbox
  button,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .searchbox
  button {
  height: 50px;
  min-width: 50px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box {
  padding-left: 20px;
  position: relative;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu {
  position: relative;
  z-index: 2;
  margin-left: 0px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .filter-button,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .filter-button {
  margin-left: 0;
  display: block;
  min-width: 200px;
  height: 50px;
  border: 2px solid;
  border-radius: 0px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
  text-align: left;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .filter-button
  svg,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .filter-button
  svg {
  float: right;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .filter-button:active,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .filter-button:active {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  overflow: hidden;
  height: 0px;
  transition: 0.3s;
  transition-delay: 0.3s;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1);
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content::before,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 2px solid;
  transition: 0.3s;
  z-index: 0;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul {
  position: relative;
  display: block;
  padding: 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
  z-index: 1;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul.radio-check,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul.radio-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list {
  padding: 16px 12px 20px 10px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list
  li
  .check-group-sm
  span,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list
  li
  .check-group-sm
  span {
  padding-left: 22px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li {
  padding: 0px 20px;
  position: relative;
  display: block;
  width: 100%;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter {
  cursor: pointer;
  display: block;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  padding: 12px 18px 13px 23px;
  font-weight: 300;
  line-height: 25px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter
  svg,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter
  svg {
  float: right;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks {
  padding: 11px 32px 10px 30px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm {
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  label::before,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  label::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  input[type="radio"]:checked
  + label::after,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  input[type="radio"]:checked
  + label::after {
  top: 17px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  input[type="checkbox"]:checked
  + label::after,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  input[type="checkbox"]:checked
  + label::after {
  top: 14px;
  left: 5px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  input,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  input {
  display: none;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  span,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  span {
  padding-left: 11px;
  font-size: 16px;
  line-height: 44px;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu.open,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu.open {
  z-index: 3;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu.open
  .menu-content,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu.open
  .menu-content {
  transition-delay: 0s;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-and-filters
  .select-filter-box
  .page-menu.open
  .menu-content
  ul,
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu.open
  .menu-content
  ul {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .main-header .right-side.right-side-search-or-filters .searchbox {
  width: 100%;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .searchbox
  input {
  max-width: none;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box {
  padding-left: 0;
}
.theme-3-0
  .main-header
  .right-side.right-side-search-or-filters
  .select-filter-box
  .page-menu
  .filter-button {
  min-width: 300px;
}
.theme-3-0 .dashboard h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0 .dashboard .domain-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0 .dashboard .domain-search label {
  height: 60px;
  min-width: 115px;
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
  border-right: 0px;
}
.theme-3-0 .dashboard .domain-search input {
  height: 60px;
  border: 2px solid;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: block;
  border-right: 0px;
  outline: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 15px;
}
.theme-3-0 .dashboard .domain-search button {
  display: block;
  height: 60px;
  min-width: 60px;
  background-color: transparent;
  border: none;
  outline: none;
  border: 2px solid;
  border-left: 0px;
}
.theme-3-0 .dashboard .domain-search button svg {
  width: 22px;
}
.theme-3-0 .dashboard .main-service {
  position: relative;
}
.theme-3-0 .dashboard .main-service .main-service-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.theme-3-0 .dashboard .main-service .main-service-header .title span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.theme-3-0 .dashboard .main-service .main-service-header .title h2 {
  font-size: 34px;
  font-weight: 900;
  display: block;
}
.theme-3-0 .dashboard .main-service .main-service-header .add-info {
  text-align: right;
}
.theme-3-0 .dashboard .main-service .main-service-header .add-info .status {
  border: 2px solid;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: -2px;
  right: 50px;
  padding: 15px 20px;
}
.theme-3-0 .dashboard .main-service .main-service-header .add-info .date {
  text-align: right;
  font-size: 15px;
}
.theme-3-0 .dashboard .main-service .main-service-header .add-info .date b {
  font-weight: 800;
}
.theme-3-0 .dashboard .main-service .main-service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0px solid;
}
.theme-3-0 .dashboard .main-service .main-service-content .switch-box {
  padding: 30px;
  width: 40%;
  min-width: 300px;
  border: 2px solid;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert {
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  top: 10px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert.visible
  .hide-box {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .hide-box {
  padding-bottom: 20px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .alert-cloud {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid;
  padding: 10px 15px;
  position: relative;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .alert-cloud
  p {
  width: calc(100% - 6px - 15px);
  font-size: 14px;
  line-height: 19px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .alert-cloud::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 15px;
  width: 15px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateX(-50%) translateY(55%) rotate(45deg);
  transform: translateX(-50%) translateY(55%) rotate(45deg);
}
.theme-3-0 .dashboard .main-service .main-service-content .switch-box .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 15px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch {
  display: none;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail {
  display: block;
  height: 80px;
  margin: 13px;
  width: 26px;
  border: 2px solid;
  border-radius: 13px;
  position: relative;
  transition: 0.3s;
  max-width: 52px;
  z-index: 1;
  cursor: pointer;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob:active {
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob::before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail::before {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 9px;
  transition: 0.3s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 9px;
  left: 9px;
  transition: 0.3s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail
  .knob {
  bottom: 54px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .position {
  height: 53px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 12px 12px 46px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .position
  span {
  font-size: 24px;
  line-height: 28px;
  display: block;
  position: relative;
  font-weight: 800;
  transition: 0.3s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .position
  span::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  left: -20px;
  transition: 0.3s;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .position
  span::before {
  content: " ";
  display: block;
  width: 47px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: -20px;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .on
  span {
  font-size: 24px;
  line-height: 28px;
  display: block;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .btn-edit {
  float: right;
  margin-top: 20px;
}
.theme-3-0 .dashboard .main-service .main-service-content .switch-box:after {
  content: "";
  display: block;
  clear: both;
}
.theme-3-0 .dashboard .main-service .main-service-content .details-box {
  min-height: 100%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.theme-3-0 .dashboard .main-service .main-service-content .details-box .detail {
  height: 33.33%;
  min-height: 78px;
  border: 2px solid;
  border-top-width: 0;
  border-left-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail:first-child {
  border-top-width: 2px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail:last-child {
  border-bottom-width: 2px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .left-side {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: auto;
  margin-right: 15px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .left-side
  h3 {
  display: inline;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .left-side
  .btn-edit {
  display: inline;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .right-side {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: 15px;
  font-size: 18px;
  text-align: right;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .right-side
  b {
  font-weight: 800;
  margin-right: 5px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .volume-box
  .progress {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 40%;
  margin-bottom: 0;
  height: 10px;
}
.theme-3-0 .dashboard .main-service .main-service-content .detail-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  border: 2px solid;
  border-bottom-width: 0px;
  border-right-width: 0px;
}
.theme-3-0 .dashboard .main-service .main-service-content .detail-grid .detail {
  padding: 30px 40px;
  width: 50%;
  border: 2px solid;
  border-top-width: 0px;
  border-left-width: 0px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail
  .detail-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail
  .detail-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail
  .detail-content
  .detail-label {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-size: 18px;
  text-align: left;
  min-width: 140px;
  margin-bottom: 10px;
  padding-right: 15px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail
  .detail-content
  .detail-label
  b {
  font-weight: 800;
  margin-right: 5px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail
  .detail-content
  .progress {
  width: 100%;
  margin-bottom: 10px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail.box-max {
  width: 100%;
}
.theme-3-0 .dashboard .main-service .main-service-content.main-service-ddomena {
  border: 0px;
  margin: 0 50px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content {
  width: 100%;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-text {
  font-size: 19px;
  line-height: 31px;
  padding-right: 30px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup {
  position: relative;
  border: 2px solid;
  margin: 0 5px;
  padding: 20px 13px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  span {
  width: 100%;
  width: 36px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: block;
  width: 60px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  span
  strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  .up {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 52px;
  padding-top: 22px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  .up::before,
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  .up::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  .up::before {
  left: -2px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  .up::after {
  right: -2px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup
  .up
  svg {
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-add {
  width: 534px;
  font-size: 14px;
  font-style: oblique;
  line-height: 28px;
  margin-top: 10px;
}
.theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-action {
  margin-left: 30px;
  width: 200px;
}
.theme-3-0 .dashboard .main-service .action-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .dashboard .main-service .action-line p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  margin-right: 15px;
}
.theme-3-0 .dashboard .small-charts .chart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
}
.theme-3-0 .dashboard .small-charts .chart-box .title {
  max-width: 30px;
  min-width: 30px;
}
.theme-3-0 .dashboard .small-charts .chart-box .chart {
  width: calc(100% - 30px);
  position: relative;
}
.theme-3-0 .dashboard .small-charts .chart-box .chart .chart-alert {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -5%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  text-transform: uppercase;
}
.theme-3-0 .dashboard .small-charts .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0 .dashboard .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 2px solid;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.theme-3-0 .dashboard .buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 90px;
  width: 50%;
  border: 2px solid;
  border-left-width: 0px;
  border-top-width: 0px;
}
.theme-3-0 .dashboard .buttons .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.theme-3-0 .dashboard .buttons .button a .icon {
  display: block;
  min-width: 100%;
  text-align: center;
}
.theme-3-0 .dashboard .buttons .button a span {
  min-width: 100%;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  text-align: center;
  transition: 0.3s;
}
.theme-3-0 .dashboard .buttons .button a:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.theme-3-0 .dashboard .buttons .button.box-max {
  width: 100%;
  border-right-width: 2px;
}
.theme-3-0 .dashboard .account {
  text-align: center;
}
.theme-3-0 .dashboard .account > * {
  margin-bottom: 25px;
}
.theme-3-0 .dashboard .account img {
  display: block;
  border: 2px solid;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 10px 0 rgba(39, 49, 53, 0.18);
}
.theme-3-0 .dashboard .account .account-ctn p {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
}
.theme-3-0 .dashboard .account .account-ctn .beam-1 span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 25px;
}
.theme-3-0 .dashboard .account .account-ctn .beam-1 .name {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}
.theme-3-0 .dashboard .account .account-ctn .beam-1 .phone {
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 25px;
}
.theme-3-0 .dashboard .account .account-ctn .beam-2 > * {
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.theme-3-0 .dashboard .invoices {
  position: relative;
}
.theme-3-0 .dashboard .invoices .invoice-time {
  position: absolute;
  top: -2px;
  right: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-3-0 .dashboard .invoices .invoice-time-item {
  display: none;
}
.theme-3-0 .dashboard .invoices .invoice-time-item.active {
  display: block;
}
.theme-3-0 .dashboard .invoices .invoice-status {
  border-bottom: 2px solid;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .dashboard .invoices .invoice-status .left-side,
.theme-3-0 .dashboard .invoices .invoice-status .right-side {
  padding-bottom: 20px;
}
.theme-3-0 .dashboard .invoices .invoice-status .left-side {
  border-right: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}
.theme-3-0 .dashboard .invoices .invoice-status .left-side .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .dashboard .invoices .invoice-status .left-side .title svg {
  margin-right: 10px;
  min-width: 40.5px;
}
.theme-3-0 .dashboard .invoices .invoice-status .left-side .title .title-ctn {
  font-size: 14px;
}
.theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .left-side
  .title
  .title-ctn
  h3 {
  margin-bottom: 5px;
}
.theme-3-0 .dashboard .invoices .invoice-status .left-side .quantity {
  padding-right: 30px;
  padding-left: 10px;
  font-size: 40px;
  line-height: 55px;
  text-align: right;
  font-weight: 800;
}
.theme-3-0 .dashboard .invoices .invoice-status .right-side {
  white-space: nowrap;
  text-align: right;
  padding-left: 30px;
}
.theme-3-0 .dashboard .invoices .invoice-status .right-side .value {
  font-size: 40px;
  line-height: 55px;
  text-align: right;
}
.theme-3-0 .dashboard .invoices .invoice-status .right-side .value b {
  font-weight: 800;
}
.theme-3-0 .dashboard .invoices .invoice-status .right-side .currency {
  font-size: 20px;
}
.theme-3-0 .dashboard .invoices .invoice-details {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .dashboard .invoices .invoice-details .left-side h3 {
  margin-bottom: 15px;
}
.theme-3-0 .dashboard .invoices .invoice-details .left-side p {
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0 .dashboard .invoices .invoice-details .right-side {
  text-align: right;
}
.theme-3-0 .dashboard .invoices .invoice-details .right-side .btn {
  margin-bottom: 20px;
}
.theme-3-0 .dashboard .invoices .invoice-details .right-side .btn:last-child {
  margin-bottom: 0px;
}
.theme-3-0 .dashboard .invoices-2 .invoices-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.theme-3-0 .dashboard .invoices-2 .invoices-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0 .dashboard .invoices-2 .invoices-header ul li {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
}
.theme-3-0 .dashboard .invoices-2 .invoices-header ul li:last-child {
  margin-right: 0px;
}
.theme-3-0 .dashboard .invoices-2 .invoices-header ul li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 5px;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details {
  display: none;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details.active {
  display: block;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .tittle,
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side
  .tittle {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .tittle
  span,
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side
  .tittle
  span {
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-status .left-side {
  width: calc(50%);
  border: 2px solid;
  border-right-width: 0px;
  padding: 30px;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .content
  .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .content
  .quantity
  span {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  margin-left: 10px;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.success
  .content
  .quantity
  svg {
  position: relative;
  top: 2px;
  left: -2px;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.success
  .content
  .quantity
  span {
  margin-left: 5px;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-status .right-side {
  width: calc(50%);
  border: 2px solid;
  padding: 30px;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side
  .value {
  font-size: 40px;
  line-height: 40px;
  text-align: right;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side
  .value
  b {
  font-weight: 800;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side
  .currency {
  font-size: 20px;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-payment {
  width: 100%;
  border: 2px solid;
  border-top-width: 0px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-payment .left-side {
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment
  .right-side {
  text-align: right;
}
.theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment
  .right-side
  p {
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}
.theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-action > * {
  margin-left: 10px;
  margin-bottom: 10px;
}
.theme-3-0 .dashboard .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.theme-3-0 .dashboard .contacts .tittle {
  margin-bottom: 30px;
  display: block;
}
.theme-3-0 .dashboard .contacts .contact {
  margin-bottom: 30px;
  width: 100%;
}
.theme-3-0 .dashboard .contacts .contact .contact-header {
  position: relative;
  margin-bottom: 15px;
}
.theme-3-0 .dashboard .contacts .contact .contact-header h3 {
  padding-right: 50px;
}
.theme-3-0 .dashboard .contacts .contact .contact-header .btn-edit {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-3-0 .dashboard .contacts .contact .contact-ctn {
  border-left: 2px solid;
  padding-left: 10px;
}
.theme-3-0 .dashboard .contacts .contact .contact-ctn p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 6px;
}
.theme-3-0 .dashboard .contacts .contact .contact-ctn p:last-child {
  margin-bottom: 0;
}
.theme-3-0 .dashboard .contacts .contact:last-child {
  margin-bottom: 0;
}
.theme-3-0 .dashboard .contacts.contacts-full {
  padding: 50px 30px;
}
.theme-3-0 .dashboard .contacts.contacts-full .contact {
  width: 33%;
  padding: 0 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1800px) {
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .details-box
    .detail {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1675px) {
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details {
    width: 100%;
    display: block;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details
    .ewh-content
    .ewh-info
    .ewh-scales
    .scaleup {
    padding: 10px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details
    .ewh-action {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1499px) {
  .theme-3-0 .dashboard .main-service .main-service-content .switch-box {
    min-width: 245px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .switch-box
    .switch
    .switch-ctn
    .position
    span {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1300px) {
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details {
    position: relative;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details
    .ewh-content
    .ewh-info {
    display: block;
    position: relative;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details
    .ewh-content
    .ewh-info
    .ewh-text {
    padding-top: 60px;
    text-align: center;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details
    .ewh-content
    .ewh-info
    .ewh-scales {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-32px) translateX(-50%);
    transform: translateY(-32px) translateX(-50%);
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details
    .ewh-content
    .ewh-add {
    width: 100%;
    text-align: center;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena
    .ewh-details
    .ewh-action {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 720px) and (max-width: 1180px) {
  .theme-3-0 .dashboard .buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 90px;
    width: 25%;
  }
  .theme-3-0 .dashboard .account {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0 .dashboard .account > * {
    margin-bottom: 25px;
  }
  .theme-3-0 .dashboard .account img {
    width: 140px;
    min-width: 140px;
    height: 140px;
    margin-left: 10px;
    margin-right: 30px;
  }
  .theme-3-0 .dashboard .account .account-ctn {
    width: 100%;
  }
  .theme-3-0 .dashboard .account .account-ctn p {
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .theme-3-0 .dashboard .account .account-ctn .beam-1 span {
    display: inline-block;
  }
  .theme-3-0 .dashboard .account .account-ctn .beam-1 .name {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .theme-3-0 .dashboard .account .account-ctn .beam-1 .phone {
    margin-bottom: 10px;
  }
  .theme-3-0 .dashboard .account .account-ctn .beam-2 .btn:first-child {
    margin-right: 10px;
  }
  .theme-3-0 .dashboard .account .account-ctn .beam-2 > * {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 720px) {
  .theme-3-0 .dashboard .main-service .main-service-content {
    display: block;
  }
  .theme-3-0 .dashboard .main-service .main-service-content .switch-box {
    text-align: center;
    border-bottom: 2px solid;
    width: 100%;
    min-width: 100%;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .switch-box
    .switch {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .switch-box
    .switch-alert
    .alert-cloud {
    text-align: left;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .switch-box
    .btn-edit {
    float: none;
  }
  .theme-3-0 .dashboard .main-service .main-service-content .details-box {
    width: 100%;
    min-width: 100%;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .details-box
    .detail {
    border-left: 2px solid;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .details-box
    .detail:first-child {
    border-top: 0px;
  }
  .theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-status {
    display: block;
  }
  .theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-status .left-side,
  .theme-3-0
    .dashboard
    .invoices-2
    .invoice-details
    .invoice-status
    .right-side {
    width: 100%;
  }
  .theme-3-0
    .dashboard
    .invoices-2
    .invoice-details
    .invoice-status
    .left-side {
    border-right-width: 2px;
    border-bottom-width: 0px;
  }
  .theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-payment {
    display: block;
  }
  .theme-3-0
    .dashboard
    .invoices-2
    .invoice-details
    .invoice-payment
    .left-side
    br {
    display: none;
  }
  .theme-3-0
    .dashboard
    .invoices-2
    .invoice-details
    .invoice-payment
    .left-side,
  .theme-3-0
    .dashboard
    .invoices-2
    .invoice-details
    .invoice-payment
    .right-side {
    text-align: left;
  }
  .theme-3-0 .dashboard .invoices-2 .invoice-details .invoice-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .theme-3-0 .dashboard .main-service .main-service-content .detail-grid {
    display: block;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid::before {
    display: none;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid
    .detail {
    width: 100%;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid
    .detail:nth-of-type(3) {
    border-bottom-width: 0px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid
    .detail:nth-of-type(1),
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid
    .detail:nth-of-type(3) {
    border-right: 2px solid;
  }
  .theme-3-0 .dashboard .small-charts .chart-box {
    margin-top: 30px;
  }
  .theme-3-0 .dashboard .small-charts .action-box {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .theme-3-0 .dashboard .contacts.contacts-full .contact {
    width: 50%;
    padding: 0 0px;
    margin-bottom: 30px;
  }
  .theme-3-0 .dashboard .contacts.contacts-full .contact:last-child {
    margin-bottom: 0px;
  }
  .theme-3-0 .dashboard .contacts.contacts-full .contact:nth-of-type(even) {
    padding-left: 25px;
  }
  .theme-3-0 .dashboard .contacts.contacts-full .contact:nth-of-type(odd) {
    padding-right: 25px;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0 .dashboard .invoices .invoice-details {
    display: block;
  }
  .theme-3-0 .dashboard .invoices .invoice-details .left-side {
    margin-bottom: 15px;
  }
  .theme-3-0 .dashboard .invoices .invoice-details .right-side {
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content.main-service-ddomena {
    margin: 0px;
  }
  .theme-3-0 .dashboard .invoices .invoice-details {
    margin-top: 0px;
  }
  .theme-3-0 .dashboard .invoices .invoice-status {
    display: block;
    border-bottom: 0px;
  }
  .theme-3-0 .dashboard .invoices .invoice-status.active {
    display: block;
  }
  .theme-3-0 .dashboard .invoices .invoice-status .left-side {
    border-right: 0px;
  }
  .theme-3-0 .dashboard .invoices .invoice-status .left-side .quantity {
    padding-right: 0px;
    padding-left: 10px;
  }
  .theme-3-0 .dashboard .invoices .invoice-status .right-side {
    border-top: 2px solid;
  }
  .theme-3-0 .dashboard .invoices-2 .invoices-header {
    display: block;
    margin-bottom: 20px;
  }
  .theme-3-0 .dashboard .invoices-2 .invoices-header h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 470px) {
  .theme-3-0 .dashboard .domain-search label {
    display: none;
  }
  .theme-3-0 .dashboard .domain-search input,
  .theme-3-0 .dashboard .domain-search button {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .theme-3-0 .dashboard .contacts .contact {
    width: 100%;
  }
  .theme-3-0 .dashboard .contacts .contact:nth-of-type(even) {
    padding-left: 0px;
  }
  .theme-3-0 .dashboard .contacts .contact:nth-of-type(odd) {
    padding-right: 0px;
  }
  .theme-3-0 .dashboard .contacts.contacts-full {
    padding: 50px 00px;
  }
  .theme-3-0 .dashboard .contacts.contacts-full .contact {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 470px) {
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .details-box
    .detail {
    display: block;
    min-height: auto;
    height: auto;
    padding: 20px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .details-box
    .detail
    .right-side {
    margin-left: 0px;
    text-align: left;
    margin-top: 5px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .details-box
    .detail
    .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-right: 00px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .details-box
    .detail
    .progress {
    max-width: 100%;
  }
  .theme-3-0 .dashboard .main-service .main-service-header {
    display: block;
  }
  .theme-3-0 .dashboard .main-service .main-service-header .title {
    margin-bottom: 20px;
  }
  .theme-3-0 .dashboard .main-service .main-service-header .title span {
    display: none;
  }
  .theme-3-0 .dashboard .main-service .main-service-header .title h2 {
    font-size: 27px;
    font-weight: 900;
    line-height: 37px;
  }
  .theme-3-0 .dashboard .main-service .main-service-header .add-info {
    text-align: left;
    padding-right: 65px;
  }
  .theme-3-0 .dashboard .main-service .main-service-header .add-info .status {
    top: 80px;
    right: -2px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .dashboard .domain-search {
    padding: 0 20px;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid
    .detail
    .detail-header,
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid
    .detail
    .detail-content {
    display: block;
  }
  .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .detail-grid
    .detail
    .detail-header
    h3 {
    margin-bottom: 10px;
  }
  .theme-3-0 .dashboard .main-service .action-line {
    display: block;
  }
  .theme-3-0 .dashboard .main-service .action-line p {
    margin-bottom: 15px;
  }
  .theme-3-0 .buttons .button:nth-of-type(even) {
    border-right: 0px;
  }
  .theme-3-0 .buttons .button:nth-of-type(odd) {
    border-left: 0px;
  }
}
.theme-3-0 .www .main-list .list-item .item-header .left-side .screen {
  position: relative;
  border: 2px solid;
  margin-right: 35px;
  z-index: 2;
  transition: 0.3s;
  height: 69px;
  min-width: 104px;
}
.theme-3-0 .www .main-list .list-item .item-header .left-side .screen a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen
  a
  .svg-shown {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s linear;
  background-color: rgba(255, 255, 255, 0.7);
}
.theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen
  a
  .svg-shown
  svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen
  a:hover
  .svg-shown {
  opacity: 1;
}
.theme-3-0 .www .main-list .list-item .item-header .left-side .screen img {
  display: block;
}
.theme-3-0 .www .main-list .list-item .item-header .left-side .screen .app {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen
  .app.rectangle {
  border-radius: 0;
}
.theme-3-0 .www .main-list .list-item .item-header .left-side .screen:active {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.theme-3-0 .www .main-list .list-item .item-header .left-side .name {
  max-width: calc(100% - 135px);
}
@media screen and (max-width: 500px) {
  .theme-3-0 .www .main-list .list-item .item-header .left-side .screen {
    margin-right: 20px;
    border-left: 0px solid;
    min-width: 80px;
    height: 55px;
  }
  .theme-3-0 .www .main-list .list-item .item-header .left-side .screen a {
    width: 100%;
  }
  .theme-3-0 .www .main-list .list-item .item-header .left-side .screen a img {
    width: 100%;
  }
  .theme-3-0 .www .main-list .list-item .item-header .left-side .screen .app {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .theme-3-0
    .www
    .main-list
    .list-item
    .item-header
    .left-side
    .screen
    .app
    img {
    width: 100%;
  }
  .theme-3-0 .www .main-list .list-item .item-header .left-side .name {
    max-width: calc(100% - 100px);
  }
}
.theme-3-0 .page-email .main-header .left-side .number-active-email {
  position: relative;
  padding-left: 40px;
}
.theme-3-0
  .page-email
  .main-header
  .left-side
  .number-active-email
  .check-group-sm {
  top: 0;
  -webkit-transform: translateX(-11px);
  transform: translateX(-11px);
}
.theme-3-0 .page-email .main-list .list-item .item-header .left-side .name {
  max-width: 100%;
  padding-right: 50px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress {
  width: auto;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .system-box-email {
  margin-right: 20px;
  word-wrap: break-word;
  display: inline;
  width: auto;
  font-size: 34px;
  font-weight: 300;
  line-height: 46px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content {
  width: 295px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  .close-menu {
  position: absolute;
  top: 10px;
  padding: 0;
  right: 10px;
  background-color: transparent;
  border: none;
  outline: none;
}
.theme-3-0 .page-email .main-list .list-item .item-header.item-header-email {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side {
  position: relative;
  padding: 30px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side
  .check-group-sm {
  top: 20%;
  -webkit-transform: translateX(-11px);
  transform: translateX(-11px);
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header.item-header-email
  .bottom-side {
  width: 100%;
  border-top: 2px solid;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header.item-header-email
  .bottom-side.bottom-side-empty {
  border: none;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .open-alert-ctn {
  position: absolute;
  right: 7%;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .open-alert-ctn
  p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .login-info
  p {
  font-size: 14px;
  line-height: 19px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md {
  width: 98%;
  padding: 20px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  a {
  padding: 0 18px;
  right: -70px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  a
  svg {
  margin-right: 0;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status-box-mini {
  position: absolute;
  top: -2px;
  left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  border: 2px solid;
  letter-spacing: 1px;
  padding: 3px 10px;
  margin-left: 10px;
  color: #afb9c2;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::before,
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::after {
  content: "";
  display: none;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::before {
  top: -3px;
  left: -3px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::after {
  top: -3px;
  right: -3px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .type-filter {
  width: 100%;
  padding-right: 145px;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .type-filter
  .filter-name {
  word-wrap: break-word;
  width: 100%;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body.item-body-email::before {
  display: none;
}
.theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body.item-body-email
  .content-2 {
  padding-top: 0;
}
.theme-3-0 .page-email .main-list .list-item .mail-page {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 70px;
}
.theme-3-0 .page-email .main-list .list-item .mail-page ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}
.theme-3-0 .page-email .main-list .list-item .mail-page ul li span {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0 .page-email .main-list .list-item .mail-page ul li p {
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}
.theme-3-0 .page-email .main-list .list-item .mail-page ul li p span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0 .page-email .main-list .list-item .main-info-mail {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .page-email .main-list .list-item .main-info-mail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .page-email .main-list .list-item .main-info-mail ul li svg {
  margin-right: 15px;
}
.theme-3-0 .page-email .main-list .list-item .main-status {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .page-email .main-list .list-item .main-status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.theme-3-0 .page-email .main-list .list-item .main-status ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .page-email .main-list .list-item .main-status ul li .progress {
  margin-bottom: 0;
  min-width: 190px;
  height: 10px;
  margin-left: 20px;
}
.theme-3-0 .page-email .btn-action-email-account {
  position: fixed;
  bottom: 30px;
  left: 350px;
  z-index: 98;
  display: none;
  text-transform: uppercase;
}
.theme-3-0 .page-email .btn-action-email-account .btn-body {
  bottom: 100%;
}
.theme-3-0 .page-email .btn-action-email-account .btn-body .btn-ctn {
  padding: 15px 20px 0 20px;
}
.theme-3-0 .page-email .btn-action-email-account .btn-header .bg {
  top: auto;
  bottom: 0%;
}
.theme-3-0 .page-email .btn-action-email-account:active {
  -webkit-transform: none;
  transform: none;
}
.theme-3-0 .page-email .btn-action-email-account.open:active {
  -webkit-transform: none;
  transform: none;
}
.theme-3-0 .page-email .detail-content .statistic-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .page-email .detail-content .statistic-content .data-access {
  padding-left: 0;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .category-name {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .account-email
  .type-ctn,
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .account-email
  .type-ctn
  span,
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn
  span {
  margin-left: 5px;
  font-weight: 900;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced {
  border-left: 2px solid;
  padding-left: 17px;
  margin-top: 25px;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn {
  margin-bottom: 13px;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn
  a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .name-ctn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0 .page-email .detail-content .statistic-content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .page-email .detail-content .statistic-content ol li.alert-danger {
  margin-right: 10px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 19px;
}
.theme-3-0
  .page-email
  .detail-content
  .statistic-content
  ol
  li.alert-danger
  span {
  font-weight: 900;
}
.theme-3-0 .page-email .detail-content .statistic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .page-email .detail-content .statistic-info p {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0 .page-email .detail-content .statistic-info a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 13px;
}
.theme-3-0 .page-email .detail-body .related-item .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .page-email .detail-body .related-item .left-side .email-to,
.theme-3-0 .page-email .detail-body .related-item .left-side .data-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .page-email .detail-body .related-item .left-side .email-to p,
.theme-3-0 .page-email .detail-body .related-item .left-side .data-open p {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0 .page-email .detail-body .related-item .left-side .email-to span,
.theme-3-0 .page-email .detail-body .related-item .left-side .data-open span {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0 .page-email .detail-body .related-item .left-side .email-to {
  min-width: 30%;
  padding-right: 10px;
}
.theme-3-0 .page-email .bottom-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .page-email .bottom-date .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
.theme-3-0 .page-email .bottom-date .date .title {
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
}
.theme-3-0 .page-email .bottom-date .date span {
  color: #3b4348;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0 .page-email .add-info .main-info .other .port {
  padding: 0;
}
.theme-3-0 .page-email .add-info .btn-bottom-info-panel .button {
  border-top: none;
}
.theme-3-0 .disabled-btn {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
@media screen and (max-width: 1825px) {
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .mail-page
    ul
    li
    p
    .list-recipent {
    display: none;
  }
}
@media screen and (max-width: 1802px) {
  .theme-3-0
    .page-email
    .detail-content
    .statistic-content
    .data-access
    .account-email
    .type-ctn {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .page-email
    .detail-content
    .statistic-content
    .data-access
    .account-email
    .type-ctn
    span {
    margin-left: 0;
  }
  .theme-3-0
    .page-email
    .detail-content
    .statistic-content
    .data-access
    .time-email
    .type-ctn {
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media screen and (max-width: 1700px) {
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .mail-page.full-options
    .main-info-mail
    ul
    li:last-child {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .theme-3-0 .page-email .main-header .right-side {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 270px;
  }
  .theme-3-0 .page-email .main-header .right-side .searchbox {
    display: none;
  }
}
@media screen and (max-width: 1490px) {
  .theme-3-0 .page-email .main-list .list-item .main-status ul li .progress {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  .theme-3-0 .page-email .btn-action-email-account {
    left: 269px;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .page-email .main-info-ctn {
    width: 100%;
  }
  .theme-3-0 .page-email .main-info-ctn .main-info {
    width: calc(100% - 30px);
  }
  .theme-3-0 .page-email .main-info-ctn .main-info .other .port {
    padding: 0;
    border-left-width: 0;
  }
  .theme-3-0 .page-email .add-info .buttons {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1180px) {
  .theme-3-0 .page-email .btn-action-email-account {
    left: 31px;
  }
}
@media screen and (max-width: 880px) {
  .theme-3-0
    .page-email
    .detail-body
    .related-item
    .left-side
    .edit-link.edit-email {
    display: none;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .type-filter {
    padding-right: 110px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .status-box-mini {
    right: 120px;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 .page-email .main-header {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .theme-3-0 .page-email .main-header .left-side {
    margin-bottom: 20px;
  }
  .theme-3-0 .page-email .main-header .left-side .number-active-email {
    padding-left: 0;
  }
  .theme-3-0
    .page-email
    .main-header
    .left-side
    .number-active-email
    .check-group-sm {
    display: none;
  }
  .theme-3-0 .page-email .main-header .left-side .btn-expanded .btn-header svg {
    margin-right: 0;
  }
  .theme-3-0 .page-email .main-header .left-side .btn-expanded .desktop {
    display: none;
  }
  .theme-3-0 .page-email .main-header .right-side {
    max-width: 100%;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .theme-3-0 .page-email .main-header .right-side .select-filter-box {
    padding-left: 0;
    width: 100%;
  }
  .theme-3-0
    .page-email
    .main-header
    .right-side
    .select-filter-box
    .page-menu
    .menu-content {
    width: 100%;
  }
  .theme-3-0
    .page-email
    .main-header
    .right-side
    .select-filter-box
    .filter-button {
    width: 100%;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .type-filter {
    padding-right: 40px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .status-box-mini {
    right: 60px;
  }
}
@media screen and (max-width: 771px) {
  .theme-3-0 .page-email .detail-body .related-item .left-side {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .page-email .main-list .list-item .item-header .right-side .more {
    bottom: -55px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .adress {
    width: 100%;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .desc {
    display: none;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side {
    padding-bottom: 0;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side.empty-mail-bottom {
    padding: 30px 40px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side.empty-mail-bottom
    .check-group-sm {
    top: 35%;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side.empty-mail-bottom
    .right-side
    .more {
    bottom: 0;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .check-group-sm {
    top: 50%;
    -webkit-transform: translateX(-11px) translateY(-11px);
    transform: translateX(-11px) translateY(-11px);
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .bottom-side {
    border: none;
  }
  .theme-3-0 .page-email .main-list .list-item .mail-page {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .theme-3-0 .page-email .main-info-ctn .main-info {
    width: 100%;
  }
  .theme-3-0 .page-email .add-info .buttons {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .theme-3-0 .page-email .main-list .list-item .mail-page .desktop {
    display: none;
  }
}
@media screen and (max-width: 661px) {
  .theme-3-0 .page-email .detail-content .statistic-content {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0 .page-email .detail-content .statistic-content .data-access {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0 .page-email .main-header .right-side .select-filter-box {
    width: 100%;
  }
  .theme-3-0 .page-email .main-header .right-side .searchbox {
    display: none;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .type-filter {
    padding-right: 90px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side
    .status-box-mini {
    right: 20px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side {
    padding-top: 10px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side
    a {
    right: 0;
  }
}
@media screen and (max-width: 545px) {
  .theme-3-0 .page-email .btn-action-email-account.to-left.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .page-email .main-list .list-item .item-header-email {
    padding: 30px 40px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header-email
    .left-side
    .name
    .system-box-email {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 470px) {
  .theme-3-0 .page-email .detail-content .statistic-info {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0 .page-email .detail-content .statistic-info a {
    margin-left: 0;
    margin-top: 0;
  }
  .theme-3-0 .page-email .main-header .btn-expanded.to-left.open {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .check-group-sm {
    left: 12px;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .check-group-sm
    label::before {
    height: 18px;
    width: 18px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .check-group-sm
    input[type="checkbox"]:checked
    + label:after {
    left: 3px;
    top: 2px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side.empty-mail-bottom
    .check-group-sm {
    top: 0;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header
    .right-side
    .status-box {
    right: 60px;
  }
}
@media screen and (max-width: 370px) {
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side {
    padding-top: 40px;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .check-group-sm {
    left: 12px;
    top: 15px;
    -webkit-transform: none;
    transform: none;
  }
  .theme-3-0
    .page-email
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .check-group-sm
    label::before {
    height: 18px;
    width: 18px;
  }
}
@media screen and (max-width: 340px) {
  .theme-3-0 .page-email .main-header .left-side .number-active-email h2 {
    font-size: 22px;
  }
}
.theme-3-0 .section-style-guide {
  padding: 40px;
}
.theme-3-0 .tab-content .tab-pane {
  background-color: #fafcfd;
  border: 2px solid #e0e7ee;
  border-top: none;
}
.theme-3-0 .switch .switch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 2px solid;
  padding: 35px 200px 43px 20px;
}
.theme-3-0 .switch .switch-row .switch-option {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 0 15px;
  max-width: 33.33%;
}
.theme-3-0 .switch .switch-row .switch-option .tooltip-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
.theme-3-0 .switch .switch-row .switch-option .tooltip-desc span {
  margin-left: 10px;
}
.theme-3-0 .switch .switch-row .switch-option .switch-horizontal .rail .knob {
  box-shadow: 0 3px 10px 0 rgba(39, 49, 53, 0.12);
}
.theme-3-0 .switch .switch-row.element-non-top-brd {
  border-top: 0;
}
.theme-3-0 .switch .switch-row.option-col-6 .switch-option {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.theme-3-0 .switch.switch-col-6 {
  padding: 0;
}
.theme-3-0 .switch.switch-col-6 .switch-row {
  padding: 35px 20px 43px 20px;
}
.theme-3-0 .action-to-sender .col-sm-6:first-child {
  padding-right: 0;
}
.theme-3-0 .action-to-sender .col-sm-6:first-child .action-checkbox-ctn {
  border-right: none;
}
.theme-3-0 .action-to-sender .col-sm-6:last-child {
  padding-left: 0;
}
.theme-3-0 .action-to-sender .action-checkbox-ctn {
  border: 2px solid;
}
.theme-3-0 .action-to-sender .action-checkbox-ctn label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row;
  flex-flow: row;
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  line-height: 37px;
}
.theme-3-0 .action-to-sender .action-checkbox-ctn label svg {
  margin-right: 18px;
}
.theme-3-0 .action-to-sender .action-checkbox-ctn label p {
  font-weight: 900;
}
.theme-3-0 .action-to-sender .action-checkbox-ctn label p span {
  font-weight: 300;
}
.theme-3-0 .message-cloud {
  position: relative;
  width: 29px;
  height: 29px;
}
.theme-3-0 .message-cloud span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #afb9c2;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
}
.theme-3-0 .message-cloud.cloud-orange svg .stroke {
  stroke: #ffbc80;
}
.theme-3-0 .message-cloud.cloud-orange svg .dot {
  fill: #ff8522;
}
.theme-3-0 .message-cloud.cloud-orange svg .bg {
  fill: #fff6eb;
}
.theme-3-0 .message-cloud.cloud-orange span {
  color: #ff8522;
}
@media screen and (max-width: 960px) {
  .theme-3-0 .switch .switch-row {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .theme-3-0 .action-to-sender .col-sm-6:first-child {
    padding-right: 15px;
  }
  .theme-3-0 .action-to-sender .col-sm-6:first-child .action-checkbox-ctn {
    border-right: 2px solid;
    border-bottom: none;
  }
  .theme-3-0 .action-to-sender .col-sm-6:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 740px) {
  .theme-3-0 .switch .switch-row .switch-option {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0 .switch .switch-row {
    padding: 20px 0;
  }
  .theme-3-0 .switch .switch-row .switch-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .theme-3-0 .action-to-sender .action-checkbox-ctn label {
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 470px) {
  .theme-3-0 .switch .switch-row.option-col-6 .switch-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.theme-3-0 .list-black-white .main-header .left-side .pages .rtn-btn {
  display: none;
  height: 50px;
  padding-left: 17px;
  padding-right: 17px;
}
.theme-3-0 .list-black-white .main-header .left-side .pages .rtn-btn svg {
  margin: 0;
}
.theme-3-0 .list-black-white .main-header .right-side {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 200px;
}
.theme-3-0 .list-black-white .main-header .right-side input {
  max-width: 75%;
}
.theme-3-0 .list-black-white .main-list .list-item .item-header .left-side {
  max-width: calc(100% - 250px);
  -ms-flex-preferred-size: calc(100% - 250px);
  flex-basis: calc(100% - 250px);
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .name {
  max-width: calc(100% - 144px);
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .action-list
  svg {
  margin-right: 10px;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .action-list
  .action {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .action-list
  .action.accept {
  color: #1ac528;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .action-list
  .action.block {
  color: #fc3f48;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .name-address
  .address {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}
.theme-3-0 .list-black-white .main-list .list-item .item-header .right-side {
  border-left: 2px solid;
  padding-left: 20px;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side
  .date-add {
  padding-right: 40px;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side
  .date-add
  span {
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side
  .date-add
  p.date {
  padding-top: 3px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side
  .btn-action-delete {
  height: 40px;
  padding-right: 17px;
}
.theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side
  .btn-action-delete
  svg {
  top: 0;
  margin-right: 0;
}
.theme-3-0 .list-black-white .add-info .main-info-ctn {
  padding-bottom: 40px;
}
.theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn:last-child
  .default-grey::before {
  border-bottom: none;
}
.theme-3-0 .list-black-white .add-info .main-info-ctn .default-grey h3 {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 .list-black-white .add-info .main-info-ctn .default-grey .desc {
  padding-top: 20px;
}
.theme-3-0 .list-black-white .add-info .main-info-ctn .default-grey .desc p {
  font-size: 14px;
  line-height: 22px;
}
.theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey
  .list-permitted-address {
  padding-top: 25px;
}
.theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey
  .list-permitted-address
  h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  padding-bottom: 15px;
}
.theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey
  .list-permitted-address
  ul
  li {
  word-break: break-all;
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
}
@media screen and (max-width: 1600px) {
  .theme-3-0 .list-black-white .right-side {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .theme-3-0 .list-black-white .add-info .main-info {
    width: auto;
  }
  .theme-3-0 .list-black-white .add-info .main-info-ctn:last-child .main-info {
    margin-right: 0;
  }
  .theme-3-0 .list-black-white .add-info .buttons {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .list-black-white .main-header .left-side {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .theme-3-0 .list-black-white .main-header .left-side .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .theme-3-0 .list-black-white .main-header .left-side .pages h2 {
    padding-left: 15px;
    padding-top: 12px;
  }
  .theme-3-0 .list-black-white .main-header .left-side .pages .rtn-btn {
    display: block;
  }
  .theme-3-0 .list-black-white .add-info .main-info-ctn .main-info {
    margin-right: 0;
  }
  .theme-3-0 .list-black-white .main-list .list-item .item-header {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0 .list-black-white .main-list .list-item .item-header .left-side {
    max-width: 100%;
  }
  .theme-3-0
    .list-black-white
    .main-list
    .list-item
    .item-header
    .left-side
    .name {
    max-width: calc(100% - 20px);
  }
  .theme-3-0
    .list-black-white
    .main-list
    .list-item
    .item-header
    .left-side
    .action-list {
    padding-right: 10px;
  }
  .theme-3-0
    .list-black-white
    .main-list
    .list-item
    .item-header
    .left-side
    .action-list
    svg {
    margin: 0;
  }
  .theme-3-0
    .list-black-white
    .main-list
    .list-item
    .item-header
    .left-side
    .action-list
    .action {
    display: none;
  }
  .theme-3-0 .list-black-white .main-list .list-item .item-header .right-side {
    margin-top: 25px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .list-black-white
    .main-list
    .list-item
    .item-header
    .right-side
    .date-add {
    padding-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .list-black-white .main-list .list-item .item-header .left-side {
    padding-left: 20px;
  }
  .theme-3-0 .list-black-white .main-list .list-item .item-header .right-side {
    border-left: none;
  }
  .theme-3-0
    .list-black-white
    .main-list
    .list-item
    .item-header
    .right-side
    .date-add {
    padding-left: 20px;
    border-left: 2px solid #e0e7ee;
  }
}
.theme-3-0 .helpdesk .main-list .item-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.theme-3-0 .helpdesk .main-list .item-header .left-side {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: calc(100% - 170px);
}
.theme-3-0 .helpdesk .main-list .item-header .left-side .number-application {
  padding-right: 35px;
}
.theme-3-0
  .helpdesk
  .main-list
  .item-header
  .left-side
  .number-application
  .number {
  font-size: 28px;
  line-height: 38px;
}
.theme-3-0
  .helpdesk
  .main-list
  .item-header
  .left-side
  .title-application
  .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  font-size: 26px;
  line-height: 36px;
}
.theme-3-0
  .helpdesk
  .main-list
  .item-header
  .left-side
  .title-application
  .title
  .unread-message {
  margin-left: 25px;
  height: 29px;
}
.theme-3-0 .helpdesk .main-list .item-header .right-side .status-box {
  right: 40px;
}
.theme-3-0 .helpdesk .main-list .item-header .right-side .date-add {
  padding-top: 5px;
}
.theme-3-0 .helpdesk .main-list .item-header .right-side .date-add .time-date {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0 .helpdesk .main-list .list-item {
  transition: 0.55s;
}
.theme-3-0 .helpdesk .main-list .list-item:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.theme-3-0 .helpdesk .account .beam-2 {
  max-width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.theme-3-0 .helpdesk .account .beam-2 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .helpdesk .account .beam-2 {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0 .helpdesk .account .beam-2 .btn {
    width: auto;
  }
}
@media screen and (max-width: 1180px) {
  .theme-3-0 .helpdesk .account .beam-2 {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 .helpdesk .main-list .item-header .left-side {
    max-width: calc(100% - 130px);
  }
  .theme-3-0 .helpdesk .main-list .item-header .left-side .number-application {
    padding-right: 20px;
  }
  .theme-3-0
    .helpdesk
    .main-list
    .item-header
    .left-side
    .number-application
    .number {
    font-size: 25px;
    line-height: 35px;
  }
  .theme-3-0
    .helpdesk
    .main-list
    .item-header
    .left-side
    .title-application
    .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .helpdesk .main-list .item-header {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0 .helpdesk .main-list .item-header .left-side {
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 100%;
  }
  .theme-3-0 .helpdesk .main-list .item-header .left-side .number-application {
    padding-right: 0;
    padding-bottom: 5px;
  }
  .theme-3-0
    .helpdesk
    .main-list
    .item-header
    .left-side
    .number-application
    .number {
    font-size: 15px;
    line-height: 20px;
  }
  .theme-3-0 .helpdesk .main-list .item-header .left-side .title-application {
    width: 100%;
  }
  .theme-3-0
    .helpdesk
    .main-list
    .item-header
    .left-side
    .title-application
    .title {
    font-size: 20px;
    line-height: 30px;
  }
  .theme-3-0 .helpdesk .main-list .item-header .right-side {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-3-0 .helpdesk .main-list .item-header .right-side .status-box {
    right: 40px;
  }
  .theme-3-0 .helpdesk .main-list .item-header .right-side .date-add {
    padding-top: 0;
  }
  .theme-3-0
    .helpdesk
    .main-list
    .item-header
    .right-side
    .date-add
    .time-date {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .helpdesk .main-header .left-side .btn-header svg {
    margin: 0;
  }
  .theme-3-0 .helpdesk .main-header .left-side .btn-header .desktop {
    display: none;
  }
  .theme-3-0 .helpdesk .main-list .item-header {
    padding: 30px;
  }
}
@media screen and (max-width: 440px) {
  .theme-3-0 .helpdesk .account .beam-2 {
    max-width: 200px;
    margin: 0 auto;
  }
  .theme-3-0 .helpdesk .account .beam-2 .btn {
    width: 100%;
  }
}
.theme-3-0 .page-ftp .content-table {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.theme-3-0 .page-ftp .content-table .table-grid {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.theme-3-0 .page-ftp .content-table .table-grid tr td {
  border: 2px solid;
  border-bottom: 0;
  padding: 15px;
}
.theme-3-0 .page-ftp .content-table .table-grid tr td:first-child {
  padding-left: 40px;
  border-left-width: 0px;
}
.theme-3-0 .page-ftp .content-table .table-grid tr td:last-child {
  padding-right: 40px;
  border-right-width: 0px;
}
.theme-3-0 .page-ftp .content-table .table-grid tr td:nth-of-type(2),
.theme-3-0 .page-ftp .content-table .table-grid tr td:nth-of-type(3) {
  width: 200px;
}
.theme-3-0 .page-ftp .content-table .table-grid .label {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
  display: block;
  text-align: left;
  padding: 0px;
  text-transform: uppercase;
}
.theme-3-0 .page-ftp .content-table .table-grid span.desc {
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  display: block;
}
.theme-3-0 .page-ftp .content-table .table-grid .desc-box {
  font-size: 15px;
}
.theme-3-0 .page-ftp .content-table .table-grid .desc-box a.desc {
  display: inline;
}
.theme-3-0 .page-ftp .content-table .table-grid .desc-box span.desc {
  display: inline;
}
.theme-3-0 .page-ftp .content-table .table-grid .desc-box span {
  font-size: 15px;
}
.theme-3-0 .page-ftp .content-table .table-grid a.desc {
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  display: block;
}
.theme-3-0 .page-ftp .main-header .left-side .btn-expanded .btn-header svg {
  margin-right: 10px;
}
.theme-3-0 .page-ftp .main-header .right-side {
  max-width: 250px;
}
.theme-3-0 .page-ftp .main-header .right-side input {
  height: 50px;
}
.theme-3-0 .page-ftp .main-header .right-side button {
  height: 50px;
  width: 50px;
}
.theme-3-0 .page-ftp .main-header .right-side button svg {
  width: 17px;
}
.theme-3-0 .page-ftp .action-down {
  position: fixed;
  bottom: 30px;
}
.theme-3-0 .page-ftp .action-down .btn-header svg {
  transition: 0.3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.theme-3-0 .page-ftp .action-down.open .btn-header svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.theme-3-0 .page-ftp .action-down.open .btn-header .bg {
  top: auto;
  bottom: 0%;
}
.theme-3-0 .page-ftp .action-down.open .btn-body {
  bottom: 100%;
}
.theme-3-0 .page-ftp .action-down.open .btn-body .btn-ctn {
  padding: 15px 20px 0 20px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header.item-header-email
  .bottom-side {
  border: none;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side {
  padding: 30px 40px 25px 40px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path {
  margin-top: 10px;
  display: block;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .path,
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .dftp {
  padding-right: 30px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .path
  .name-path,
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .path
  .name-dftp,
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .dftp
  .name-path,
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .dftp
  .name-dftp {
  margin-left: 10px;
  font-size: 14px;
  line-height: 19px;
}
.theme-3-0 .page-ftp .main-list .list-item .item-body .content-2 .details-list {
  margin-bottom: 30px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body {
  pointer-events: all;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body.full-height {
  height: 100%;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content {
  padding: 0 0 0 0;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list {
  padding-right: 70px;
  margin-bottom: 30px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item {
  margin-bottom: 30px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md {
  border: 2px solid;
  padding: 8px 10px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .type-page {
  display: block;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .type-page
  svg {
  float: left;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .type-page
  .page-name {
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .type-page
  .desc-page {
  display: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  .btn-disconnect {
  display: none;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  a {
  right: -85px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .action-line {
  padding-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .action-line
  .btn {
  margin-bottom: 0;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  > *:last-child {
  margin-bottom: 0;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open {
  pointer-events: none;
  border: 0;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header {
  padding: 0 0 30px 0;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}
.theme-3-0 .page-ftp .main-list .list-item .item-body .content-2 .action-line {
  position: relative;
  padding-top: 30px;
  margin-top: 0;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side {
  padding: 0;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line.bottom-action::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  width: 108%;
  margin-right: -40px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line.bottom-action
  .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line.bottom-action
  .left-side
  .date {
  padding-right: 20px;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line.bottom-action
  .left-side
  .date
  span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
}
.theme-3-0 .page-ftp .main-list .list-item .item-body.full-height {
  height: 100%;
}
.theme-3-0
  .page-ftp
  .main-list
  .list-item.open
  .item-body
  .content-table
  + .content-2 {
  padding-top: 30px;
}
.theme-3-0 .page-ftp .default-grey {
  margin-top: 40px;
}
.theme-3-0 .page-ftp .default-grey h3 {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 .page-ftp .default-grey .desc {
  padding-top: 20px;
  padding-bottom: 30px;
}
.theme-3-0 .page-ftp .default-grey .desc p {
  font-size: 15px;
  line-height: 26px;
}
.theme-3-0 .page-ftp .main-info .catalog {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0 .page-ftp .main-info .kbd-yellow {
  border: 2px solid;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  box-shadow: none;
  padding: 2px 10px;
  word-break: break-all;
  width: 100%;
}
.theme-3-0 .page-ftp .main-info .kbd-yellow.symbol {
  display: inline;
}
.theme-3-0 .page-ftp .main-info .path-catalog {
  font-size: 15px;
  line-height: 20px;
  padding: 20px 0;
}
.theme-3-0 .page-ftp .main-info .action-line {
  text-align: center;
}
.theme-3-0 .page-ftp .main-info .md-hide {
  font-size: 12px;
}
@media screen and (max-width: 1670px) and (min-width: 1280px) {
  .theme-3-0 .page-ftp .main-info .md-hide {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .theme-3-0 .page-ftp .main-header .right-side {
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media screen and (max-width: 1279px) {
  .theme-3-0 .page-ftp .add-info .default-grey {
    margin-top: 0;
  }
  .theme-3-0 .page-ftp .main-info {
    display: block;
  }
  .theme-3-0 .page-ftp .main-info .kbd {
    width: 100%;
  }
  .theme-3-0 .page-ftp .main-info .kbd-yellow {
    padding: 5px 10px;
  }
  .theme-3-0 .page-ftp .main-info .kbd-yellow.symbol {
    padding: 2px 10px;
  }
  .theme-3-0 .page-ftp .main-info .path-catalog,
  .theme-3-0 .page-ftp .main-info .catalog {
    padding: 20px 0 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .page-ftp .content-table .table-grid {
    display: block;
    width: 100%;
  }
  .theme-3-0 .page-ftp .content-table .table-grid tbody {
    width: 100%;
    display: block;
  }
  .theme-3-0 .page-ftp .content-table .table-grid tr {
    display: block;
  }
  .theme-3-0 .page-ftp .content-table .table-grid tr td {
    width: 100%;
    display: block;
    padding: 20px 40px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }
  .theme-3-0 .page-ftp .content-table .table-grid tr td:nth-of-type(2),
  .theme-3-0 .page-ftp .content-table .table-grid tr td:nth-of-type(3) {
    width: 100%;
  }
  .theme-3-0 .page-ftp .content-table .table-grid tr:last-child td:last-child {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 .page-ftp .main-header .right-side {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .page-ftp .main-list .list-item .item-header .right-side .more {
    bottom: 0;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-1 {
    padding: 0 40px 40px 40px;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-1 ul {
    padding: 0;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-1 ul::before {
    display: none;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-1 ul li {
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding: 10px 0;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-1
    ul
    li::before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-1 .left-side {
    margin-bottom: 0px;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-1 .right-side {
    display: block;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-1
    .right-side
    ul {
    width: 100%;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-table {
    padding: 0;
  }
  .theme-3-0 .page-ftp .add-info .default-grey {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0 .page-ftp .main-header .left-side {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side {
    padding: 20px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .folder-path {
    margin-top: 10px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .folder-path
    .path {
    padding-bottom: 10px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list {
    margin-bottom: 0;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-header {
    padding: 0 0 20px 0;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md {
    width: 100%;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .type-page
    .icon {
    display: none;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .type-page
    .desc-page {
    margin-top: 5px;
    display: block;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .type-page
    .page-name {
    padding-left: 0;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side
    a {
    right: 0;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side
    .btn-delete {
    display: none;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side
    .btn-disconnect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side
    .btn-disconnect
    svg {
    margin-right: 10px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-2
    .bottom-action {
    display: none;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item.open
    .item-body
    .content-table
    + .content-2 {
    padding-top: 20px;
  }
  .theme-3-0 .page-ftp .main-list .content-table .table-grid tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-1,
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-2 {
    padding: 0px 20px 20px 20px;
  }
  .theme-3-0 .page-ftp .main-list .list-item .item-body .content-table {
    padding: 0px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-table
    .table-grid
    tr {
    display: block;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-table
    .table-grid
    tr
    td {
    padding: 10px 20px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-table
    .table-grid
    tr
    td:first-child {
    padding: 10px 20px;
  }
  .theme-3-0
    .page-ftp
    .main-list
    .list-item
    .item-body
    .content-table
    + .content-2 {
    padding-top: 20px;
  }
}
.theme-3-0 .page-database .add-info .main-info-ctn {
  margin-bottom: 40px;
}
.theme-3-0 .page-database .add-info .main-info .other .encryption {
  max-width: 100%;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .size {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .database-desc
  p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header {
  padding: 30px 70px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title {
  padding: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body {
  overflow: visible;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content {
  padding: 0 30px 30px 70px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-min-width {
  padding: 10px 20px;
  width: calc(98% - 65px);
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini {
  right: auto;
  left: 180px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .name-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .name-user
  .icon {
  margin-right: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .name-user
  .name {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  p {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  .size-copy {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  .tooltip-user {
  margin: 0 15px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  .tooltip
  .tooltip-inner {
  max-width: 288px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  .tooltip
  .toltip-up {
  margin-bottom: 20px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  .btn-primary:hover {
  border: 2px solid;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  a:last-child {
  right: -152px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open {
  pointer-events: all;
  border: 2px solid;
  border-bottom: 0px;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open:last-child {
  border-bottom: 2px solid;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line {
  padding-top: 0;
}
.theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .bottom-date
  .date:nth-child(1) {
  padding-right: 20px;
}
.theme-3-0 .page-database .content-table .table-grid tr td {
  width: 50%;
}
.theme-3-0 .page-database .content-table .table-grid tr td .desc {
  line-height: 20px;
  font-size: 15px;
}
.theme-3-0 .page-database .content-table .table-grid tr td:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width: 1540px) {
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list.backup-list
    .related-item {
    padding: 10px 15px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list.backup-list
    .related-item
    .left-side {
    padding-right: 0;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list.backup-list
    .related-item
    .left-side
    .copy-data
    .desc-copy {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .page-database .content-table .table-grid tr td {
    width: 100%;
  }
  .theme-3-0 .page-database .content-table .table-grid tr td:nth-of-type(2) {
    width: 100%;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-min-width
    .left-side {
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list {
    padding-right: 0;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md {
    width: 100%;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side {
    padding-top: 10px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side
    a {
    right: 15px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side
    a:last-child {
    right: 0;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side {
    margin-top: 20px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .status-box-mini {
    left: auto;
    right: 0px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .copy-data
    .desc-copy {
    padding-left: 15px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .copy-data
    .desc-copy
    .tooltip-user {
    display: none;
    position: absolute;
    right: 57px;
    top: 35px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .copy-data
    .desc-copy
    .size-copy {
    display: none;
    position: absolute;
    right: 20px;
    top: 35px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-min-width
    .right-side
    a {
    -webkit-transform: none;
    transform: none;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a {
    position: relative;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding: 0 17px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn
    svg {
    margin-right: 0;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a
    .mobile {
    display: block;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a
    .desktop {
    display: none;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .left-side {
    padding-right: 0;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list.collapse-www
    .related-item
    .right-side
    a.btn {
    top: 0%;
    right: 0px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list.backup-list
    .related-item.related-item-md
    .left-side {
    margin-top: 0;
  }
}
@media screen and (max-width: 788px) {
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .action-line
    a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .adress
    .size {
    display: block;
    padding-left: 0;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .database-desc
    p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content {
    padding: 0 20px 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-header {
    padding: 30px 60px;
  }
  .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .action-line {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .theme-3-0 .page-database .main-header .btn-expanded.to-left.open {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.theme-3-0 .remote-access-database .main-header .right-side input {
  height: 50px;
}
.theme-3-0 .remote-access-database .main-header .right-side button {
  height: 50px;
  min-width: 50px;
}
.theme-3-0 .remote-access-database .main-header .right-side button svg {
  height: 17px;
  width: 17px;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side {
  max-width: 100%;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .ip-remote-access-database
  p {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .ip-remote-access-database
  a.btn-action-delete {
  display: none;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .hostname-remote-base,
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name-remote-base {
  margin-left: 45px;
  padding-left: 10px;
  border-left: 2px solid;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .hostname-remote-base
  p,
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name-remote-base
  p {
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .hostname-remote-base
  p.name-element,
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name-remote-base
  p.name-element {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .right-side {
  border-left: 0px;
}
.theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box {
  right: 130px;
}
.theme-3-0 .remote-access-database .add-info .main-info .other .port {
  padding-right: 0;
}
.theme-3-0 .remote-access-database .add-info .main-info .other .encryption {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .theme-3-0 .remote-access-database .main-list .list-item .item-header {
    padding: 30px 35px;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .hostname-remote-base,
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .name-remote-base {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .remote-access-database .add-info .main-info .other .port {
    padding: 0;
    border-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .remote-access-database .main-list .list-item .item-header {
    padding: 0;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side {
    display: block;
    width: 100%;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .ip-remote-access-database {
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .ip-remote-access-database
    a.btn-action-delete {
    height: auto;
    padding: 0;
    display: block;
    border: none;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .ip-remote-access-database
    a.btn-action-delete
    svg {
    margin: 0;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .hostname-remote-base,
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .name-remote-base {
    margin-left: 0px;
    border-left: 0px;
    padding: 30px 40px;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .hostname-remote-base {
    border-bottom: 2px solid;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .right-side {
    padding: 0;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .right-side
    a.btn-action-delete {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .right-side {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side {
    padding-left: 0;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .ip-remote-access-database {
    padding: 25px 30px;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .ip-remote-access-database
    p {
    font-size: 24px;
    font-weight: 900;
    line-height: 33px;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .hostname-remote-base,
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .name-remote-base {
    padding: 15px 30px;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .hostname-remote-base
    p,
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .name-remote-base
    p {
    font-size: 15px;
    line-height: 20px;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .hostname-remote-base
    p.name-element,
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .name-remote-base
    p.name-element {
    font-size: 11px;
    line-height: 15px;
  }
  .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .right-side
    .status-box {
    right: 60px;
  }
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .list
  .list-database {
  padding-left: 10px;
  font-size: 14px;
  line-height: 19px;
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .pass-generator {
  padding: 0 16px;
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span.title {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-min-width {
  padding: 5px 20px;
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini {
  position: relative;
  left: auto;
  top: -7px;
}
.theme-3-0
  .database-user
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini
  .status {
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .theme-3-0
    .database-user
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side {
    padding-right: 0;
  }
  .theme-3-0
    .database-user
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .status-box-mini {
    position: relative;
    left: auto;
    top: -7px;
  }
  .theme-3-0
    .database-user
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .status-box-mini
    .status {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .theme-3-0 .database-user .main-header .right-side {
    max-width: 200px;
  }
  .theme-3-0 .database-user .main-header .right-side input {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0
    .database-user
    .main-list
    .item-header
    .bottom-side
    tr:last-child
    td:last-child {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0
    .database-user
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .status-box-mini {
    position: absolute;
    left: auto;
    right: -2px;
    top: -2px;
  }
  .theme-3-0
    .database-user
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .left-side
    .status-box-mini
    .status {
    margin-left: 20px;
  }
  .theme-3-0
    .database-user
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-md
    .right-side {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  .theme-3-0 .database-user .main-header .left-side {
    display: block;
    margin-bottom: 0;
  }
  .theme-3-0 .database-user .main-header .left-side .pages {
    margin-right: 0;
  }
  .theme-3-0 .database-user .main-header .left-side .btn-expanded {
    margin-top: 20px;
    float: right;
  }
}
.theme-3-0 .styleguide-page {
  margin: 0;
  padding: 60px;
  border: 2px solid;
}
.theme-3-0 .styleguide-page .styleguide-cart .name-cart {
  position: relative;
  border: 1px solid;
}
.theme-3-0 .styleguide-page .styleguide-cart .name-cart p {
  bottom: -8px;
  padding-right: 20px;
  position: absolute;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0 .styleguide-page .element-styled-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  padding-top: 20px;
}
.theme-3-0 .styleguide-page .element-styled-list.styleguide-notifications {
  position: relative;
  margin-top: 70px;
  display: block;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip-box {
  padding-top: 15px;
  padding-bottom: 35px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip {
  position: relative;
  display: inline-block !important;
  opacity: 1;
  left: 0 !important;
  top: 0 !important;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-arrow {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 0px 0 20px 20px !important;
  left: 0 !important;
  -webkit-transform: none;
  transform: none;
  bottom: -13px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-arrow::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid !important;
  border-width: 0px 0 15px 15px !important;
  left: -18px !important;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-inner {
  font-size: 16px;
  line-height: 24px;
  max-width: 288px;
  padding: 20px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .toltip-up {
  margin-bottom: 20px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip.bottom-left
  .tooltip-arrow {
  right: 0 !important;
  top: -18px !important;
  left: auto !important;
  -webkit-transform: rotate(-90deg) rotateX(180deg);
  transform: rotate(-90deg) rotateX(180deg);
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip.bottom-left
  .tooltip-arrow::before {
  content: "";
  left: -20px !important;
  top: 2px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip.top-left
  .tooltip-arrow {
  right: auto !important;
  top: -18px !important;
  left: auto !important;
  -webkit-transform: rotate(0deg) rotateX(180deg);
  transform: rotate(0deg) rotateX(180deg);
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip.top-left
  .tooltip-arrow::before {
  content: "";
  top: 0px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip.bottom-right
  .tooltip-arrow {
  right: 0 !important;
  left: auto !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -18px;
  top: auto;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip.bottom-right
  .tooltip-arrow::before {
  content: "";
  left: -20px !important;
  top: 2px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip.top-right {
  left: 0 !important;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .mini-alert-panel {
  display: inline-block;
  padding-bottom: 50px;
}
.theme-3-0 .styleguide-page .element-styled-list.styleguide-buttonss {
  display: block;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .normal-link {
  padding-top: 75px;
  padding-bottom: 55px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .expanded-buttons-menu {
  z-index: 2;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .left-action-btn {
  float: right;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .large-button-styleguide,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .medium-button-styleguide,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .mini-button-styleguide {
  padding-bottom: 60px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .large-button-styleguide
  .row
  .btn,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .medium-button-styleguide
  .row
  .btn,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .mini-button-styleguide
  .row
  .btn {
  margin-bottom: 30px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-buttonss
  .medium-tabs {
  padding: 90px 0 50px 0;
}
.theme-3-0 .styleguide-page .element-styled-list.styleguide-buttonss .big-tabs {
  margin-right: -30px;
  margin-left: -30px;
}
.theme-3-0 .styleguide-page .element-styled-list .left-column,
.theme-3-0 .styleguide-page .element-styled-list .right-column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.theme-3-0 .styleguide-page .element-styled-list .left-column {
  padding-right: 15px;
}
.theme-3-0 .styleguide-page .element-styled-list .right-column {
  padding-left: 15px;
}
.theme-3-0 .styleguide-page .element-styled-list .element-styleguide {
  padding-top: 60px;
}
.theme-3-0 .styleguide-page .element-styled-list .element-styleguide ul {
  padding-left: 35px;
  border-left: 2px solid;
}
.theme-3-0 .styleguide-page .element-styled-list .element-styleguide ul li {
  margin-bottom: 20px;
}
.theme-3-0 .styleguide-page .element-styled-list.styleguide-icons .icon-20-list,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list {
  width: 100%;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list {
  padding: 70px 0 100px 0;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul {
  padding-bottom: 50px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list {
  padding: 50px 0 0 0;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul {
  padding-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-icons
    .icon-20-list
    ul,
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-icons
    .icon-40-list
    ul {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-icons
    .icon-20-list
    ul
    li,
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-icons
    .icon-40-list
    ul
    li {
    margin-right: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.theme-3-0 .styleguide-page .element-styled-list.styleguide-forms {
  display: block;
  padding-bottom: 90px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-forms
  .switch-check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-forms
  .switch-check-group
  .border-radio-group,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-forms
  .switch-check-group
  .check-group {
  padding: 20px;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-forms
  .switch-check-group
  .border-radio-group
  .radio,
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-forms
  .switch-check-group
  .check-group
  .radio {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.theme-3-0 .styleguide-page .element-styled-list.styleguide-forms .switch-box,
.theme-3-0 .styleguide-page .element-styled-list.styleguide-forms .check-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-forms
  .inline-group-check-radio {
  padding: 40px 0 0 0;
}
.theme-3-0 .styleguide-page .element-styled-list.styleguide-forms.widget {
  padding: 40px 0;
}
@media screen and (max-width: 1440px) {
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-forms
    .inline-group-check-radio
    .col-md-4 {
    width: 41%;
  }
}
@media screen and (max-width: 992px) {
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-forms
    .inline-group-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-forms
    .inline-group-check-radio
    .col-md-4 {
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-forms
    .switch-check-group {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 630px) {
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-forms
    .method-group
    .inline-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-forms
    .method-group
    .inline-group
    .border-radio-group:nth-child(2) {
    right: 0;
    top: -2px;
  }
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-forms
    .method-group
    .inline-group
    .check-group
    .bg {
    height: calc(100% + 2px);
    width: 100%;
  }
}
.theme-3-0 .dpanel-jumbotron {
  width: 100%;
  padding: 40px 60px;
  border: 2px solid;
  margin-bottom: 40px;
}
.theme-3-0 .dpanel-jumbotron h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
.theme-3-0 .dpanel-jumbotron p {
  font-size: 15px;
  line-height: 22px;
}
.theme-3-0 .universal.readonly-span {
  border: 2px solid;
  border-radius: 0px;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: not-allowed;
}
.theme-3-0 .universal.readonly-span label span {
  width: auto;
}
.theme-3-0 .universal.readonly-span.span-lg {
  height: 70px;
  font-size: 28px;
  padding: 10px 16px;
}
.theme-3-0 .universal.readonly-span.span-md {
  height: 60px;
  font-size: 18px;
  padding: 6px 12px;
}
.theme-3-0 .universal.readonly-span.span-sm {
  height: 50px;
  font-size: 18px;
  padding: 5px 10px;
}
.theme-3-0 .universal.readonly-span span {
  width: 100%;
  overflow: hidden;
}
.theme-3-0 .universal.readonly-span .control-label {
  position: absolute !important;
  top: -20px;
  left: 0;
}
.theme-3-0 .universal.select-filter-box {
  position: relative;
}
.theme-3-0 .universal.select-filter-box .page-menu {
  position: relative;
  z-index: 2;
  margin-left: 0px;
}
.theme-3-0 .universal.select-filter-box .page-menu .filter-button {
  margin-left: 0;
  display: block;
  width: 100%;
  height: 50px;
  border: 2px solid;
  border-radius: 0px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
  text-align: left;
}
.theme-3-0 .universal.select-filter-box .page-menu .filter-button svg {
  float: right;
}
.theme-3-0 .universal.select-filter-box .page-menu .filter-button:active {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.theme-3-0 .universal.select-filter-box .page-menu .menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 0px;
  transition: 0.3s;
  transition-delay: 0.3s;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1);
}
.theme-3-0 .universal.select-filter-box .page-menu .menu-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 2px solid;
  transition: 0.3s;
  z-index: 0;
}
.theme-3-0 .universal.select-filter-box .page-menu .menu-content ul {
  position: relative;
  display: block;
  padding: 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
  z-index: 1;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul.radio-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list {
  border-top: 2px solid;
  padding: 16px 12px 20px 10px;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list
  .name-section-fliter {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list
  li
  .check-group-sm
  span {
  padding-left: 22px;
}
.theme-3-0 .universal.select-filter-box .page-menu .menu-content ul li {
  padding: 0px 20px;
  position: relative;
  display: block;
  width: 100%;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter {
  cursor: pointer;
  display: block;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  padding: 12px 18px 13px 23px;
  font-weight: 300;
  line-height: 25px;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter
  svg {
  float: right;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks {
  padding: 11px 32px 10px 30px;
  border-top: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm {
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  label::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  input[type="radio"]:checked
  + label::after {
  top: 17px;
}
.theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li
  .check-group-sm
  input[type="checkbox"]:checked
  + label::after {
  top: 14px;
  left: 5px;
}
.theme-3-0 .universal.select-filter-box .page-menu .menu-content ul li input {
  display: none;
}
.theme-3-0 .universal.select-filter-box .page-menu .menu-content ul li span {
  padding-left: 11px;
  font-size: 16px;
  line-height: 44px;
}
.theme-3-0 .universal.select-filter-box .page-menu.open {
  z-index: 3;
}
.theme-3-0 .universal.select-filter-box .page-menu.open .menu-content {
  transition-delay: 0s;
}
.theme-3-0 .universal.select-filter-box .page-menu.open .menu-content ul {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0
  .universal.method-group.full-width
  .inline-group
  .border-radio-group {
  width: 100%;
}
.theme-3-0
  .universal.method-group
  .inline-group.change-limit-mail-group
  .border-radio-group {
  width: 100%;
}
.theme-3-0 .universal.method-group .inline-group .border-radio-group {
  width: 100%;
  padding: 20px 20px 20px 64px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group.border-radio-group-lg {
  padding: 20px 20px 20px 64px;
  height: 70px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group.border-radio-group-lg
  .radio {
  left: 26px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group.border-radio-group-md {
  height: 60px;
  padding: 15px 15px 15px 56px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group.border-radio-group-md
  .radio {
  left: 20px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group.border-radio-group-sm {
  padding: 10px 10px 10px 60px;
  height: 50px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group.border-radio-group-sm
  .radio {
  left: 26px;
}
.theme-3-0 .universal.method-group .inline-group .border-radio-group .label {
  font-weight: 400;
  font-size: 22px;
}
.theme-3-0 .universal.method-group .inline-group .border-radio-group .radio {
  left: 26px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group:nth-child(2) {
  right: 2px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group:nth-child(3) {
  right: 4px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group:nth-child(4) {
  right: 6px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group:nth-child(4)
  .bg {
  width: calc(100% + 6px);
}
.theme-3-0 .universal.method-group .inline-group .check-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.theme-3-0 .universal.method-group .inline-group .check-group .check {
  z-index: 1;
  height: 22px;
  min-width: 22px;
}
.theme-3-0 .universal.method-group .inline-group .check-group .check:before {
  height: 14px;
  width: 8px;
  top: 1px;
  left: 5px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .check {
  z-index: 2;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .check:before {
  opacity: 1;
}
.theme-3-0 .universal.method-group .inline-group .check-group .bg {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 2px);
  top: 0;
  left: 0;
  border: 2px solid;
}
.theme-3-0 .universal.method-group .inline-group .check-group label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.theme-3-0 .universal.method-group .inline-group .check-group .label {
  padding: 0 16px;
  z-index: 1;
  font-size: 22px;
  line-height: 16px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .check-group.check-group-label-lg {
  padding: 20px 20px 20px 26px;
  height: 70px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .check-group.check-group-label-md {
  height: 60px;
  padding: 15px 15px 15px 20px;
}
.theme-3-0
  .universal.method-group
  .inline-group
  .check-group.check-group-label-sm {
  padding: 10px 10px 10px 26px;
  height: 50px;
}
.theme-3-0
  .universal.method-group
  .inline-group.radio-width-auto
  .border-radio-group {
  width: auto;
}
.theme-3-0 .universal.method-group .inline-group.radio-width-auto .check-group {
  right: 2px;
  width: 100%;
}
.theme-3-0
  .universal.method-group
  .inline-group.row-additional
  .border-radio-group {
  width: 40%;
}
.theme-3-0
  .universal.method-group
  .inline-group.row-additional
  .border-radio-group
  .bg {
  top: -2px;
}
.theme-3-0 .universal.method-group .inline-group.row-additional .check-group {
  top: -2px;
  right: 2px;
  width: 60%;
}
@media screen and (max-width: 630px) {
  .theme-3-0 .universal.method-group .inline-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .universal.method-group
    .inline-group
    .border-radio-group:nth-child(2) {
    right: 0;
    top: -2px;
  }
  .theme-3-0 .universal.method-group .inline-group .check-group .bg {
    height: calc(100% + 2px);
    width: 100%;
  }
}
.theme-3-0 .universal.page-menu {
  position: relative;
  z-index: 2;
  float: right;
}
.theme-3-0 .universal.page-menu .menu-button {
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
}
.theme-3-0 .universal.page-menu .menu-button:active {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.theme-3-0 .universal.page-menu .menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  overflow: hidden;
  height: 0px;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.theme-3-0 .universal.page-menu .menu-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 2px solid;
  transition: 0.3s;
  z-index: 0;
}
.theme-3-0 .universal.page-menu .menu-content ul {
  position: relative;
  display: block;
  width: calc(100% - 4px);
  padding: 30px 0px;
  left: 2px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
  z-index: 1;
}
.theme-3-0 .universal.page-menu .menu-content ul li {
  display: block;
  width: 100%;
}
.theme-3-0 .universal.page-menu .menu-content ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  transition: 0.2s;
}
.theme-3-0 .universal.page-menu .menu-content ul li a svg {
  margin-right: 10px;
}
.theme-3-0 .universal.page-menu .menu-content ul li a span {
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s;
}
.theme-3-0 .universal.page-menu .menu-content ul li a:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.theme-3-0 .universal.page-menu .menu-content .close-menu {
  position: absolute;
  top: 10px;
  padding: 0;
  right: 10px;
  background-color: transparent;
  border: none;
  outline: none;
}
.theme-3-0 .universal.page-menu.open {
  z-index: 3;
}
.theme-3-0 .universal.page-menu.open .menu-content {
  transition-delay: 0s;
}
.theme-3-0 .universal.page-menu.open .menu-content ul {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .universal.action-img-button {
  min-width: 60px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 15px;
  outline: none;
  transition: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-3-0 .universal.action-img-button:active {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.theme-3-0 .universal.textarea {
  width: 100%;
  resize: none;
  border: 2px solid;
  border-radius: 0px;
  transition: 0s;
  display: block;
  outline: none;
}
.theme-3-0 .universal.textarea.textarea-lg {
  font-size: 28px;
  padding: 10px 16px;
}
.theme-3-0 .universal.textarea.textarea-md {
  font-size: 18px;
  padding: 6px 12px;
}
.theme-3-0 .universal.textarea.textarea-sm {
  font-size: 18px;
  padding: 5px 10px;
}
.theme-3-0 .universal.input-daterange input:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 550px) {
  .theme-3-0 .universal.textarea {
    font-size: 18px;
  }
}
.theme-3-0 .text-primary {
  color: #3b4348 !important;
}
.theme-3-0 .text-success {
  color: #1ac528 !important;
}
.theme-3-0 .text-info {
  color: #00bcec !important;
}
.theme-3-0 .text-warning {
  color: #ff8522 !important;
}
.theme-3-0 .text-danger {
  color: #ff5959 !important;
}
.theme-3-0 .popup-body .popup-container .universal .tab-content {
  display: block;
}
@media screen and (max-width: 992px) {
  .theme-3-0 .universal.big-tabs .dark-version {
    margin-bottom: 50px;
  }
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-buttonss
    .page-menu {
    float: left;
    margin-bottom: 30px;
  }
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-buttonss
    .left-action-btn {
    float: left;
    margin-bottom: 30px;
  }
  .theme-3-0
    .styleguide-page
    .element-styled-list.styleguide-buttonss
    .mini-button-styleguide {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .theme-3-0 .styleguide-page .element-styled-list {
    display: block;
  }
  .theme-3-0 .styleguide-page .element-styled-list .left-column,
  .theme-3-0 .styleguide-page .element-styled-list .right-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .theme-3-0 .styleguide-buttonss .action-img-button {
    margin-bottom: 30px;
  }
  .theme-3-0
    .styleguide-buttonss
    .btn-action-collapse-list
    .page-menu
    .menu-content {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0 .universal.readonly-span.span-lg,
  .theme-3-0 .universal.readonly-span.span-md,
  .theme-3-0 .universal.readonly-span.span-sm {
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .styleguide-page .element-styled-list .element-styleguide ul {
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .styleguide-notifications {
    margin: 0 -30px;
  }
}
.theme-3-0 .color-palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.theme-3-0 .color-palette .name-section {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0 .color-palette .palette-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
.theme-3-0 .color-palette .palette-container .color {
  position: relative;
  float: left;
  padding: 5px 10px 10px 10px;
}
.theme-3-0 .color-palette .palette-container .color p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.theme-3-0 .color-palette .palette-container .color .example-color {
  height: 20px;
  width: 140px;
  border: 2px solid;
}
.theme-3-0 .color-palette .palette-container .color.base-color {
  z-index: 1;
  border: 2px solid;
}
@media screen and (max-width: 1390px) {
  .theme-3-0 .color-palette {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
  .theme-3-0 .color-palette .palette-container {
    padding-right: 40px;
  }
}
@media screen and (max-width: 620px) {
  .theme-3-0 .color-palette .palette-container {
    padding-right: 20px;
  }
}
.theme-3-0 .heavy-header {
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
}
.theme-3-0 .bold-header {
  font-size: 34px;
  font-weight: bold;
  line-height: 46px;
}
.theme-3-0 .light-header {
  font-size: 34px;
  font-weight: 300;
  line-height: 46px;
}
.theme-3-0 .name-object {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0 .name-object-light {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0 .head-large {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
}
.theme-3-0 .head-strong {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 .head-light {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
}
.theme-3-0 .head-small {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
}
.theme-3-0 .bold-large-number {
  font-size: 40px;
  font-weight: 900;
  line-height: 55px;
}
.theme-3-0 .light-large-number {
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}
.theme-3-0 .primary-text-bold {
  font-size: 15px;
  font-weight: 900;
  line-height: 28px;
}
.theme-3-0 .primary-text-normal {
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0 .primary-text-style {
  font-size: 15px;
  line-height: 28px;
  font-style: oblique;
}
.theme-3-0 .high-text-bold {
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}
.theme-3-0 .high-text {
  font-size: 18px;
  line-height: 30px;
}
.theme-3-0 .lower-text-bold {
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
}
.theme-3-0 .lower-text {
  font-size: 14px;
  line-height: 22px;
}
.theme-3-0 .lower-text-style {
  font-style: oblique;
  font-size: 14px;
  line-height: 22px;
}
.theme-3-0 .least-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.theme-3-0 .link-on-alert {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 .mini-alert {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  min-height: 40px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
  position: relative;
}
.theme-3-0 .mini-alert p {
  font-size: 14px;
  line-height: 22px;
  word-break: break-word;
}
.theme-3-0 .mini-alert span {
  margin-right: 10px;
  position: relative;
  width: 20px;
  height: 20px;
}
.theme-3-0 .mini-alert ul {
  border-left: 2px solid #e0e7ee;
  margin: 5px 10px;
  padding-left: 10px;
}
.theme-3-0 .mini-alert ul li {
  font-size: 14px;
  line-height: 22px;
}
.theme-3-0 .info-panel,
.theme-3-0 .success-panel,
.theme-3-0 .danger-panel,
.theme-3-0 .warning-panel {
  border: 2px solid;
}
.theme-3-0 .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 30px;
}
.theme-3-0 .status-box .status {
  margin-bottom: 20px;
}
.theme-3-0 .status {
  margin-right: 10px;
  position: relative;
  border: 2px solid;
}
.theme-3-0 .status::before,
.theme-3-0 .status::after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
}
.theme-3-0 .status::before {
  top: -3px;
  left: -3px;
}
.theme-3-0 .status::after {
  top: -3px;
  right: -3px;
}
.theme-3-0 .status-big {
  text-transform: uppercase;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 .status-medium {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 2px 6px;
}
.theme-3-0 .status-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 6px;
}
.theme-3-0 .welcome-page .welcome-section .welcome-header .welcome-message {
  padding: 0 0 30px 270px;
  position: relative;
  border-bottom: 2px solid;
}
.theme-3-0
  .welcome-page
  .welcome-section
  .welcome-header
  .welcome-message
  .welcome-image
  img {
  position: absolute;
  left: 40px;
  bottom: -18px;
}
.theme-3-0 .welcome-page .welcome-section .welcome-header .welcome-message h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 87px;
}
.theme-3-0 .welcome-page .welcome-section .welcome-header .welcome-message h3 {
  display: none;
}
.theme-3-0 .welcome-page .start-using .start-title-section {
  padding: 30px 45px;
}
.theme-3-0 .welcome-page .start-using .start-title-section h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
}
.theme-3-0 .welcome-page .start-using .start-using-action {
  padding-right: 25px;
}
.theme-3-0 .welcome-page .start-using .start-using-action:last-child {
  padding-right: 15px;
  padding-left: 25px;
}
.theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper {
  border: 2px solid;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper
  .start-name-action {
  padding-bottom: 25px;
}
.theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper
  .start-name-action
  h2 {
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 10px;
}
.theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper
  .start-name-action
  p {
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper
  .start-action-btn
  .btn {
  height: 50px;
  font-size: 14px;
}
.theme-3-0 .welcome-page .install-page {
  padding-top: 50px;
}
.theme-3-0 .welcome-page .install-page .install-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid;
}
.theme-3-0 .welcome-page .install-page .install-wrapper .install-title {
  padding: 62px 50px 62px 50px;
}
.theme-3-0 .welcome-page .install-page .install-wrapper .install-title h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
}
.theme-3-0 .welcome-page .install-page .install-wrapper .install-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install {
  width: 180px;
  padding: 25px;
  border: 0;
  border-left: 2px solid;
  border-right: none;
  height: 100%;
  outline: none;
}
.theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install
  img {
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 80px;
  padding-bottom: 30px;
}
.theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install
  .name-app {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
  text-align: center;
}
.theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:hover,
.theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:focus {
  z-index: 1;
}
.theme-3-0 .welcome-page .search-domain-here {
  padding-top: 50px;
}
.theme-3-0 .welcome-page .search-domain-here .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row;
  flex-flow: row;
  border: 2px solid;
}
.theme-3-0 .welcome-page .search-domain-here .search-wrapper .search-title {
  width: 40%;
  padding: 62px 50px 62px 50px;
}
.theme-3-0 .welcome-page .search-domain-here .search-wrapper .search-title h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
}
.theme-3-0 .welcome-page .search-domain-here .search-wrapper .search-action {
  width: 63%;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .welcome-page .search-domain-here .domain-search {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.theme-3-0 .welcome-page .search-domain-here .domain-search label {
  height: 60px;
  min-width: 115px;
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
  border-right: 0px;
}
.theme-3-0 .welcome-page .search-domain-here .domain-search input {
  width: 100%;
  padding-right: 125px;
  height: 60px;
  border: 2px solid;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: block;
  border-right: 0px;
  outline: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 15px;
  border-radius: 0 100px 100px 0;
}
.theme-3-0 .welcome-page .search-domain-here .domain-search button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
}
.theme-3-0 .welcome-page .search-domain-here .domain-search button svg {
  width: 22px;
}
@media screen and (max-width: 1682px) {
  .theme-3-0 .welcome-page .install-page .install-wrapper {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install {
    width: 100%;
    border-left: 2px solid;
    border-right: none;
    height: 180px;
    outline: none;
    border-top: 2px solid;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 1360px) {
  .theme-3-0 .welcome-page {
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .theme-3-0 .welcome-page .start-using .start-title-section {
    padding: 30px 45px;
  }
  .theme-3-0 .welcome-page .start-using .start-title-section h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
  }
  .theme-3-0 .welcome-page .start-using .start-using-action {
    padding-right: 15px;
  }
  .theme-3-0 .welcome-page .start-using .start-using-action:last-child {
    margin-top: 30px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 976px) {
  .theme-3-0 .welcome-page .search-domain-here .search-wrapper {
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 35px 35px 40px 35px;
  }
  .theme-3-0 .welcome-page .search-domain-here .search-wrapper .search-title {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .theme-3-0 .welcome-page .search-domain-here .search-wrapper .search-action {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .welcome-page {
    padding-top: 50px;
  }
  .theme-3-0
    .welcome-page
    .welcome-section
    .welcome-header
    .welcome-message
    h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .theme-3-0 .welcome-page .install-page {
    padding-top: 0px;
    margin-top: -2px;
  }
  .theme-3-0 .welcome-page .install-page .install-wrapper {
    padding: 35px 30px 40px 30px;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0 .welcome-page .install-page .install-wrapper .install-title {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .theme-3-0 .welcome-page .install-page .install-wrapper .install-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .theme-3-0 .welcome-page .install-page .install-wrapper .install-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install {
    width: 100%;
    padding: 25px;
    border: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -2px;
    height: 100%;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install:nth-child(1) {
    margin-top: 0px;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install
    img {
    height: auto;
    margin: 0;
    padding-bottom: 0;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install
    .name-app {
    margin-left: 20px;
    font-size: 11px;
    font-weight: 900;
    line-height: 15px;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install:first-child {
    border-left: 2px solid;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 .welcome-page .welcome-section .welcome-header .welcome-message {
    padding: 0 0 20px 230px;
  }
  .theme-3-0
    .welcome-page
    .welcome-section
    .welcome-header
    .welcome-message
    .welcome-image
    img {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .welcome-page .welcome-section .welcome-header .welcome-message {
    border-bottom: none;
    padding: 0 0 25px 135px;
  }
  .theme-3-0
    .welcome-page
    .welcome-section
    .welcome-header
    .welcome-message
    h1 {
    font-size: 24px;
    font-weight: 900;
    line-height: 33px;
  }
  .theme-3-0
    .welcome-page
    .welcome-section
    .welcome-header
    .welcome-message
    h3 {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .theme-3-0
    .welcome-page
    .welcome-section
    .welcome-header
    .welcome-message
    .welcome-image
    img {
    width: 100px;
    left: 20px;
    bottom: -12px;
  }
  .theme-3-0 .welcome-page .start-using .start-title-section {
    display: none;
  }
  .theme-3-0 .welcome-page .start-using .start-using-action {
    padding-right: 15px;
  }
  .theme-3-0 .welcome-page .start-using .start-using-action:last-child {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -2px;
  }
  .theme-3-0
    .welcome-page
    .start-using
    .start-using-action
    .start-action-wrapper {
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0
    .welcome-page
    .start-using
    .start-using-action
    .start-action-wrapper
    .start-name-action {
    padding-bottom: 25px;
  }
  .theme-3-0
    .welcome-page
    .start-using
    .start-using-action
    .start-action-wrapper
    .start-name-action
    h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .theme-3-0
    .welcome-page
    .start-using
    .start-using-action
    .start-action-wrapper
    .start-name-action
    p {
    font-size: 15px;
    line-height: 20px;
  }
  .theme-3-0 .welcome-page .search-domain-here {
    padding-top: 0;
    margin-top: -2px;
  }
  .theme-3-0 .welcome-page .search-domain-here .search-wrapper {
    padding: 35px 30px 40px 30px;
  }
  .theme-3-0
    .welcome-page
    .search-domain-here
    .search-wrapper
    .search-title
    h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .theme-3-0 .welcome-page .search-domain-here .domain-search label {
    height: 50px;
    min-width: auto;
    border-right: none;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
  }
  .theme-3-0 .welcome-page .search-domain-here .domain-search input {
    border-left: none;
    padding-left: 10px;
    padding-right: 100px;
    height: 50px;
    border-right: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .theme-3-0 .welcome-page .search-domain-here .domain-search button {
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0
    .welcome-page
    .start-using
    .start-using-action
    .start-action-wrapper
    .start-action-btn {
    text-align: center;
  }
  .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install {
    padding: 11px;
  }
  .theme-3-0 .welcome-page .search-domain-here .domain-search label {
    min-width: auto;
    padding-left: 10px;
  }
  .theme-3-0 .welcome-page .search-domain-here .domain-search input {
    padding-left: 5px;
  }
  .theme-3-0 .welcome-page .search-domain-here .domain-search button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.theme-3-0 .associated-account {
  margin-bottom: 40px;
}
.theme-3-0 .associated-account .default-grey {
  margin-top: 40px;
}
.theme-3-0 .associated-account .default-grey h3 {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 .associated-account .default-grey .desc {
  padding-top: 30px;
}
.theme-3-0 .associated-account .default-grey .desc p {
  font-size: 15px;
  line-height: 26px;
}
.theme-3-0 .associated-account .default-grey .desc p:last-child {
  padding-top: 40px;
}
.theme-3-0 .associated-account .main-info {
  padding: 40px;
}
.theme-3-0 .associated-account .main-info .catalog {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0 .associated-account .main-info .kbd-yellow {
  border: 2px solid;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  box-shadow: none;
  padding: 2px 10px;
  word-break: break-all;
  width: 100%;
}
.theme-3-0 .associated-account .main-info .kbd-yellow.symbol {
  display: inline;
}
.theme-3-0 .associated-account .main-info .path-catalog {
  font-size: 15px;
  line-height: 20px;
  padding: 20px 0;
}
.theme-3-0 .associated-account .main-info .action-line {
  text-align: center;
}
.theme-3-0 .associated-account .main-info .md-hide {
  font-size: 12px;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .name-account {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
  padding-right: 40px;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .subscriber-info {
  padding-left: 20px;
  border-left: 2px solid;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .subscriber-info
  .title-info {
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .subscriber-info
  .name-subscriber {
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .right-side
  .action-btn {
  margin-right: 10px;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .right-side
  .action-btn
  a.btn {
  height: 40px;
}
.theme-3-0 .associated-account .main-list .list-item .item-add .list-action {
  padding: 15px 30px 25px 30px;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.theme-3-0 .associated-account .main-list .list-item .item-add .list-action li {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-right: 10px;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-add
  .list-action
  li:first-child {
  padding-left: 10px;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-add
  .list-action
  li
  .name-action {
  margin-left: 10px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-add
  .list-action:before {
  width: 100%;
}
.theme-3-0 .associated-account .permission-account-list .main-header .left-side,
.theme-3-0
  .associated-account
  .associated-account-list
  .main-header
  .left-side {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.theme-3-0
  .associated-account
  .permission-account-list
  .main-header
  .left-side
  .btn-expanded,
.theme-3-0
  .associated-account
  .associated-account-list
  .main-header
  .left-side
  .btn-expanded {
  min-width: 200px;
}
.theme-3-0
  .associated-account
  .permission-account-list
  .main-header
  .left-side
  .pages,
.theme-3-0
  .associated-account
  .associated-account-list
  .main-header
  .left-side
  .pages {
  word-break: break-all;
}
@media screen and (max-width: 1500px) {
  .theme-3-0 .associated-account .col-lg-9 {
    width: 100%;
  }
  .theme-3-0 .associated-account .add-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0 .associated-account .add-info .default-grey {
    width: calc(50% - 20px);
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .theme-3-0 .associated-account .main-list .list-item .item-add {
    display: block;
  }
  .theme-3-0
    .associated-account
    .main-list
    .list-item
    .item-header
    .right-side
    .page-stats {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .associated-account .add-info .default-grey {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-list
    .list-item
    .item-header,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-list
    .list-item
    .item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-list
    .list-item
    .item-header
    .left-side,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-list
    .list-item
    .item-header
    .left-side {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-list
    .list-item
    .item-header
    .right-side,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-list
    .list-item
    .item-header
    .right-side {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-list
    .list-item
    .item-header
    .right-side
    .page-stats,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-list
    .list-item
    .item-header
    .right-side
    .page-stats {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-header
    .left-side
    .btn-expanded,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-header
    .left-side
    .btn-expanded {
    margin: 20px auto 0 auto;
  }
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-list
    .list-item
    .item-header,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-list
    .list-item
    .item-header {
    padding: 20px;
  }
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .name-account,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .name-account {
    font-size: 18px;
    line-height: 28px;
  }
  .theme-3-0
    .associated-account
    .associated-account-list
    .main-list
    .list-item
    .item-add
    .add-body,
  .theme-3-0
    .associated-account
    .permission-account-list
    .main-list
    .list-item
    .item-add
    .add-body {
    padding: 15px;
  }
}
.theme-3-0 .statistic-page .main-header {
  margin-bottom: 30px;
}
.theme-3-0 .statistic-page .main-list .statistic-list-item {
  padding: 40px;
  margin-top: -2px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .name-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .name-statistics
  h3 {
  padding-left: 20px;
  padding-right: 25px;
  font-size: 24px;
  line-height: 33px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .buttons-refresh {
  display: none;
  padding-left: 30px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-right
  a {
  height: 40px;
}
.theme-3-0 .statistic-page .main-list .statistic-list-item .body-statistic {
  min-height: 250px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  z-index: 1;
  padding: 10px 20px 10px 25px;
  position: absolute;
  border: 2px solid;
  left: 7px;
  top: 3px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li:last-child {
  margin-right: 0;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span {
  margin-right: 5px;
  height: 14px;
  width: 14px;
  border: 2px solid;
  border-radius: 50%;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  p {
  font-size: 12px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .data-attr {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .data-attr
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .data-attr
  ul
  li {
  font-size: 14px;
  line-height: 30px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .value-attr {
  position: absolute;
  left: -60px;
  top: -20px;
  bottom: 15px;
  padding-right: 20px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .value-attr
  ul
  li {
  text-align: right;
  display: block;
  font-size: 14px;
  line-height: 38px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost {
  z-index: 1;
  position: relative;
  min-width: 230px;
  max-width: 230px;
  width: 230px;
  padding: 38px 40px 35px 40px;
  border: 2px solid;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.08);
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .data.in-progress {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week {
  padding-bottom: 20px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .name,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day
  .name,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week
  .name {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .data,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day
  .data,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week
  .data {
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week {
  padding-bottom: 0;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots {
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(1) {
  top: calc(0px - 5px);
  right: calc(0px - 5px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(2) {
  top: calc(0px - 5px);
  left: calc(0px - 1px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(3) {
  bottom: calc(0px - 1px);
  left: calc(0px - 1px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(4) {
  bottom: calc(0px - 1px);
  right: calc(0px - 5px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-green,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-blue,
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-ssd {
  position: absolute;
  width: calc(100% - 228px);
  bottom: 40px;
  top: 0;
  height: 100%;
  left: 10px;
  max-height: 214px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic
  .spinner-loader-chart {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-3-0 .statistic-page .main-list .statistic-list-item:first-child {
  margin-top: 0;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item:first-child
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  left: 9px;
  top: 1px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item:nth-of-type(2)
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  left: 7px;
  top: 1px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item:nth-of-type(3)
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  left: 4px;
  top: 1px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic {
  min-height: 250px;
}
.theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic
  .chart-js {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics,
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .btn-default {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs,
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs,
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .btn-default {
    margin-right: 20px;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 .statistic-page .main-list .statistic-list-item {
    padding: 15px;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows {
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 0;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-js {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-line {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: unset;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-line
    .legend-border {
    position: unset;
    width: 100%;
    margin-bottom: 5px;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-line
    .legend-border
    ul {
    text-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 0 0 10px;
    margin-top: 20px;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost
    .dots {
    display: none;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost
    div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost
    .forecast {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    svg {
    display: none;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    padding-left: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 510px) {
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    font-size: 20px;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    padding-left: 0;
  }
  .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    a.btn {
    margin-right: 0;
  }
}
.theme-3-0 #transferData {
  padding: 0;
}
.theme-3-0 #transferData .main-header {
  padding-bottom: 40px;
}
.theme-3-0 #transferData .main-header .styleguide-buttonss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 #transferData .main-header .styleguide-buttonss .btn-img {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 #transferData .main-header .styleguide-buttonss .btn-img span {
  font-size: 12px;
}
.theme-3-0 #transferData .main-header .styleguide-buttonss .light-header {
  padding-left: 25px;
}
.theme-3-0 #transferData .transfer-data-content .left-side {
  border: 2px solid;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.theme-3-0 #transferData .transfer-data-content .left-side .table-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-left {
  padding: 40px 40px 60px 40px;
  border-right: 2px solid;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-left
  .dashboard
  h3 {
  padding-bottom: 10px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-left
  .dashboard
  p {
  font-weight: 500;
  max-width: 145px;
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-right {
  padding: 40px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-right
  .dashboard
  h3 {
  padding-bottom: 10px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-right
  .dashboard
  p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-right
  .dashboard
  p.gray {
  padding-bottom: 30px;
}
.theme-3-0 #transferData .transfer-data-content .left-side .table-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-bottom
  .price {
  padding: 30px 0 25px 40px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-bottom
  .print {
  padding: 40px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .right-side
  .main-info-ctn
  .main-info {
  max-width: 412px;
  margin: 0 auto;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .right-side
  .main-info-ctn
  .main-info
  h3 {
  padding-bottom: 20px;
}
.theme-3-0
  #transferData
  .transfer-data-content
  .right-side
  .main-info-ctn
  .main-info
  p {
  font-size: 15px;
  line-height: 24px;
}
.theme-3-0 #transferData h3 {
  font-size: 11px;
}
.theme-3-0 #transferData .btn-img {
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 1280px) {
  .theme-3-0 #transferData .transfer-data-content .right-side {
    padding: 40px 0 0 0;
  }
  .theme-3-0
    #transferData
    .transfer-data-content
    .right-side
    .main-info-ctn
    .main-info {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .theme-3-0 #transferData {
    padding-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .theme-3-0 #transferData .transfer-data-content .left-side .table-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    #transferData
    .transfer-data-content
    .left-side
    .table-top
    .column-left {
    border-right: none;
    border-bottom: 2px solid #e0e7ee;
  }
  .theme-3-0
    #transferData
    .transfer-data-content
    .left-side
    .table-top
    .column-left,
  .theme-3-0
    #transferData
    .transfer-data-content
    .left-side
    .table-top
    .column-right {
    padding: 40px 30px 40px 30px;
  }
  .theme-3-0
    #transferData
    .transfer-data-content
    .left-side
    .table-bottom
    .price {
    padding: 40px 30px 40px 30px;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0
    #transferData
    .transfer-data-content
    .left-side
    .table-bottom
    .print {
    display: none;
  }
  .theme-3-0 #transferData .transfer-data-content .right-side {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 #transferData .main-header .styleguide-buttonss .btn-img span {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 #transferData .transfer-data-content .right-side .main-info-ctn {
    padding: 0 40px;
  }
}
.theme-3-0 #proformaView .main-wrapper {
  border: 2px solid;
  width: 100%;
}
.theme-3-0 #proformaView .main-wrapper .proforma-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border-bottom: 2px solid;
}
.theme-3-0 #proformaView .main-wrapper .proforma-title .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder {
  padding-right: 15px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .text-holder
  .proforma-type
  p {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .text-holder
  .proforma-name
  p {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0 #proformaView .main-wrapper .proforma-title .button-wrapper .btn {
  font-weight: 400;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .button-wrapper
  .btn-primary {
  margin-left: 15px;
  padding: 0 65px;
}
.theme-3-0 #proformaView .main-wrapper .proforma-title .data-wrapper {
  display: none;
}
.theme-3-0 #proformaView .main-wrapper .proforma-title .data-wrapper p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  text-align: right;
}
.theme-3-0 #proformaView .main-wrapper .proforma-addresses {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.theme-3-0 #proformaView .main-wrapper .proforma-addresses .proforma-adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-name {
  padding-bottom: 10px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-name
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-data {
  border-left: 2px solid;
  padding-left: 25px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-data
  p {
  max-width: 145px;
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-data
  p
  a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr:last-child {
  margin-left: 40px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr:last-child
  p {
  max-width: 220px;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table .mobile-brutto {
  display: none;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul {
  border-bottom: 2px solid;
  list-style-type: none;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul:not(:first-child) {
  padding: 15px 40px;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul:first-child li {
  padding: 15px 40px;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul .table-mobile {
  display: none;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul .table-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-right-side
  span,
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  span {
  display: inline-block;
  width: 120px;
  text-align: right;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-right-side
  .text-green,
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  .text-green {
  font-weight: bold;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-right-side
  .last-bolder,
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  .last-bolder {
  font-weight: bold;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  span {
  text-align: left;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  span.number {
  max-width: 50px;
  vertical-align: top;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  .table-left-name {
  width: 300px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  .table-left-name
  strong {
  font-size: 16px;
  font-weight: bold;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul li .discount {
  padding-right: 620px;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table ul .top-table {
  border-top: 2px solid;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-right-side
  span,
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-left-side
  span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-right-side
  span:nth-child(5),
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-left-side
  span:nth-child(5) {
  vertical-align: top;
}
.theme-3-0 #proformaView .main-wrapper .proforma-table .count-all {
  padding-left: calc(100% - 400px);
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper {
  border-left: 2px solid;
  padding: 20px 40px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 50px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p:not(:nth-child(4)) {
  border-bottom: 2px solid;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p
  span {
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  text-transform: lowercase;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p
  .big-value {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p:nth-child(3) {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  .count-alert {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  text-align: right;
}
.theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  .count-alert
  span {
  font-size: 15px;
  font-weight: 700;
  line-height: 38px;
}
.theme-3-0 #proformaView .proforma-info {
  margin-top: 40px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 #proformaView .proforma-info .data-correct {
  max-width: 465px;
  max-height: 310px;
  border: 2px solid;
  padding: 40px;
}
.theme-3-0 #proformaView .proforma-info .data-correct .proforma-correct-data {
  padding-left: 25px;
  border-left: 2px solid;
}
.theme-3-0 #proformaView .proforma-info .data-correct .proforma-correct-data p {
  opacity: 0.9;
  font-size: 15px;
  line-height: 28px;
  max-width: 240px;
}
.theme-3-0
  #proformaView
  .proforma-info
  .data-correct
  .proforma-correct-data
  p
  a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  #proformaView
  .proforma-info
  .data-correct
  .proforma-correct-data
  .mail {
  font-weight: 900;
  opacity: 0.9;
}
.theme-3-0 #proformaView .proforma-info .data-correct .mini-alert {
  margin-top: 0;
  margin-bottom: 30px;
}
.theme-3-0 #proformaView .proforma-info .pay-rules {
  max-width: calc(100% - 515px);
}
.theme-3-0 #proformaView .proforma-info .pay-rules .main-info {
  padding: 40px;
}
.theme-3-0 #proformaView .proforma-info .pay-rules .main-info h3 {
  margin-bottom: 30px;
}
.theme-3-0 #proformaView .proforma-info .pay-rules .main-info .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  .pay-rules-column {
  border-left: 2px solid;
  padding-left: 20px;
  z-index: 1;
}
.theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  .pay-rules-column
  h4 {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  .pay-rules-column:first-child {
  margin-right: 20px;
}
.theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  p {
  opacity: 0.8;
  font-size: 15px;
  line-height: 26px;
  max-width: 420px;
}
@media screen and (max-width: 1730px) {
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-right-side
    span {
    width: 100px;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 520px;
  }
}
@media screen and (max-width: 1590px) {
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-right-side
    span {
    width: 80px;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 420px;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper
    .pay-rules-column:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1445px) {
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-right-side
    .vat,
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-right-side
    .vat-value {
    display: none;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 255px;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 #proformaView .proforma-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0 #proformaView .proforma-info .pay-rules {
    max-width: unset;
    margin-top: 30px;
  }
  .theme-3-0 #proformaView .proforma-info .pay-rules .main-info {
    width: 100%;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 1180px) {
  .theme-3-0 #mainWrapper .right.pro-forma-padding {
    padding: 0;
  }
  .theme-3-0 #proformaView .proforma-info .data-correct {
    margin: 0 30px 30px 30px;
  }
  .theme-3-0 #proformaView .proforma-info .pay-rules {
    max-width: unset;
    margin: 0 30px 30px 30px;
  }
  .theme-3-0 #proformaView .proforma-info .pay-rules .main-info h3 {
    margin-bottom: 15px;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper
    .pay-rules-column:first-child {
    margin-bottom: 20px;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper
    .pay-rules-column
    h4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 880px) {
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-right-side
    .discount-netto,
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-right-side
    .netto {
    display: none;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 85px;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 #proformaView .main-wrapper .proforma-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-title .button-wrapper {
    margin: 15px 0;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper
    .pay-rules-column {
    border-left: none;
    padding-left: 0;
  }
  .theme-3-0
    #proformaView
    .proforma-info
    .pay-rules
    .main-info
    .column-wrapper
    .pay-rules-column:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 710px) {
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-right-side
    .amount-value {
    display: none;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul li .discount {
    padding-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    li
    .proforma-table-left-side
    .number {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0 #proformaView .main-wrapper .proforma-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-title .text-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-title .button-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 15px 0;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-title .button-wrapper a {
    margin: 5px 0;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-title .data-wrapper {
    display: block;
    width: 100%;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-addresses {
    padding: 30px 0;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-addresses .seller {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  .theme-3-0 #proformaView .main-wrapper .proforma-addresses {
    border-bottom: 2px solid;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-addresses
    .proforma-adr:last-child {
    margin-left: 30px;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul .top-table {
    display: none;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul:not(:first-child) {
    border: 2px solid;
    margin: 30px;
    padding: 0;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul:first-child {
    border: none;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul .table-desktop {
    display: none;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table ul .table-mobile {
    display: block;
    padding: 15px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper {
    width: 100%;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p
    span:first-child {
    margin-right: 10px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p:first-child {
    font-weight: 700;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p:last-child {
    padding-top: 10px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p:last-child
    span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p:last-child
    .amount-value {
    font-size: 15px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p
    .proforma-amount {
    font-weight: 600;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile {
    border-top: 2px solid;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile
    .table-mobile-wrapper
    p:first-child,
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile
    .table-mobile-wrapper
    p
    .amount-value {
    font-weight: 700;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table .mobile-brutto {
    padding: 0 45px 30px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table .mobile-brutto span {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .mobile-brutto
    .brutto-value {
    font-size: 15px;
    font-weight: 900;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-table .count-all {
    margin: 20px auto;
    padding: 0 45px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .count-all
    .text-wrapper {
    padding: 0;
    border-left: none;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .count-all
    .text-wrapper
    p {
    line-height: 30px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .count-all
    .text-wrapper
    p
    span {
    line-height: 30px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .count-all
    .text-wrapper
    p
    .big-value {
    font-size: 32px;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .count-all
    .text-wrapper
    p:not(:nth-child(4)) {
    border-bottom: none;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .count-all
    .text-wrapper
    .count-alert {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 #transferData .main-header .styleguide-buttonss .btn-img {
    padding-right: 17px;
  }
  .theme-3-0 #transferData .main-header .styleguide-buttonss .btn-img svg {
    margin-right: 0;
  }
  .theme-3-0 #transferData .main-header .styleguide-buttonss .btn-img svg .dot {
    fill: #afb9c2;
  }
  .theme-3-0 #transferData .main-header .styleguide-buttonss .btn-img em {
    display: none;
  }
  .theme-3-0 #transferData .main-header .styleguide-buttonss span {
    font-size: 28px;
  }
  .theme-3-0 #proformaView .main-wrapper .proforma-info .data-correct {
    max-height: unset;
  }
  .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-title
    .button-wrapper
    .btn-primary {
    padding: 0 33px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 #proformaView .proforma-info .data-correct {
    max-height: unset;
  }
  .theme-3-0 .add-info {
    padding: 0;
  }
  .theme-3-0 .add-info .main-info .corner {
    display: block;
  }
  .theme-3-0 .add-info .main-info::before {
    border: 2px solid;
  }
}
.theme-3-0 .welcome-complete-data .info-text-main {
  padding-bottom: 30px;
}
.theme-3-0 .welcome-complete-data .info-text-main h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
}
.theme-3-0 .welcome-complete-data .info-text-main p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0 .welcome-complete-data .tab-form-user {
  position: relative;
}
.theme-3-0 .welcome-complete-data .tab-form-user .check-group.mini-check-group {
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .welcome-complete-data
  .tab-form-user
  .check-group.mini-check-group
  .check {
  height: 22px;
  min-width: 22px;
  bottom: 5px;
}
.theme-3-0
  .welcome-complete-data
  .tab-form-user
  .check-group.mini-check-group
  .check::before {
  height: 14px;
  width: 7px;
  top: 1px;
  left: 6px;
}
.theme-3-0
  .welcome-complete-data
  .tab-form-user
  .check-group.mini-check-group
  .label {
  font-size: 15px;
  line-height: 24px;
}
.theme-3-0
  .welcome-complete-data
  .tab-form-user
  .check-group.mini-check-group
  .label
  a {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
.theme-3-0 .welcome-complete-data .tab-form-user img {
  position: absolute;
  top: 20%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  right: calc(17% + 5px);
  z-index: -1;
}
.theme-3-0
  .welcome-complete-data
  .tab-form-user.universal.big-tabs
  .light-version
  .tab-content
  .tab-pane {
  padding-bottom: 0;
}
.theme-3-0
  .welcome-complete-data
  .tab-form-user
  .tab-content
  .welcome-complete-form-btn-action {
  margin-top: -2px;
  border: 2px solid;
  border-top: none;
  padding: 0 35px 35px 35px;
}
.theme-3-0
  .welcome-complete-data
  .tab-form-user
  .tab-content
  .welcome-complete-form-btn-action
  .action-line {
  float: none !important;
  clear: both;
}
@media screen and (max-width: 992px) {
  .theme-3-0 .welcome-complete-data .tab-form-user img {
    display: none;
  }
}
@media screen and (max-width: 712px) {
  .theme-3-0
    .welcome-complete-data
    .tab-form-user
    .tab-content
    .welcome-complete-form-btn-action
    .action-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .welcome-complete-data .info-text-main h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .theme-3-0 .welcome-complete-data .info-text-main p {
    font-size: 18px;
    line-height: 25px;
  }
  .theme-3-0
    .welcome-complete-data
    .tab-form-user
    .tab-content
    .welcome-complete-form-btn-action
    .action-line
    button
    .mobile-btn {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .welcome-complete-data .info-text-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0
    .welcome-complete-data
    .tab-form-user.universal.big-tabs
    .light-version
    .tab-content
    .tab-pane {
    border-left: 0;
    border-right: 0;
  }
  .theme-3-0
    .welcome-complete-data
    .tab-form-user
    .tab-content
    .welcome-complete-form-btn-action {
    border-left: 0;
    border-right: 0;
  }
}
.theme-3-0 .welcome-complete-invoice .wrapper-list-invoice {
  position: relative;
  padding: 35px 45px 40px 45px;
  border: 2px solid;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .title-number-invoice {
  padding-bottom: 35px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .title-number-invoice
  p {
  font-size: 18px;
  line-height: 28px;
}
.theme-3-0 .welcome-complete-invoice .wrapper-list-invoice .ul-invoice-wrapper {
  padding-bottom: 40px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  .spinner-loader-invoice {
  padding: 40px;
  -ms-flex-flow: column;
  flex-flow: column;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  .spinner-loader-invoice
  h2 {
  padding-top: 20px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul {
  display: none;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li {
  border: 2px solid;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 40px;
  border-bottom: 2px solid;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info
  .number-invoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info
  .number-invoice
  .number {
  padding-left: 30px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info
  .number-invoice
  .number
  p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info
  .value-price-invoice
  p {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 40px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  border-left: 2px solid;
  padding-left: 25px;
  padding-right: 30px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service:first-child,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service:first-child,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service:first-child {
  padding-left: 0;
  border-left: none;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service
  .name
  span,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service
  .name
  span,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service
  .name
  span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service
  .value
  span,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service
  .value
  span,
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service
  .value
  span {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .action-invoice
  .btn-grey {
  -webkit-filter: none;
  filter: none;
}
.theme-3-0 .welcome-complete-invoice .wrapper-list-invoice img {
  position: absolute;
  top: 35%;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  right: calc(-27% + 7px);
  z-index: -1;
}
@media screen and (max-width: 1430px) {
  .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice img {
    right: calc(-20% + 7px);
  }
}
@media screen and (max-width: 1279px) {
  .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice img {
    right: calc(8% + 7px);
  }
}
@media screen and (max-width: 992px) {
  .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice img {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice {
    padding: 35px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info {
    padding: 25px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info
    .number-invoice
    .number {
    padding-left: 15px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info
    .number-invoice
    .number
    p {
    font-size: 22px;
    line-height: 32px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info
    .value-price-invoice
    p {
    font-size: 22px;
    line-height: 32px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service {
    border-left: none;
    padding: 25px 25px 25px 25px;
    border-bottom: 2px solid;
    width: 100%;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service:first-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service:first-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service:first-child {
    padding-top: 0;
    padding-left: 25px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service:last-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service:last-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 590px) {
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .action-invoice
    .flex {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .action-invoice
    .flex
    .btn-now {
    padding-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice {
    padding: 25px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info
    .number-invoice
    svg {
    display: none;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info
    .number-invoice
    .number {
    padding-left: 0;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info
    .number-invoice
    .number
    p {
    font-size: 19px;
    line-height: 29px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info
    .value-price-invoice
    p {
    font-size: 19px;
    line-height: 29px;
  }
}
@media screen and (max-width: 370px) {
  .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice {
    padding: 15px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .top-invoice-info {
    padding: 15px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info {
    padding: 15px 0;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service {
    padding: 15px 15px 15px 15px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service:first-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service:first-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service:first-child {
    padding-top: 0;
    padding-left: 15px;
  }
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service:last-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service:last-child,
  .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service:last-child {
    padding-bottom: 0;
  }
}
.theme-3-0 .notification {
  margin-bottom: 100px;
}
.theme-3-0 .notification .main-header .left-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .notification .main-header .left-action-btn .action-img-button {
  height: 50px;
}
.theme-3-0 .notification .main-header .left-action-btn .notification-title {
  margin-left: 30px;
  font-size: 34px;
  font-weight: 300;
  line-height: 46px;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .notification-title
  strong {
  font-weight: 700;
}
.theme-3-0 .notification .main-header .left-action-btn .status-notification {
  margin-left: 20px;
  position: relative;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::before,
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 4px;
  height: 4px;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::before {
  left: -1px;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::after {
  right: -1px;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask {
  position: relative;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::before,
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 4px;
  height: 4px;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::before {
  left: -1px;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::after {
  right: -1px;
}
.theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .status-box {
  border: 2px solid;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0 .notification .main-header .btn-open-notification svg {
  margin-right: 15px;
}
.theme-3-0 .notification .main-content {
  border: 2px solid;
}
.theme-3-0 .notification .main-content .section-title {
  padding: 35px 40px 55px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .notification .main-content .section-title h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.theme-3-0 .notification .main-content .section-title .time {
  font-size: 14px;
  line-height: 20px;
}
.theme-3-0 .notification .main-content .section-title .time strong {
  font-weight: 400;
}
.theme-3-0 .notification .main-content .section-content {
  position: relative;
  padding: 40px 70px 60px 75px;
  border-top: 2px solid;
}
.theme-3-0 .notification .main-content .section-content p {
  font-size: 16px;
  line-height: 26px;
}
.theme-3-0 .notification .main-content .section-content a {
  word-break: break-all;
}
.theme-3-0 .notification .main-content .section-content .msg-header {
  height: 40px;
  padding: 0 20px 0 53px;
  border: 2px solid;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-3-0 .notification .main-content .section-content .msg-header p {
  font-size: 14px;
  line-height: 14px;
}
.theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  .image-wrapper {
  position: absolute;
  left: -2px;
  top: -3px;
  width: 42px;
  height: 42px;
  border: 2px solid;
  border-radius: 50%;
  overflow: hidden;
}
.theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  .image-wrapper
  svg {
  -webkit-transform: translate(8px, 12px);
  transform: translate(8px, 12px);
}
.theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  .image-wrapper
  img {
  width: 40px;
  height: 40px;
}
.theme-3-0 .notification .admin p {
  font-size: 16px;
  font-weight: 500;
}
.theme-3-0 .notification .admin .msg-header img {
  width: 40px;
  height: 40px;
}
.theme-3-0 .notification .account img {
  width: 160px;
  height: 160px;
}
.theme-3-0 .notification .suggestions-right {
  border: 2px solid;
  padding: 30px 35px;
}
.theme-3-0 .notification .suggestions-right .title-suggestions {
  border-bottom: 2px solid;
}
.theme-3-0 .notification .suggestions-right .title-suggestions p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  padding-bottom: 25px;
}
.theme-3-0 .notification .suggestions-right .body-suggestion {
  padding-top: 20px;
}
.theme-3-0 .notification .suggestions-right .body-suggestion p {
  font-size: 14px;
  line-height: 22px;
}
.theme-3-0
  .notification
  .suggestions-right
  .body-suggestion
  .time-to-suggestion {
  padding-top: 20px;
}
.theme-3-0
  .notification
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p {
  text-transform: uppercase;
  color: #3b4348;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}
.theme-3-0
  .notification
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p.time {
  text-transform: none;
  font-size: 24px;
  line-height: 33px;
}
.theme-3-0 .notification .suggestions-right .action-suggestion {
  padding-top: 20px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion {
  padding-top: 0;
  position: relative;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example {
  margin-top: -2px;
  padding: 20px 10px;
  text-align: center;
  border: 2px solid;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example
  p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs,
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  padding-top: 20px;
  padding-bottom: 35px;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border: 2px solid;
  border-top: none;
  text-align: center;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:first-child,
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:first-child {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:last-child,
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:last-child {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  cursor: pointer;
  border-left: 0px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column {
  max-width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 12px;
  border-bottom: 2px solid;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  p {
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:first-child {
  border-right: 2px solid;
  border-left: 2px solid;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:last-child {
  border-left: 2px solid;
  border-right: 2px solid;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  a {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion.resources {
  margin-top: 20px;
  padding-top: 0;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs,
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .right-costs {
  padding-left: 25px;
  padding-right: 25px;
  text-align: right;
  padding-bottom: 30px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs
  p,
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .right-costs
  p {
  text-align: right;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs {
  position: relative;
  border-right: 0px;
  text-align: left;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs
  a {
  width: 100px;
  min-width: 100px;
  font-size: 10px;
  top: calc(50% - 7px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.theme-3-0 .notification .suggestions-right.suggestion-example .bottom-info {
  padding-top: 40px;
}
.theme-3-0 .notification .suggestions-right.suggestion-example .bottom-info p {
  font-size: 13px;
  line-height: 22px;
}
.theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .bottom-info.non-padding {
  padding-top: 15px;
}
@media screen and (max-width: 1560px) {
  .theme-3-0 .btn-open-notification {
    z-index: 100;
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  .theme-3-0 .notification #themeButton {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .account {
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .theme-3-0 .btn-open-notification {
    z-index: 98;
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 660px) {
  .theme-3-0 .notification .main-header .left-action-btn .notification-title {
    font-size: 24px;
  }
  .theme-3-0 .notification .main-header .left-action-btn .status-notification {
    display: none;
  }
  .theme-3-0 .notification .main-content .section-title {
    display: block;
  }
  .theme-3-0 .notification .main-content .section-title .time {
    text-align: right;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0 .notification .main-content .section-content {
    padding: 50px 25px;
  }
  .theme-3-0 .notification .main-content .section-content .msg-header p span {
    display: block;
    padding-top: 5px;
  }
}
.theme-3-0 .dz-filename a,
.theme-3-0 .files-wrapper a {
  text-decoration: none;
}
.theme-3-0 .dz-filename .file,
.theme-3-0 .files-wrapper .file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px 0 52px;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid;
  position: relative;
  margin: 30px 30px 0 0;
  word-break: break-all;
}
.theme-3-0 .dz-filename .file::before,
.theme-3-0 .files-wrapper .file::before {
  display: block;
  position: absolute;
  z-index: 2;
  left: -3px;
  top: -3px;
  content: "";
}
.theme-3-0 .dz-filename .file .file-name-wrapper,
.theme-3-0 .files-wrapper .file .file-name-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 5px;
  width: 38px;
  text-align: center;
}
.theme-3-0 .dz-filename .file .file-name-wrapper .file-name,
.theme-3-0 .files-wrapper .file .file-name-wrapper .file-name {
  font-size: 12px;
  font-weight: 900;
}
.theme-3-0 .dz-filename .file a,
.theme-3-0 .files-wrapper .file a {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
.theme-3-0 .dz-filename .loading::before,
.theme-3-0 .files-wrapper .loading::before {
  content: url("../img/notification-files/other.svg");
}
.theme-3-0 .dz-filename .docx::before,
.theme-3-0 .files-wrapper .docx::before {
  content: url("../img/notification-files/docx.svg");
}
.theme-3-0 .dz-filename .zip::before,
.theme-3-0 .files-wrapper .zip::before {
  content: url("../img/notification-files/zip.svg");
}
.theme-3-0 .dz-filename .xls::before,
.theme-3-0 .files-wrapper .xls::before {
  content: url("../img/notification-files/xls.svg");
}
.theme-3-0 .dz-filename .html::before,
.theme-3-0 .files-wrapper .html::before {
  content: url("../img/notification-files/html.svg");
}
.theme-3-0 .dz-filename .pdf::before,
.theme-3-0 .files-wrapper .pdf::before {
  content: url("../img/notification-files/pdf.svg");
}
.theme-3-0 .dz-filename .jpg::before,
.theme-3-0 .files-wrapper .jpg::before {
  content: url("../img/notification-files/jpg.svg");
}
.theme-3-0 .dz-filename .other::before,
.theme-3-0 .files-wrapper .other::before {
  content: url("../img/notification-files/other.svg");
}
.theme-3-0 .dz-filename .problem::before,
.theme-3-0 .files-wrapper .problem::before {
  content: url("../img/notification-files/problem.svg");
}
.theme-3-0 .dz-filename .problem .file-name-wrapper svg,
.theme-3-0 .files-wrapper .problem .file-name-wrapper svg {
  display: none;
}
.theme-3-0 .dz-filename .problem-alert,
.theme-3-0 .files-wrapper .problem-alert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid;
  padding: 0 15px;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 30px 0 0;
}
.theme-3-0 .dz-filename .problem-alert p,
.theme-3-0 .files-wrapper .problem-alert p {
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 14px !important;
}
.theme-3-0 .dz-preview {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.theme-3-0 .dz-name {
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.theme-3-0 .dz-upload {
  width: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
}
.theme-3-0 .notification-open .btn-close-notification {
  font-weight: 600;
}
.theme-3-0 .notification-open .btn-close-notification svg {
  margin-right: 15px;
}
.theme-3-0 .notification-open .section-uploader {
  cursor: pointer;
  border-top: 2px solid;
  padding: 40px;
  width: 100%;
}
.theme-3-0 .notification-open .section-uploader textarea {
  width: 100%;
  min-height: 150px;
  resize: none;
  border: 2px solid;
  outline: none;
  padding: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.theme-3-0 .notification-open .section-uploader .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .notification-open .section-uploader .button-wrapper .btn-white {
  padding: 0 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1560px) {
  .theme-3-0 .btn-close-notification {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
  }
  .theme-3-0 .notification-open #themeButton {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .theme-3-0 #addFile span {
    display: none;
  }
}
.theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group.check-group-label-sm {
  padding: 10px 10px 10px 22px;
}
.theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group
  .bg {
  background-color: transparent;
}
.theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group:first-child.check-group-label-sm {
  padding-right: 0;
}
.theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group:first-child
  .bg {
  border-right: 0;
}
.theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group:last-child
  .bg {
  border-left: 0;
}
.theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .bg {
  background-color: transparent;
  box-shadow: none;
}
.theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group
  .label {
  font-size: 15px;
  line-height: 20px;
  padding: 0 10px;
}
.theme-3-0 .list-of-orders .checbox-filter-list-sm .universal input {
  display: none;
}
.theme-3-0 .list-of-orders .alert.alert-info h3 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}
.theme-3-0 .list-of-orders .main-header .left-side {
  width: 100%;
}
.theme-3-0 .list-of-orders .main-header .right-side {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0 .list-of-orders .main-header .right-side .searchbox {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .list-of-orders .main-header .right-side .searchbox input {
  width: 20px;
  height: 50px;
  transition: 0.75s;
}
.theme-3-0 .list-of-orders .main-header .right-side .searchbox input:focus {
  transition: 0.75s;
  width: 150px;
}
.theme-3-0 .list-of-orders .main-header .right-side .searchbox button {
  height: 50px;
  min-width: 50px;
}
.theme-3-0 .list-of-orders .main-header .right-side .searchbox button svg {
  height: 17px;
  width: 17px;
}
.theme-3-0 .list-of-orders .main-list .open-item .item-body .content-1,
.theme-3-0 .list-of-orders .main-list .open-item .item-body .content-2 {
  opacity: 1 !important;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-name-date {
  word-break: break-all;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-name-date
  .name-domain {
  font-weight: 900;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first {
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second {
  border-right: none !important;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third {
  border-left: 2px solid;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  ul
  li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  ul
  li
  a {
  margin-left: 10px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .buttons-action-bottom {
  padding: 30px 40px;
  border-top: 2px solid;
}
.theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .buttons-action-bottom
  a {
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}
.theme-3-0 .list-of-orders .add-certificat-page {
  width: 100%;
  border: 2px solid;
  padding: 40px;
  text-align: center;
}
.theme-3-0 .list-of-orders .add-certificat-page h3 {
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  text-transform: none;
  padding-bottom: 30px;
}
.theme-3-0 .list-of-orders .add-certificate-mobile {
  display: none;
}
@media screen and (max-width: 1650px) {
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third {
    border-left-width: 0px;
  }
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 1570px) {
  .theme-3-0 .list-of-orders .mobile-none-add-certificat .add-certificat-page {
    padding: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    a.btn-primary {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .list-of-orders .mobile-none-add-certificat {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .right-side {
    padding-top: 15px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .first {
    border-right-width: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  .theme-3-0 .list-of-orders .main-header .right-side {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0 .list-of-orders .main-list .list-item .item-header {
    padding-bottom: 0 !important;
  }
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .domain-name-date {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .theme-3-0
    .list-of-orders
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side {
    padding: 30px;
  }
}
@media screen and (max-width: 470px) {
  .theme-3-0 .list-of-orders .add-certificate-mobile {
    padding-bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .list-of-orders .main-action-info-panel {
    padding: 0 30px;
  }
  .theme-3-0 .list-of-orders .main-action-info-panel .main-alert.alert-info {
    border-right-width: 2px !important;
    border-left-width: 2px !important;
  }
}
@media screen and (max-width: 400px) {
  .theme-3-0 .list-of-orders .main-action-info-panel .domain-search input {
    width: 100%;
  }
}
.theme-3-0 #domainList .main-header .left-side .btn-expanded .desktop {
  font-weight: 600;
  letter-spacing: 1px;
}
.theme-3-0
  #domainList
  .main-header
  .right-side
  .select-filter-box
  .menu-content
  .checkbox-filter-list {
  border-top: 2px solid;
}
.theme-3-0
  #domainList
  .main-header
  .right-side
  .select-filter-box
  .menu-content
  .checkbox-filter-list
  .title
  p {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description {
  padding-left: 20px;
  margin-left: 30px;
  border-left: 2px solid;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description
  p {
  font-size: 14px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description
  p:last-child {
  padding-top: 10px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description
  p
  span {
  font-weight: 600;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .btn {
  z-index: 2;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a
  svg {
  width: 30px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .status-box {
  right: 325px;
}
.theme-3-0 #domainList .main-list .list-item .item-body .content-2 {
  padding: 0;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row {
  border-top: 2px solid;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second {
  border-right: 2px solid;
  padding: 35px 35px 35px 45px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third {
  padding: 0;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third {
  min-height: 100%;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-title,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-title,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-title {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered {
  border-left: 2px solid;
  padding-left: 20px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p {
  line-height: 20px;
  font-size: 15px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p:not(:last-child),
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p:not(:last-child),
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p:not(:last-child) {
  padding-bottom: 10px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p
  a,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p
  a,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p
  a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p
  span,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p
  span,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p
  span {
  font-weight: 600;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  .single-text,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  .single-text,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  .single-text {
  max-width: 250px;
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .data-box,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .data-box,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .data-box {
  display: inline-block;
  margin-left: 15px;
  padding: 4px 8px;
  border: 2px solid;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article {
  padding: 40px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article:not(:last-child),
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article:not(:last-child),
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article:not(:last-child) {
  border-bottom: 2px solid;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article
  .domain-status,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article
  .domain-status,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  .domain-status {
  color: #3b4348;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article
  .domain-status
  a,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article
  .domain-status
  a,
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  .domain-status
  a {
  color: #fb781d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .mobile-buttons {
  display: none;
  padding: 30px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .mobile-buttons
  svg {
  margin-right: 15px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .domain-alert-info {
  padding: 40px 40px 20px 40px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .domain-alert-info
  .domain-alert {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .domain-alert-info
  .domain-alert
  p {
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
}
.theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .domain-alert-info
  .domain-alert
  p
  svg {
  margin-left: 10px;
}
.theme-3-0 #domainList .add-info .main-info-ctn .main-info .other {
  padding-top: 0;
}
.theme-3-0 #domainList .add-info .main-info-ctn .main-info .title {
  padding: 20px 0 10px 0;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1700px) {
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .domain-description {
    display: none;
  }
}
@media screen and (max-width: 1650px) {
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .first,
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .second {
    max-width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .second {
    border-right: 0;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third {
    border-top: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article {
    display: block;
    width: 33%;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article:not(:last-child) {
    border-bottom: 0;
    border-right: 2px solid;
  }
}
@media screen and (max-width: 1450px) {
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    a.btn-primary {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .theme-3-0 #domainList .add-info {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0 #domainList .main-header .left-side {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    #domainList
    .main-header
    .left-side
    .btn-expanded.open
    .btn-header
    .bg {
    right: 0;
    left: unset;
  }
  .theme-3-0 #domainList .main-header .left-side .btn-expanded.open .btn-body {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 #domainList .dashboard {
    display: none;
  }
  .theme-3-0 #domainList .main-list .list-item .item-header {
    padding-bottom: 45px;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .status-box {
    right: 50px;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .first,
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .second {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .first {
    border-right: 0;
    border-bottom: 2px solid;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article {
    width: 100%;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article:not(:last-child) {
    border-right: 0;
    border-bottom: 2px solid;
  }
  .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .mobile-buttons {
    display: block;
    border-top: 2px solid;
  }
}
.theme-3-0 #fvList .fv-content .main-header {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.theme-3-0 #fvList .fv-content .main-header .list-right-side .form-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .select-filter-box {
  display: none;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .method-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .method-group:first-child {
  border-right: none;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .method-group
  .inline-group {
  min-width: 260px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .method-group
  .inline-group
  .label {
  font-size: 15px;
  font-weight: 300;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .form-group {
  margin: 0 0 0 20px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .form-group
  .input-group {
  width: 50px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .form-group
  .input-group
  .form-control {
  width: 20px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .form-group
  .input-group
  .form-control:focus {
  width: 150px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .form-group
  .input-group
  .input-group-addon
  button {
  border: none;
  background: transparent;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .fv-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .fv-name
  span {
  padding-left: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .fv-name
  .fv-price {
  display: none;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .toogle-menu-mobile {
  display: none;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview {
  z-index: 2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover {
  border: 2px solid;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover
  svg
  .dot {
  fill: #ff8522;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover
  svg
  .stroke {
  stroke: #ff8522;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .btn {
  z-index: 2;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu {
  margin-right: 10px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content {
  width: 200px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  .close-menu {
  right: 25px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .bottom-side
  .mail-page
  .main-info-mail {
  width: calc(100% - 300px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .bottom-side
  .mail-page
  .main-info-mail
  li {
  display: inline;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .bottom-side
  .mail-page
  .main-info-mail
  li
  p {
  display: inline;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .bottom-side
  .mail-page
  .main-status
  p {
  font-weight: 400;
  font-size: 14px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .bottom-side
  .mail-page
  .main-status
  p
  span {
  padding-left: 20px;
  font-size: 28px;
  font-weight: 900;
}
.theme-3-0 #fvList .fv-content .main-list .list-item .item-header .fv-alert {
  position: relative;
  padding-bottom: 20px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .fv-alert
  .mini-alert {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  max-width: 90%;
  margin: 0;
  width: unset;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row {
  padding: 30px;
  border-right: 2px solid;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row
  .fv-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row
  .fv-paid-name {
  font-weight: 600;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row
  p {
  font-size: 15px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row:last-child {
  padding: 30px 10px;
  min-width: 150px;
  text-align: center;
  border-right: none;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row:last-child
  p {
  font-size: 28px;
  font-weight: 900;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-date {
  min-width: 175px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-status {
  min-width: 225px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-termin {
  width: 100%;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .mini-alert {
  margin: 40px 0 0 0;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box {
  border: 2px solid;
  width: 100%;
  margin: 40px 0 0 0;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row {
  margin: 0;
  padding: 30px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row:not(:first-child) {
  border-top: 2px solid;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .fv-box-description {
  margin-bottom: 10px;
  font-size: 15px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .fv-box-description
  span {
  font-weight: 700;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper
  .text-holder {
  padding: 0 40px;
  border-left: 2px solid;
  margin-bottom: 10px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper
  .text-holder
  p {
  font-size: 15px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper
  .text-holder
  p:first-child {
  color: #afb9c2;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .mini-alert {
  max-width: 350px;
}
.theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.theme-3-0 #fvList .fv-saldo {
  padding: 0;
  border: 2px solid;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
  margin-bottom: 40px;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper {
  border-bottom: 2px solid;
  position: relative;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper::after,
.theme-3-0 #fvList .fv-saldo .saldo-wrapper::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper::before {
  left: -3px;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-title {
  padding: 30px 0 80px 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount {
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  border: 2px solid;
  padding: 20px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount::after,
.theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  right: -3px;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount::before {
  left: -3px;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
  font-size: 48px;
}
.theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount p span {
  font-weight: 900;
}
.theme-3-0 #fvList .fv-saldo .saldo-description {
  padding: 80px 50px 30px 50px;
  position: relative;
}
.theme-3-0 #fvList .fv-saldo .saldo-description svg#ludek {
  position: absolute;
  left: 0;
  top: 30%;
}
.theme-3-0 #fvList .fv-saldo .saldo-description p {
  padding: 0 20px 30px 20px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
}
.theme-3-0 #fvList .fv-saldo .saldo-description a {
  width: 100%;
}
@media screen and (max-width: 1760px) {
  .theme-3-0 #fvList .fv-saldo .saldo-description {
    padding: 80px 20px 30px 20px;
  }
  .theme-3-0 #fvList .fv-saldo .saldo-description svg#ludek {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
    font-size: 35px;
  }
  .theme-3-0 #fvList .fv-saldo .saldo-description a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 #fvList .fv-saldo {
    margin-left: 15px;
    margin-right: 15px;
  }
  .theme-3-0 #fvList .fv-saldo .saldo-description {
    text-align: center;
  }
  .theme-3-0 #fvList .fv-saldo .saldo-description a {
    max-width: 300px;
  }
  .theme-3-0 #fvList .add-info {
    margin-left: 15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 950px) {
  .theme-3-0 #fvList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .theme-3-0 #fvList .fv-content {
    margin-top: 30px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .method-group,
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .border-radio-group,
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .form-group {
    display: none;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .select-filter-box {
    display: block;
    width: 250px;
  }
  .theme-3-0 #fvList .add-info {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .fv-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .fv-name
    span {
    font-size: 18px;
    line-height: 25px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .fv-name
    .fv-price {
    display: block;
    font-weight: 900;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .btn,
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .fv-preview,
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .page-menu {
    display: none;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .more {
    margin-left: 15px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .toogle-menu-mobile {
    display: block;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .toogle-menu-mobile
    .menu-button {
    border: none;
    padding: 10px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .toogle-menu-mobile
    .menu-content {
    width: 250px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .toogle-menu-mobile
    .menu-content
    .close-menu {
    right: 10px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .toogle-menu-mobile
    .menu-content
    ul
    li
    a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .top-side
    .right-side
    .toogle-menu-mobile
    .menu-content
    ul
    li
    a
    svg {
    width: 25px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header
    .bottom-side {
    display: none;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-table
    .fv-list-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-table
    .fv-list-table
    .fv-list-row {
    border-right: none;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-table
    .fv-list-table
    .fv-list-row:not(:last-child) {
    border-bottom: 2px solid;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-table
    .fv-list-table
    .fv-list-row:last-child {
    text-align: left;
    padding: 30px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-2
    .action-line {
    display: none;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-2
    .fv-box {
    margin: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side {
    padding-bottom: 30px;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side
    .right-side
    .more {
    bottom: 10px;
    right: 2px;
  }
}
@media screen and (max-width: 450px) {
  .theme-3-0 #fvList .fv-saldo {
    margin: 40px;
  }
  .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
    font-size: 30px;
  }
  .theme-3-0 #fvList .fv-saldo .saldo-description p {
    display: none;
  }
  .theme-3-0 #fvList .main-list .list-item .item-header .left-side .name {
    padding-right: 10px;
  }
  .theme-3-0 #fvList .fv-content .main-header {
    padding: 0 30px;
  }
  .theme-3-0 #fvList .fv-content .main-header .list-right-side {
    display: block;
    width: 100%;
  }
  .theme-3-0 #fvList .fv-content .main-header .list-right-side .form-wrapper {
    display: block;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .method-group,
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .border-radio-group,
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .form-group {
    display: none;
  }
  .theme-3-0
    #fvList
    .fv-content
    .main-header
    .list-right-side
    .form-wrapper
    .select-filter-box {
    width: 100%;
  }
}
.theme-3-0 .list-dns .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0 .list-dns .main-header .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0 .list-dns .main-header .left-side a {
  -webkit-filter: none;
  filter: none;
}
.theme-3-0 .list-dns .main-header .left-side a.btn-grey {
  font-size: 12px;
  line-height: 16px;
  padding-right: 20px;
}
.theme-3-0 .list-dns .main-header .left-side h2 {
  margin-left: 20px;
  margin-right: 20px;
}
.theme-3-0 .list-dns .main-header .right-side {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0 .list-dns .main-header .right-side .searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0 .list-dns .main-header .right-side .searchbox input {
  height: 50px;
}
.theme-3-0 .list-dns .main-header .right-side .searchbox button {
  height: 50px;
  min-width: 50px;
}
.theme-3-0 .list-dns .main-body {
  padding-top: 40px;
}
.theme-3-0 .list-dns .main-body .list-item {
  border-bottom-width: 0;
}
.theme-3-0 .list-dns .main-body .list-item .item-header .top-side {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .list-dns .main-body .list-item .item-header .top-side .left-side {
  width: 100%;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .adress {
  word-break: break-all;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  a {
  margin-left: 20px;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  a.btn-grey {
  -webkit-filter: none;
  filter: none;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu {
  margin-left: 20px;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul {
  padding: 15px 0 20px;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li:first-child {
  padding-right: 15px;
  text-align: right;
  padding-bottom: 15px;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li:first-child
  .close-menu {
  border: none;
  background-color: transparent;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li:first-child:hover {
  background-color: transparent;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li.relocation-emailbox
  p {
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
  padding: 10px 30px 0 30px;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li.relocation-emailbox:hover {
  background-color: transparent;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li.creator-spf {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li.creator-spf
  a {
  padding: 14px 30px;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a {
  margin-left: 0;
}
.theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a
  svg {
  margin-right: 25px;
}
.theme-3-0 .list-dns .main-body table.table {
  border: 2px solid;
  border-top-width: 0px;
}
.theme-3-0 .list-dns .main-body table.table thead {
  border-bottom: 2px solid;
  border-top: 2px solid;
}
.theme-3-0 .list-dns .main-body table.table thead tr th {
  border-bottom-width: 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
}
.theme-3-0 .list-dns .main-body table.table thead tr th:first-child {
  padding-left: 40px;
}
.theme-3-0 .list-dns .main-body table.table thead tr th:last-child {
  padding-right: 40px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr {
  border-bottom: 2px solid;
}
.theme-3-0 .list-dns .main-body table.table tbody tr:last-child {
  border: 0px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .name {
  min-width: 330px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .name p {
  word-break: break-all;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 0px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td button,
.theme-3-0 .list-dns .main-body table.table tbody tr td a {
  height: 36px;
  min-width: 58px;
  margin-left: 10px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td:first-child {
  padding-right: 60px;
  padding-left: 40px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td:last-child {
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td p {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td p .bolder {
  color: #3b4348;
  font-weight: 900;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td.value p {
  word-break: break-all;
}
.theme-3-0 .list-dns .main-body table.table tbody tr td:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .type {
  padding-right: 60px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .type span {
  display: inline-block;
  padding: 0 7px;
  height: 24px;
  border: 2px solid;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .type span.info {
  color: #00bcec;
  border-color: #50deff;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .type span.success {
  color: #24c432;
  border-color: #9ff4a7;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .type span.light-info {
  color: #5198f9;
  border-color: #c2dcff;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .type span.danger {
  color: #ff5959;
  border-color: #ffc2c2;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .type span.yellow {
  color: #f3c200;
  border-color: #fac800;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .value {
  padding-right: 70px;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .value .danger-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .value .danger-arrow a {
  margin: 0;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.danger,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.info,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.success,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.light-info,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.warning {
  font-weight: 900;
  margin-right: 20px;
  margin-top: 3px;
  padding: 0 8px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid;
  font-size: 12px;
  line-height: 16px;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.danger
  svg,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.info
  svg,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.success
  svg,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.light-info
  svg,
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.warning
  svg {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 5px;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.danger {
  color: #ff5959;
  border-color: #ffc2c2;
  background-color: #ffe9e9;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.danger
  svg
  .stroke {
  stroke: #ffa4a4;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.danger
  svg
  .dot {
  fill: #ff5959;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.info {
  color: #00bcec;
  background-color: #a2eeff;
  border-color: #50deff;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.success {
  color: #24c432;
  background-color: #dcffdf;
  border-color: #9ff4a7;
}
.theme-3-0
  .list-dns
  .main-body
  table.table
  tbody
  tr
  .value
  .danger-arrow
  span.warning {
  color: #ff8522;
  background-color: #fff9f2;
  border-color: #ffc796;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .time .time-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .list-dns .main-body table.table tbody tr .time .time-second p {
  margin-left: 10px;
}
@media screen and (max-width: 1500px) {
  .theme-3-0 .list-dns .main-body .list-item .item-header .left-side {
    max-width: calc(100% - 20px);
  }
  .theme-3-0 .list-dns .main-body .list-item .item-header .left-side .name {
    max-width: calc(100% - 20px);
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .type,
  .theme-3-0 .list-dns .main-body table.table tbody tr .value {
    padding-right: 30px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .name {
    min-width: 260px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:first-child {
    padding-right: 30px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1380px) {
  .theme-3-0
    .list-dns
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .btn.btn-grey {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .theme-3-0 .list-dns .main-body .list-item .item-header .top-side {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0 .list-dns .main-body .list-item .item-header .top-side .left-side {
    max-width: calc(100% - 80px);
  }
  .theme-3-0
    .list-dns
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
  }
  .theme-3-0
    .list-dns
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .page-menu {
    position: absolute;
    right: 40px;
    top: 30px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .type,
  .theme-3-0 .list-dns .main-body table.table tbody tr .value {
    padding-right: 15px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .name {
    min-width: 200px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:first-child {
    padding-right: 15px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:last-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .list-dns .main-body .list-item {
    border-bottom: 2px solid;
  }
  .theme-3-0 .list-dns .main-body table.table thead {
    display: none;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr {
    display: block;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .value {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .time {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .type {
    padding-right: 40px;
    padding-bottom: 0;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:first-child {
    padding-bottom: 0;
    width: 100%;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:last-child {
    padding-left: 40px;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-3-0
    .list-dns
    .main-body
    table.table
    tbody
    tr
    td:last-child
    a:first-child,
  .theme-3-0
    .list-dns
    .main-body
    table.table
    tbody
    tr
    td:last-child
    button:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0
    .list-dns
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .page-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .list-dns .main-header .left-side h2 {
    font-size: 28px;
    line-height: 38px;
    padding-right: 0;
  }
  .theme-3-0 .list-dns .main-header .left-side a svg {
    margin-right: 0;
  }
  .theme-3-0 .list-dns .main-header .left-side a.patch-06-03-01 span {
    display: none;
  }
  .theme-3-0 .list-dns .main-body .list-item .item-header {
    padding: 30px;
  }
  .theme-3-0 .list-dns .main-body .list-item .item-header .top-side .left-side {
    max-width: calc(100% - 30px);
  }
  .theme-3-0
    .list-dns
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .btn.btn-primary {
    width: 100%;
    margin-left: 0;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .value {
    padding-right: 30px;
    padding-left: 30px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .time {
    padding-left: 30px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr .type {
    padding-right: 30px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0 .list-dns .main-body table.table tbody tr td:first-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .list-dns .main-body table.table {
    border-right-width: 0;
  }
}
.theme-3-0
  .list-transaction
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .list-transaction
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .pending-funds {
  font-size: 22px;
  line-height: 30px;
}
.theme-3-0
  .list-transaction
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .price-value {
  padding-left: 20px;
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
}
.theme-3-0 .list-transaction .main-body table.table thead tr th.right-align {
  text-align: right;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td.right-align {
  text-align: right;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td p {
  font-size: 18px;
  line-height: 29px;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td:first-child {
  padding-right: 8px;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td:last-child {
  display: table-cell;
  text-align: right;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td.amount p {
  font-weight: 900;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td.date p {
  font-size: 15px;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td.type-operation {
  padding-right: 50px;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type
  p {
  margin-left: 20px;
  font-size: 15px;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type.use-funds
  .stroke {
  stroke: #00bcec;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type.use-funds
  .dot {
  fill: #00bcec;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type.payment
  .stroke {
  stroke: #44d751;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type.payment
  .dot {
  fill: #44d751;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type.return
  .stroke {
  stroke: #ebb500;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.type-operation
  .value-type.return
  .dot {
  fill: #ebb500;
}
.theme-3-0 .list-transaction .main-body table.table tbody tr td.operation {
  padding-right: 50px;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.operation
  .value-operation
  p,
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.operation
  .value-operation
  span {
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.title
  .title-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.title
  .title-payment
  .number-id {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.title
  .title-payment
  .number-invoice {
  font-weight: 900;
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.title
  .title-payment
  p {
  font-size: 15px;
}
.theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.title
  .title-payment
  a {
  margin: 0 10px;
  margin-top: 3px;
  font-size: 15px;
  line-height: 29px;
}
@media screen and (max-width: 1515px) {
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.type-operation {
    padding-right: 30px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.operation {
    padding-right: 30px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1480px) {
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.type-operation {
    padding-right: 8px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.operation {
    padding-right: 8px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td:last-child {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1450px) {
  .theme-3-0 .list-transaction .main-body table.table thead tr th:nth-child(3) {
    display: none;
  }
  .theme-3-0 .list-transaction .main-body tbody tr td.operation {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .theme-3-0 .list-transaction .main-body table.table thead tr th:nth-child(3) {
    display: table-cell;
  }
  .theme-3-0 .list-transaction .main-body tbody tr td.operation {
    display: table-cell;
  }
}
@media screen and (max-width: 1080px) {
  .theme-3-0 .list-transaction .main-body .list-item {
    border-bottom: 2px solid;
  }
  .theme-3-0 .list-transaction .main-body table.table {
    border: none;
  }
  .theme-3-0 .list-transaction .main-body table.table thead {
    display: none;
  }
  .theme-3-0 .list-transaction .main-body table.table thead tr th:nth-child(3) {
    display: table-cell;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr {
    border: 2px solid;
    margin-top: 30px;
    display: table;
    clear: both;
    float: none;
    width: 100%;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr:last-child {
    border: 2px solid;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td:first-child {
    padding-bottom: 0;
    display: block;
    float: left;
    width: 50%;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.title {
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.type-operation {
    padding-right: 40px;
    padding-bottom: 0;
    display: block;
    float: right;
    width: 50%;
  }
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.type-operation
    .value-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.operation {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
  }
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.operation
    .value-operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.amount,
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    border-top: 2px solid;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    padding-left: 40px;
    display: block;
    float: left;
    width: 50%;
  }
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.amount
    .mobile-name,
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after
    .mobile-name {
    display: block;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.amount {
    text-align: left;
  }
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    border-left: 2px solid;
    float: right;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0
    .list-transaction
    .main-body
    .list-item
    .item-header
    .top-side
    .left-side
    .name {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0
    .list-transaction
    .main-body
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .price-value {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.type-operation {
    padding-right: 30px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.operation {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.amount,
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 450px) {
  .theme-3-0 .list-transaction .main-body .list-item .item-header {
    padding: 20px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td:first-child {
    padding-left: 20px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.type-operation {
    padding-right: 20px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.operation {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr td.amount,
  .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0
    .list-transaction
    .main-body
    .list-item
    .item-header
    .top-side
    .left-side
    .name
    .pending-funds {
    font-size: 18px;
    line-height: 25px;
  }
  .theme-3-0 .list-transaction .main-body table.table tbody tr {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
.theme-3-0 .list-transaction.patch-07-03-04 .main-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .list-transaction.patch-07-03-04
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side {
  max-width: 100%;
}
.theme-3-0
  .list-transaction.patch-07-03-04
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name {
  max-width: 100%;
}
.theme-3-0
  .list-transaction.patch-07-03-04
  .main-body
  table.table
  tbody
  tr
  td.amount
  .mobile-name,
.theme-3-0
  .list-transaction.patch-07-03-04
  .main-body
  table.table
  tbody
  tr
  td.balance-after
  .mobile-name {
  display: none;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
}
.theme-3-0 .managing-limits .header-holder .header {
  padding: 0;
  height: 50px;
  margin-bottom: 40px;
}
.theme-3-0 .managing-limits .header-holder .header .limit-title {
  padding: 0;
}
.theme-3-0 .managing-limits .header-holder .header .limit-title h2 {
  font-size: 34px;
  font-weight: 300;
}
.theme-3-0 .managing-limits .header-holder .limit-switch {
  padding: 0;
  clear: both;
  position: static;
  border: none;
  background-color: transparent;
}
.theme-3-0 .managing-limits .header-holder .limit-switch .main-service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .switch-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .switch-box
  .switch {
  margin-top: 0;
  margin-right: 40px;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .switch-box
  .limit-description {
  padding-top: 5px;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .switch-box
  .limit-description
  .why-limits {
  padding-top: 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .switch-box
  .limit-description
  p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .switch-box
  .limit-description
  p
  span {
  font-weight: 800;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .limit-cost {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  border: 2px solid;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .limit-cost
  p:first-child {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: right;
}
.theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .limit-cost
  .price-value {
  font-size: 28px;
  font-weight: 300;
}
.theme-3-0 .managing-limits .limit-panels-holder {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .managing-limits .limit-panels-holder .limit-panel {
  border: 2px solid;
  padding: 50px;
  width: 100%;
}
.theme-3-0 .managing-limits .limit-panels-holder .limit-panel.center {
  margin: 0 50px;
}
.theme-3-0 .managing-limits .limit-panels-holder .configuration-panel {
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.theme-3-0 .managing-limits .wrap-managing-limit .row {
  padding-bottom: 30px;
}
.theme-3-0 .managing-limits .col-md-6:first-child {
  padding-left: 15px;
}
.theme-3-0 .managing-limits .col-md-6:last-child {
  padding-right: 15px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap {
  border: 2px solid;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table {
  width: 100%;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table thead tr th {
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: right;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table thead tr th:first-child {
  padding-left: 40px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table thead tr th:last-child {
  padding-right: 40px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table thead tr th p {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody {
  border-top: 2px solid;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr {
  border-bottom: 2px solid;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr:last-child {
  border-bottom-width: 0;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td:first-child {
  padding-left: 40px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td:last-child {
  padding-right: 40px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td.daytime p {
  font-size: 18px;
  line-height: 28px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td.expenses p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table
  tbody
  tr
  td.expenses
  span {
  margin-left: 25px;
  font-size: 18px;
  line-height: 28px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td span.none {
  font-size: 18px;
  line-height: 28px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  thead
  tr
  th:nth-child(2) {
  text-align: left;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .top table.table-progress tbody tr {
  border-bottom: none;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td {
  padding-bottom: 0;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td:first-child {
  padding-right: 40px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.resource-name {
  padding-top: 10px;
  text-align: center;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.resource-name
  p {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.value-resource {
  padding-top: 10px;
  text-align: left;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.value-resource
  p {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.graduation-status {
  padding-top: 10px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.graduation-status
  p {
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar
  td {
  padding-top: 0;
  padding-bottom: 0;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar
  td
  .progress {
  margin-bottom: 0;
  height: 10px;
  border-radius: 0;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-success {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-warning {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress {
  position: relative;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress
  .no-limit-anime {
  min-height: calc(100% + 4px);
  z-index: 24;
  width: 100%;
  left: 2px;
  top: -2px;
  position: absolute;
  content: "";
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-success {
  border: 2px solid;
  position: relative;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-warning {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border: 2px solid;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.action
  td {
  padding-top: 7px;
  padding-bottom: 10px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.action
  td
  a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 15px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.active
  .value-resource
  p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.active
  .graduation-status
  p {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.no-limit
  .value-resource
  p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.no-limit
  .graduation-status
  p {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .bottom {
  text-align: right;
  padding: 40px;
  border-top: 2px solid;
}
.theme-3-0 .managing-limits .col-md-6 .wrap .bottom a {
  margin-left: 20px;
}
.theme-3-0 .managing-limits .add-info .buttons .button:first-child {
  border-right: 2px solid;
}
.theme-3-0 .managing-limits .add-info .buttons .button:last-child {
  width: 100%;
}
.theme-3-0 .managing-limits .add-info .buttons a span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media screen and (max-width: 1700px) {
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .switch-box {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .switch-box
    .switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .limit-cost {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .theme-3-0 .managing-limits .wrap-managing-limit {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .theme-3-0 .managing-limits .add-info {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .theme-3-0 .managing-limits .add-info .buttons {
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .theme-3-0 .managing-limits .add-info .buttons .button {
    min-width: auto;
    width: 100%;
    height: 70px;
  }
  .theme-3-0 .managing-limits .add-info .buttons .button:last-child {
    width: 100%;
  }
  .theme-3-0 .managing-limits .add-info .buttons .button a {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .theme-3-0 .managing-limits .add-info .buttons .button a .icon {
    margin-right: 10px;
    min-width: auto;
  }
  .theme-3-0 .managing-limits .add-info .buttons .button a span {
    min-width: auto;
    width: auto;
  }
  .theme-3-0 .managing-limits .col-md-6 .wrap .bottom {
    padding: 30px 40px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr
    td.value-resource
    p {
    font-size: 22px;
    line-height: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr
    td.resource-name
    p {
    font-size: 22px;
    line-height: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr.active
    .value-resource
    p {
    font-size: 22px;
    line-height: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr.active
    .graduation-status
    p {
    font-size: 22px;
    line-height: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr.no-limit
    .value-resource
    p {
    font-size: 22px;
    line-height: 30px;
  }
  .theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td span.none {
    font-size: 15px;
    line-height: 28px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table
    tbody
    tr
    td.expenses
    p {
    font-size: 22px;
    line-height: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table
    tbody
    tr
    td.expenses
    span {
    margin-left: 10px;
  }
  .theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr td.daytime p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .managing-limits .add-info .buttons {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme-3-0 .managing-limits .header-holder .header {
    margin-bottom: 25px;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .switch-box {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 0;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .limit-cost {
    border-left: 2px solid;
    padding: 30px;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .theme-3-0 .managing-limits .col-md-6 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .switch-box
    .switch {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 25px;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .switch-box
    .limit-description {
    text-align: left;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .switch-box
    .limit-description
    p {
    font-size: 22px;
    line-height: 30px;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .limit-cost
    p:first-child {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0 .managing-limits .add-info .buttons {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 530px) {
  .theme-3-0 .managing-limits .col-md-6 .wrap .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .theme-3-0 .managing-limits .col-md-6 .wrap .bottom a:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 510px) {
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table
    thead
    tr
    th:last-child {
    padding-right: 30px;
    padding-left: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table
    thead
    tr
    th:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr
    td:first-child {
    padding-left: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr
    td:last-child {
    padding-right: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table
    tbody
    tr
    td:first-child {
    padding-left: 30px;
  }
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table
    tbody
    tr
    td:last-child {
    padding-right: 30px;
  }
  .theme-3-0 .managing-limits .col-md-6 .wrap .bottom {
    padding: 30px;
  }
}
@media screen and (max-width: 483px) {
  .theme-3-0
    .managing-limits
    .col-md-6
    .wrap
    .top
    table.table-progress
    tbody
    tr
    td.graduation-status
    p {
    line-height: 15px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .managing-limits .header-holder .header {
    padding: 0 30px;
  }
  .theme-3-0 .managing-limits .header-holder .header .limit-title h2 {
    font-size: 28px;
  }
  .theme-3-0 .managing-limits .add-info {
    padding: 0 30px;
  }
  .theme-3-0 .managing-limits .add-info .buttons .button:nth-of-type(even) {
    border-right: 2px solid;
  }
}
@media screen and (max-width: 370px) {
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .switch-box {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .limit-cost {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .limit-cost
    .btn-holder {
    margin-top: 20px;
  }
}
.theme-3-0 .list-cron .main-body table.table thead {
  border-top: 2px solid;
}
.theme-3-0 .list-cron .main-body table.table thead tr th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.theme-3-0 .list-cron .main-body table.table tbody tr td {
  padding-top: 25px;
  padding-bottom: 25px;
}
.theme-3-0 .list-cron .main-body table.table tbody tr td .buttons-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .action-img-button {
  margin-left: 10px;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu {
  position: relative;
  z-index: 2;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-button {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-button:hover {
  border-color: #ff8522;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-button:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content {
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  overflow: hidden;
  height: 0px;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 2px solid;
  transition: 0.3s;
  z-index: 0;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul {
  padding: 15px 0 20px;
  position: relative;
  display: block;
  width: calc(100% - 4px);
  left: 2px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
  z-index: 1;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li {
  display: block;
  width: 100%;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:first-child {
  text-align: right;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:first-child
  button {
  background-color: transparent;
  border: none;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li
  a {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  transition: 0.2s;
  font-size: 16px;
  line-height: 24px;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li
  a
  svg {
  margin-right: 25px;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a {
  color: #ff8522;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .dot {
  fill: #ff8522;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke {
  stroke: #ffaa60;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .bg-2 {
  fill: #ffdfba;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu.open {
  z-index: 3;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu.open
  .menu-content {
  transition-delay: 0s;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu.open
  .menu-content
  ul {
  opacity: 1;
  transition-delay: 0.3s;
}
.theme-3-0 .list-cron .main-body table.table tbody tr td.interval p,
.theme-3-0 .list-cron .main-body table.table tbody tr td.program p,
.theme-3-0 .list-cron .main-body table.table tbody tr td.aplication-url p,
.theme-3-0 .list-cron .main-body table.table tbody tr td.profile p {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0 .list-cron .main-body table.table tbody tr td.program,
.theme-3-0 .list-cron .main-body table.table tbody tr td.interval,
.theme-3-0 .list-cron .main-body table.table tbody tr td.profile {
  padding-right: 50px;
}
.theme-3-0 .list-cron .main-body table.table tbody tr td.aplication-url {
  max-width: 400px;
}
.theme-3-0 .list-cron .main-body table.table tbody tr td.aplication-url p {
  word-break: break-all;
}
.theme-3-0 .list-cron .main-body table.table tbody tr td.status-cron .status {
  display: inline-block;
}
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td.status-cron
  .status:before,
.theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td.status-cron
  .status:after {
  display: none;
}
@media screen and (max-width: 1600px) {
  .theme-3-0 .list-cron .main-body table.table tbody tr td.interval,
  .theme-3-0 .list-cron .main-body table.table tbody tr td.program,
  .theme-3-0 .list-cron .main-body table.table tbody tr td.profile {
    padding-right: 8px;
  }
  .theme-3-0 .list-cron .main-body table.table tbody tr td.buttons-action {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1450px) {
  .theme-3-0 .list-cron .main-body .table.table thead tr th:nth-child(3) {
    display: table-cell;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .list-cron .main-body .table.table thead {
    display: none;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.interval {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.program {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 40px;
    width: 100%;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.aplication-url {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: none;
    padding: 0 40px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.profile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0 40px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.status-cron {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
    text-align: right;
    padding-right: 40px;
    width: 50%;
  }
  .theme-3-0
    .list-cron
    .main-body
    .table.table
    tbody
    tr
    td.status-cron
    .status {
    margin-right: 0;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.buttons-action {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .theme-3-0
    .list-cron
    .main-body
    .table.table
    tbody
    tr
    td.buttons-action
    .page-menu {
    margin-left: 10px;
    max-height: 36px;
  }
  .theme-3-0
    .list-cron
    .main-body
    .table.table
    tbody
    tr
    td.buttons-action
    .page-menu
    .menu-button {
    height: 36px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.program {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.aplication-url {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.profile {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.status-cron {
    padding-right: 30px;
  }
  .theme-3-0
    .list-cron
    .main-body
    .table.table
    tbody
    tr
    td.status-cron
    .status {
    margin-right: 0;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.buttons-action {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .theme-3-0 .list-cron .main-header .left-side .btn-expanded em {
    display: none;
  }
  .theme-3-0 .list-cron .main-header .left-side .btn-expanded .btn-header svg {
    margin-right: 0;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.program {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.aplication-url {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.profile {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.status-cron {
    padding-right: 20px;
  }
  .theme-3-0 .list-cron .main-body .table.table tbody tr td.buttons-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.theme-3-0 .list-cron-events .main-body table.table tbody tr td p {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0 .list-cron-events .main-body table.table tbody tr td.start-date,
.theme-3-0 .list-cron-events .main-body table.table tbody tr td.end-date {
  min-width: 200px;
}
@media screen and (max-width: 1450px) {
  .theme-3-0
    .list-cron-events
    .main-body
    .table.table
    thead
    tr
    th:nth-child(3) {
    display: table-cell;
  }
}
@media screen and (max-width: 1080px) {
  .theme-3-0 .list-cron-events .main-body .table.table thead {
    display: table-header-group;
  }
  .theme-3-0 .list-cron-events .main-body .table.table tbody tr {
    display: table-row;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .list-cron-events .main-body .table.table thead {
    display: none;
  }
  .theme-3-0 .list-cron-events .main-body .table.table tbody tr {
    display: block;
  }
  .theme-3-0 .list-cron-events .main-body .table.table tbody tr td.start-date,
  .theme-3-0 .list-cron-events .main-body .table.table tbody tr td.end-date {
    padding-bottom: 0;
    display: block;
    float: left;
    width: 50%;
    min-width: auto;
  }
  .theme-3-0 .list-cron-events .main-body .table.table tbody tr td.end-date {
    padding-right: 40px;
    text-align: right;
  }
  .theme-3-0
    .list-cron-events
    .main-body
    .table.table
    tbody
    tr
    td.buttons-action {
    display: block;
  }
  .theme-3-0
    .list-cron-events
    .main-body
    .table.table
    tbody
    tr
    td.performed-task {
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .list-cron-events .main-body .table.table tbody tr td.end-date {
    padding-right: 30px;
  }
  .theme-3-0
    .list-cron-events
    .main-body
    .table.table
    tbody
    tr
    td.performed-task {
    padding-left: 30px;
    padding-right: 30px;
  }
  .theme-3-0
    .list-cron-events
    .main-body
    .table.table
    tbody
    tr
    td.buttons-action {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 450px) {
  .theme-3-0 .list-cron-events .main-body .table.table tbody tr td.end-date {
    padding-right: 20px;
  }
  .theme-3-0
    .list-cron-events
    .main-body
    .table.table
    tbody
    tr
    td.performed-task {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-3-0
    .list-cron-events
    .main-body
    .table.table
    tbody
    tr
    td.buttons-action {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options
  p,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options
  p,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options
  p {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options
  p:first-child,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options
  p:first-child,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options
  p:first-child {
  margin-right: 5px;
}
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options
  p:not(:last-child),
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options
  p:not(:last-child),
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options
  p:not(:last-child) {
  padding-bottom: 0;
}
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options
  span.light,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options
  span.light,
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options
  span.light {
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third {
  padding: 35px 45px 35px 45px;
}
.theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .catalog {
  word-break: break-all;
  font-size: 15px;
  line-height: 29px;
}
.theme-3-0 #domainList.ssh .buttons-action-bottom .btn {
  margin-left: 20px;
}
.theme-3-0
  #domainList.ssh
  .buttons-action-bottom
  .btn.btn-img.btn-grey
  svg
  .dot {
  fill: #afb9c2;
}
.theme-3-0
  #domainList.ssh
  .buttons-action-bottom
  .btn.btn-img.btn-grey
  svg
  .bg-2 {
  fill: #e8eef4;
}
.theme-3-0 #domainList.ssh .add-info .catalog {
  padding-top: 20px;
}
.theme-3-0 #domainList.ssh .add-info .catalog p {
  font-size: 15px;
  line-height: 24px;
}
.theme-3-0 #domainList.ssh .add-info .buttons {
  margin-top: -2px;
}
.theme-3-0 #domainList.ssh .add-info .buttons.yellow-action {
  border: 2px solid #ffd500;
}
.theme-3-0 #domainList.ssh .add-info .buttons.yellow-action .button {
  border-bottom: 0;
  border-right: 0;
  background-color: #fffcf0;
}
.theme-3-0 #domainList.ssh .add-info .buttons.yellow-action .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 #domainList.ssh .add-info .buttons.yellow-action .button a .icon,
.theme-3-0 #domainList.ssh .add-info .buttons.yellow-action .button a span {
  min-width: auto;
  width: auto;
}
.theme-3-0 #domainList.ssh .add-info .buttons.yellow-action .button a .icon {
  margin-right: 20px;
}
@media screen and (max-width: 1650px) {
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .third {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 #domainList.ssh .add-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0 #domainList.ssh .add-info .main-info {
    margin-right: 0;
  }
  .theme-3-0 #domainList.ssh .add-info .buttons {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1260px) {
  .theme-3-0 #domainList.ssh .add-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 #domainList.ssh .main-list .list-item .item-header {
    padding-bottom: 30px;
  }
  .theme-3-0 #domainList.ssh .main-list .list-item .item-header .top-side {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0 #domainList.ssh .add-info .buttons {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .buttons-action-bottom {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .buttons-action-bottom
    a:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .first,
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .second,
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .third,
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .buttons-action-bottom {
    padding: 30px;
  }
  .theme-3-0
    #domainList.ssh
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .ssh-holder
    .buttons-action-bottom
    a {
    width: 100%;
  }
  .theme-3-0 #domainList.ssh .add-info {
    padding: 0 30px;
  }
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .header-name-user {
  padding-bottom: 40px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .header-name-user
  p {
  font-size: 28px;
  line-height: 32px;
  margin-right: 20px;
  word-break: break-all;
  display: inline;
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .header-name-user
  .left-side {
  width: 100%;
  padding: 40px 40px 0 40px;
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .header-name-user
  .right-side {
  width: 100%;
  margin-top: 40px;
  padding: 0 40px;
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .header-name-user
  .right-side
  .flex
  a {
  cursor: pointer;
  margin-left: 20px;
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .header-name-user
  .right-side
  .flex
  a
  svg
  .dot {
  fill: #afb9c2;
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .first
  .article-title,
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .second
  .article-title,
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .third
  .article-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .first
  .article-title
  span,
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .second
  .article-title
  span,
.theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .third
  .article-title
  span {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .header-name-user {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 728px) {
  .theme-3-0 .user-list .main-list .list-item .item-header {
    padding-bottom: 30px !important;
  }
  .theme-3-0 .user-list .main-list .list-item .item-header .top-side {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .adress {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .theme-3-0 .user-list .main-list .list-item .item-header {
    padding-bottom: 30px !important;
  }
  .theme-3-0 .user-list .main-list .list-item .item-header .top-side {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-header
    .left-side
    .name
    .adress {
    font-size: 22px;
  }
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .header-name-user
    p {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .theme-3-0 .user-list .main-list .list-item .item-header {
    padding-bottom: 0px !important;
  }
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .row
    .second,
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .row
    .first,
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .row
    .third {
    padding: 30px !important;
  }
}
@media screen and (max-width: 520px) {
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .header-name-user
    .right-side
    .flex {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .header-name-user
    .right-side
    .flex
    a {
    margin-left: 0px;
  }
  .theme-3-0
    .user-list
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .user-holder
    .header-name-user
    .right-side
    .flex
    a:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .user-list .main-action-info-panel .main-header {
    padding: 0;
  }
  .theme-3-0
    .user-list
    .main-action-info-panel
    .main-header
    .left-side
    .pages
    h2 {
    font-size: 24px;
  }
}
.theme-3-0 #raports .raports-title {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.theme-3-0 #raports .main-body .list-item {
  border: 0;
}
.theme-3-0 #raports .main-body .list-item .item-header {
  padding: 40px;
  border: 2px solid;
  border-bottom: none;
}
.theme-3-0 #raports .main-body .list-item .item-header .top-side .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 #raports .main-body .list-item .item-header .top-side .left-side a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid;
  border-radius: 300px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a:hover {
  border: 2px solid;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .block {
  margin-left: 60px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .text-holder {
  text-align: right;
  white-space: nowrap;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .text-holder
  .total-amount {
  font-size: 28px;
  font-weight: 900;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .img-text
  .image-holder {
  margin-right: 20px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .img-text
  .text-holder {
  text-align: left;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .img-text
  .text-holder
  .amount {
  font-size: 28px;
  font-weight: 300;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .title-wrapper {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 2px solid;
  border-bottom: none;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  li {
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 11px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  li
  span {
  padding: 0;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .date {
  min-width: 200px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .suma {
  min-width: 220px;
  border-left: 2px solid;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .costs {
  width: 100%;
  border-left: 2px solid;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .limits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 2px solid;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .limits
  span {
  display: inline-block;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .limits
  .text-wrapper {
  width: 90px;
  text-align: left;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .limits
  .text-wrapper
  .limits-name {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .limits
  .text-wrapper
  .limits-amount {
  font-size: 12px;
  font-weight: 500;
  padding-top: 10px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 2px solid;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody:not(:last-child) {
  border-bottom: none;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .date
  span {
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .date
  span:last-child {
  font-weight: 900;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .date
  svg {
  margin: 0 10px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .suma {
  min-width: 220px;
  border-left: 2px solid;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .suma
  span {
  font-size: 18px;
  font-weight: 900;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .costs {
  width: 100%;
  border-left: 2px solid;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .costs
  span:not(:first-child) {
  font-size: 15px;
  font-weight: 500;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 2px solid;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  span {
  padding-bottom: 0;
  display: inline-block;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .title-wrapper
  p {
  padding: 0;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .title-wrapper
  p:not(:first-child) {
  padding-top: 11px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper {
  white-space: nowrap;
  width: 90px;
  text-align: left;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .limits-name {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .limits-amount {
  font-size: 12px;
  font-weight: 500;
  padding-top: 10px;
}
.theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .cpu-color {
  text-transform: capitalize;
}
@media screen and (max-width: 1800px) {
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .block {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .theme-3-0 #raports .main-body .list-item .item-header {
    padding: 0;
  }
  .theme-3-0 #raports .main-body .list-item .item-header .top-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0 #raports .main-body .list-item .item-header .top-side .left-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid;
    max-width: unset;
    padding: 20px;
  }
  .theme-3-0 #raports .main-body .list-item .item-header .top-side .right-side {
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .block {
    margin: 0;
    padding: 20px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .thead
    .date {
    min-width: 130px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .thead
    .suma {
    min-width: 100px;
    padding-right: 10px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .thead
    .costs
    .raports-title:first-child {
    display: none;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .thead
    .limits
    .text-wrapper {
    width: 70px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .date {
    min-width: 130px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .suma {
    min-width: 100px;
    padding-right: 10px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs
    .raports-title {
    display: none;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper {
    width: 70px;
  }
}
@media screen and (max-width: 950px) {
  .theme-3-0 #raports .main-body .list-item .item-header {
    margin-bottom: 40px;
    border-bottom: 2px solid;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .thead {
    display: none;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody {
    margin-bottom: 20px;
    border-bottom: 2px solid;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody:not(:last-child) {
    border-bottom: 2px solid;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .date,
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .suma {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: none;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits,
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: none;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-left: 20px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .raports-title,
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs
    .raports-title {
    display: block;
    min-width: 130px;
    text-align: left;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .title-wrapper,
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs
    .title-wrapper {
    min-width: 130px;
    margin: 0;
    text-align: left;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper,
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs
    .text-wrapper {
    width: unset;
    min-width: 70px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs {
    padding-top: 0;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs
    span {
    min-width: 70px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .costs
    span:not(:first-child) {
    font-size: 12px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits {
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: 2px solid;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper {
    position: relative;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(2)::before,
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(3)::before,
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(4)::before {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    position: absolute;
    top: -20px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(2)::before {
    content: "CPU";
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(3)::before {
    content: "RAM";
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(4)::before {
    content: "SSD";
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0 #raports .main-header .left-side a em {
    display: none;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .left-side
    a {
    padding: 0;
    border: none;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .left-side
    a:hover {
    border: none;
  }
  .theme-3-0 #raports .main-body .list-item .item-header .top-side .right-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .img-text {
    width: 100%;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .img-text
    .text-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .img-text
    .text-holder
    .raports-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 80px;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .img-text
    .text-holder
    .image-holder {
    min-width: 50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .img-text
    .text-holder
    .amount {
    min-width: 150px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
  }
  .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .text-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.theme-3-0 .action-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-decoration: none;
  transition: 0.3s;
  padding: 30px 0 20px 0;
  cursor: pointer;
}
.theme-3-0 .action-example:active {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}
.theme-3-0 .message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 2px solid;
}
.theme-3-0 .message-item:last-child {
  border-bottom: 0px solid;
}
.theme-3-0 .message-item .icon {
  max-width: 20px;
  width: 100%;
  margin-right: 10px;
  padding-top: 1px;
}
.theme-3-0 .message-item .icon svg {
  width: 100%;
}
.theme-3-0 .message-item .desc .desc-tittle {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 10px;
}
.theme-3-0 .message-item .desc .desc-content {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  padding-top: 0px;
}
.theme-3-0 .message-item .desc .desc-time {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: right;
}
.theme-3-0 .blank-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.theme-3-0 .blank-content .color-block {
  background-color: #e8eef4;
  height: 100px;
  margin-bottom: 40px;
}
.theme-3-0 .blank-content .color-block:nth-child(2) {
  opacity: 0.9;
}
.theme-3-0 .blank-content .color-block:nth-child(3) {
  opacity: 0.7;
}
.theme-3-0 .blank-content .color-block:nth-child(4) {
  opacity: 0.4;
}
.theme-3-0 .blank-content .color-block:nth-child(5) {
  opacity: 0.2;
}
.theme-3-0 .blank-content .zero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .theme-3-0 .blank-content .color-block:nth-child(4) {
    display: none;
  }
  .theme-3-0 .blank-content .color-block:nth-child(5) {
    display: none;
  }
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.www-brd {
  border-color: #ff8522 !important;
  background-color: rgba(255, 133, 34, 0.5) !important;
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd {
  border-color: #ffbb80 !important;
  background-color: rgba(255, 187, 128, 0.5) !important;
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.network-brd {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd-network {
  border-color: #9ff4a7;
  background-color: #dcffdf;
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.save-brd {
  border-color: #ff5959;
  background-color: rgba(255, 89, 89, 0.5);
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.load-brd {
  border-color: #00bcec;
  background-color: rgba(0, 188, 236, 0.5);
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic
  .chart-line {
  height: 250px;
}
.theme-3-0
  .statistic-server
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic
  .chart-js {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics,
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    a.btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    a.btn {
    margin-right: 0;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs,
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    svg {
    display: none;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    padding-left: 0;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item.full-width-chart
    .tab-content
    .body-statistic {
    min-height: unset;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item.full-width-chart
    .tab-content
    .body-statistic
    .chart-line {
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .theme-3-0 .statistic-server .main-list .statistic-list-item {
    padding: 15px;
  }
}
@media screen and (max-width: 510px) {
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    font-size: 20px;
  }
  .theme-3-0
    .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    padding-left: 0;
  }
}
.theme-3-0 .statistics-estimation .alert.alert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .statistics-estimation .alert.alert-info .left-action-alert {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.theme-3-0 .statistics-estimation .alert.alert-info .right-action-alert {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.theme-3-0 .statistics-estimation .alert.alert-info .right-action-alert p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  .statistics-estimation
  .alert.alert-info
  .right-action-alert
  p.left-day {
  text-transform: none;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
}
.theme-3-0
  .statistics-estimation
  .alert.alert-info
  .right-action-alert
  .span-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .statistics-estimation
  .alert.alert-info
  .right-action-alert
  .span-progress
  span {
  width: 2px;
  height: 10px;
  margin-left: 5px;
}
.theme-3-0 .statistics-estimation .suggestions-right {
  border: 2px solid;
  padding: 30px 35px;
}
.theme-3-0 .statistics-estimation .suggestions-right .title-suggestions {
  border-bottom: 2px solid;
}
.theme-3-0 .statistics-estimation .suggestions-right .title-suggestions p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  padding-bottom: 25px;
}
.theme-3-0 .statistics-estimation .suggestions-right .body-suggestion {
  padding-top: 20px;
}
.theme-3-0 .statistics-estimation .suggestions-right .body-suggestion p {
  font-size: 14px;
  line-height: 22px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right
  .body-suggestion
  .time-to-suggestion {
  padding-top: 20px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p {
  text-transform: uppercase;
  color: #3b4348;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p.time {
  text-transform: none;
  font-size: 24px;
  line-height: 33px;
}
.theme-3-0 .statistics-estimation .suggestions-right .action-suggestion {
  padding-top: 20px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion {
  padding-top: 0;
  position: relative;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example {
  margin-top: -2px;
  padding: 20px 10px;
  text-align: center;
  border: 2px solid;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example
  p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs,
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  padding-top: 20px;
  padding-bottom: 35px;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border: 2px solid;
  border-top: none;
  text-align: center;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:first-child,
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:first-child {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:last-child,
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:last-child {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  cursor: pointer;
  border-left: 0px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column {
  max-width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 12px;
  border-bottom: 2px solid;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  p {
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:first-child {
  border-right: 2px solid;
  border-left: 2px solid;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:last-child {
  border-left: 2px solid;
  border-right: 2px solid;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  a {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources {
  margin-top: 20px;
  padding-top: 0;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs,
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .right-costs {
  padding-left: 25px;
  padding-right: 25px;
  text-align: right;
  padding-bottom: 30px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs
  p,
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .right-costs
  p {
  text-align: right;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs {
  position: relative;
  border-right: 0px;
  text-align: left;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs
  a {
  width: 100px;
  min-width: 100px;
  font-size: 10px;
  top: calc(50% - 7px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .bottom-info {
  padding-top: 40px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .bottom-info
  p {
  font-size: 13px;
  line-height: 22px;
}
.theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .bottom-info.non-padding {
  padding-top: 15px;
}
@media screen and (max-width: 1900px) {
  .theme-3-0 .statistics-estimation > div {
    width: 100%;
  }
  .theme-3-0 .statistics-estimation .estimation-right-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .statistics-estimation
    .estimation-right-blocks
    .suggestions-right {
    max-width: calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0 .statistics-estimation .estimation-right-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .statistics-estimation
    .estimation-right-blocks
    .suggestions-right {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.theme-3-0 .list-accessories .main-header {
  padding-bottom: 30px;
}
.theme-3-0 .list-accessories .main-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.theme-3-0 .list-accessories .main-list .list-item .left-box {
  min-width: 310px;
  padding: 50px 50px 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  border-right: 2px solid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .left-box
  .image-accessories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .left-box
  .image-accessories
  img:nth-child(2) {
  margin-top: 30px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .left-box
  .additional-options {
  display: none;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .left-box
  .additional-options
  a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .left-box
  .additional-options
  svg {
  margin-left: 10px;
}
.theme-3-0 .list-accessories .main-list .list-item .right-box {
  width: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .list-accessories .main-list .list-item .right-box .title p {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0 .list-accessories .main-list .list-item .right-box .title h3 {
  padding: 15px 0;
  color: #3b4348;
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories {
  height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .wrapper {
  opacity: 0;
  padding-bottom: 0;
  transition: 0.5s;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  p {
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  .name {
  padding: 20px 0 10px 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  ul
  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  ul
  li
  p {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 900;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  ul
  li
  svg {
  min-width: 16px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile.dotted
  ul
  li:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .check-group
  .check {
  min-width: 22px;
  height: 22px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .check-group
  .check:before {
  height: 12px;
  width: 8px;
  top: 1px;
  left: 5px;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .check-group
  .label {
  font-size: 15px;
  font-weight: 900;
  line-height: 40px;
}
.theme-3-0 .list-accessories .main-list .list-item .right-box .action-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .action-bottom
  .mobile-wrapper
  .additional-options {
  display: none;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .action-bottom
  .mobile-wrapper
  .more {
  cursor: pointer;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .action-bottom
  .mobile-wrapper
  .more
  svg {
  transition: 0.5s;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item.open
  .left-box
  .additional-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item.open
  .right-box
  .body-accessories {
  transition: 0.5s;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item.open
  .right-box
  .body-accessories
  .wrapper {
  opacity: 1;
  padding-bottom: 30px;
  transition: 0.5s;
}
.theme-3-0
  .list-accessories
  .main-list
  .list-item.open
  .right-box
  .action-bottom
  .more
  svg {
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .theme-3-0 .list-accessories {
    margin-bottom: 50px;
  }
  .theme-3-0 .list-accessories .main-list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0 .list-accessories .main-list .list-item .left-box {
    border-right: 0;
    padding: 35px 0 0 0;
  }
  .theme-3-0 .list-accessories .main-list .list-item .right-box {
    padding: 35px;
  }
  .theme-3-0 .list-accessories .main-list .list-item .right-box .title h3 {
    line-height: 35px;
    font-size: 26px;
  }
  .theme-3-0 .list-accessories .main-list .list-item .right-box .action-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item
    .right-box
    .action-bottom
    .btn {
    display: none;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .left-box
    .additional-options {
    display: none;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom
    .mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40%;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom
    .mobile-wrapper
    .additional-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom
    .mobile-wrapper
    .additional-options
    a {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom
    .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom
    .mobile-wrapper {
    min-width: 100%;
  }
  .theme-3-0
    .list-accessories
    .main-list
    .list-item.open
    .right-box
    .action-bottom
    .btn {
    margin-bottom: 40px;
  }
}
.theme-3-0 #partners .header {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 30px;
}
.theme-3-0 #partners .header h2 {
  font-size: 34px;
  font-weight: 300;
}
.theme-3-0 #partners .partners-content {
  width: 80%;
}
.theme-3-0 #partners .partners-content .recomended-link {
  border: 2px solid;
}
.theme-3-0 #partners .partners-content .recomended-link .link-top {
  border-bottom: 2px solid;
  padding: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 #partners .partners-content .recomended-link .link-top .text-holder {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  padding-right: 10px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-top
  .text-holder
  h3 {
  font-size: 34px;
  font-weight: 300;
  padding-bottom: 20px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-top
  .text-holder
  p {
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0 #partners .partners-content .recomended-link .link-top .link-holder {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-top
  .link-holder
  .form-group {
  margin: 0;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-top
  .link-holder
  .form-group
  span {
  padding-right: 20px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-top
  .link-holder
  .form-group
  .input-lg {
  height: 80px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-top
  .link-holder
  .form-group
  input {
  font-size: 28px;
  font-weight: 900;
  color: #3b4348;
}
.theme-3-0 #partners .partners-content .recomended-link .link-bottom {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-bottom
  .btn-holder
  .btn-grey {
  box-shadow: none;
  font-size: 12px;
}
.theme-3-0 #partners .partners-content .recomended-statistic {
  margin: 50px 0;
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.theme-3-0 #partners .partners-content .recomended-statistic .column-left {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  padding: 40px;
  border-right: 2px solid;
}
.theme-3-0 #partners .partners-content .recomended-statistic .column-left p {
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-left
  .form-group {
  margin: 0;
  z-index: 1;
}
.theme-3-0 #partners .partners-content .recomended-statistic .column-mid,
.theme-3-0 #partners .partners-content .recomended-statistic .column-right {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  border-right: 2px solid;
  padding: 40px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .row-wrapper,
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .row-wrapper:first-child,
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper:first-child {
  padding-bottom: 25px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .row-wrapper
  .number-holder,
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper
  .number-holder {
  padding: 0 20px 0 30px;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .row-wrapper
  .number-holder
  span,
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper
  .number-holder
  span {
  font-size: 40px;
  font-weight: 900;
  min-width: 50px;
  display: inline-block;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .row-wrapper
  .text-holder
  p,
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper
  .text-holder
  p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
}
.theme-3-0 #partners .partners-content .recomended-statistic .column-right {
  border-right: none;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper
  .number-holder
  span {
  font-weight: 400;
}
.theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper
  .text-holder
  p {
  text-align: right;
}
.theme-3-0 #partners .partners-content .header {
  padding-left: 0;
}
.theme-3-0 #partners .partners-content .header span {
  font-weight: 900;
}
.theme-3-0 #partners .partners-content .partners-list .partner-list-item {
  margin-bottom: 50px;
  border: 2px solid;
  opacity: 0.6;
  transition: 0.2s linear;
  cursor: pointer;
}
.theme-3-0 #partners .partners-content .partners-list .partner-list-item:hover {
  opacity: 1;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper {
  -ms-flex-preferred-size: calc(100% - 260px);
  flex-basis: calc(100% - 260px);
  max-width: calc(100% - 260px);
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .top-side {
  padding: 20px 20px 20px 40px;
  border-bottom: 2px solid;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .top-side
  h5 {
  color: #2d3338;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .bottom-side {
  padding: 20px 20px 20px 40px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .bottom-side
  span {
  display: inline-block;
  font-size: 14px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 2px solid;
  height: 30px;
  line-height: 30px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .bottom-side
  span:first-child {
  padding-left: 0;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .bottom-side
  span:last-child {
  border-right: none;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  max-width: 260px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  p {
  font-size: 34px;
  font-weight: 300;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more {
  background-color: transparent;
  border: none;
  transition: 0.2s linear;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more
  .colored {
  transition: 1s linear;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile {
  display: none;
  padding: 20px;
  border-bottom: 2px solid;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile
  .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile
  .text-wrapper
  span {
  font-size: 14px;
  line-height: 25px;
  padding: 0 20px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile.patch-06-03-02 {
  display: none;
  padding: 20px;
  border-bottom: 2px solid;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile.patch-06-03-02
  .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile.patch-06-03-02
  .text-wrapper
  span {
  font-size: 14px;
  line-height: 25px;
  padding: 0 20px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll {
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  transition: 0.3s linear;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph {
  border-right: 2px solid;
  display: none;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel {
  position: relative;
  width: 402px;
  border: 2px solid;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
  margin-right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel:last-child {
  margin-bottom: -45px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  p {
  font-size: 18px;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  p:first-child {
  font-weight: 700;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-top: none;
  border-left: none;
  right: -10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 50%;
  right: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  .circle
  .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel:nth-child(even) {
  -webkit-transform: scaleX(-1) translate(calc(-110% - 2px), -50%);
  transform: scaleX(-1) translate(calc(-110% - 2px), -50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel:nth-child(even)
  p {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .mini-alert {
  display: none;
  max-width: 90%;
  margin: 0 auto;
}
.theme-3-0 #partners .partners-content .partners-list .open {
  opacity: 1;
}
.theme-3-0 #partners > .right-side {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 20%;
}
.theme-3-0 #partners > .right-side .partners-price {
  border: 2px solid;
  padding: 0;
  margin-bottom: 50px;
}
.theme-3-0 #partners > .right-side .partners-price .price-wrapper {
  border-bottom: 2px solid;
  position: relative;
}
.theme-3-0 #partners > .right-side .partners-price .price-wrapper::after,
.theme-3-0 #partners > .right-side .partners-price .price-wrapper::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.theme-3-0 #partners > .right-side .partners-price .price-wrapper::before {
  left: -3px;
}
.theme-3-0 #partners > .right-side .partners-price .price-wrapper .price-title {
  padding: 30px 0 60px 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
.theme-3-0
  #partners
  > .right-side
  .partners-price
  .price-wrapper
  .price-amount {
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  border: 2px solid #9ff4a7;
  background-color: #ffffff;
  padding: 20px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.theme-3-0
  #partners
  > .right-side
  .partners-price
  .price-wrapper
  .price-amount::after,
.theme-3-0
  #partners
  > .right-side
  .partners-price
  .price-wrapper
  .price-amount::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  right: -3px;
}
.theme-3-0
  #partners
  > .right-side
  .partners-price
  .price-wrapper
  .price-amount::before {
  left: -3px;
}
.theme-3-0
  #partners
  > .right-side
  .partners-price
  .price-wrapper
  .price-amount
  p {
  font-size: 28px;
}
.theme-3-0
  #partners
  > .right-side
  .partners-price
  .price-wrapper
  .price-amount
  p
  span {
  font-weight: 900;
}
.theme-3-0 #partners > .right-side .partners-price .price-description {
  padding: 50px 0 40px 0;
  text-align: center;
}
.theme-3-0 #partners > .right-side .partners-price .price-description p {
  padding: 0 40px;
  font-size: 15px;
  line-height: 28px;
}
.theme-3-0 #partners > .right-side .partners-price .price-description a {
  margin-top: 20px;
}
.theme-3-0 #partners > .right-side .main-info-ctn .main-info h4 {
  padding-bottom: 20px;
  border-bottom: 2px solid;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0 #partners > .right-side .main-info-ctn .main-info .progress-wrapper {
  padding: 20px 0;
  border-bottom: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-left {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  max-width: 90%;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-left
  .big-procent {
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 10px;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-left
  p {
  font-size: 14px;
  line-height: 22px;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  min-width: 10%;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners {
  width: 16px;
  height: 100%;
  border: 2px solid;
  position: relative;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 16px;
  border: 2px solid;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::before,
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  width: 4px;
  height: 4px;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::after {
  right: -3px;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::before {
  left: -3px;
}
.theme-3-0
  #partners
  > .right-side
  .main-info-ctn
  .btn-bottom-info-panel
  .button {
  border-top: none;
}
@media screen and (min-width: 3280px) {
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel {
    width: 750px;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel:nth-child(even) {
    -webkit-transform: scaleX(-1) translate(calc(-105% - 4px), -50%);
    transform: scaleX(-1) translate(calc(-105% - 4px), -50%);
  }
}
@media screen and (min-width: 2540px) and (max-width: 3280px) {
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel {
    width: 550px;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel:nth-child(even) {
    -webkit-transform: scaleX(-1) translate(calc(-107% - 4px), -50%);
    transform: scaleX(-1) translate(calc(-107% - 4px), -50%);
  }
}
@media screen and (max-width: 1900px) {
  .theme-3-0 #partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0 #partners .partners-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .theme-3-0 #partners > .header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .theme-3-0 #partners > .right-side {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .theme-3-0 #partners > .right-side .partners-price {
    min-height: 200px;
    width: 420px;
    margin-bottom: 0;
  }
  .theme-3-0 #partners > .right-side .main-info-ctn {
    width: 420px;
  }
}
@media screen and (max-width: 1500px) {
  .theme-3-0 #partners .partners-content .recomended-statistic {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-left,
  .theme-3-0 #partners .partners-content .recomended-statistic .column-mid {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-mid {
    border-right: none;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-right {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-top: 2px solid;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper:first-child {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 #partners .partners-content .recomended-link .link-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .link-holder {
    margin-top: 20px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .text-holder {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
  }
  .theme-3-0 #partners .partners-content .recomended-link .link-bottom {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-bottom
    .btn-holder {
    display: none;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-bottom
    .social-media
    .btn {
    width: 240px;
    margin-bottom: 20px;
  }
  .theme-3-0 #partners > .right-side .main-info-ctn {
    width: 420px;
  }
  .theme-3-0 #partners > .right-side .main-info-ctn .main-info {
    width: 100%;
  }
  .theme-3-0
    #partners
    > .right-side
    .main-info-ctn
    .main-info
    .progress-wrapper {
    width: 100%;
  }
  .theme-3-0 #partners > .right-side .main-info-ctn .buttons {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .theme-3-0 #partners > .right-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .theme-3-0 #partners > .right-side .partners-price {
    margin: 0;
  }
  .theme-3-0 #partners > .right-side .main-info-ctn {
    display: none;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel {
    width: 300px;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel:nth-child(even) {
    -webkit-transform: scaleX(-1) translate(-114%, -50%);
    transform: scaleX(-1) translate(-114%, -50%);
  }
}
@media screen and (max-width: 850px) {
  .theme-3-0 #partners .partners-content .recomended-statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-left,
  .theme-3-0 #partners .partners-content .recomended-statistic .column-mid {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-left {
    border-right: none;
    border-bottom: 2px solid;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper:first-child {
    padding-bottom: 25px;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-main-wrapper {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-main-wrapper
    .text-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-main-wrapper
    .text-wrapper
    .bottom-side {
    display: none;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-main-wrapper
    .text-wrapper
    .top-side {
    border-bottom: none;
    padding-bottom: 0;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-main-wrapper
    .price-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 770px) {
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel {
    width: 150px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel
    p {
    font-size: 15px;
    line-height: 20px;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel
    p:nth-child(2) {
    font-size: 12px;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scaleX(-1) translate(-128%, -50%);
    transform: scaleX(-1) translate(-128%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-bottom
    .social-media
    .btn {
    width: 240px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-mid
    .row-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-mid
    .row-wrapper
    .text-holder {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-mid
    .row-wrapper
    .number-holder
    span {
    font-size: 32px;
    min-width: unset;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-right {
    min-width: unset;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper {
    width: 100%;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper
    .text-holder {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper
    .text-holder
    p {
    text-align: left;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper
    .number-holder {
    padding-left: 0;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper
    .number-holder
    span {
    font-size: 32px;
    min-width: unset;
  }
  .theme-3-0 #partners .partners-content .recomended-statistic .column-left,
  .theme-3-0 #partners .partners-content .recomended-statistic .column-mid,
  .theme-3-0 #partners .partners-content .recomended-statistic .column-right {
    padding: 30px;
  }
}
@media screen and (max-width: 520px) {
  .theme-3-0 #partners .partners-content .recomended-statistic .column-left,
  .theme-3-0 #partners .partners-content .recomended-statistic .column-mid,
  .theme-3-0 #partners .partners-content .recomended-statistic .column-right {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 #partners .partners-content .recomended-link .link-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .text-holder {
    text-align: left;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    min-width: unset;
    max-width: unset;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .text-holder
    h3 {
    font-size: 27px;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .link-holder
    .form-group
    span {
    padding: 10px;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .link-holder
    .form-group
    svg {
    display: none;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .link-holder
    .form-group
    input {
    font-size: 18px;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-link
    .link-top
    .link-holder
    .form-group
    .input-lg {
    height: 60px;
  }
}
@media screen and (max-width: 450px) {
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel {
    width: 130px;
  }
  .theme-3-0
    #partners
    .partners-content
    .partners-list
    .partner-list-item
    .content-roll
    .graph
    .graph-panel:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scaleX(-1) translate(-132%, -50%);
    transform: scaleX(-1) translate(-132%, -50%);
  }
}
@media screen and (max-width: 440px) {
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper
    .img-holder {
    display: none;
  }
  .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right
    .row-wrapper
    .number-holder {
    padding-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 #partners > .right-side .partners-price {
    width: 80%;
  }
  .theme-3-0 #partners .header h2 {
    padding: 0 20px;
  }
  .theme-3-0 #partners .partners-content .recomended-link .link-top {
    padding: 20px;
  }
  .theme-3-0 #partners .partners-content .header {
    padding: 0 20px;
  }
}
.theme-3-0 .accesories-code .main-list .list-item .right-box .code-wrapper {
  padding: 30px 30px 30px 40px;
  border: 2px solid;
  margin: 30px 0;
  width: 50%;
  min-width: 450px;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .code-title {
  font-size: 11px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .generated-code {
  font-size: 34px;
  font-weight: 900;
  padding: 20px 0;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .link-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .link-date-wrapper
  p
  a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .link-date-wrapper
  p
  span {
  text-align: right;
  display: block;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .link-date-wrapper
  p
  span:first-child {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 8px;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .link-date-wrapper
  p
  span:last-child {
  font-size: 15px;
}
.theme-3-0 .accesories-code .main-list .list-item .right-box .body-accessories {
  height: 100%;
}
.theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .body-accessories
  .wrapper {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .theme-3-0 .accesories-code .main-list .list-item .right-box .code-wrapper {
    min-width: 100%;
  }
  .theme-3-0
    .accesories-code
    .main-list
    .list-item
    .right-box
    .code-wrapper
    .generated-code {
    font-size: 24px;
  }
  .theme-3-0
    .accesories-code
    .main-list
    .list-item
    .right-box
    .code-wrapper
    .link-date-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0
    .accesories-code
    .main-list
    .list-item
    .right-box
    .code-wrapper
    .link-date-wrapper
    p
    span {
    text-align: left;
  }
  .theme-3-0
    .accesories-code
    .main-list
    .list-item
    .right-box
    .code-wrapper
    .link-date-wrapper
    p
    span:first-child {
    padding-bottom: 2px;
  }
  .theme-3-0
    .accesories-code
    .main-list
    .list-item
    .right-box
    .code-wrapper
    .link-date-wrapper
    p:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .theme-3-0 .accesories-code .main-list .list-item .right-box .code-wrapper {
    padding: 20px;
  }
}
.theme-3-0 .main-body-heart {
  border: 2px solid;
  padding: 40px;
  margin: 30px 0;
}
.theme-3-0 .main-body-heart .main-body-title {
  padding-bottom: 10px;
}
.theme-3-0 .main-body-heart .main-body-title p span {
  word-break: break-all;
  padding-left: 20px;
  font-size: 28px;
  font-weight: 900;
}
.theme-3-0 .main-body-heart .heart-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}
.theme-3-0 .main-body-heart .heart-panel:last-child {
  margin-bottom: 0;
}
.theme-3-0 .main-body-heart .heart-panel .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .main-body-heart .heart-panel .left-side .text-holder {
  margin: 0 20px;
}
.theme-3-0 .main-body-heart .heart-panel .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .main-body-heart .heart-panel .right-side .link-holder {
  margin-right: 20px;
}
.theme-3-0 .main-body-heart .heart-panel .right-side .link-holder a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-3-0 .blank-content {
  margin-top: 30px;
}
.theme-3-0 .blank-content .zero-logo {
  text-align: center;
  top: 30%;
}
.theme-3-0 .blank-content .zero-logo p {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 900;
}
.theme-3-0 .info-heart {
  margin-bottom: 40px;
}
.theme-3-0 .info-heart .main-info .catalog {
  padding-top: 10px;
}
.theme-3-0 .info-heart .main-info .catalog p {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .info-heart {
    margin-bottom: 60px;
  }
  .theme-3-0 .info-heart .main-info {
    width: 100%;
  }
  .theme-3-0 .info-heart .main-info .catalog {
    padding-top: 10px;
  }
  .theme-3-0 .info-heart .main-info .catalog p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .theme-3-0 .blank-content .zero-logo {
    top: 45%;
  }
  .theme-3-0 .blank-content .color-block:nth-child(5),
  .theme-3-0 .blank-content .color-block:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .theme-3-0 .main-body-heart .heart-panel {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .theme-3-0 .main-body-heart .heart-panel .left-side {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .theme-3-0 .main-body-heart .main-body-title p span {
    font-size: 22px;
  }
  .theme-3-0 .blank-content .zero-logo p {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .theme-3-0 .main-body-heart .heart-panel .left-side,
  .theme-3-0 .main-body-heart .heart-panel .right-side {
    text-align: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .theme-3-0 .main-body-heart .heart-panel .left-side .link-holder,
  .theme-3-0 .main-body-heart .heart-panel .right-side .link-holder {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.theme-3-0
  .dashboard
  .ssh-active
  .main-service
  .main-service-content
  .switch-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: none;
}
.theme-3-0
  .dashboard
  .ssh-active
  .main-service
  .main-service-content
  .switch-box
  .ssh-description
  h4 {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 10px;
}
.theme-3-0
  .dashboard
  .ssh-active
  .main-service
  .main-service-content
  .switch-box
  .limit-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.theme-3-0 .dashboard .ssh-info .main-info .catalog {
  margin-top: 20px;
}
.theme-3-0 .dashboard .ssh-info .main-info .catalog p {
  font-size: 15px;
  line-height: 24px;
}
.theme-3-0 .dashboard .ssh-info .ssh-button-holder {
  border: 2px solid;
  border-top: none;
  transition: 0.3s linear;
}
.theme-3-0 .dashboard .ssh-info .ssh-button-holder a,
.theme-3-0 .dashboard .ssh-info .ssh-button-holder button {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .dashboard .ssh-info .ssh-button-holder a p,
.theme-3-0 .dashboard .ssh-info .ssh-button-holder button p {
  font-size: 13px;
}
.theme-3-0 .dashboard .ssh-info .ssh-button-holder a p:first-child,
.theme-3-0 .dashboard .ssh-info .ssh-button-holder button p:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1700px) {
  .theme-3-0 .managing-limits .ssh-info {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media screen and (max-width: 1400px) {
  .theme-3-0
    .managing-limits
    .ssh-active
    .limit-switch
    .main-service-content
    .limit-cost {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1280px) {
  .theme-3-0 .managing-limits .ssh-info {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theme-3-0 .managing-limits .ssh-info .main-info {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .theme-3-0
    .managing-limits
    .ssh-active
    .limit-switch
    .main-service-content
    .switch-box
    .ssh-description
    h4 {
    font-size: 26px;
  }
  .theme-3-0
    .managing-limits
    .ssh-active
    .limit-switch
    .main-service-content
    .switch-box
    .ssh-description
    p {
    font-size: 18px;
  }
}
@media screen and (max-width: 770px) {
  .theme-3-0
    .managing-limits
    .ssh-active
    .limit-switch
    .main-service-content
    .switch-box {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: 2px solid;
  }
  .theme-3-0
    .managing-limits
    .ssh-active
    .limit-switch
    .main-service-content
    .limit-cost {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .theme-3-0
    .managing-limits
    .ssh-active
    .limit-switch
    .main-service-content
    .switch-box
    .switch {
    margin-right: 20px;
  }
}
.theme-3-0 .credit-card {
  margin-bottom: 40px;
}
.theme-3-0 .credit-card .main-action-info-panel .main-header {
  margin-left: 25px;
}
.theme-3-0 .credit-card .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-3-0 .credit-card .card-wrapper .card-holder {
  max-width: calc(50% - 25px);
  min-width: 350px;
  -ms-flex-preferred-size: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
  margin-bottom: 50px;
}
.theme-3-0 .credit-card .card-wrapper .card-holder .card-top {
  padding: 40px;
  border-bottom: 2px solid;
}
.theme-3-0 .credit-card .card-wrapper .card-holder .card-top .card-number {
  color: #3b4348;
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
.theme-3-0 .credit-card .card-wrapper .card-holder .card-top .card-expired {
  font-size: 15px;
}
.theme-3-0 .credit-card .card-wrapper .card-holder .card-bottom {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-3-0 .credit-card .card-wrapper .filled {
  border: 2px solid;
  border-radius: 16px;
  position: relative;
}
.theme-3-0 .credit-card .card-wrapper .filled .status {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: -2px;
  padding: 5px 10px;
}
.theme-3-0 .credit-card .card-wrapper .filled .status::before,
.theme-3-0 .credit-card .card-wrapper .filled .status::after {
  display: none;
}
.theme-3-0 .credit-card .card-wrapper .filled .status p {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-3-0 .credit-card .card-wrapper .empty {
  border-radius: 16px;
}
.theme-3-0 .credit-card .account img {
  height: 160px;
  min-width: 160px;
}
.theme-3-0 .credit-card .logo-banner {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}
.theme-3-0 .credit-card .logo-banner svg {
  margin-right: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .theme-3-0 .credit-card .card-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .theme-3-0 .credit-card .card-wrapper .card-holder {
    min-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
@media screen and (max-width: 620px) {
  .theme-3-0 .credit-card .card-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .theme-3-0 .credit-card .card-wrapper .card-holder {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .theme-3-0 .credit-card .card-wrapper .empty:not(:last-child) {
    display: none;
  }
}
.theme-3-0 .page-login {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
  background-color: #ffffff;
  background-image: url("../img/login/new-login-bg.svg");
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.theme-3-0 .page-login .main-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.theme-3-0 .page-login .main-wrapper .logo-holder {
  text-align: center;
  padding: 90px 25px;
}
.theme-3-0 .page-login .main-wrapper .logo-holder img {
  max-width: 170px;
}
.theme-3-0 .page-login .main-wrapper .login-box {
  max-width: 426px;
  margin: 0 auto;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-alert {
  border: 2px solid #a2eeff;
  background-color: #eafbff;
  padding: 15px 40px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  position: relative;
  margin-bottom: 0;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-alert p {
  color: #3b4348;
  font-size: 15px;
  line-height: 24px;
  max-width: 220px;
  margin: 0;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-alert img {
  position: absolute;
  bottom: -10px;
  right: 30px;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-form {
  border: 2px solid #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.1);
  padding: 30px 40px;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-form .form-group input {
  background-color: #fafcfd;
  padding-left: 20px;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group
  input:focus {
  border-color: #e8eef4;
  background-color: #ffffff;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 4px 5px rgba(39, 49, 53, 0.14);
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.user-icon::before,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.user-icon::after,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.pass-icon::before,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.pass-icon::after {
  display: block;
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 2;
  transition: 0.25s;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.user-icon.user-icon::before,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.pass-icon.user-icon::before {
  content: url("../img/login/login-user.svg");
  opacity: 0.4;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.user-icon.user-icon::after,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.pass-icon.user-icon::after {
  content: url("../img/login/login-user-error.svg");
  opacity: 0;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.user-icon.pass-icon::before,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.pass-icon.pass-icon::before {
  content: url("../img/login/login-pass.svg");
  opacity: 0.4;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.user-icon.pass-icon::after,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group.pass-icon.pass-icon::after {
  content: url("../img/login/login-pass-error.svg");
  opacity: 0;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group
  .btn-holder {
  margin-top: 10px;
  text-align: left;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group
  label.error {
  color: #fe5d5e;
  display: block;
  line-height: 14px;
  font-size: 14px;
  padding-top: 8px;
  font-weight: 400;
  text-align: left;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group
  input.error {
  border-color: #ffbcbc;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group
  input.error.user-icon::after,
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group
  input.error.pass-icon::after {
  opacity: 1;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .form-group
  input.valid {
  border-color: #b4f4ba;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-form .login-box-links {
  margin-top: 30px;
}
.theme-3-0 .page-login .main-wrapper .login-box .login-form .login-box-links p {
  color: #4a545b;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}
.theme-3-0
  .page-login
  .main-wrapper
  .login-box
  .login-form
  .login-box-links
  p
  a {
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
  .theme-3-0 .page-login .main-wrapper .logo-holder {
    padding: 20px 25px;
  }
  .theme-3-0 .page-login .main-wrapper .login-box {
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .theme-3-0 .page-login .main-wrapper .login-box .login-alert p {
    max-width: 180px;
  }
}
.theme-3-0 .page-reseller .main-header .right-side {
  max-width: 420px;
}
.theme-3-0 .page-reseller .main-list .list-item {
  margin-bottom: 20px;
}
.theme-3-0
  .page-reseller
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side {
  padding: 20px 40px;
}
.theme-3-0
  .page-reseller
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side
  .right-side
  .page-menu
  .menu-content {
  width: 220px;
}
.theme-3-0
  .page-reseller
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side
  .left-side {
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.theme-3-0
  .page-reseller
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side
  .left-side
  .reseller-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.theme-3-0
  .page-reseller
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side
  .left-side
  .reseller-label-wrapper
  .reseller-label-holder {
  margin-top: 15px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20px;
  line-height: 20px;
  color: #98a2ab;
  font-size: 14px;
}
.theme-3-0
  .page-reseller
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side
  .left-side
  .reseller-label-wrapper
  .reseller-label-holder
  svg {
  margin-right: 10px;
  height: 20px;
}
.theme-3-0
  .page-reseller
  .main-list
  .list-item
  .item-header.item-header-email
  .top-side
  .left-side
  .reseller-label-wrapper
  .reseller-label-holder
  .label-name {
  font-weight: 600;
  margin-right: 5px;
}
@media screen and (max-width: 1600px) {
  .theme-3-0 .page-reseller .main-header .right-side .searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1050px) {
  .theme-3-0 .page-reseller .main-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme-3-0 .page-reseller .main-header .left-side {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .theme-3-0 .page-reseller .main-header .right-side {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .theme-3-0
    .page-reseller
    .main-list
    .list-item
    .item-header
    .right-side
    .btn {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .theme-3-0
    .page-reseller
    .main-list
    .list-item
    .item-header.item-header-email
    .top-side {
    padding: 20px;
  }
}

.light-theme .theme-3-0 {
  color: #3b4348;
}
.light-theme .theme-3-0 svg .stroke {
  stroke: #828a91;
}
.light-theme .theme-3-0 svg .stroke-2 {
  stroke: #626b72;
}
.light-theme .theme-3-0 svg .fill,
.light-theme .theme-3-0 svg .dot {
  fill: #828a91;
}
.light-theme .theme-3-0 svg .bg {
  fill: white;
}
.light-theme .theme-3-0 svg .bg-2 {
  fill: #e8eef4;
}
.light-theme .theme-3-0 svg .close-btn {
  stroke: #98a2ab;
}
.light-theme .theme-3-0 svg.danger-icon .stroke {
  stroke: #ffa3a2;
}
.light-theme .theme-3-0 svg.danger-icon .stroke-2 {
  stroke: #ff5959;
}
.light-theme .theme-3-0 svg.danger-icon .dot {
  fill: #ff5959;
}
.light-theme .theme-3-0 svg.danger-icon .bg {
  fill: #ffe9e9;
}
.light-theme .theme-3-0 .select2 .selection .select2-selection {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme
  .theme-3-0
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: #c7d1da;
}
.light-theme .theme-3-0 .select2-container .select2-dropdown {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option--highlighted {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .select-img.select-img-lg
  .selected
  .option
  .option-txt {
  color: #273135;
  border-left-color: #eff3f7;
}
.light-theme .theme-3-0 .select-img .selected {
  border-color: #e0e7ee;
  background-color: #fff;
}
.light-theme .theme-3-0 .select-img .selected .option .option-txt {
  color: #273135;
  border-left-color: #eff3f7;
}
.light-theme .theme-3-0 .select-img .options {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .select-img .options ul {
  border-top-color: #eff3f7;
}
.light-theme .theme-3-0 .select-img .options ul li .option-cnt .option-txt {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .select-img
  .options
  ul
  li
  .option-cnt:hover
  .option-txt {
  color: #fb781d;
}
.light-theme .theme-3-0 .select-img.open .selected {
  border-color: #afc1d3;
}
.light-theme .theme-3-0 .select-img.open .options {
  border-left-color: #afc1d3;
  border-right-color: #afc1d3;
  border-bottom-color: #afc1d3;
}
.light-theme .theme-3-0 .switch-horizontal .rail {
  border-color: #98a2ab;
  background-color: #afb9c2;
}
.light-theme .theme-3-0 .switch-horizontal .rail .knob {
  border-color: #c7d1da;
  background-color: #ffffff;
  box-shadow: 0 7px 10px 0 rgba(39, 49, 53, 0.12);
}
.light-theme .theme-3-0 .switch-horizontal .rail .knob::before {
  border-color: #98a2ab;
  background-color: #c7d1da;
}
.light-theme .theme-3-0 .switch-horizontal .rail .knob::after {
  background-color: #98a2ab;
}
.light-theme .theme-3-0 .switch-horizontal .rail::before {
  background-color: #98a2ab;
}
.light-theme .theme-3-0 .switch-horizontal .rail::after {
  background-color: #98a2ab;
}
.light-theme .theme-3-0 .switch-horizontal .checkbox:checked ~ .rail {
  background-color: #77e681;
  border-color: #24c432;
}
.light-theme .theme-3-0 .switch-horizontal .checkbox:checked ~ .rail::before,
.light-theme .theme-3-0 .switch-horizontal .checkbox:checked ~ .rail::after {
  background-color: #24c432;
}
.light-theme
  .theme-3-0
  .switch-horizontal
  .checkbox:checked
  ~ .rail
  .knob::before {
  background-color: #77e681;
  border-color: #24c432;
}
.light-theme
  .theme-3-0
  .switch-horizontal
  .checkbox:checked
  ~ .rail
  .knob::after {
  background-color: #24c432;
}
.light-theme
  .theme-3-0
  .switch-horizontal
  .colored.checkbox:not(:checked)
  ~ .rail {
  background-color: #ffed9b;
  border-color: #ffd500;
}
.light-theme
  .theme-3-0
  .switch-horizontal
  .colored.checkbox:not(:checked)
  ~ .rail::before,
.light-theme
  .theme-3-0
  .switch-horizontal
  .colored.checkbox:not(:checked)
  ~ .rail::after {
  background-color: #ffd500;
}
.light-theme
  .theme-3-0
  .switch-horizontal
  .colored.checkbox:not(:checked)
  ~ .rail
  .knob::before {
  background-color: #ffed9b;
  border-color: #ffd500;
}
.light-theme
  .theme-3-0
  .switch-horizontal
  .colored.checkbox:not(:checked)
  ~ .rail
  .knob::after {
  background-color: #ffd500;
}
.light-theme .theme-3-0 .switch-vertical .rail {
  border-color: #98a2ab;
  background-color: #afb9c2;
}
.light-theme .theme-3-0 .switch-vertical .rail .knob {
  border-color: #c7d1da;
  background-color: #ffffff;
  box-shadow: 0 7px 10px 0 rgba(39, 49, 53, 0.12);
}
.light-theme .theme-3-0 .switch-vertical .rail .knob::before {
  border-color: #98a2ab;
  background-color: #c7d1da;
}
.light-theme .theme-3-0 .switch-vertical .rail .knob::after {
  background-color: #98a2ab;
}
.light-theme .theme-3-0 .switch-vertical .rail::before {
  background-color: #98a2ab;
}
.light-theme .theme-3-0 .switch-vertical .rail::after {
  background-color: #98a2ab;
}
.light-theme .theme-3-0 .switch-vertical .checkbox:checked ~ .rail {
  background-color: #77e681;
  border-color: #24c432;
}
.light-theme .theme-3-0 .switch-vertical .checkbox:checked ~ .rail::before,
.light-theme .theme-3-0 .switch-vertical .checkbox:checked ~ .rail::after {
  background-color: #24c432;
}
.light-theme
  .theme-3-0
  .switch-vertical
  .checkbox:checked
  ~ .rail
  .knob::before {
  background-color: #77e681;
  border-color: #24c432;
}
.light-theme
  .theme-3-0
  .switch-vertical
  .checkbox:checked
  ~ .rail
  .knob::after {
  background-color: #24c432;
}
.light-theme .theme-3-0 .tooltip-desc {
  color: #86919b;
}
.light-theme .theme-3-0 .tooltip-desc.active {
  color: #3b4348;
}
.light-theme .theme-3-0 a {
  color: #ff8522;
}
.light-theme .theme-3-0 a:hover {
  color: #ff9946;
}
.light-theme .theme-3-0 .btn-edit {
  color: #fb781d;
}
.light-theme .theme-3-0 .btn-edit:hover,
.light-theme .theme-3-0 .btn-edit:active,
.light-theme .theme-3-0 .btn-edit:focus {
  color: #ffaa60;
}
.light-theme .theme-3-0 .btn {
  color: #fff;
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15));
  filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15));
}
.light-theme .theme-3-0 .btn:hover {
  color: #fff;
}
.light-theme .theme-3-0 .btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  -webkit-filter: drop-shadow(0 3px 2px rgba(39, 49, 53, 0.15));
  filter: drop-shadow(0 3px 2px rgba(39, 49, 53, 0.15));
}
.light-theme .theme-3-0 .btn.btn-img svg .dot {
  fill: #fff;
}
.light-theme .theme-3-0 .btn.btn-img svg .stroke {
  stroke: #fff;
}
.light-theme .theme-3-0 .btn.btn-img svg .stroke-2 {
  stroke: #fff;
}
.light-theme .theme-3-0 .btn.btn-link {
  color: #fb781d;
}
.light-theme .theme-3-0 .btn.btn-lg.btn-default {
  color: #fc7500 !important;
}
.light-theme .theme-3-0 .btn.btn-lg.btn-default:hover,
.light-theme .theme-3-0 .btn.btn-lg.btn-default:focus {
  border: 2px solid #ffc796 !important;
  color: #ff8522 !important;
}
.light-theme .theme-3-0 .btn.btn-lg.btn-grey {
  color: #50585f !important;
  border: 2px solid #c7ced5 !important;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .btn.btn-lg.btn-grey:hover,
.light-theme .theme-3-0 .btn.btn-lg.btn-grey:focus {
  border: 2px solid #e0e7ee !important;
  color: #50585f !important;
}
.light-theme .theme-3-0 .btn.btn-lg.btn-grey svg .stroke {
  stroke: #c7d1da !important;
}
.light-theme .theme-3-0 .btn.btn-md.btn-default {
  color: #fc7500 !important;
}
.light-theme .theme-3-0 .btn.btn-md.btn-default:hover,
.light-theme .theme-3-0 .btn.btn-md.btn-default:focus {
  border: 2px solid #ffc796 !important;
  color: #ff8522 !important;
}
.light-theme .theme-3-0 .btn.btn-md.btn-grey {
  color: #50585f !important;
  border-color: #c7ced5 !important;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .btn.btn-md.btn-grey:hover,
.light-theme .theme-3-0 .btn.btn-md.btn-grey:focus {
  border-color: #e0e7ee !important;
  color: #50585f !important;
}
.light-theme .theme-3-0 .btn.btn-md.btn-grey svg .stroke {
  stroke: #c7d1da !important;
}
.light-theme .theme-3-0 .btn.btn-sm.btn-default {
  color: #fc7500;
}
.light-theme .theme-3-0 .btn.btn-sm.btn-default:hover,
.light-theme .theme-3-0 .btn.btn-sm.btn-default:focus {
  border-color: #ffc796;
  color: #ff8522;
}
.light-theme .theme-3-0 .btn.btn-sm.btn-grey {
  color: #50585f !important;
  border-color: #c7ced5 !important;
  border-radius: 100px;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .btn.btn-sm.btn-grey:hover,
.light-theme .theme-3-0 .btn.btn-sm.btn-grey:focus {
  border-color: #e0e7ee !important;
  color: #50585f !important;
}
.light-theme .theme-3-0 .btn.btn-sm.btn-grey svg .stroke {
  stroke: #c7d1da !important;
}
.light-theme .theme-3-0 .btn-primary {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #ff8522;
  color: #ffffff;
}
.light-theme .theme-3-0 .btn-primary:hover,
.light-theme .theme-3-0 .btn-primary:active,
.light-theme .theme-3-0 .btn-primary:focus,
.light-theme .theme-3-0 .btn-primary:active:focus {
  background-color: #ff9946;
  border: 2px solid rgba(18, 18, 20, 0.09);
}
.light-theme .theme-3-0 .btn-primary.btn-img svg .dot {
  fill: #fff;
}
.light-theme .theme-3-0 .btn-primary.btn-img svg .stroke {
  stroke: #fff;
}
.light-theme .theme-3-0 .btn-primary.btn-img svg .stroke-2 {
  stroke: #fff;
}
.light-theme .theme-3-0 .btn-default {
  border-color: #ffaa60;
  color: #ff8522;
}
.light-theme .theme-3-0 .btn-default:hover,
.light-theme .theme-3-0 .btn-default:active,
.light-theme .theme-3-0 .btn-default:focus,
.light-theme .theme-3-0 .btn-default:active:focus {
  border-color: #ff9946;
  color: #ff9946;
}
.light-theme .theme-3-0 .btn-default.btn-img svg .dot {
  fill: #ff8522;
}
.light-theme .theme-3-0 .btn-default.btn-img svg .stroke {
  stroke: #ffaa60;
}
.light-theme .theme-3-0 .btn-default.btn-img svg .stroke-2 {
  stroke: #ff8522;
}
.light-theme .theme-3-0 .btn-default.btn-default-gray {
  border-color: #e0e7ee;
  color: #98a2ab !important;
}
.light-theme .theme-3-0 .btn-default.btn-default-gray:hover {
  border-color: #ff8522;
  color: #ff8522 !important;
}
.light-theme .theme-3-0 .btn-default.btn-default-gray.btn-img svg .stroke {
  stroke: #c7d1da;
}
.light-theme .theme-3-0 .btn-default.btn-default-gray.btn-img svg .stroke-2 {
  stroke: #afb9c2;
}
.light-theme .theme-3-0 .btn-default.btn-default-gray.btn-img svg .dot {
  fill: #afb9c2;
}
.light-theme
  .theme-3-0
  .btn-default.btn-default-gray.btn-img:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .btn-default.btn-default-gray.btn-img:hover
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.light-theme .theme-3-0 .btn-default.btn-default-gray.btn-img:hover svg .dot {
  fill: #ff8522;
}
.light-theme .theme-3-0 .btn-info {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #00bbea;
}
.light-theme .theme-3-0 .btn-info:active:focus {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #00bbea;
}
.light-theme .theme-3-0 .btn-expanded {
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15));
  filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15));
}
.light-theme .theme-3-0 .btn-expanded:hover .btn-header .bg {
  background-color: #ff9946;
  border: 2px solid rgba(18, 18, 20, 0.09);
}
.light-theme .theme-3-0 .btn-expanded .btn-header {
  color: #fff;
}
.light-theme .theme-3-0 .btn-expanded .btn-header svg .dot {
  fill: #fff;
}
.light-theme .theme-3-0 .btn-expanded .btn-header svg .stroke {
  stroke: #fff;
}
.light-theme .theme-3-0 .btn-expanded .btn-header .bg {
  background-color: #ff8522;
  border-color: rgba(18, 18, 20, 0.09);
}
.light-theme .theme-3-0 .btn-expanded .btn-body .btn-ctn ul {
  border-top-color: #eff3f7;
}
.light-theme .theme-3-0 .btn-expanded .btn-body .btn-ctn ul li a {
  color: #3b4348;
}
.light-theme .theme-3-0 .btn-expanded .btn-body .btn-ctn ul li:hover a {
  color: #ff8522;
}
.light-theme .theme-3-0 .btn-expanded.open {
  background-color: #fff;
  border-color: #ff8522;
}
.light-theme .theme-3-0 .btn-expanded.open .btn-header {
  color: #ff8522;
}
.light-theme .theme-3-0 .btn-expanded.open .btn-header .bg {
  background-color: #fff;
  border-color: #ff8522;
}
.light-theme .theme-3-0 .btn-expanded.open .btn-header svg .dot {
  fill: #ff8522;
}
.light-theme .theme-3-0 .btn-expanded.open .btn-header svg .stroke {
  stroke: #ff8522;
}
@supports (-ms-ime-align: auto) {
  .light-theme .theme-3-0 .btn-expanded {
    -webkit-filter: none;
    filter: none;
  }
}
.light-theme .theme-3-0 .check-group .check {
  background-color: #fff;
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .check-group .check:before {
  border-bottom-color: #3b4348;
  border-right-color: #3b4348;
}
.light-theme .theme-3-0 .check-group .check:hover {
  border-color: #c7ced5;
}
.light-theme .theme-3-0 .check-group input:disabled + .check {
  background-color: #fafcfd;
}
.light-theme .theme-3-0 .check-group input:disabled + .check:hover {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .check-group .label {
  color: #3b4348;
}
.light-theme .theme-3-0 .border-radio-group .bg {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme .theme-3-0 .border-radio-group .radio {
  border-color: #afb9c2;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .border-radio-group .radio::after {
  background-color: #4a545b;
}
.light-theme .theme-3-0 .border-radio-group .label {
  color: #828a91;
}
.light-theme .theme-3-0 .border-radio-group input:checked ~ .bg {
  border-color: #e8eef4;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(39, 49, 53, 0.09);
}
.light-theme .theme-3-0 .border-radio-group input:checked ~ .label {
  color: #3b4348;
}
.light-theme .theme-3-0 .form-group.form-add .input-add {
  color: #3b4348;
}
.light-theme .theme-3-0 .form-control,
.light-theme .theme-3-0 .universal.form-group > .input-group {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
}
.light-theme .theme-3-0 .form-control:focus,
.light-theme .theme-3-0 .universal.form-group > .input-group:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #afc1d3;
}
.light-theme .theme-3-0 .form-control[disabled],
.light-theme .theme-3-0 .universal.form-group > .input-group[disabled] {
  background-color: transparent;
}
.light-theme .theme-3-0 .form-control .input-group-addon,
.light-theme
  .theme-3-0
  .universal.form-group
  > .input-group
  .input-group-addon {
  color: #afb9c2;
  background-color: #fff;
}
.light-theme .theme-3-0 .form-control.border-addon .input-group-addon,
.light-theme
  .theme-3-0
  .universal.form-group
  > .input-group.border-addon
  .input-group-addon {
  border-color: #e0e7ee !important;
  background-color: transparent !important;
}
.light-theme .theme-3-0 .has-error .form-control,
.light-theme .theme-3-0 .has-error.universal.form-group > .input-group,
.light-theme .theme-3-0 .has-error .universal.textarea {
  border-color: #fd5b5d !important;
}
.light-theme .theme-3-0 .has-error .form-control:focus,
.light-theme .theme-3-0 .has-error.universal.form-group > .input-group:focus,
.light-theme .theme-3-0 .has-error .universal.textarea:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #ef0306;
}
.light-theme .theme-3-0 .has-error .checkbox,
.light-theme .theme-3-0 .has-error .checkbox-inline,
.light-theme .theme-3-0 .has-error .control-label,
.light-theme .theme-3-0 .has-error .help-block,
.light-theme .theme-3-0 .has-error .radio,
.light-theme .theme-3-0 .has-error .radio-inline,
.light-theme .theme-3-0 .has-error.checkbox label,
.light-theme .theme-3-0 .has-error.checkbox-inline label,
.light-theme .theme-3-0 .has-error.radio label,
.light-theme .theme-3-0 .has-error.radio-inline label {
  color: #fd5b5d;
}
.light-theme .theme-3-0 .has-error .selected,
.light-theme .theme-3-0 .has-error .options {
  border-color: #fd5b5d !important;
}
.light-theme .theme-3-0 .has-warning .form-control {
  border-color: #ffaa60 !important;
}
.light-theme .theme-3-0 .has-warning .form-control:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #f97400;
}
.light-theme .theme-3-0 .has-warning .checkbox,
.light-theme .theme-3-0 .has-warning .checkbox-inline,
.light-theme .theme-3-0 .has-warning .control-label,
.light-theme .theme-3-0 .has-warning .help-block,
.light-theme .theme-3-0 .has-warning .radio,
.light-theme .theme-3-0 .has-warning .radio-inline,
.light-theme .theme-3-0 .has-warning.checkbox label,
.light-theme .theme-3-0 .has-warning.checkbox-inline label,
.light-theme .theme-3-0 .has-warning.radio label,
.light-theme .theme-3-0 .has-warning.radio-inline label {
  color: #ffaa60;
}
.light-theme .theme-3-0 .has-success .form-control,
.light-theme .theme-3-0 .has-success.universal.form-group > .input-group,
.light-theme .theme-3-0 .has-success .universal.textarea {
  color: #1ac528;
  border-color: #77e681 !important;
}
.light-theme .theme-3-0 .has-success .form-control:focus,
.light-theme .theme-3-0 .has-success.universal.form-group > .input-group:focus,
.light-theme .theme-3-0 .has-success .universal.textarea:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #26d136;
}
.light-theme .theme-3-0 .has-success .checkbox,
.light-theme .theme-3-0 .has-success .checkbox-inline,
.light-theme .theme-3-0 .has-success .control-label,
.light-theme .theme-3-0 .has-success .help-block,
.light-theme .theme-3-0 .has-success .radio,
.light-theme .theme-3-0 .has-success .radio-inline,
.light-theme .theme-3-0 .has-success.checkbox label,
.light-theme .theme-3-0 .has-success.checkbox-inline label,
.light-theme .theme-3-0 .has-success.radio label,
.light-theme .theme-3-0 .has-success.radio-inline label {
  color: #77e681;
}
.light-theme .theme-3-0 .has-success .selected,
.light-theme .theme-3-0 .has-success .options {
  border-color: #77e681 !important;
}
.light-theme .theme-3-0 .has-info .form-control {
  border-color: #7be6ff !important;
}
.light-theme .theme-3-0 .has-info .form-control:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #15d3ff;
}
.light-theme .theme-3-0 .has-info .checkbox,
.light-theme .theme-3-0 .has-info .checkbox-inline,
.light-theme .theme-3-0 .has-info .control-label,
.light-theme .theme-3-0 .has-info .help-block,
.light-theme .theme-3-0 .has-info .radio,
.light-theme .theme-3-0 .has-info .radio-inline,
.light-theme .theme-3-0 .has-info.checkbox label,
.light-theme .theme-3-0 .has-info.checkbox-inline label,
.light-theme .theme-3-0 .has-info.radio label,
.light-theme .theme-3-0 .has-info.radio-inline label {
  color: #7be6ff;
}
.light-theme .theme-3-0 .progress {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .progress .progress-bar {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-success {
  border-color: #77e681;
  background-color: #9ff4a7;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-success .brd-pt {
  background-color: #44d751;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-info {
  border-color: #7be6ff;
  background-color: #a2eeff;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-info .brd-pt {
  background-color: #00bbea;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-warning {
  border-color: #ffaa60;
  background-color: #ffc796;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-warning .brd-pt {
  background-color: #ff8522;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-danger {
  border-color: #fd5b5d;
  background-color: #fd7374;
}
.light-theme .theme-3-0 .progress .progress-bar.progress-bar-danger .brd-pt {
  background-color: #eb3f42;
}
.light-theme .theme-3-0 .tooltip > .tooltip-inner {
  background-color: #626b72;
  color: #ffffff;
  border-color: #4a545b;
}
.light-theme .theme-3-0 .tooltip > .tooltip-arrow {
  background-color: #626b72;
  border-bottom-color: #4a545b !important;
  border-right-color: #4a545b !important;
}
.light-theme .theme-3-0 .alert {
  color: #3b4348;
}
.light-theme .theme-3-0 .alert h3 {
  color: #3b4348;
}
.light-theme .theme-3-0 .alert.alert-default {
  border: 2px solid #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme .theme-3-0 .alert.alert-default .close #Combined-Shape {
  fill: #3b4348 !important;
}
.light-theme .theme-3-0 .alert.alert-default h3 {
  color: #3b4348;
}
.light-theme .theme-3-0 .alert.alert-danger {
  border: 2px solid #ffc2c2;
  background-color: #fff9f9;
  box-shadow: 0 5px 10px 0 rgba(234, 56, 57, 0.05);
}
.light-theme .theme-3-0 .alert.alert-danger .close #Combined-Shape {
  fill: #ffc2c2 !important;
}
.light-theme .theme-3-0 .alert.alert-danger h3 {
  color: #ff5959;
}
.light-theme .theme-3-0 .alert.alert-warning {
  border: 2px solid #ffc796;
  background-color: #fff9f2;
  box-shadow: 0 5px 10px 0 rgba(252, 117, 0, 0.1);
}
.light-theme .theme-3-0 .alert.alert-warning .close #Combined-Shape {
  fill: #ffc796 !important;
}
.light-theme .theme-3-0 .alert.alert-warning h3 {
  color: #ff8522;
}
.light-theme .theme-3-0 .alert.alert-info {
  border: 2px solid #7be6ff;
  background-color: #eafbff;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.light-theme .theme-3-0 .alert.alert-info .close #Combined-Shape {
  fill: #7be6ff !important;
}
.light-theme .theme-3-0 .alert.alert-info h3 {
  color: #00bbea;
}
.light-theme .theme-3-0 .alert.alert-success {
  border: 2px solid #9ff4a7;
  background-color: #f8fff9;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.light-theme .theme-3-0 .alert.alert-success .close #Combined-Shape {
  fill: #9ff4a7 !important;
}
.light-theme .theme-3-0 .alert.alert-success h3 {
  color: #24c432;
}
.light-theme .theme-3-0 .check-group-sm label::before {
  background-color: #ffffff;
  border-color: #c7ced5;
}
.light-theme
  .theme-3-0
  .check-group-sm
  input[type="radio"]:checked
  + label::after {
  background-color: #4a545b;
}
.light-theme .theme-3-0 .main-header .left-side .pages h2 {
  color: #98a2ab;
}
.light-theme .theme-3-0 .main-header .left-side .pages h2 span {
  color: #3e4549;
}
.light-theme .theme-3-0 .main-header .right-side input {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .main-header .right-side button {
  border-color: #e0e7ee;
  background-color: #fff;
}
.light-theme .theme-3-0 .main-list .list-item {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 0 0 0;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.warning {
  color: #ebb500;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.success {
  color: #77e681;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.info {
  color: #00bbea;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.danger {
  color: #ff5959;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .desc
  p {
  color: #c7d1da;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover {
  border-color: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover {
  border-color: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content {
  background-color: #fafcfd;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1);
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content::before {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover {
  background-color: #f6fafc;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  span {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .more
  svg
  polyline {
  stroke: #c7d1da;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status {
  background-color: #e7eef3;
  border-color: #e0e7ee;
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::before,
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::after {
  background-color: #afb9c2;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.success {
  border-color: #9ff4a7;
  background-color: #c5feca;
  color: #77e681;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.success::before,
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.success::after {
  background-color: #77e681;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.warning {
  border-color: #ffe468;
  background-color: #fff7d1;
  color: #ebb500;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.warning::before,
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.warning::after {
  background-color: #ebb500;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.info {
  border-color: #7be6ff;
  background-color: #eafbff;
  color: #00bbea;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.info::before,
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.info::after {
  background-color: #00bbea;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.danger {
  border-color: #ffc2c2;
  background-color: #ffe9e9;
  color: #ff5959;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.danger::before,
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.danger::after {
  background-color: #ffa4a4;
}
.light-theme .theme-3-0 .main-list .list-item .item-body::before {
  background-color: #eff3f7;
}
.light-theme .theme-3-0 .main-list .list-item .item-body .content-1 ul::before {
  background-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  .label {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  span.desc {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.success {
  color: #24c432;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.danger {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.warning {
  color: #ebb500;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.info {
  color: #00bbea;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  tr
  td {
  border-color: #eff3f2;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .label {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  span.desc {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .desc-box {
  color: #c7d1da;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .desc-box
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.success {
  color: #24c432;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.danger {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.warning {
  color: #ebb500;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.info {
  color: #00bbea;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item:last-child {
  border-bottom-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud {
  border-color: #e0e7ee;
  background-color: #fafcfd;
  color: #828a91;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-warning {
  border-color: #ffe468;
  background-color: #fff7d1;
  color: #ebb500;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-warning
  .brd-pt {
  background-color: #ebb500;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-success {
  border-color: #9ff4a7;
  background-color: #c5feca;
  color: #77e681;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-success
  .brd-pt {
  background-color: #77e681;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-info {
  border-color: #7be6ff;
  background-color: #eafbff;
  color: #00bbea;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-info
  .brd-pt {
  background-color: #00bbea;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-danger {
  border-color: #ffc2c2;
  background-color: #fff9f9;
  color: #ff5959;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-danger
  .brd-pt {
  background-color: #ff5959;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .number {
  border-color: #e0e7ee;
  background-color: #fafcfd;
  color: #828a91;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .more
  polyline {
  stroke: #c7d1da;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.danger-header
  .left-side
  .icon
  .stroke {
  stroke: #ff5959;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.danger-header
  .left-side
  .icon
  .dot {
  fill: #ff5959;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.danger-header
  .left-side
  .title {
  color: #ff5959;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info {
  border-color: #e0e7ee;
  background-color: #fff;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info.danger-info {
  color: #ea3839;
  border-color: #ffd7d7;
  background-color: #fffcfc;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info.warning-info {
  border: 2px solid #ffe468;
  background-color: #fffae4;
  color: #d2a200;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item {
  border-color: #eff3f7;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .adress {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .btn {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
  filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open {
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open
  .detail-header
  .more
  polyline {
  stroke: #fb781d;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span.title {
  color: #afb9c2;
}
.light-theme .theme-3-0 .main-list .list-item .item-add .add-body::before {
  background-color: #eff3f7;
}
.light-theme .theme-3-0 .main-list .list-item .item-add .add-body li {
  border-left-color: #e0e7ee;
}
.light-theme .theme-3-0 .main-list .list-item .item-add .add-body li span {
  color: #98a2ab;
}
.light-theme .theme-3-0 .main-list .list-item.open {
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0.04);
}
.light-theme
  .theme-3-0
  .main-list
  .list-item.open
  .item-header
  .right-side
  .more
  svg
  polyline {
  stroke: #fb781d;
}
.light-theme .theme-3-0 .main-list .list-item.empty-item {
  background-color: #eff3f7;
  border: 2px solid #e0e7ee;
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0);
}
.light-theme .theme-3-0 .add-info .main-info {
  background-color: #fffae4;
}
.light-theme .theme-3-0 .add-info .main-info .corner rect {
  fill: #f2f6fa;
}
.light-theme .theme-3-0 .add-info .main-info .corner polygon {
  fill: #fff;
}
.light-theme .theme-3-0 .add-info .main-info .corner path {
  fill: #ffd500;
}
.light-theme .theme-3-0 .add-info .main-info:before {
  border-color: #ffd500;
}
.light-theme .theme-3-0 .add-info .main-info h3 {
  color: #ebb500;
}
.light-theme .theme-3-0 .add-info .main-info span {
  color: #4a545b;
}
.light-theme .theme-3-0 .add-info .main-info span.label {
  color: #afb9c2;
}
.light-theme .theme-3-0 .add-info .main-info .host {
  border-color: #ffe468;
}
.light-theme .theme-3-0 .add-info .main-info .other .port {
  border-color: #ffe468;
}
.light-theme .theme-3-0 .add-info .main-info .other .encryption {
  border-color: #ffe468;
}
.light-theme .theme-3-0 .add-info .buttons .button {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme .theme-3-0 .add-info .buttons .button a {
  color: #626b72;
}
.light-theme .theme-3-0 .add-info .buttons .button a:hover .icon svg .stroke {
  stroke: #ff9c4c;
}
.light-theme .theme-3-0 .add-info .buttons .button a:hover .icon svg .dot {
  fill: #fc7500;
}
.light-theme .theme-3-0 .add-info .buttons .button a:hover span {
  color: #fc7500;
}
@media screen and (max-width: 600px) {
  .light-theme
    .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn {
    border-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn
    svg
    .stroke {
    stroke: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn
    svg
    .dot {
    fill: #afb9c2;
  }
}
.light-theme .theme-3-0 .sidebar-nav.sidebar-nav-styleguide {
  background-color: #f2f6fa;
}
.light-theme
  .theme-3-0
  .sidebar-nav.sidebar-nav-styleguide
  .nav-lvl-1
  .nav-lvl-2
  a
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .sidebar-nav.sidebar-nav-styleguide
  .nav-lvl-1
  .nav-lvl-2:hover
  a
  p {
  color: #f85f08;
}
.light-theme .theme-3-0 .topbar.styleguide-topbar .title-styleguide p {
  color: #3b4348;
}
@media screen and (max-width: 1180px) {
  .light-theme .theme-3-0 .topbar.styleguide-topbar {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}
.light-theme .theme-3-0 .logo-black {
  display: none;
}
.light-theme .theme-3-0 .brd-pt {
  background-color: #afb9c2;
}
.light-theme .theme-3-0 .primary {
  color: #ff8522;
}
.light-theme .theme-3-0 u::after {
  background-color: #ff8522;
}
.light-theme .theme-3-0 #mainWrapper .left.left-sidebar-styleguide {
  background-color: #f2f6fa;
  box-shadow: none;
  border: 0;
}
.light-theme .theme-3-0 .content-box {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .searchbox
  input::-webkit-input-placeholder {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .searchbox
  input::-moz-placeholder {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .searchbox
  input:-ms-input-placeholder {
  color: #98a2ab;
}
.light-theme .theme-3-0 .main-header .right-side .searchbox input::placeholder {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .filter-button {
  color: #98a2ab;
  background-color: #fff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content {
  background-color: #fff;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content::before {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks
  input[type="radio"]:checked
  + label
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  span {
  color: #3b4348;
}
.light-theme .theme-3-0 .dashboard h3 {
  color: #828a91;
}
.light-theme .theme-3-0 .dashboard .domain-search label {
  border-color: #e0e7ee;
  background-color: white;
  color: #c7d1da;
}
.light-theme .theme-3-0 .dashboard .domain-search input {
  background-color: white;
  border-color: #e0e7ee;
  color: #3b4348;
}
.light-theme .theme-3-0 .dashboard .domain-search ::-webkit-input-placeholder {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .domain-search ::-moz-placeholder {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .domain-search :-ms-input-placeholder {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .domain-search :-moz-placeholder {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .domain-search button {
  border-color: #e0e7ee;
  background-color: white;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .title
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .title
  h2 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.success {
  color: #24c432;
  border-color: #79e584;
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.success
  .brd-pt {
  background-color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.danger {
  color: #ff5959;
  border-color: #ffc2c2;
  background-color: #ffe9e9;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.danger
  .brd-pt {
  background-color: #ff5959;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.warning {
  color: #ff8522;
  border-color: #ffc796;
  background-color: #fff9f2;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.warning
  .brd-pt {
  background-color: #ff8522;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.info {
  color: #00bbea;
  border-color: #7be6ff;
  background-color: #eafbff;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.info
  .brd-pt {
  background-color: #00bbea;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .date {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .date
  b {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .date
  b.danger {
  color: #ff5959;
}
.light-theme .theme-3-0 .dashboard .main-service .main-service-content {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .danger
  svg
  path {
  stroke: #ec3130;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .danger
  svg
  rect {
  stroke: #ec3130;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .danger
  p {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .info
  svg
  path {
  stroke: #00bbea;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .info
  svg
  rect {
  stroke: #00bbea;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .info
  p {
  color: #00bbea;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .warning
  svg
  path {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .warning
  svg
  rect {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .warning
  p {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .success
  svg
  path {
  stroke: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .success
  svg
  rect {
  stroke: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .success
  p {
  color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch
  #switch
  ~ .switch-ctn
  .off
  span {
  color: #ec3130;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box {
  background-color: #fafcfd;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .danger {
  border-color: #ffd7d7;
  background-color: #fffcfc;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .danger::after {
  background-color: #fffcfc;
  border-bottom-color: #ffd7d7;
  border-right-color: #ffd7d7;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .info {
  border-color: #7be6ff;
  background-color: #eafbff;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .info::after {
  background-color: #eafbff;
  border-bottom-color: #7be6ff;
  border-right-color: #7be6ff;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .warning {
  border-color: #ffc796;
  background-color: #fff9f2;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .warning::after {
  background-color: #fff9f2;
  border-bottom-color: #ffc796;
  border-right-color: #ffc796;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .success {
  border-color: #9ff4a7;
  background-color: #f8fff9;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .success::after {
  background-color: #f8fff9;
  border-bottom-color: #9ff4a7;
  border-right-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail {
  border-color: #98a2ab;
  background-color: #afb9c2;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob {
  border-color: #c7d1da;
  background-color: #ffffff;
  box-shadow: 0 7px 10px 0 rgba(39, 49, 53, 0.12);
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob::before {
  border-color: #98a2ab;
  background-color: #c7d1da;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob::after {
  background-color: #98a2ab;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail::before {
  background-color: #98a2ab;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail::after {
  background-color: #98a2ab;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail {
  background-color: #77e681;
  border-color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail::before,
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail::after {
  background-color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail
  .knob {
  bottom: 54px;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail
  .knob::before {
  background-color: #77e681;
  border-color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail
  .knob::after {
  background-color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .on
  span {
  color: #c7d1da;
  color: #c7d1da;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .on
  span::after {
  background-color: #98a2ab;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .on
  span::before {
  background-color: #c7d1da;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .off
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .off
  span::after {
  background-color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .off
  span::before {
  background-color: #c7d1da;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .on
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .on
  span::after {
  background-color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .off
  span {
  color: #c7d1da;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .off
  span::after {
  background-color: #98a2ab;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .right-side {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .right-side.danger {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid::before {
  background-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail
  .detail-content
  .detail-label {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-text {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu {
  border-color: #a1f3a9;
  border-top-color: #c6fdcb;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  span {
  color: #79e584;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up {
  background: linear-gradient(0deg, #f9feff 0%, #ffffff 100%);
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up::before,
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up::after {
  background: linear-gradient(0deg, #a1f3a9 0%, #ffffff 100%);
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up
  .stroke {
  stroke: #79e584;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up
  .dot {
  fill: #49d657;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .brd-pt {
  background-color: #49d657;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram {
  border-color: #7ee5ff;
  border-top-color: #d6f7ff;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  span {
  color: #55ddff;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up {
  background: linear-gradient(0deg, #f9feff 0%, #ffffff 100%);
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up::before,
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up::after {
  background: linear-gradient(0deg, #7ee5ff 0%, #ffffff 100%);
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up
  .stroke {
  stroke: #55ddff;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up
  .dot {
  fill: #0fc5f1;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .brd-pt {
  background-color: #0fc5f1;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd {
  border-color: #ffe471;
  border-top-color: #fff7d3;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  span {
  color: #ffd626;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up {
  background: linear-gradient(0deg, #fffef7 0%, #ffffff 100%);
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up::before,
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up::after {
  background: linear-gradient(0deg, #ffe471 0%, #ffffff 100%);
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up
  .stroke {
  stroke: #ffd626;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up
  .dot {
  fill: #f2c300;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .brd-pt {
  background-color: #f2c300;
}
.light-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-add {
  color: #626b72;
}
.light-theme .theme-3-0 .dashboard .main-service .action-line p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .small-charts
  .chart-box
  .chart
  .chart-alert.chart-danger {
  color: #ea3839;
}
.light-theme .theme-3-0 .dashboard .buttons {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .dashboard .buttons .button {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme .theme-3-0 .dashboard .buttons .button:hover {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .dashboard .buttons .button a {
  color: #626b72;
}
.light-theme .theme-3-0 .dashboard .buttons .button a:hover .icon svg .stroke {
  stroke: #ff9c4c;
}
.light-theme .theme-3-0 .dashboard .buttons .button a:hover .icon svg .dot {
  fill: #fc7500;
}
.light-theme .theme-3-0 .dashboard .buttons .button a:hover span {
  color: #fc7500;
}
.light-theme .theme-3-0 .dashboard .account img {
  border-color: #c7d1da;
  box-shadow: 0 5px 10px 0 rgba(39, 49, 53, 0.18);
}
.light-theme .theme-3-0 .dashboard .account .account-ctn p {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .account .account-ctn .beam-1 .name {
  color: #626b72;
}
.light-theme .theme-3-0 .dashboard .account .account-ctn .beam-1 .phone {
  color: #3b4348;
}
.light-theme .theme-3-0 .dashboard .invoices .invoice-status {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .dashboard .invoices .invoice-status .left-side {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .left-side
  .quantity.danger {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .left-side
  .quantity.success {
  color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .right-side
  .value.danger {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .right-side
  .value.success {
  color: #24c432;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .right-side
  .currency {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .invoices .invoice-details .left-side p {
  color: #3b4348;
}
.light-theme .theme-3-0 .dashboard .invoices .invoice-details .left-side .bank {
  color: #afb9c2;
}
.light-theme .theme-3-0 .dashboard .invoices-2 .invoices-header ul li {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .invoices-2 .invoices-header ul li.active {
  color: #fc7500;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoices-header
  ul
  li.active::after {
  background-color: #fc7500;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .tittle,
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side
  .tittle {
  color: #828a91;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side {
  background-color: #fafcfd;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .content
  .quantity
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.danger {
  border-color: #ffd7d7;
  background-color: #fffcfc;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.danger
  .content
  .quantity
  span {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.success
  .content
  .quantity
  span {
  color: #44d751;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side {
  background-color: #fafcfd;
  border: 2px solid #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side.danger {
  border-color: #ffd7d7;
  background-color: #fffcfc;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side.danger
  .value {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side.success
  .value {
  color: #44d751;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment {
  background-color: #fafcfd;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment
  .left-side {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment
  .right-side
  .bank {
  color: #98a2ab;
}
.light-theme .theme-3-0 .dashboard .contacts .contact .contact-ctn {
  border-left-color: #d4dde5;
}
@media screen and (max-width: 720px) {
  .light-theme
    .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .switch-box {
    border-bottom-color: #e0e7ee;
  }
}
@media screen and (max-width: 560px) {
  .light-theme .theme-3-0 .dashboard .invoices .invoice-status .right-side {
    border-top: 2px solid #e0e7ee;
  }
}
@media screen and (max-width: 470px) {
  .light-theme .theme-3-0 .dashboard .domain-search input,
  .light-theme .theme-3-0 .dashboard .domain-search button {
    background-color: transparent;
  }
}
.light-theme
  .theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen
  .app {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(39, 49, 53, 0.19);
}
.light-theme
  .theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen:hover {
  border-color: #ff8522;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .system-box-email {
  color: #828a91;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header.item-header-email
  .bottom-side {
  border-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .open-alert-ctn
  p {
  color: #fb781d;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title-alert {
  color: #ff5959 !important;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .number-alert {
  color: #ff5959 !important;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status {
  background-color: #e7eef3;
  border-color: #e0e7ee;
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::before,
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::after {
  background-color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status.success {
  border-color: #9ff4a7;
  background-color: #c5feca;
  color: #1ac528;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status.success::before,
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status.success::after {
  background-color: #77e681;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info.warning-info {
  border: 2px solid #ffe468;
  background-color: #fffae4;
  color: #d2a200;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .mail-page
  ul
  li
  span {
  color: #98a2ab;
}
.light-theme .theme-3-0 .page-email .main-list .list-item .mail-page ul li p {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .mail-page
  ul
  li
  p
  span {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .category-name {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .account-email
  .type-ctn
  .category-ctn,
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn
  .category-ctn {
  color: #828a91;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced {
  border-left: 2px solid #e0e7ee;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn {
  margin-bottom: 13px;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .name-ctn {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  ol
  li.alert-danger {
  color: #ea3839;
}
.light-theme .theme-3-0 .page-email .detail-content .statistic-info p {
  color: #828a91;
}
.light-theme .theme-3-0 .page-email .detail-content .statistic-info a {
  color: #fb781d;
}
.light-theme
  .theme-3-0
  .page-email
  .detail-body
  .related-item
  .left-side
  .email-to
  span,
.light-theme
  .theme-3-0
  .page-email
  .detail-body
  .related-item
  .left-side
  .data-open
  span {
  color: #98a2ab;
}
.light-theme .theme-3-0 .page-email .bottom-date .date .title {
  color: #afb9c2;
}
.light-theme .theme-3-0 .page-email .bottom-date .date span {
  color: #3b4348;
}
.light-theme .theme-3-0 .page-email .add-info .btn-bottom-info-panel .button {
  border-top: none;
  background-color: #fffae4;
  border-color: #ffd500;
}
.light-theme
  .theme-3-0
  .page-email
  .add-info
  .btn-bottom-info-panel
  .button.button-set-mail
  a:hover {
  color: #ffd500;
}
.light-theme
  .theme-3-0
  .page-email
  .add-info
  .btn-bottom-info-panel
  .button.button-set-mail
  a:hover
  span {
  color: #ffd500;
}
.light-theme
  .theme-3-0
  .list-black-white
  .main-header
  .left-side
  .pages
  .rtn-btn {
  display: none;
  height: 50px;
  background-color: #fff;
  padding-left: 17px;
  padding-right: 17px;
}
.light-theme
  .theme-3-0
  .list-black-white
  .main-header
  .left-side
  .pages
  .rtn-btn
  svg {
  margin: 0;
}
.light-theme
  .theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .left-side
  .name-address
  .address {
  color: #2d3338;
}
.light-theme
  .theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side
  .date-add
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .list-black-white
  .main-list
  .list-item
  .item-header
  .right-side
  .date-add
  p.date {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info
  .corner.default
  path {
  fill: #e0e7ee;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info
  .corner.default
  polygon {
  fill: #f2f6fa;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey {
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey
  h3 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey::before {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey
  .desc
  p {
  color: #2d3338;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey
  .list-permitted-address
  h4 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey
  .list-permitted-address
  ul
  li {
  color: #2d3338;
}
.light-theme .theme-3-0 .switch .switch-row {
  background-color: #fff;
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .switch .switch-row .switch-option .switch-horizontal {
  width: 150px;
}
.light-theme .theme-3-0 .switch .switch-row .switch-option .error {
  color: #fd5b5d;
}
.light-theme .theme-3-0 .accept-check,
.light-theme .theme-3-0 .block-check {
  width: 100%;
}
.light-theme .theme-3-0 .accept-check input,
.light-theme .theme-3-0 .block-check input {
  display: none;
}
.light-theme .theme-3-0 .accept-check input:checked ~ .action-checkbox-ctn,
.light-theme .theme-3-0 .block-check input:checked ~ .action-checkbox-ctn {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .action-to-sender .action-checkbox-ctn {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .action-to-sender .action-checkbox-ctn label {
  color: #afb9c2;
}
@media screen and (max-width: 767px) {
  .light-theme
    .theme-3-0
    .action-to-sender
    .col-sm-6:first-child
    .action-checkbox-ctn {
    border-right-color: #e8eef4;
  }
}
.light-theme
  .theme-3-0
  .helpdesk
  .main-list
  .item-header
  .left-side
  .number-application
  .number {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .helpdesk
  .main-list
  .item-header
  .left-side
  .title-application
  .title {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .helpdesk
  .main-list
  .item-header
  .right-side
  .date-add
  .time-date {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title,
.light-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .stroke,
.light-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .stroke {
  stroke: #ffbc80;
}
.light-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .dot,
.light-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .bg,
.light-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .bg {
  fill: #fff6eb;
}
.light-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  span,
.light-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  span {
  color: #ff8522;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid tr td {
  border-color: #eff3f2;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid .label {
  color: #afb9c2;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid span.port {
  color: #afb9c2;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid span.desc {
  color: #3b4348;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid .desc-box {
  color: #c7d1da;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid .desc-box span {
  color: #3b4348;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.success {
  color: #24c432;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.danger {
  color: #ea3839;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.warning {
  color: #ebb500;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.info {
  color: #00bbea;
}
.light-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .path
  .name-path,
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .path
  .name-dftp,
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .dftp
  .name-path,
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .folder-path
  .dftp
  .name-dftp {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .type-page
  .page-name {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .type-page
  .desc-page {
  color: #fb781d;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .right-side
  .btn-disconnect {
  border-color: #ffb070;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open {
  background-color: #fff;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line.bottom-action::before {
  background-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line.bottom-action
  .left-side
  .date
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line.bottom-action
  .left-side
  .date
  span.title {
  color: #afb9c2;
}
.light-theme .theme-3-0 .page-ftp .main-list .list-item .item-body::before {
  width: 100%;
}
.light-theme .theme-3-0 .page-ftp .main-list .list-item.open .item-body {
  border-top-color: #eff3f2;
}
.light-theme .theme-3-0 .page-ftp .default-grey {
  margin-top: 40px;
  background-color: #fff !important;
}
.light-theme .theme-3-0 .page-ftp .default-grey::before {
  border-color: #e0e7ee !important;
}
.light-theme .theme-3-0 .page-ftp .default-grey h3 {
  color: #c5cfd8 !important;
}
.light-theme .theme-3-0 .page-ftp .default-grey .desc p {
  color: #4a545b;
}
.light-theme .theme-3-0 .page-ftp .default-grey .corner path {
  fill: #e0e7ee !important;
}
.light-theme .theme-3-0 .page-ftp .default-grey .corner polygon {
  fill: #f2f6fa !important;
}
.light-theme .theme-3-0 .page-ftp .main-info .catalog {
  color: #4a545b;
}
.light-theme .theme-3-0 .page-ftp .main-info .kbd-yellow {
  background-color: white;
  border-color: #ffed9b;
  color: #4a545b;
}
.light-theme .theme-3-0 .page-ftp .main-info .path-catalog {
  color: #4a545b;
}
.light-theme .theme-3-0 .page-ftp .main-info .md-hide {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .size {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .database-desc
  p {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini
  .warning {
  border-color: #ffe468;
  background-color: #fff7d1;
  color: #ebb500;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini
  .warning::before,
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini
  .warning::after {
  background-color: #ffa155;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .name-user
  .name {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .success-icon
  .stroke {
  stroke: #74e77e;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .success-icon
  .dot {
  fill: #44d751;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .success-icon
  .bg {
  fill: #76e686;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  .size-copy {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .desc-copy
  .tooltip
  .tooltip-inner {
  color: #ffffff;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  .btn-primary {
  background-color: #ff8522;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  .btn-primary:hover {
  background-color: #ff9946;
  border-color: rgba(18, 18, 20, 0.09);
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open {
  background-color: #fff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open:last-child {
  border-bottom-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .page-database
  .content-table
  .table-grid
  tr
  td
  .light-ip {
  color: #afb9c2;
}
@media screen and (max-width: 800px) {
  .light-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-min-width
    .right-side
    a.btn {
    border-color: rgba(18, 18, 20, 0.09) !important;
  }
  .light-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn {
    border-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn
    svg
    .stroke {
    stroke: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn
    svg
    .dot {
    fill: #afb9c2;
  }
}
.light-theme
  .theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .ip-remote-access-database {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .hostname-remote-base,
.light-theme
  .theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name-remote-base {
  border-left-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .hostname-remote-base
  p,
.light-theme
  .theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name-remote-base
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .hostname-remote-base
  p.name-element,
.light-theme
  .theme-3-0
  .remote-access-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name-remote-base
  p.name-element {
  color: #afb9c2;
}
@media screen and (max-width: 900px) {
  .light-theme
    .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .ip-remote-access-database {
    border-bottom-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    .remote-access-database
    .main-list
    .list-item
    .item-header
    .left-side
    .hostname-remote-base {
    border-bottom-color: #e0e7ee;
  }
}
.light-theme
  .theme-3-0
  .database-user
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .list
  .list-database {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .database-user
  .main-list
  .list-item
  .item-header
  .bottom-side
  .content-table
  .table-grid
  .port {
  color: #afb9c2;
}
.light-theme .theme-3-0 .styleguide-page {
  background-color: #fff;
  border-color: #e0e7ee;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme .theme-3-0 .styleguide-page .styleguide-cart .name-cart {
  border-color: #e8eef4;
}
.light-theme .theme-3-0 .styleguide-page .styleguide-cart .name-cart p {
  background-color: #fff;
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-arrow {
  background-color: transparent !important;
  border-color: transparent transparent transparent #4a545b;
  border-bottom-color: transparent !important;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-arrow::before {
  border-color: transparent transparent transparent #626b72;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-inner {
  color: #ffffff;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list
  .element-styleguide
  ul {
  border-left-color: #d4dde5;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .stroke,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .stroke-2,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .stroke-2 {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .dot,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .bg,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .bg {
  fill: white;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .bg-2,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .bg-2 {
  fill: #ffdfba;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .stroke,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .stroke {
  stroke: #74e77e;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .dot,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .dot {
  fill: #44d751;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .bg,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .bg {
  fill: white;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .bg-2,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .bg-2 {
  fill: rgba(118, 230, 134, 0.2);
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.block-icon
  .stroke,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.block-icon
  .stroke {
  stroke: #ffa3a2;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.block-icon
  .dot,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.block-icon
  .dot {
  fill: #fd7676;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.block-icon
  .bg,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.block-icon
  .bg {
  fill: #ffa3a2;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.tick
  .stroke,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.tick
  .stroke {
  stroke: #3b4348;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li.dark,
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li.dark {
  background-color: #3b4348;
}
.light-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-forms
  .border-radio-group
  input:checked
  ~ .label {
  color: #2d3338;
}
.light-theme .theme-3-0 .dpanel-jumbotron {
  background-color: #ffffff;
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .universal.readonly-span {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0);
}
.light-theme .theme-3-0 .universal.readonly-span span {
  color: #86919b;
}
.light-theme .theme-3-0 .universal.select-filter-box {
  width: 100%;
}
.light-theme .theme-3-0 .universal.select-filter-box .page-menu .filter-button {
  color: #98a2ab;
  background-color: #fff;
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .universal.select-filter-box .page-menu .menu-content {
  background-color: #fff;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content::before {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list {
  border-top-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list
  .name-section-fliter {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter {
  color: #98a2ab;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks
  input[type="radio"]:checked
  + label
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .form-group
  .list-alias
  li,
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .list-alias
  li {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .form-group
  .list-alias
  li:last-child,
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .list-alias
  li:last-child {
  border-bottom-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .form-group
  .list-alias
  li:first-child,
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .list-alias
  li:first-child {
  border-top-color: #e0e7ee;
}
.light-theme .theme-3-0 .universal.multiselect-widget .form-group .btn-remove,
.light-theme .theme-3-0 .universal.multiselect-widget .form-group .add-alias,
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .btn-remove,
.light-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .add-alias {
  background-color: #fff;
}
.light-theme
  .theme-3-0
  .universal.method-group
  .border-radio-group
  input:checked
  ~ .label {
  color: #2d3338;
}
.light-theme
  .theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  .label {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .label {
  color: #2d3338;
}
.light-theme .theme-3-0 .universal.method-group .inline-group .check-group .bg {
  background-color: #fafcfd;
  border-color: #e8eef4;
}
.light-theme
  .theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .bg {
  border-color: #e8eef4;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(39, 49, 53, 0.09);
}
.light-theme .theme-3-0 .universal.page-menu .menu-button {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .universal.page-menu .menu-button:hover {
  border-color: #c7ced5;
}
.light-theme .theme-3-0 .universal.page-menu .menu-button:hover svg .stroke {
  stroke: #afb9c2;
}
.light-theme .theme-3-0 .universal.page-menu .menu-button:hover svg .stroke-2 {
  stroke: #ff8522;
}
.light-theme .theme-3-0 .universal.page-menu .menu-button:hover svg .dot {
  fill: #ff8522;
}
.light-theme .theme-3-0 .universal.page-menu .menu-content {
  background-color: #fafcfd;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1);
}
.light-theme .theme-3-0 .universal.page-menu .menu-content::before {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .universal.page-menu .menu-content ul li a span {
  color: #3b4348;
}
.light-theme .theme-3-0 .universal.page-menu .menu-content ul li:hover {
  background-color: #f6fafc;
}
.light-theme .theme-3-0 .universal.page-menu .menu-content ul li:hover a span {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  .universal.page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .universal.page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  .universal.page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .dot {
  fill: #ff8522;
}
.light-theme .theme-3-0 .universal.action-img-button.btn-action-default {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .universal.action-img-button.btn-action-default:hover {
  border-color: #c7ced5;
}
.light-theme
  .theme-3-0
  .universal.action-img-button.btn-action-default:hover
  svg
  .stroke {
  stroke: #afb9c2;
}
.light-theme
  .theme-3-0
  .universal.action-img-button.btn-action-default:hover
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  .universal.action-img-button.btn-action-default:hover
  svg
  .dot {
  fill: #afb9c2;
}
.light-theme .theme-3-0 .universal.action-img-button.btn-action-primary {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #fc7500;
}
.light-theme
  .theme-3-0
  .universal.action-img-button.btn-action-primary
  svg
  .stroke {
  stroke: #fff;
}
.light-theme .theme-3-0 .universal.action-img-button.btn-action-primary:hover,
.light-theme .theme-3-0 .universal.action-img-button.btn-action-primary:focus {
  background-color: #ff8522;
}
.light-theme .theme-3-0 .universal.textarea {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  color: #555;
}
.light-theme .theme-3-0 .universal.textarea:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #afc1d3;
}
.light-theme .theme-3-0 .color-palette .name-section {
  color: #98a2ab;
}
.light-theme .theme-3-0 .color-palette .palette-container .color p {
  color: #828a91;
}
.light-theme
  .theme-3-0
  .color-palette
  .palette-container
  .color
  .example-color {
  border-color: rgba(59, 67, 72, 0.1);
}
.light-theme .theme-3-0 .color-palette .palette-container .color.base-color {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .heavy-header {
  color: #3b4348;
}
.light-theme .theme-3-0 .bold-header {
  color: #3b4348;
}
.light-theme .theme-3-0 .light-header {
  color: #98a2ab;
}
.light-theme .theme-3-0 .name-object {
  color: #3b4348;
}
.light-theme .theme-3-0 .name-object-light {
  color: #3b4348;
}
.light-theme .theme-3-0 .head-large {
  color: #3b4348;
}
.light-theme .theme-3-0 .head-strong {
  color: #3b4348;
}
.light-theme .theme-3-0 .head-light {
  color: #afb9c2;
}
.light-theme .theme-3-0 .head-small {
  color: #afb9c2;
}
.light-theme .theme-3-0 .bold-large-number {
  color: #3b4348;
}
.light-theme .theme-3-0 .light-large-number {
  color: #00bcec;
}
.light-theme .theme-3-0 .primary-text-bold {
  color: #3b4348;
}
.light-theme .theme-3-0 .primary-text-normal {
  color: #3b4348;
}
.light-theme .theme-3-0 .primary-text-style {
  color: #6f777e;
}
.light-theme .theme-3-0 .high-text-bold {
  color: #2d3338;
}
.light-theme .theme-3-0 .high-text {
  color: #3b4348;
}
.light-theme .theme-3-0 .lower-text-bold {
  color: #828a91;
}
.light-theme .theme-3-0 .lower-text {
  color: #828a91;
}
.light-theme .theme-3-0 .lower-text-style {
  color: #828a91;
}
.light-theme .theme-3-0 .least-text {
  color: #828a91;
}
.light-theme .theme-3-0 .link-on-alert {
  color: #fc7500;
}
.light-theme .theme-3-0 .mini-alert {
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.light-theme .theme-3-0 .mini-alert p {
  color: #3b4348;
}
.light-theme .theme-3-0 .info-panel {
  border-color: #7be6ff;
  background-color: #eafbff;
}
.light-theme .theme-3-0 .success-panel {
  border-color: #9ff4a7;
  background-color: #f8fff9;
}
.light-theme .theme-3-0 .danger-panel {
  border-color: #ffc2c2;
  background-color: #fff9f9;
}
.light-theme .theme-3-0 .warning-panel {
  border-color: #ffc796;
  background-color: #fff9f2;
  box-shadow: 0 5px 10px 0 rgba(252, 117, 0, 0.1);
}
.light-theme .theme-3-0 .status {
  background-color: #e7eef3;
  border-color: #e0e7ee;
  color: #afb9c2;
}
.light-theme .theme-3-0 .status::before,
.light-theme .theme-3-0 .status::after {
  background-color: #afb9c2;
}
.light-theme .theme-3-0 .status.danger {
  border-color: #ffc2c2;
  background-color: #ffe9e9;
  color: #ff5959;
}
.light-theme .theme-3-0 .status.danger::before,
.light-theme .theme-3-0 .status.danger::after {
  background-color: #ffa4a4;
}
.light-theme .theme-3-0 .status.success {
  border-color: #9ff4a7;
  background-color: #c5feca;
  color: #77e681;
}
.light-theme .theme-3-0 .status.success::before,
.light-theme .theme-3-0 .status.success::after {
  background-color: #77e681;
}
.light-theme .theme-3-0 .status.warning {
  border-color: #ffe468;
  background-color: #fff7d1;
  color: #ebb500;
}
.light-theme .theme-3-0 .status.warning::before,
.light-theme .theme-3-0 .status.warning::after {
  background-color: #ebb500;
}
.light-theme .theme-3-0 .status.info {
  border-color: #7be6ff;
  background-color: #eafbff;
  color: #00bbea;
}
.light-theme .theme-3-0 .status.info::before,
.light-theme .theme-3-0 .status.info::after {
  background-color: #00bbea;
}
.light-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip
  .tooltip-arrow {
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.light-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.top-right
  > .tooltip-arrow,
.light-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.top-left
  > .tooltip-arrow,
.light-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.bottom-right
  > .tooltip-arrow,
.light-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.bottom-left
  > .tooltip-arrow {
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.light-theme .theme-3-0 .associated-account .default-grey {
  background-color: #fff;
}
.light-theme .theme-3-0 .associated-account .default-grey::before {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .associated-account .default-grey h3 {
  color: #3b4348;
}
.light-theme .theme-3-0 .associated-account .default-grey .desc p {
  color: #626b72;
}
.light-theme .theme-3-0 .associated-account .default-grey .corner path {
  fill: #e0e7ee;
}
.light-theme .theme-3-0 .associated-account .default-grey .corner polygon {
  fill: #f2f6fa;
}
.light-theme .theme-3-0 .associated-account .main-info .catalog {
  color: #4a545b;
}
.light-theme .theme-3-0 .associated-account .main-info .kbd-yellow {
  background-color: white;
  border-color: #ffed9b;
  color: #4a545b;
}
.light-theme .theme-3-0 .associated-account .main-info .path-catalog {
  color: #4a545b;
}
.light-theme .theme-3-0 .associated-account .main-info .md-hide {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .name-account {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .subscriber-info {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .subscriber-info
  .title-info {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .subscriber-info
  .name-subscriber {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .associated-account
  .main-list
  .list-item
  .item-add
  .list-action
  li
  .name-action {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #transferData
  .main-header
  .styleguide-buttonss
  .btn-img {
  color: #afb9c2;
}
.light-theme .theme-3-0 #transferData .transfer-data-content .left-side {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-left {
  border-right-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-right
  .dashboard
  p.gray {
  color: #9fabb5;
}
.light-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-bottom {
  border-top-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .right-side
  .main-info-ctn
  .main-info
  p {
  color: #3a4249;
}
.light-theme .theme-3-0 #transferData .btn-img svg .bg-2 {
  fill: #ffdfba;
}
.light-theme
  .theme-3-0
  .welcome-page
  .welcome-section
  .welcome-header
  .welcome-message {
  border-bottom-color: #d4dde5;
}
.light-theme
  .theme-3-0
  .welcome-page
  .welcome-section
  .welcome-header
  .welcome-message
  h1 {
  color: #3b4348;
}
.light-theme .theme-3-0 .welcome-page .start-using .start-title-section h3 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper {
  border-color: #e0e7ee;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
  background-color: white;
}
.light-theme
  .theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper
  .start-name-action
  h2 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper
  .start-name-action
  p {
  color: #4a545b;
}
.light-theme .theme-3-0 .welcome-page .install-page .install-wrapper {
  border-color: #e0e7ee;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
  background-color: white;
}
.light-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-title
  h2 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install {
  border-left-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install
  .name-app {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:hover,
.light-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:focus {
  background-color: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0.1);
}
.light-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:hover
  .name-app,
.light-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:focus
  .name-app {
  color: #ff8522;
}
.light-theme .theme-3-0 .welcome-page .search-domain-here .search-wrapper {
  border-color: #e0e7ee;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
  background-color: white;
}
.light-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .search-wrapper
  .search-title
  h2 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  button
  svg
  .stroke {
  stroke: #fff;
}
.light-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  button
  svg
  .dot {
  fill: #fff;
}
.light-theme .theme-3-0 .welcome-page .search-domain-here .domain-search label {
  border-color: #e0e7ee;
  background-color: white;
  color: #c7d1da;
}
.light-theme .theme-3-0 .welcome-page .search-domain-here .domain-search input {
  background-color: white;
  border-color: #e0e7ee;
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  ::-webkit-input-placeholder {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  ::-moz-placeholder {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  :-ms-input-placeholder {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  :-moz-placeholder {
  color: #98a2ab;
}
@media screen and (max-width: 1682px) {
  .light-theme
    .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install {
    border-top-color: #e0e7ee;
  }
}
@media screen and (max-width: 900px) {
  .light-theme
    .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install {
    border-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install:first-child {
    border-left-color: #e0e7ee;
  }
}
@media screen and (max-width: 700px) {
  .light-theme
    .theme-3-0
    .welcome-page
    .welcome-section
    .welcome-header
    .welcome-message
    h1 {
    color: #3b4348;
  }
  .light-theme
    .theme-3-0
    .welcome-page
    .welcome-section
    .welcome-header
    .welcome-message
    h3 {
    color: #3b4348;
  }
}
.light-theme .theme-3-0 #transferData em {
  color: #98a2ab;
}
.light-theme .theme-3-0 #proformaView .main-wrapper {
  background-color: #ffffff;
  border-color: #e0e7ee;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme .theme-3-0 #proformaView .main-wrapper .proforma-title {
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  g#Group-34
  #Stroke-4 {
  fill: transparent;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  g#Group-34
  #Stroke-26,
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  g#Group-34
  #Stroke-30 {
  stroke: #ff5959;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  g#Group-34
  #Fill-32 {
  fill: #ff5959;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .text-holder
  .proforma-type
  p {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .text-holder
  .proforma-name
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .data-wrapper
  p {
  color: #2d3438;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .data-wrapper
  p
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr {
  border-bottom-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-name
  p {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-data {
  border-left-color: #e0e7ee;
  padding-left: 25px;
  word-break: break-all;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-data
  p {
  color: #3b4348;
}
.light-theme .theme-3-0 #proformaView .main-wrapper .proforma-table ul {
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-right-side
  span,
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-right-side
  .text-green,
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  .text-green {
  color: #1bbf14;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table {
  border-top-color: #eff3f7;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-right-side
  span,
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-left-side
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper {
  border-left-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p:not(:nth-child(4)) {
  border-bottom-color: #e8eef4;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  .count-alert
  span {
  color: #e41825;
}
.light-theme .theme-3-0 #proformaView .proforma-info .data-correct {
  background-color: #ffffff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .data-correct
  .proforma-correct-data {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .data-correct
  .proforma-correct-data
  p {
  color: #3b4348;
}
.light-theme .theme-3-0 #proformaView .proforma-info .pay-rules .main-info h3 {
  color: #86919b;
}
.light-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  .pay-rules-column {
  border-left-color: #ffe468;
}
.light-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  .pay-rules-column
  h4 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  p {
  color: #626b72;
}
@media screen and (max-width: 570px) {
  .light-theme .theme-3-0 #proformaView .main-wrapper .proforma-addresses {
    border-bottom-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul:not(:first-child) {
    border-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p:last-child
    span {
    color: #afb9c2;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p:last-child
    .amount-value {
    color: #3b4348;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile {
    border-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile
    .table-mobile-wrapper
    p:first-child,
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile
    .table-mobile-wrapper
    p
    .amount-value {
    color: #1bbf14;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .mobile-brutto {
    border-bottom-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .mobile-brutto
    span {
    color: #afb9c2;
  }
  .light-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .mobile-brutto
    .brutto-value {
    color: #3b4348;
  }
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice.welcome-complete-data
  .info-text-main
  h2 {
  color: #1ac528;
}
.light-theme .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice {
  background-color: #fafcfd;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .title-number-invoice
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li {
  background-color: #ffffff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info {
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info
  .number-invoice
  .number
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info
  .value-price-invoice
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service,
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service,
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service
  .name
  span,
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service
  .name
  span,
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service
  .name
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service
  .value
  span,
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service
  .value
  span,
.light-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service
  .value
  span {
  color: #3b4348;
}
@media screen and (max-width: 700px) {
  .light-theme
    .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service,
  .light-theme
    .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service,
  .light-theme
    .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service {
    border-bottom-color: #eff3f7;
  }
}
.light-theme .theme-3-0 .welcome-complete-data .info-text-main h2 {
  color: #3b4348;
}
.light-theme .theme-3-0 .welcome-complete-data .info-text-main p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .welcome-complete-data
  .tab-form-user
  .tab-content
  .welcome-complete-form-btn-action {
  background-color: #fff;
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .statistic-page .main-list .statistic-list-item {
  background-color: #fafcfd !important;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .name-statistics
  h3 {
  color: #626b72;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  background-color: #fff;
  border-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.www-brd {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.mySQL-brd {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd {
  border-color: #9ff4a7;
  background-color: #dcffdf;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd-blue {
  border-color: #7be6ff;
  background-color: #bff3ff;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.ram-brd {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.ftp-brd {
  border-color: #ebb500;
  background-color: #ffed9b;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd-ssd {
  border-color: #ffd500;
  background-color: #fff7d1;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.mysql-brd-ssd {
  border-color: #7188ef;
  background-color: rgba(0, 0, 0, 0);
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.email-brd {
  border-color: #db9f72;
  background-color: #fadbc3;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .data-attr
  ul
  li {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .value-attr
  ul
  li {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .line-center {
  border-color: #c5cfd8;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost {
  background-color: #fff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .name,
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day
  .name,
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week
  .name {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .data,
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day
  .data,
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week
  .data {
  color: #4a545b;
}
.light-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots {
  background-color: #afb9c2;
}
@media screen and (max-width: 800px) {
  .light-theme
    .theme-3-0
    .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost {
    background-color: transparent;
    box-shadow: none;
  }
}
.light-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .notification-title {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::before,
.light-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::after {
  background-color: #77e681;
}
.light-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::before,
.light-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::after {
  background-color: #77e681;
}
.light-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .status-box {
  border-color: #9ff4a7;
  background-color: #c5feca;
  color: #24c432;
}
.light-theme .theme-3-0 .notification .main-content {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .notification .main-content .section-title {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .notification .main-content .section-title h5 {
  color: #3b4348;
}
.light-theme .theme-3-0 .notification .main-content .section-title .time {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .notification
  .main-content
  .section-title
  .time
  strong {
  color: #3b4348;
}
.light-theme .theme-3-0 .notification .main-content .section-content {
  border-top-color: #e0e7ee;
}
.light-theme .theme-3-0 .notification .main-content .section-content p {
  color: #626b72;
}
.light-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header {
  background-color: #fafcfd;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  p
  span {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  .image-wrapper {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme .theme-3-0 .notification .main-content .user {
  background-color: #fafcfd;
}
.light-theme .theme-3-0 .notification .main-content .admin {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .notification .main-content .admin p {
  color: #3b4348;
}
.light-theme .theme-3-0 .notification .main-content .admin .msg-header {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .notification .suggestions-right {
  background-color: #ffffff;
  border-color: #e0e7ee;
  box-shadow: 0 10px 10px -10px rgba(59, 67, 72, 0.18);
}
.light-theme .theme-3-0 .notification .suggestions-right .title-suggestions {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .notification .suggestions-right .body-suggestion p {
  color: #4a545b;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p {
  color: #3b4348;
}
.light-theme .theme-3-0 .notification .suggestions-right.suggestion-example {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion {
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs,
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:first-child,
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:first-child {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:last-child,
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:last-child {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  p {
  color: #4a545b;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:first-child {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:last-child {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .bottom-info
  p {
  color: #4a545b;
}
.light-theme .theme-3-0 .dz-filename .file,
.light-theme .theme-3-0 .files-wrapper .file {
  color: #3b4348;
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(59, 67, 72, 0.05);
}
.light-theme .theme-3-0 .dz-filename .loading .file-name,
.light-theme .theme-3-0 .files-wrapper .loading .file-name {
  color: #afb9c2;
}
.light-theme .theme-3-0 .dz-filename .loading .dz-name,
.light-theme .theme-3-0 .files-wrapper .loading .dz-name {
  color: #afb9c2;
}
.light-theme .theme-3-0 .dz-filename .docx .file-name,
.light-theme .theme-3-0 .files-wrapper .docx .file-name {
  color: #295598;
}
.light-theme .theme-3-0 .dz-filename .zip .file-name,
.light-theme .theme-3-0 .files-wrapper .zip .file-name {
  color: #c59700;
}
.light-theme .theme-3-0 .dz-filename .xls .file-name,
.light-theme .theme-3-0 .files-wrapper .xls .file-name {
  color: #00733a;
}
.light-theme .theme-3-0 .dz-filename .html .file-name,
.light-theme .theme-3-0 .files-wrapper .html .file-name {
  color: #259eb4;
}
.light-theme .theme-3-0 .dz-filename .pdf .file-name,
.light-theme .theme-3-0 .files-wrapper .pdf .file-name {
  color: #e0131e;
}
.light-theme .theme-3-0 .dz-filename .jpg .file-name,
.light-theme .theme-3-0 .files-wrapper .jpg .file-name {
  color: #cb9165;
}
.light-theme .theme-3-0 .dz-filename .other .file-name,
.light-theme .theme-3-0 .files-wrapper .other .file-name {
  color: #828a91;
}
.light-theme .theme-3-0 .dz-filename .problem,
.light-theme .theme-3-0 .files-wrapper .problem {
  border-color: #ffd7d7;
  color: #fd7676;
  opacity: 0.9;
}
.light-theme .theme-3-0 .dz-filename .problem-alert,
.light-theme .theme-3-0 .files-wrapper .problem-alert {
  border-color: #ffc2c2;
  background-color: #fff9f9;
  box-shadow: 0 5px 10px 0 rgba(234, 56, 57, 0.05);
}
.light-theme .theme-3-0 .dz-filename .problem-alert p,
.light-theme .theme-3-0 .files-wrapper .problem-alert p {
  color: #3b4348 !important;
}
.light-theme .theme-3-0 .dz-upload {
  background-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .notification-title
  strong {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification::before,
.light-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification::after {
  background-color: #fac800;
}
.light-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::before,
.light-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::after {
  background-color: #fac800;
}
.light-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification
  .status-box {
  border-color: #ffe468;
  background-color: #fff7d1;
  color: #ebb500;
}
.light-theme
  .theme-3-0
  .notification-open
  .main-header
  .btn-close-notification {
  border: 2px solid rgba(18, 18, 20, 0.09);
  background-color: #24c432;
}
.light-theme .theme-3-0 .notification-open .section-uploader {
  border-top-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme .theme-3-0 .notification-open .section-uploader textarea {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .notification-open
  .section-uploader
  .button-wrapper
  .btn-white {
  background-color: #ffffff;
  border-color: #ff8522;
}
.light-theme .theme-3-0 #domainList .dashboard label {
  background-color: #fafcfd;
  color: #c7d1da;
}
.light-theme
  .theme-3-0
  #domainList
  .main-header
  .right-side
  .select-filter-box
  .menu-content
  .checkbox-filter-list {
  border-top-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #domainList
  .main-header
  .right-side
  .select-filter-box
  .menu-content
  .checkbox-filter-list
  .title
  p {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description
  p {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2 {
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0.1);
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row {
  border-top-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second {
  border-right-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-title,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-title,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-title {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered {
  border-left-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p
  a,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p
  a,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p
  a {
  color: #fb781d;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p
  .gray,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p
  .gray,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p
  .gray {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .data-box.warning,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .data-box.warning,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .data-box.warning {
  border-color: #ffe468;
  background-color: #fffbe8;
  color: #d2a200;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .data-box.info,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .data-box.info,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .data-box.info {
  border-color: #7be6ff;
  background-color: #eafbff;
  color: #00bbea;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .data-box.success,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .data-box.success,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .data-box.success {
  color: #24c432;
  border-color: #9ff4a7;
  background-color: #f8fff9;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .data-box.danger,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .data-box.danger,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .data-box.danger {
  border-color: #ffc2c2;
  background-color: #fff9f9;
  color: #ff5959;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article:not(:last-child),
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article:not(:last-child),
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article:not(:last-child) {
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article
  .domain-status,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article
  .domain-status,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  .domain-status {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article
  .domain-status
  a,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article
  .domain-status
  a,
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  .domain-status
  a {
  color: #fb781d;
}
.light-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .domain-alert-info
  .domain-alert
  p {
  color: #ea3839;
}
.light-theme .theme-3-0 #domainList .add-info .main-info-ctn .main-info .title {
  color: #afb9c2;
}
@media screen and (max-width: 1650px) {
  .light-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third {
    border-top-color: #eff3f7;
  }
  .light-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article:not(:last-child) {
    border-right-color: #eff3f7;
  }
}
@media screen and (max-width: 700px) {
  .light-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .first {
    border-bottom-color: #eff3f7;
  }
  .light-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article:not(:last-child) {
    border-bottom-color: #eff3f7;
  }
  .light-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .mobile-buttons {
    border-top-color: #eff3f7;
  }
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-header
  .right-side
  .searchbox
  input:focus::-webkit-input-placeholder {
  color: #98a2ab !important;
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-header
  .right-side
  .searchbox
  input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-name-date {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-name-date
  .name-domain {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third {
  border-left-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  ul
  li:hover
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  ul
  li:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .buttons-action-bottom {
  border-top-color: #e0e7ee;
}
.light-theme .theme-3-0 .list-of-orders .add-certificat-page {
  border-color: #e0e7ee;
  background-color: #fafcfd;
  box-shadow: 0 3px 6px 0 rgba(59, 67, 72, 0.07);
}
.light-theme .theme-3-0 .list-of-orders .add-certificat-page h3 {
  color: #3b4348;
}
.light-theme .theme-3-0 .blank-content .color-block {
  background-color: #e8eef4;
}
.light-theme .theme-3-0 .main-body-heart {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme .theme-3-0 .main-body-heart .left-side .text-holder p {
  color: #828a91;
}
.light-theme
  .theme-3-0
  .main-body-heart
  .danger-panel
  .left-side
  .text-holder
  .colored {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  .main-body-heart
  .warning-panel
  .left-side
  .text-holder
  .colored {
  color: #d2a200;
}
.light-theme
  .theme-3-0
  .dashboard
  .ssh-active
  .main-service
  .main-service-content
  .switch-box {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder {
  border-color: #ffd500;
  background-color: #fffcf0;
}
.light-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder a p,
.light-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder button p {
  color: #626b72;
}
.light-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder:hover {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .list-accessories .main-list .list-item .left-box {
  background-color: #ffffff;
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .list-accessories .main-list .list-item .right-box {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .title
  p {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .title
  h3 {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  .name {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  ul
  li
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile.dotted
  ul
  li:before {
  background-color: #000000;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .check-group
  .label {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .action-bottom
  .mobile-wrapper
  .more
  svg {
  stroke: #afb9c2;
}
.light-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item.open
  .right-box
  .action-bottom
  .mobile-wrapper
  .more
  svg {
  stroke: #ff8522;
}
@media screen and (max-width: 900px) {
  .light-theme .theme-3-0 .list-accessories .main-list .list-item .right-box {
    background-color: #ffffff;
  }
}
.light-theme
  .theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 6px 10px -5px rgba(39, 49, 53, 0.1);
}
.light-theme
  .theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .generated-code {
  color: #1ac528;
}
.light-theme
  .theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .link-date-wrapper
  p
  span:first-child {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .managing-limits
  .header-holder
  .header
  .limit-title
  h2 {
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .switch-box
  .limit-description
  .saldo {
  color: #9fabb5;
}
.light-theme
  .theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .limit-cost {
  background-color: #ffffff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .limit-cost
  p:first-child {
  color: #86919b;
}
.light-theme .theme-3-0 .managing-limits .limit-panels-holder .limit-panel {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme .theme-3-0 .managing-limits .col-md-6 .wrap {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table
  thead
  tr
  th
  p {
  color: #3a4249;
}
.light-theme .theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody {
  border-top-color: #eff3f7;
}
.light-theme .theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr {
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table
  tbody
  tr
  td.daytime
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table
  tbody
  tr
  td.expenses
  p {
  color: #6f777e;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table
  tbody
  tr
  td.expenses
  span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.resource-name
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.value-resource
  p {
  color: #2d3338;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.graduation-status
  p {
  color: #fc3f48;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border-color: #ebb500;
  background-color: #ffd500;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-info {
  background-color: #d5f7ff;
  border-color: #7be6ff;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-success {
  border-color: #77e681;
  background-color: #dcffdf;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-warning {
  border-color: #ffd500;
  background-color: #fff7d1;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border-color: #ebb500;
  background-color: #ffd500;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-info {
  background-color: #d5f7ff;
  border-color: #7be6ff;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress
  .no-limit-anime {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-success {
  border-color: #77e681;
  background-color: #dcffdf;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-warning {
  border-color: #ffd500;
  background-color: #fff7d1;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border-color: #ebb500;
  background-color: #ffd500;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.action
  td
  a {
  color: #f85f08;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.active
  .value-resource
  p {
  color: #6f777e;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.active
  .graduation-status
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.no-limit
  .value-resource
  p {
  color: #6f777e;
}
.light-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.no-limit
  .graduation-status
  p {
  color: #2d3338;
}
.light-theme .theme-3-0 .managing-limits .col-md-6 .wrap .bottom {
  border-top-color: #eff3f7;
}
.light-theme
  .theme-3-0
  .managing-limits
  .add-info
  .buttons
  .button:first-child {
  border-right-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .managing-limits
  .add-info
  .buttons
  a:hover
  .icon
  svg
  .bg-2 {
  fill: #ffdfba;
}
@media screen and (max-width: 992px) {
  .light-theme
    .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .limit-cost {
    border-left-color: #e0e7ee;
  }
}
@media screen and (max-width: 420px) {
  .light-theme
    .theme-3-0
    .managing-limits
    .add-info
    .buttons
    .button:nth-of-type(even) {
    border-right-colot: #e0e7ee;
  }
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .method-group {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover {
  border-color: #ff8522;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover
  svg
  .stroke {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .bottom-side
  .mail-page
  .main-info-mail {
  width: calc(100% - 400px);
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table {
  border-top-color: #eff3f7;
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row {
  border-right-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row
  .fv-title {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row
  .fv-paid-name {
  color: #fc7500;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row:not(:first-child) {
  border-top-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper
  .text-holder {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper
  .text-holder
  p:first-child {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  svg
  #Stroke-26,
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  svg
  #Stroke-30 {
  stroke: #ea3839 !important;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  svg
  #Fill-28,
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  svg
  #Fill-32 {
  fill: #ea3839 !important;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  .fv-name
  span {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  .main-status
  p {
  color: #ea3839;
}
.light-theme .theme-3-0 #fvList .fv-content .main-list .pay-warning .fv-price {
  color: #ea3839;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-complete
  .fv-name
  span {
  color: #1ac528;
}
.light-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-complete
  .main-status
  p {
  color: #1ac528;
}
.light-theme .theme-3-0 #fvList .fv-content .main-list .pay-complete .fv-price {
  color: #1ac528;
}
.light-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Stroke-26,
.light-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Stroke-30 {
  stroke: #98a2ab;
}
.light-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Fill-28,
.light-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Fill-32 {
  fill: #98a2ab;
}
.light-theme .theme-3-0 #fvList .fv-content .main-list .normal .fv-price {
  color: #3b4348;
}
.light-theme .theme-3-0 #fvList .fv-saldo {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper {
  border-bottom-color: #e0e7ee;
}
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper::after,
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper::before {
  background-color: #c5cfd8;
}
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-title {
  color: #3b4348;
}
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount::after,
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount::before {
  background-color: #c5cfd8;
}
.light-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
  color: #1ac528;
}
.light-theme .theme-3-0 #fvList .main-list .pay-warning .fv-name svg #Stroke-26,
.light-theme
  .theme-3-0
  #fvList
  .main-list
  .pay-warning
  .fv-name
  svg
  #Stroke-30 {
  stroke: #ff8522 !important;
}
.light-theme .theme-3-0 #fvList .main-list .pay-warning .fv-name svg #Fill-28,
.light-theme .theme-3-0 #fvList .main-list .pay-warning .fv-name svg #Fill-32 {
  fill: #ff8522 !important;
}
.light-theme .theme-3-0 #fvList .main-list .pay-warning .fv-name span {
  color: #ff8522;
}
.light-theme .theme-3-0 #fvList .main-list .pay-warning .main-status p {
  color: #ff8522;
}
.light-theme .theme-3-0 #fvList .main-list .pay-warning .fv-price {
  color: #ff8522;
}
.light-theme .theme-3-0 #fvList .main-list .pay-danger .fv-name svg #Stroke-26,
.light-theme .theme-3-0 #fvList .main-list .pay-danger .fv-name svg #Stroke-30 {
  stroke: #ea3839 !important;
}
.light-theme .theme-3-0 #fvList .main-list .pay-danger .fv-name svg #Fill-28,
.light-theme .theme-3-0 #fvList .main-list .pay-danger .fv-name svg #Fill-32 {
  fill: #ea3839 !important;
}
.light-theme .theme-3-0 #fvList .main-list .pay-danger .fv-name span {
  color: #ea3839;
}
.light-theme .theme-3-0 #fvList .main-list .pay-danger .main-status p {
  color: #ea3839;
}
.light-theme .theme-3-0 #fvList .main-list .pay-danger .fv-price {
  color: #ea3839;
}
@media screen and (max-width: 880px) {
  .light-theme
    .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-table
    .fv-list-table
    .fv-list-row:not(:last-child) {
    border-bottom-color: #eff3f7;
  }
}
.light-theme .theme-3-0 .list-dns .main-header .left-side a.btn-grey {
  color: #98a2ab !important;
}
.light-theme
  .theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  a.btn-grey {
  color: #98a2ab !important;
}
.light-theme
  .theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li.relocation-emailbox
  p {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li.creator-spf {
  border-top-color: #e0e7ee;
  border-bottom-color: #e0e7ee;
}
.light-theme .theme-3-0 .list-dns .main-body table.table {
  border-color: #e0e7ee;
}
.light-theme .theme-3-0 .list-dns .main-body table.table thead {
  background-color: #fafcfd;
  border-bottom-color: #eff3f7;
  border-top-color: #eff3f7;
}
.light-theme .theme-3-0 .list-dns .main-body table.table thead tr th {
  color: #afb9c2;
}
.light-theme .theme-3-0 .list-dns .main-body table.table tbody {
  background-color: #ffffff;
}
.light-theme .theme-3-0 .list-dns .main-body table.table tbody tr {
  border-bottom-color: #eff3f7;
}
.light-theme .theme-3-0 .list-dns .main-body table.table tbody tr td p .bolder {
  color: #3b4348;
}
.light-theme .theme-3-0 .list-dns .main-body table.table tbody tr .type span {
  background-color: #ffffff;
}
@media screen and (max-width: 900px) {
  .light-theme .theme-3-0 .list-dns .main-body .list-item {
    border-bottom-color: #e0e7ee;
  }
}
.light-theme .theme-3-0 #partners .header h2 {
  color: #98a2ab;
}
.light-theme .theme-3-0 #partners .partners-content .recomended-link {
  border-color: #e0e7ee;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme .theme-3-0 #partners .partners-content .recomended-link .link-top {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-bottom {
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-bottom
  .social-media
  .btn-fb {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #4167b4;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-bottom
  .social-media
  .btn-tw {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #10a2f5;
}
.light-theme .theme-3-0 #partners .partners-content .recomended-statistic {
  border-color: #e0e7ee;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-left {
  background-color: #fafcfd;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid,
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right {
  border-right-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper
  .number-holder
  .number-green {
  color: #1ac528;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right
  .row-wrapper
  .number-holder
  .number-blue {
  color: #00bcec;
}
.light-theme .theme-3-0 #partners .partners-content .header span {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .top-side {
  border-bottom-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .top-side
  h5 {
  color: #2d3338;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .bottom-side
  span {
  color: #828a91;
  border-right-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  p {
  color: #1ac528;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more {
  background-color: transparent;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more
  .colored
  .dot {
  fill: #ff9c4c;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more
  .colored
  .stroke {
  stroke: #ff9c4c;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile {
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile
  .text-wrapper
  span {
  color: #828a91;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile.patch-06-03-02 {
  border-bottom-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile.patch-06-03-02
  .text-wrapper
  span {
  color: #828a91;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll {
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph {
  border-right-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel {
  border-color: #e8eef4;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel::before {
  border-color: #e8eef4;
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  .circle {
  border-color: #e8eef4;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  .circle
  .dot {
  background-color: #828a91;
}
.light-theme .theme-3-0 #partners .right-side .partners-price {
  border-color: #9ff4a7;
  background-color: #f8fff9;
}
.light-theme .theme-3-0 #partners .right-side .partners-price .price-wrapper {
  border-bottom-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper::after,
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper::before {
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-title {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount {
  border-color: #9ff4a7;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount::after,
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount::before {
  background-color: #9ff4a7;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount
  p {
  color: #1ac528;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-description
  p {
  color: #3b4348;
}
.light-theme .theme-3-0 #partners .right-side .main-info-ctn .main-info {
  background-color: #ffffff;
}
.light-theme .theme-3-0 #partners .right-side .main-info-ctn .main-info:before {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .corner
  path {
  fill: #e0e7ee;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .corner
  polygon {
  fill: #eff3f7;
}
.light-theme .theme-3-0 #partners .right-side .main-info-ctn .main-info h4 {
  border-bottom-color: #e8eef4;
  color: #98a2ab;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper {
  border-bottom-color: #e8eef4;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-left
  .big-procent {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-left
  p {
  color: #828a91;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners {
  border-color: #c7d1da;
  background-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value {
  border-color: #44d751;
  background-color: #c5feca;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::before,
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::after {
  background-color: #44d751;
}
.light-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .btn-bottom-info-panel
  .button {
  border-color: #e0e7ee;
  background-color: #fafcfd;
}
@media screen and (max-width: 1500px) {
  .light-theme
    .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right {
    border-color: #e0e7ee;
  }
}
@media screen and (max-width: 850px) {
  .light-theme
    .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-left {
    border-color: #e0e7ee;
  }
}
.light-theme
  .theme-3-0
  .list-transaction
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .pending-funds {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-transaction
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .price-value {
  color: #1ac528;
}
.light-theme .theme-3-0 .list-transaction .main-body table.table tbody tr td p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.amount
  .mobile-name,
.light-theme
  .theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.balance-after
  .mobile-name {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.operation
  .value-operation
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.operation
  .value-operation
  span {
  color: #c7d1da;
}
.light-theme
  .theme-3-0
  .list-transaction
  .main-body
  table.table
  tbody
  tr
  td.title
  .title-payment
  .number-id {
  color: #c7d1da;
}
@media screen and (max-width: 1080px) {
  .light-theme .theme-3-0 .list-transaction .main-body .list-item {
    border-bottom-color: #e0e7ee;
  }
  .light-theme .theme-3-0 .list-transaction .main-body table.table tbody {
    background-color: transparent !important;
  }
  .light-theme .theme-3-0 .list-transaction .main-body table.table tbody tr {
    border-color: #e0e7ee !important;
    background-color: #ffffff;
  }
  .light-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr:last-child {
    border-color: #e0e7ee !important;
  }
  .light-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.amount,
  .light-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    border-top-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    border-left-color: #e0e7ee;
  }
}
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options
  p:first-child,
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options
  p:first-child,
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options
  p:first-child {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options
  p:last-child,
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options
  p:last-child,
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options
  p:last-child {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .first
  .article-bordered
  .options
  span.light,
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .second
  .article-bordered
  .options
  span.light,
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .article-bordered
  .options
  span.light {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  #domainList.ssh
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .ssh-holder
  .third
  .catalog {
  color: #3b4348;
}
.light-theme .theme-3-0 #domainList.ssh .add-info .catalog p {
  color: #4a545b;
}
.light-theme .theme-3-0 #domainList.ssh .add-info .buttons.yellow-action {
  border: 2px solid #ffd500;
}
.light-theme
  .theme-3-0
  #domainList.ssh
  .add-info
  .buttons.yellow-action
  .button {
  background-color: #fffcf0;
}
.light-theme .theme-3-0 #raports .raports-title {
  color: #afb9c2;
}
.light-theme .theme-3-0 #raports .main-body .list-item {
  background-color: transparent;
}
.light-theme .theme-3-0 #raports .main-body .list-item .item-header {
  background-color: #ffffff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .form-group
  .select-img
  .selected
  .option
  span.option-txt
  a {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .form-group
  .select-img
  .options
  ul
  li.option
  .option-cnt
  span.option-txt
  a {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .form-group
  .select-img
  .options
  ul
  li.option:hover
  .option-cnt
  span.option-txt
  a {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a:hover {
  border-color: #ff8522;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a:hover
  svg
  .stroke {
  stroke: #ff8522;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a:hover
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .text-holder
  .total-amount {
  color: #2d3338;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .img-text
  .text-holder
  .amount {
  color: #3b4348;
}
.light-theme .theme-3-0 #raports .main-body .list-item .item-body-table {
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .suma {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .costs {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .limits {
  border-left-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody {
  border-color: #e0e7ee;
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .suma {
  border-left-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .costs {
  border-left-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits {
  border-left-color: #eff3f7;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .limits-amount {
  color: #86919b;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .cpu-color {
  color: #1bbf14;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .ram-color {
  color: #16aee7;
}
.light-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .ssd-color {
  color: #c79207;
}
@media screen and (max-width: 1600px) {
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .left-side {
    border-bottom-color: #e0e7ee;
  }
}
@media screen and (max-width: 950px) {
  .light-theme .theme-3-0 #raports .main-body .list-item .item-header {
    border-bottom-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody {
    border-bottom-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits {
    border-top-color: #e0e7ee;
  }
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(2)::before,
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(3)::before,
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(4)::before {
    color: #afb9c2;
  }
}
@media screen and (max-width: 550px) {
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .img-text
    .text-holder
    .raports-title {
    color: #3b4348;
  }
  .light-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .text-holder
    .raports-title {
    color: #3b4348;
  }
}
.light-theme .theme-3-0 .list-cron .main-body table.table thead {
  border-top-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-button {
  background-color: #ffffff;
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content:before {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:first-child:hover {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li
  a {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover {
  background-color: #f6fafc;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a {
  color: #ff8522;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .dot {
  fill: #ff8522;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke {
  stroke: #ffaa60;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .bg-2 {
  fill: #ffdfba;
}
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td.interval
  p,
.light-theme .theme-3-0 .list-cron .main-body table.table tbody tr td.program p,
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td.aplication-url
  p,
.light-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td.profile
  p {
  color: #424242;
}
.light-theme .theme-3-0 .credit-card .card-wrapper .card-holder .card-top {
  border-bottom-color: #e8eef4;
}
.light-theme
  .theme-3-0
  .credit-card
  .card-wrapper
  .card-holder
  .card-top
  .card-number {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .credit-card
  .card-wrapper
  .card-holder
  .card-top
  .card-expired {
  color: #98a2ab;
}
.light-theme .theme-3-0 .credit-card .card-wrapper .filled {
  border-color: #e0e7ee;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme .theme-3-0 .credit-card .card-wrapper .empty {
  border-radius: 16px;
  background-color: #e8eef4;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .alert.alert-info
  .left-action-alert
  h3 {
  color: #3b4348 !important;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .alert.alert-info
  .right-action-alert
  .span-progress
  span {
  background-color: #c5cfd8;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .alert.alert-info
  .right-action-alert
  .span-progress
  span.progreess {
  background-color: #00c6f3;
}
.light-theme .theme-3-0 .statistics-estimation .suggestions-right {
  background-color: #ffffff;
  border-color: #e0e7ee;
  box-shadow: 0 10px 10px -10px rgba(59, 67, 72, 0.18);
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right
  .title-suggestions {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right
  .body-suggestion
  p {
  color: #4a545b;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example {
  background-color: #fafcfd;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion {
  background-color: #ffffff;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example
  p {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs,
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:first-child,
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:first-child {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:last-child,
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:last-child {
  color: #3b4348;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  span {
  color: #afb9c2;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  p {
  color: #4a545b;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:first-child {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:last-child {
  border-color: #e0e7ee;
}
.light-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .bottom-info
  p {
  color: #4a545b;
}

.dark-theme .theme-3-0 {
  color: #afb9c2;
}
.dark-theme .theme-3-0 svg .stroke {
  stroke: #e0e7ee;
}
.dark-theme .theme-3-0 svg .stroke-2 {
  stroke: #fafcfd;
}
.dark-theme .theme-3-0 svg .dot {
  fill: #fafcfd;
}
.dark-theme .theme-3-0 svg .bg {
  fill: #343b3e;
}
.dark-theme .theme-3-0 svg .close-btn {
  stroke: #fafcfd;
}
.dark-theme .theme-3-0 svg.danger-icon .stroke {
  stroke: #ff5959;
}
.dark-theme .theme-3-0 svg.danger-icon .stroke-2 {
  stroke: #ffa3a2;
}
.dark-theme .theme-3-0 svg.danger-icon .dot {
  fill: #ffa3a2;
}
.dark-theme .theme-3-0 svg.danger-icon .bg {
  fill: rgba(253, 118, 118, 0.1);
}
.dark-theme .theme-3-0 .select2 .selection .select2-selection {
  border-color: #363c3f;
  background-color: #444c51;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme
  .theme-3-0
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .select2
  .selection
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: #626b72;
}
.dark-theme .theme-3-0 .select2-container .select2-dropdown {
  border-color: #363c3f;
  background-color: #444c51;
}
.dark-theme
  .theme-3-0
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option--highlighted {
  background-color: #626b72;
}
.dark-theme
  .theme-3-0
  .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background-color: #626b72;
}
.dark-theme .theme-3-0 .select-img.select-img-lg .selected .option .option-txt {
  color: #fff;
  border-left-color: #4a545b;
}
.dark-theme .theme-3-0 .select-img .selected {
  border-color: #4a545b;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .select-img .selected .option .option-txt {
  color: #fff;
  border-left-color: #4a545b;
}
.dark-theme .theme-3-0 .select-img .options {
  border-color: #4a545b;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .select-img .options ul {
  border-top-color: #4a545b;
}
.dark-theme .theme-3-0 .select-img .options ul li .option-cnt .option-txt {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .select-img
  .options
  ul
  li
  .option-cnt:hover
  .option-txt {
  color: #fb781d;
}
.dark-theme .theme-3-0 .select-img .options ul li input:checked + .option-cnt {
  background-color: transparent;
}
.dark-theme .theme-3-0 .select-img.open .selected {
  border-color: #6c7b85;
}
.dark-theme .theme-3-0 .select-img.open .options {
  border-left-color: #6c7b85;
  border-right-color: #6c7b85;
  border-bottom-color: #6c7b85;
}
.dark-theme .theme-3-0 .switch-horizontal .rail {
  border-color: #273135;
  background-color: #444c51;
}
.dark-theme .theme-3-0 .switch-horizontal .rail .knob {
  border-color: #273135;
  background-color: #3b4348;
  box-shadow: 0 7px 10px 0 rgba(39, 49, 53, 0.12);
}
.dark-theme .theme-3-0 .switch-horizontal .rail .knob::before {
  border-color: #273135;
  background-color: #444c51;
}
.dark-theme .theme-3-0 .switch-horizontal .rail .knob::after {
  background-color: #273135;
}
.dark-theme .theme-3-0 .switch-horizontal .rail::before {
  background-color: #273135;
}
.dark-theme .theme-3-0 .switch-horizontal .rail::after {
  background-color: #273135;
}
.dark-theme .theme-3-0 .switch-horizontal .checkbox:checked ~ .rail {
  background-color: #77e681;
  border-color: #24c432;
}
.dark-theme .theme-3-0 .switch-horizontal .checkbox:checked ~ .rail::before,
.dark-theme .theme-3-0 .switch-horizontal .checkbox:checked ~ .rail::after {
  background-color: #dcffdf;
}
.dark-theme
  .theme-3-0
  .switch-horizontal
  .checkbox:checked
  ~ .rail
  .knob::before {
  background-color: #77e681;
  border-color: #24c432;
  box-shadow: 0 0 10px 0 #77e681;
}
.dark-theme
  .theme-3-0
  .switch-horizontal
  .checkbox:checked
  ~ .rail
  .knob::after {
  background-color: #dcffdf;
}
.dark-theme .theme-3-0 .switch-vertical .rail {
  border-color: #273135;
  background-color: #444c51;
}
.dark-theme .theme-3-0 .switch-vertical .rail .knob {
  border-color: #273135;
  background-color: #3b4348;
  box-shadow: 0 7px 10px 0 rgba(39, 49, 53, 0.12);
}
.dark-theme .theme-3-0 .switch-vertical .rail .knob::before {
  border-color: #273135;
  background-color: #444c51;
}
.dark-theme .theme-3-0 .switch-vertical .rail .knob::after {
  background-color: #273135;
}
.dark-theme .theme-3-0 .switch-vertical .rail::before {
  background-color: #273135;
}
.dark-theme .theme-3-0 .switch-vertical .rail::after {
  background-color: #273135;
}
.dark-theme .theme-3-0 .switch-vertical .checkbox:checked ~ .rail {
  background-color: #77e681;
  border-color: #24c432;
}
.dark-theme .theme-3-0 .switch-vertical .checkbox:checked ~ .rail::before,
.dark-theme .theme-3-0 .switch-vertical .checkbox:checked ~ .rail::after {
  background-color: #dcffdf;
}
.dark-theme
  .theme-3-0
  .switch-vertical
  .checkbox:checked
  ~ .rail
  .knob::before {
  background-color: #77e681;
  border-color: #24c432;
  box-shadow: 0 0 10px 0 #77e681;
}
.dark-theme .theme-3-0 .switch-vertical .checkbox:checked ~ .rail .knob::after {
  background-color: #dcffdf;
}
.dark-theme .theme-3-0 .tooltip-desc.active {
  color: #fc7500;
}
.dark-theme .theme-3-0 a {
  color: #ff9c4c;
}
.dark-theme .theme-3-0 a:hover {
  color: #ffb070;
}
.dark-theme .theme-3-0 .btn-edit {
  color: #ff9c4c;
}
.dark-theme .theme-3-0 .btn-edit:hover,
.dark-theme .theme-3-0 .btn-edit:active,
.dark-theme .theme-3-0 .btn-edit:focus {
  color: #ffbe89;
}
.dark-theme .theme-3-0 .btn {
  color: #fff;
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15));
  filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.15));
}
.dark-theme .theme-3-0 .btn:hover {
  color: #fff;
}
.dark-theme .theme-3-0 .btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  -webkit-filter: drop-shadow(0 3px 2px rgba(39, 49, 53, 0.15));
  filter: drop-shadow(0 3px 2px rgba(39, 49, 53, 0.15));
}
.dark-theme .theme-3-0 .btn.btn-link {
  color: #fb781d;
}
.dark-theme .theme-3-0 .btn.btn-lg.btn-grey {
  border: 2px solid #c7ced5;
}
.dark-theme .theme-3-0 .btn.btn-lg.btn-grey:hover,
.dark-theme .theme-3-0 .btn.btn-lg.btn-grey:focus {
  border: 2px solid #e0e7ee;
}
.dark-theme .theme-3-0 .btn.btn-lg.btn-grey svg .stroke {
  stroke: #c7d1da;
}
.dark-theme .theme-3-0 .btn.btn-md.btn-grey {
  border-color: #c7ced5;
}
.dark-theme .theme-3-0 .btn.btn-md.btn-grey:hover,
.dark-theme .theme-3-0 .btn.btn-md.btn-grey:focus {
  border-color: #e0e7ee;
}
.dark-theme .theme-3-0 .btn.btn-md.btn-grey svg .stroke {
  stroke: #c7d1da;
}
.dark-theme .theme-3-0 .btn.btn-sm.btn-grey {
  border-color: #c7ced5;
  border-radius: 100px;
}
.dark-theme .theme-3-0 .btn.btn-sm.btn-grey:hover,
.dark-theme .theme-3-0 .btn.btn-sm.btn-grey:focus {
  border-color: #e0e7ee;
}
.dark-theme .theme-3-0 .btn.btn-sm.btn-grey svg .stroke {
  stroke: #c7d1da;
}
.dark-theme .theme-3-0 .btn-primary {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #ff8522;
  color: #ffffff;
}
.dark-theme .theme-3-0 .btn-primary:hover,
.dark-theme .theme-3-0 .btn-primary:active,
.dark-theme .theme-3-0 .btn-primary:focus,
.dark-theme .theme-3-0 .btn-primary:active:focus {
  background-color: #ff9946;
  border: 2px solid rgba(18, 18, 20, 0.09);
}
.dark-theme .theme-3-0 .btn-primary.btn-img svg .dot {
  fill: #fff;
}
.dark-theme .theme-3-0 .btn-primary.btn-img svg .stroke {
  stroke: #fff;
}
.dark-theme .theme-3-0 .btn-primary.btn-img svg .stroke-2 {
  stroke: #fff;
}
.dark-theme .theme-3-0 .btn-default {
  border-color: #ff9c4c;
  color: #ff9c4c;
}
.dark-theme .theme-3-0 .btn-default:hover,
.dark-theme .theme-3-0 .btn-default:active,
.dark-theme .theme-3-0 .btn-default:focus,
.dark-theme .theme-3-0 .btn-default:active:focus {
  border-color: #ffb070;
  color: #ffb070;
}
.dark-theme .theme-3-0 .btn-default.btn-img svg .dot {
  fill: #ffc796;
}
.dark-theme .theme-3-0 .btn-default.btn-img svg .stroke {
  stroke: #ffaa60;
}
.dark-theme .theme-3-0 .btn-default.btn-img svg .stroke-2 {
  stroke: #ffc796;
}
.dark-theme .theme-3-0 .btn-info {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #00bbea;
}
.dark-theme .theme-3-0 .btn-info:active:focus {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #00bbea;
}
.dark-theme .theme-3-0 .btn-expanded {
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.5));
  filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0.5));
}
.dark-theme .theme-3-0 .btn-expanded:hover .btn-header .bg {
  background-color: #ff9946;
  border: 2px solid rgba(18, 18, 20, 0.09);
}
.dark-theme .theme-3-0 .btn-expanded .btn-header {
  color: #fff;
}
.dark-theme .theme-3-0 .btn-expanded .btn-header svg .dot {
  fill: #fff;
}
.dark-theme .theme-3-0 .btn-expanded .btn-header svg .stroke {
  stroke: #fff;
}
.dark-theme .theme-3-0 .btn-expanded .btn-header .bg {
  background-color: #ff8522;
  border-color: rgba(18, 18, 20, 0.09);
}
.dark-theme .theme-3-0 .btn-expanded .btn-body .btn-ctn ul {
  border-top-color: #343b3e;
}
.dark-theme .theme-3-0 .btn-expanded .btn-body .btn-ctn ul li a {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .btn-expanded .btn-body .btn-ctn ul li:hover a {
  color: #ff8522;
}
.dark-theme .theme-3-0 .btn-expanded.open {
  background-color: #3b4348;
  border-color: #ff8522;
}
.dark-theme .theme-3-0 .btn-expanded.open .btn-header {
  color: #ff8522;
}
.dark-theme .theme-3-0 .btn-expanded.open .btn-header .bg {
  background-color: #3b4348;
  border-color: #ff8522;
}
.dark-theme .theme-3-0 .btn-expanded.open .btn-header svg .dot {
  fill: #ff8522;
}
.dark-theme .theme-3-0 .btn-expanded.open .btn-header svg .stroke {
  stroke: #ff8522;
}
.dark-theme .theme-3-0 .check-group .check {
  background-color: #3b4348;
  border-color: #4a545b;
}
.dark-theme .theme-3-0 .check-group .check:before {
  border-bottom-color: #c7ced5;
  border-right-color: #c7ced5;
}
.dark-theme .theme-3-0 .check-group .check:hover {
  border-color: #6c7b85;
}
.dark-theme .theme-3-0 .check-group .label {
  color: #ffffff;
}
.dark-theme .theme-3-0 .border-radio-group .bg {
  background-color: #3b4348;
  border-color: #4a545b;
}
.dark-theme .theme-3-0 .border-radio-group .radio {
  border-color: #afb9c2;
  background-color: #363c3f;
}
.dark-theme .theme-3-0 .border-radio-group .radio::after {
  background-color: #afb9c2;
}
.dark-theme .theme-3-0 .border-radio-group .label {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .border-radio-group input:checked ~ .bg {
  border-color: #5a666f;
  background-color: #363c3f;
  box-shadow: 0 4px 5px 0 #273135;
}
.dark-theme .theme-3-0 .form-control,
.dark-theme .theme-3-0 .universal.form-group > .input-group {
  background-color: #3b4348;
  border-color: #4a545b;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  color: #ffffff;
}
.dark-theme .theme-3-0 .form-control:focus,
.dark-theme .theme-3-0 .universal.form-group > .input-group:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #6c7b85;
}
.dark-theme .theme-3-0 .form-control .input-group-addon,
.dark-theme .theme-3-0 .universal.form-group > .input-group .input-group-addon {
  background-color: #3b4348;
  color: #afb9c2;
}
.dark-theme .theme-3-0 .form-control.border-addon .input-group-addon,
.dark-theme
  .theme-3-0
  .universal.form-group
  > .input-group.border-addon
  .input-group-addon {
  border-color: #4a545b !important;
}
.dark-theme .theme-3-0 .has-error .form-control,
.dark-theme .theme-3-0 .has-error.universal.form-group > .input-group {
  border-color: #fd5b5d;
}
.dark-theme .theme-3-0 .has-error .form-control:focus,
.dark-theme .theme-3-0 .has-error.universal.form-group > .input-group:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #ef0306;
}
.dark-theme .theme-3-0 .has-error .checkbox,
.dark-theme .theme-3-0 .has-error .checkbox-inline,
.dark-theme .theme-3-0 .has-error .control-label,
.dark-theme .theme-3-0 .has-error .help-block,
.dark-theme .theme-3-0 .has-error .radio,
.dark-theme .theme-3-0 .has-error .radio-inline,
.dark-theme .theme-3-0 .has-error.checkbox label,
.dark-theme .theme-3-0 .has-error.checkbox-inline label,
.dark-theme .theme-3-0 .has-error.radio label,
.dark-theme .theme-3-0 .has-error.radio-inline label {
  color: #fd5b5d;
}
.dark-theme .theme-3-0 .has-warning .form-control {
  border-color: #ffaa60;
}
.dark-theme .theme-3-0 .has-warning .form-control:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #f97400;
}
.dark-theme .theme-3-0 .has-warning .checkbox,
.dark-theme .theme-3-0 .has-warning .checkbox-inline,
.dark-theme .theme-3-0 .has-warning .control-label,
.dark-theme .theme-3-0 .has-warning .help-block,
.dark-theme .theme-3-0 .has-warning .radio,
.dark-theme .theme-3-0 .has-warning .radio-inline,
.dark-theme .theme-3-0 .has-warning.checkbox label,
.dark-theme .theme-3-0 .has-warning.checkbox-inline label,
.dark-theme .theme-3-0 .has-warning.radio label,
.dark-theme .theme-3-0 .has-warning.radio-inline label {
  color: #ffaa60;
}
.dark-theme .theme-3-0 .has-success .form-control,
.dark-theme .theme-3-0 .has-success.universal.form-group > .input-group {
  border-color: #77e681;
}
.dark-theme .theme-3-0 .has-success .form-control:focus,
.dark-theme .theme-3-0 .has-success.universal.form-group > .input-group:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #26d136;
}
.dark-theme .theme-3-0 .has-success .checkbox,
.dark-theme .theme-3-0 .has-success .checkbox-inline,
.dark-theme .theme-3-0 .has-success .control-label,
.dark-theme .theme-3-0 .has-success .help-block,
.dark-theme .theme-3-0 .has-success .radio,
.dark-theme .theme-3-0 .has-success .radio-inline,
.dark-theme .theme-3-0 .has-success.checkbox label,
.dark-theme .theme-3-0 .has-success.checkbox-inline label,
.dark-theme .theme-3-0 .has-success.radio label,
.dark-theme .theme-3-0 .has-success.radio-inline label {
  color: #77e681;
}
.dark-theme .theme-3-0 .has-info .form-control {
  border-color: #7be6ff;
}
.dark-theme .theme-3-0 .has-info .form-control:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  border-color: #15d3ff;
}
.dark-theme .theme-3-0 .has-info .checkbox,
.dark-theme .theme-3-0 .has-info .checkbox-inline,
.dark-theme .theme-3-0 .has-info .control-label,
.dark-theme .theme-3-0 .has-info .help-block,
.dark-theme .theme-3-0 .has-info .radio,
.dark-theme .theme-3-0 .has-info .radio-inline,
.dark-theme .theme-3-0 .has-info.checkbox label,
.dark-theme .theme-3-0 .has-info.checkbox-inline label,
.dark-theme .theme-3-0 .has-info.radio label,
.dark-theme .theme-3-0 .has-info.radio-inline label {
  color: #7be6ff;
}
.dark-theme .theme-3-0 .progress {
  border-color: #4e5860;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .progress .progress-bar {
  border-color: #e0e7ee;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-success {
  background-color: #9ff4a7;
  border-color: #77e681;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-success .brd-pt {
  background-color: #b3f5b9;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-info {
  border-color: #a2eeff;
  background-color: #7be6ff;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-info .brd-pt {
  background-color: #d5f7ff;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-warning {
  border-color: #ffc796;
  background-color: #ffaa60;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-warning .brd-pt {
  background-color: #ffdfba;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-danger {
  border-color: #ffcdcd;
  background-color: #ffa4a4;
}
.dark-theme .theme-3-0 .progress .progress-bar.progress-bar-danger .brd-pt {
  background-color: #ffe9e9;
}
.dark-theme .theme-3-0 .tooltip > .tooltip-inner {
  border-color: #626b72;
  color: #98a2ab;
  background-color: #f2f6fa;
}
.dark-theme .theme-3-0 .tooltip > .tooltip-arrow {
  background-color: #f2f6fa;
  border-bottom-color: #626b72 !important;
  border-right-color: #626b72 !important;
}
.dark-theme .theme-3-0 .alert {
  color: #ffffff;
}
.dark-theme .theme-3-0 .alert h3 {
  color: #ffffff;
}
.dark-theme .theme-3-0 .alert.alert-danger {
  border: 2px solid #fd7676;
  background-color: rgba(253, 118, 118, 0.1);
  box-shadow: 0 5px 10px 0 rgba(234, 56, 57, 0.05);
}
.dark-theme .theme-3-0 .alert.alert-danger .close #Combined-Shape {
  fill: #fd7676 !important;
}
.dark-theme .theme-3-0 .alert.alert-danger h3 {
  color: #fd7676;
}
.dark-theme .theme-3-0 .alert.alert-warning {
  border: 2px solid #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  box-shadow: 0 5px 10px 0 rgba(252, 117, 0, 0.1);
}
.dark-theme .theme-3-0 .alert.alert-warning .close #Combined-Shape {
  fill: #ff8522 !important;
}
.dark-theme .theme-3-0 .alert.alert-warning h3 {
  color: #ff8522;
}
.dark-theme .theme-3-0 .alert.alert-info {
  border: 2px solid #00bbea;
  background-color: rgba(0, 187, 234, 0.1);
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.dark-theme .theme-3-0 .alert.alert-info .close #Combined-Shape {
  fill: #00bbea !important;
}
.dark-theme .theme-3-0 .alert.alert-info h3 {
  color: #00bbea;
}
.dark-theme .theme-3-0 .alert.alert-success {
  border: 2px solid #24c432;
  background-color: rgba(36, 196, 50, 0.1);
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.dark-theme .theme-3-0 .alert.alert-success .close #Combined-Shape {
  fill: #24c432 !important;
}
.dark-theme .theme-3-0 .alert.alert-success h3 {
  color: #24c432;
}
.dark-theme .theme-3-0 .check-group-sm label {
  padding-left: 20px;
  position: relative;
}
.dark-theme .theme-3-0 .check-group-sm label::before {
  background-color: #363c3f;
  border-color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .check-group-sm
  input[type="checkbox"]:checked
  + label::after {
  content: url(../../assets/img/tick-grey.svg);
}
.dark-theme
  .theme-3-0
  .check-group-sm
  input[type="radio"]:checked
  + label::after {
  background-color: #afb9c2;
}
.dark-theme .theme-3-0 .main-header .left-side .pages h2 {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .main-header .left-side .pages h2 span {
  color: #fff;
}
.dark-theme .theme-3-0 .main-header .right-side input {
  background-color: #3b4348;
  border-color: #4a545b;
  color: #afb9c2;
}
.dark-theme .theme-3-0 .main-header .right-side ::-webkit-input-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .main-header .right-side ::-moz-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .main-header .right-side :-ms-input-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .main-header .right-side :-moz-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .main-header .right-side button {
  background-color: #3b4348;
  border-color: #4a545b;
  color: #626b72;
}
.dark-theme .theme-3-0 .main-header .right-side button svg .stroke {
  stroke: #4e585f;
}
.dark-theme .theme-3-0 .main-header .right-side button svg .dot {
  fill: #626b72;
}
.dark-theme .theme-3-0 .main-list .list-item {
  border-color: #363c3f;
  background-color: #3b4348;
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0.2);
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.warning {
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.success {
  color: #77e681;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.info {
  color: #00bbea;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .adress.danger {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .desc
  p {
  color: #626b72;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .desc
  input {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button {
  border-color: #58636a;
  background-color: #41494e;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover {
  border-color: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-stats
  .stats-button:hover
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button {
  border-color: #58636a;
  background-color: #41494e;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover {
  border-color: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-button:hover
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content {
  background-color: #3b4348;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.5);
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content::before {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li
  a
  span {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover {
  background-color: #394045;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  span {
  color: #ffaa60;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .more
  svg
  polyline {
  stroke: #c7d1da;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status {
  background-color: #e7eef3;
  border-color: #e0e7ee;
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::before,
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status::after {
  background-color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.success {
  border-color: #24c432;
  background-color: rgba(36, 196, 50, 0.1);
  color: #77e681;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.success::before,
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.success::after {
  background-color: #77e681;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.warning {
  border-color: #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.warning::before,
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.warning::after {
  background-color: #ffa155;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.info {
  border-color: #00bbea;
  background-color: rgba(0, 187, 234, 0.1);
  color: #00bbea;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.info::before,
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.info::after {
  background-color: #1ed2ff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.danger {
  border-color: #fd7676;
  background-color: rgba(253, 118, 118, 0.1);
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.danger::before,
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.danger::after {
  background-color: #ffa4a4;
}
.dark-theme .theme-3-0 .main-list .list-item .item-body::before {
  background-color: #363c3f;
}
.dark-theme .theme-3-0 .main-list .list-item .item-body .content-1 ul::before {
  background-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  .label {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  span.desc {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.warning {
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.success {
  color: #77e681;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.info {
  color: #00bbea;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc.danger {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-1
  ul
  li
  a.desc
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  tr
  td {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .label {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  span.desc {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .desc-box {
  color: #c7d1da;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  .desc-box
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.warning {
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.success {
  color: #77e681;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.info {
  color: #00bbea;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc.danger {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-table
  .table-grid
  a.desc
  span {
  color: #3b4348;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item {
  border-color: #273135;
  background-color: #353c40;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item:last-child {
  border-bottom-color: #273135;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud {
  border-color: #58636a;
  background-color: #41494e;
  color: #c7d1da;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-warning {
  border-color: #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-warning
  .brd-pt {
  background-color: #ffa155;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-success {
  border-color: #24c432;
  background-color: rgba(36, 196, 50, 0.1);
  color: #24c432;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-success
  .brd-pt {
  background-color: #3fdc4d;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-info {
  border-color: #00bbea;
  background-color: rgba(0, 187, 234, 0.1);
  color: #00bbea;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-info
  .brd-pt {
  background-color: #1ed2ff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-danger {
  border-color: #fd7676;
  background-color: rgba(253, 118, 118, 0.1);
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .cloud.cloud-danger
  .brd-pt {
  background-color: #fea8a8;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .number {
  border-color: #58636a;
  background-color: #41494e;
  color: #c7d1da;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .more
  polyline {
  stroke: #c7d1da;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.danger-header
  .left-side
  .icon
  .stroke {
  stroke: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.danger-header
  .left-side
  .icon
  .dot {
  fill: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header.danger-header
  .left-side
  .title {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info {
  border-color: #e0e7ee;
  background-color: #fff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info.danger-info {
  border-color: #fd7676;
  background-color: rgba(253, 118, 118, 0.1);
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item {
  border-color: #273135;
  background-color: #353c40;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .adress {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .btn {
  background-color: #353c40;
  -webkit-filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
  filter: drop-shadow(0 3px 8px rgba(39, 49, 53, 0));
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open
  .detail-header
  .more
  polyline {
  stroke: #ff9c4c;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item
  .item-body
  .content-2
  .action-line
  .left-side
  .date
  span.title {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .main-list .list-item .item-add .add-body::before {
  background-color: #363c3f;
}
.dark-theme .theme-3-0 .main-list .list-item .item-add .add-body li {
  border-left-color: #363c3f;
}
.dark-theme .theme-3-0 .main-list .list-item .item-add .add-body li span {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .main-list
  .list-item.open
  .item-header
  .right-side
  .more
  svg
  polyline {
  stroke: #fb781d;
}
.dark-theme .theme-3-0 .main-list .list-item.empty-item {
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0);
  opacity: 0.5;
}
.dark-theme .theme-3-0 .add-info .main-info {
  background-color: #fffae4;
}
.dark-theme .theme-3-0 .add-info .main-info .corner rect {
  fill: #434b50;
}
.dark-theme .theme-3-0 .add-info .main-info .corner polygon {
  fill: #fff;
}
.dark-theme .theme-3-0 .add-info .main-info .corner path {
  fill: #ffd500;
}
.dark-theme .theme-3-0 .add-info .main-info:before {
  border-color: #ffd500;
}
.dark-theme .theme-3-0 .add-info .main-info h3 {
  color: #ebb500;
}
.dark-theme .theme-3-0 .add-info .main-info span {
  color: #4a545b;
}
.dark-theme .theme-3-0 .add-info .main-info span.label {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .add-info .main-info .host {
  border-color: #ffe468;
}
.dark-theme .theme-3-0 .add-info .main-info .other .port {
  border-color: #ffe468;
}
.dark-theme .theme-3-0 .add-info .main-info .other .encryption {
  border-color: #ffe468;
}
.dark-theme .theme-3-0 .add-info .buttons .button {
  border-color: #3b4348;
  background-color: #41494e;
}
.dark-theme .theme-3-0 .add-info .buttons .button a {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .add-info .buttons .button a:hover .icon svg .stroke {
  stroke: #ffaa60;
}
.dark-theme .theme-3-0 .add-info .buttons .button a:hover .icon svg .dot {
  fill: #ffc796;
}
.dark-theme .theme-3-0 .add-info .buttons .button a:hover span {
  color: #ffaa60;
}
@media screen and (max-width: 600px) {
  .dark-theme
    .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn {
    border-color: #e0e7ee;
  }
  .dark-theme
    .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn
    svg
    .stroke {
    stroke: #e0e7ee;
  }
  .dark-theme
    .theme-3-0
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    .btn
    svg
    .dot {
    fill: #afb9c2;
  }
}
.dark-theme
  .theme-3-0
  .sidebar-nav.sidebar-nav-styleguide
  .nav-lvl-1
  .nav-lvl-2
  a
  p {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .sidebar-nav.sidebar-nav-styleguide
  .nav-lvl-1
  .nav-lvl-2:hover
  a
  p {
  color: #f85f08;
}
.dark-theme .theme-3-0 .logo-white {
  display: none;
}
.dark-theme .theme-3-0 .brd-pt {
  background-color: #626b72;
}
.dark-theme .theme-3-0 .primary {
  color: #ff9c4c;
}
.dark-theme .theme-3-0 u::after {
  background-color: #ff9c4c;
}
.dark-theme .theme-3-0 .content-box {
  border-color: #363c3f;
  background-color: #3b4348;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content {
  border-color: #4a545b;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content::before {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .menu-content
  ul
  li
  span {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .main-header
  .right-side
  .select-filter-box
  .page-menu
  .filter-button {
  border-color: #4a545b;
}
.dark-theme .theme-3-0 .dashboard h3 {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .dashboard .domain-search label {
  border-color: #4a545b;
  background-color: #434b50;
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .domain-search input {
  background-color: #3b4348;
  border-color: #4a545b;
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .domain-search ::-webkit-input-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .domain-search ::-moz-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .domain-search :-ms-input-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .domain-search :-moz-placeholder {
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .domain-search button {
  border-color: #4a545b;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .dashboard .domain-search button svg .stroke {
  stroke: #4e585f;
}
.dark-theme .theme-3-0 .dashboard .domain-search button svg .dot {
  fill: #626b72;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .title
  span {
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .main-service .main-service-header .title h2 {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.success {
  color: #77e681;
  border-color: rrgba(119, 230, 129, 1);
  background-color: rgba(36, 196, 50, 0.1);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.success
  .brd-pt {
  background-color: #b3f5b9;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.danger {
  color: #ffa4a4;
  border-color: #ffa4a4;
  background-color: rgba(253, 118, 118, 0.1);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.danger
  .brd-pt {
  background-color: #ffe9e9;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.warning {
  color: #ffaa60;
  border-color: #ffaa60;
  background-color: rgba(255, 133, 34, 0.1);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.warning
  .brd-pt {
  background-color: #ffdfba;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.info {
  color: #a2eeff;
  border-color: #a2eeff;
  background-color: rgba(0, 187, 234, 0.1);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .status.info
  .brd-pt {
  background-color: #d5f7ff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .date {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .date
  b {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-header
  .add-info
  .date
  b.danger {
  color: #fd7676;
}
.dark-theme .theme-3-0 .dashboard .main-service .main-service-content {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .alert-cloud
  svg
  path {
  stroke: #ec3130;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .alert-cloud
  svg
  rect {
  stroke: #ec3130;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch-alert
  .alert-cloud
  p {
  color: #ea3839;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .danger-alert
  .switch
  #switch
  ~ .switch-ctn
  .off
  span {
  color: #ec3130;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box {
  background-color: #353c40;
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .alert-cloud {
  border-color: rgba(253, 118, 118, 0.2);
  background-color: #4a4245;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch-alert
  .alert-cloud::after {
  background-color: #4a4245;
  border-bottom-color: rgba(253, 118, 118, 0.2);
  border-right-color: rgba(253, 118, 118, 0.2);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail {
  border-color: #273135;
  background-color: #444c51;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob {
  border-color: #273135;
  background-color: #3b4348;
  box-shadow: 0 7px 10px 0 rgba(39, 49, 53, 0.12);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob::before {
  border-color: #273135;
  background-color: #444c51;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail
  .knob::after {
  background-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail::before {
  background-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .rail::after {
  background-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail {
  background-color: #77e681;
  border-color: #24c432;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail::before,
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail::after {
  background-color: #dcffdf;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail
  .knob {
  bottom: 54px;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail
  .knob::before {
  background-color: #77e681;
  border-color: #24c432;
  box-shadow: 0 0 10px 0 #77e681;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .rail
  .knob::after {
  background-color: #dcffdf;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .on
  span {
  color: #626b72;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .on
  span::after {
  background-color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .on
  span::before {
  background-color: #626b72;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .off
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .off
  span::after {
  background-color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  .switch-ctn
  .off
  span::before {
  background-color: #626b72;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .on
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .on
  span::after {
  background-color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .on
  span::before {
  background-color: #626b72;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .off
  span {
  color: #626b72;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .off
  span::after {
  background-color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .switch-box
  .switch
  #switch:checked
  ~ .switch-ctn
  .off
  span::before {
  background-color: #626b72;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .right-side {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .details-box
  .detail
  .right-side.danger {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid::before {
  background-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail {
  border-color: #273135;
  background-color: #353c40;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content
  .detail-grid
  .detail
  .detail-content
  .detail-label {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .brd-pt {
  background-color: #2a2f31;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-text {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu {
  border-color: #49d657;
  border-top-color: rgba(73, 214, 87, 0.3);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  span {
  color: #79e584;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up {
  background: #3b4348;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up::before,
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up::after {
  background: linear-gradient(0deg, #49d657 0%, #3b4348 100%);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up
  .stroke {
  stroke: #49d657;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .up
  .dot {
  fill: #79e584;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-cpu
  .brd-pt {
  background-color: #a1f3a9;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram {
  border-color: #0fc5f1;
  border-top-color: rgba(15, 197, 241, 0.3);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  span {
  color: #55ddff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up {
  background: #3b4348;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up::before,
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up::after {
  background: linear-gradient(0deg, #7ee5ff 0%, #3b4348 100%);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up
  .stroke {
  stroke: #0fc5f1;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .up
  .dot {
  fill: #7ee5ff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ram
  .brd-pt {
  background-color: #7ee5ff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd {
  border-color: #f2c300;
  border-top-color: rgba(242, 195, 0, 0.3);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  span {
  color: #ffd626;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up {
  background: #3b4348;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up::before,
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up::after {
  background: linear-gradient(0deg, #ffe471 0%, #3b4348 100%);
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up
  .stroke {
  stroke: #f2c300;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .up
  .dot {
  fill: #ffe471;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-info
  .ewh-scales
  .scaleup.scale-ssd
  .brd-pt {
  background-color: #ffe471;
}
.dark-theme
  .theme-3-0
  .dashboard
  .main-service
  .main-service-content.main-service-ddomena
  .ewh-details
  .ewh-content
  .ewh-add {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .dashboard .main-service .action-line p {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .small-charts
  .chart-box
  .chart
  .chart-alert.chart-danger {
  color: #ea3839;
}
.dark-theme .theme-3-0 .dashboard .buttons {
  border-color: #3b4348;
}
.dark-theme .theme-3-0 .dashboard .buttons .button {
  border-color: #3b4348;
  background-color: #41494e;
}
.dark-theme .theme-3-0 .dashboard .buttons .button a {
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .buttons .button a:hover .icon svg .stroke {
  stroke: #ffaa60;
}
.dark-theme .theme-3-0 .dashboard .buttons .button a:hover .icon svg .dot {
  fill: #ffc796;
}
.dark-theme .theme-3-0 .dashboard .buttons .button a:hover span {
  color: #ffaa60;
}
.dark-theme .theme-3-0 .dashboard .account img {
  border-color: #3b4348;
  box-shadow: 0 5px 10px 0 rgba(39, 49, 53, 0.18);
}
.dark-theme .theme-3-0 .dashboard .account .account-ctn p {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .dashboard .account .account-ctn .beam-1 .name {
  color: #ffffff;
}
.dark-theme .theme-3-0 .dashboard .account .account-ctn .beam-1 .phone {
  color: #ffffff;
}
.dark-theme .theme-3-0 .dashboard .invoices .invoice-status {
  border-color: #4a545b;
}
.dark-theme .theme-3-0 .dashboard .invoices .invoice-status .left-side {
  border-color: #4a545b;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .left-side
  .quantity.danger {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .left-side
  .quantity.success {
  color: #24c432;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .right-side
  .value.danger {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .right-side
  .value.success {
  color: #24c432;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices
  .invoice-status
  .right-side
  .currency {
  color: #98a2ab;
}
.dark-theme .theme-3-0 .dashboard .invoices .invoice-details .left-side p {
  color: #ffffff;
}
.dark-theme .theme-3-0 .dashboard .invoices .invoice-details .left-side .bank {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .dashboard .invoices-2 .invoices-header ul li {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .dashboard .invoices-2 .invoices-header ul li.active {
  color: #ff9c4c;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoices-header
  ul
  li.active::after {
  background-color: #ff9c4c;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .tittle,
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side
  .tittle {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side {
  background-color: #353c40;
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side
  .content
  .quantity
  span {
  color: #fff;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.danger {
  border-color: rgba(253, 118, 118, 0.2);
  background-color: rgba(253, 118, 118, 0.1);
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.danger
  .content
  .quantity
  span {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .left-side.success
  .content
  .quantity
  span {
  color: #44d751;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side {
  background-color: #353c40;
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side.danger {
  border-color: rgba(253, 118, 118, 0.2);
  background-color: rgba(253, 118, 118, 0.05);
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side.danger
  .value {
  color: #fd7676;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-status
  .right-side.success
  .value {
  color: #44d751;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment {
  background-color: #353c40;
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment
  .left-side {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .dashboard
  .invoices-2
  .invoice-details
  .invoice-payment
  .right-side
  .bank {
  color: #98a2ab;
}
.dark-theme .theme-3-0 .dashboard .contacts .contact .contact-ctn {
  border-left-color: #4a545b;
}
@media screen and (max-width: 720px) {
  .dark-theme
    .theme-3-0
    .dashboard
    .main-service
    .main-service-content
    .switch-box {
    border-bottom-color: #273135;
  }
}
@media screen and (max-width: 560px) {
  .dark-theme .theme-3-0 .dashboard .invoices .invoice-status .right-side {
    border-top-color: #4a545b;
  }
}
@media screen and (max-width: 470px) {
  .dark-theme .theme-3-0 .dashboard .domain-search input,
  .dark-theme .theme-3-0 .dashboard .domain-search button {
    background-color: transparent;
  }
}
.dark-theme
  .theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen {
  border-color: #58636a;
}
.dark-theme
  .theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen
  .app {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(39, 49, 53, 0.19);
}
.dark-theme
  .theme-3-0
  .www
  .main-list
  .list-item
  .item-header
  .left-side
  .screen:hover {
  border-color: #ff8522;
}
.dark-theme .theme-3-0 .page-email .btn-default.btn-img svg.mobile .stroke-2 {
  stroke: #e0e7ee;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header.item-header-email
  .bottom-side {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-header
  .right-side
  .status-box
  .status.status-default {
  background-color: #41494e;
  border-color: #80878e;
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .open-alert-ctn
  p {
  color: #fb781d;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .left-side
  .title-alert {
  color: #ff5959 !important;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-header
  .right-side
  .number-alert {
  color: #ff5959 !important;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status {
  background-color: #e7eef3;
  border-color: #e0e7ee;
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::before,
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status::after {
  background-color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status.success {
  border-color: #24c432;
  background-color: rgba(36, 196, 50, 0.1);
  color: #77e681;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status.success::before,
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status.success::after {
  background-color: #77e681;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .left-side
  .status.status-default {
  background-color: #41494e;
  border-color: #80878e;
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .info.warning-info {
  border-color: #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  color: #ff8522;
}
.dark-theme .theme-3-0 .page-email .main-list .list-item .mail-page ul li span {
  color: #98a2ab;
}
.dark-theme .theme-3-0 .page-email .main-list .list-item .mail-page ul li p {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .page-email
  .main-list
  .list-item
  .mail-page
  ul
  li
  p
  span {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .category-name {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .account-email
  .type-ctn
  .category-ctn,
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn
  .category-ctn {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced {
  border-left: 2px solid #e0e7ee;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type-ctn {
  margin-bottom: 13px;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .name-ctn {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  .data-access
  .advanced
  .type {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-content
  .statistic-content
  ol
  li.alert-danger {
  color: #ea3839;
}
.dark-theme .theme-3-0 .page-email .detail-content .statistic-info p {
  color: #828a91;
}
.dark-theme .theme-3-0 .page-email .detail-content .statistic-info a {
  color: #fb781d;
}
.dark-theme
  .theme-3-0
  .page-email
  .detail-body
  .related-item
  .left-side
  .email-to
  span,
.dark-theme
  .theme-3-0
  .page-email
  .detail-body
  .related-item
  .left-side
  .data-open
  span {
  color: #98a2ab;
}
.dark-theme .theme-3-0 .page-email .bottom-date .date .title {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .page-email .bottom-date .date span {
  color: #3b4348;
}
.dark-theme .theme-3-0 .page-email .add-info .btn-bottom-info-panel .button {
  border-top: none;
  background-color: #fffae4;
  border-color: #ffd500;
}
.dark-theme
  .theme-3-0
  .list-black-white
  .main-header
  .left-side
  .pages
  .rtn-btn {
  background-color: transparent;
}
.dark-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info
  .corner.default
  path {
  fill: #3b4348;
}
.dark-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info
  .corner.default
  polygon {
  fill: #41494e;
}
.dark-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey {
  background-color: #41494e;
}
.dark-theme
  .theme-3-0
  .list-black-white
  .add-info
  .main-info-ctn
  .default-grey::before {
  border-color: #3b4348;
}
.dark-theme .theme-3-0 .switch .switch-row {
  background-color: #3b4348;
  border-color: #4a545b;
}
.dark-theme .theme-3-0 .accept-check input:checked ~ .action-checkbox-ctn,
.dark-theme .theme-3-0 .block-check input:checked ~ .action-checkbox-ctn {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .action-to-sender .action-checkbox-ctn {
  background-color: #363c3f;
  border-color: #5a666f;
}
@media screen and (max-width: 767px) {
  .dark-theme
    .theme-3-0
    .action-to-sender
    .col-sm-6:first-child
    .action-checkbox-ctn {
    border-right-color: #5a666f;
  }
}
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title,
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title {
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .stroke,
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .stroke {
  stroke: #ffbc80;
}
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .dot,
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .bg,
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  svg
  .bg {
  fill: rgba(255, 133, 34, 0.1);
}
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item.active
  .item-header
  .left-side
  .title
  .unread-message
  span,
.dark-theme
  .theme-3-0
  .helpdesk
  .list-item:hover
  .item-header
  .left-side
  .title
  .unread-message
  span {
  color: #ff8522;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid tr td {
  border-color: #363c3f;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid .label {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid span.desc {
  color: #ffffff;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid .desc-box {
  color: #c7d1da;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid .desc-box span {
  color: #ffffff;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.warning {
  color: #ff8522;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.success {
  color: #77e681;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.info {
  color: #00bbea;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc.danger {
  color: #fd7676;
}
.dark-theme .theme-3-0 .page-ftp .content-table .table-grid a.desc span {
  color: #3b4348;
}
.dark-theme .theme-3-0 .page-ftp .default-grey {
  background-color: #41494e;
}
.dark-theme .theme-3-0 .page-ftp .default-grey .corner.default path {
  fill: #3b4348;
}
.dark-theme .theme-3-0 .page-ftp .default-grey .corner.default polygon {
  fill: #41494e;
}
.dark-theme .theme-3-0 .page-ftp .default-grey::before {
  border-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item
  .right-side
  .btn {
  border-color: #ffb070;
}
.dark-theme
  .theme-3-0
  .page-ftp
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md {
  border-color: #273135;
}
.dark-theme .theme-3-0 .page-ftp .main-list .list-item.open .item-body {
  border-top-color: #343b3e;
}
.dark-theme .theme-3-0 .page-ftp .main-info .kbd-yellow {
  background-color: white;
  border-color: #ffed9b;
  color: #4a545b;
}
.dark-theme .theme-3-0 .page-ftp .main-info .md-hide {
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .size {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-header
  .left-side
  .name
  .database-desc
  p {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini
  .warning {
  border-color: #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini
  .warning::before,
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .status-box-mini
  .warning::after {
  background-color: #ffa155;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .success-icon
  .stroke {
  stroke: #74e77e;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .success-icon
  .dot {
  fill: #44d751;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .left-side
  .copy-data
  .success-icon
  .bg {
  fill: #76e686;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  .btn-primary {
  background-color: #ff8522;
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item
  .detail-body
  .detail-content
  .related-list
  .related-item.related-item-md
  .right-side
  .btn-primary:hover {
  background-color: #ff9946;
  border: 2px solid rgba(18, 18, 20, 0.09);
}
.dark-theme
  .theme-3-0
  .page-database
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .detail-item.open {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .page-database
  .content-table
  .table-grid
  tr
  td
  .light-ip {
  color: #afb9c2;
}
@media screen and (max-width: 800px) {
  .dark-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-min-width
    .right-side
    a.btn {
    border-color: #e0e7ee;
  }
  .dark-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item.related-item-min-width
    .right-side
    a.btn-primary {
    border-color: #ffb070;
  }
  .dark-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn {
    border-color: #e0e7ee;
  }
  .dark-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn
    svg {
    margin-right: 0;
  }
  .dark-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn
    svg
    .stroke {
    stroke: #e0e7ee;
  }
  .dark-theme
    .theme-3-0
    .page-database
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .detail-item
    .detail-body
    .detail-content
    .related-list
    .related-item
    .right-side
    a.btn
    svg
    .dot {
    fill: #afb9c2;
  }
}
.dark-theme .theme-3-0 .styleguide-page {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .styleguide-page .styleguide-cart .name-cart {
  border-color: #363c3f;
}
.dark-theme .theme-3-0 .styleguide-page .styleguide-cart .name-cart p {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-arrow {
  border-bottom-color: transparent !important;
  border-left-color: #626b72 !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  color: transparent !important;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-arrow::before {
  border-color: transparent transparent transparent #f2f6fa;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  > .tooltip-arrow {
  background-color: transparent;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-notifications
  .tooltip
  .tooltip-inner {
  border-color: #626b72;
  color: #98a2ab;
  background-color: #f2f6fa;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list
  .element-styleguide
  ul {
  border-left-color: #d4dde5;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li
  svg
  .bg-2,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li
  svg
  .bg-2 {
  fill: #3b4348;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li
  svg
  .dot,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li
  svg
  .dot {
  fill: #fafcfd;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .stroke,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .stroke-2,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .stroke-2 {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .dot,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .bg,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .bg {
  fill: #3b4348;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg
  .bg-2,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg
  .bg-2 {
  fill: #3b4348;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .stroke,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .stroke {
  stroke: #74e77e;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .dot,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .dot {
  fill: #44d751;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .bg,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .bg {
  fill: white;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.success-icon
  .bg-2,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.success-icon
  .bg-2 {
  fill: rgba(118, 230, 134, 0.2);
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.block-icon
  .stroke,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.block-icon
  .stroke {
  stroke: #ffa3a2;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.block-icon
  .dot,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.block-icon
  .dot {
  fill: #fd7676;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.block-icon
  .bg,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.block-icon
  .bg {
  fill: #ffa3a2;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li:hover
  svg.tick
  .stroke,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li:hover
  svg.tick
  .stroke {
  stroke: #3b4348;
}
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-20-list
  ul
  li.dark,
.dark-theme
  .theme-3-0
  .styleguide-page
  .element-styled-list.styleguide-icons
  .icon-40-list
  ul
  li.dark {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .dpanel-jumbotron {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .dpanel-jumbotron h1 {
  color: #ffffff;
}
.dark-theme .theme-3-0 .universal.readonly-span {
  background-color: #3b4348;
  border-color: #4a545b;
  box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0);
}
.dark-theme .theme-3-0 .universal.readonly-span span {
  color: #86919b;
}
.dark-theme .theme-3-0 .universal.select-filter-box .page-menu .menu-content {
  border-color: #4a545b;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content::before {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  .checkbox-filter-list {
  border-top-color: #343b3e;
}
.dark-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.name-filter {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li.radio-checks {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  .universal.select-filter-box
  .page-menu
  .menu-content
  ul
  li
  span {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .universal.select-filter-box .page-menu .filter-button {
  background-color: #3b4348;
  color: #626b72;
  border-color: #4a545b;
}
.dark-theme .theme-3-0 .universal.multiselect-widget .form-group .list-alias li,
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .list-alias
  li {
  background-color: #3b4348;
  border-color: #4a545b;
}
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .form-group
  .list-alias
  li:last-child,
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .list-alias
  li:last-child {
  border-bottom-color: #4a545b;
}
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .form-group
  .list-alias
  li:first-child,
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .list-alias
  li:first-child {
  border-top-color: #4a545b;
}
.dark-theme .theme-3-0 .universal.multiselect-widget .form-group .btn-remove,
.dark-theme .theme-3-0 .universal.multiselect-widget .form-group .add-alias,
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .btn-remove,
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .add-alias {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .form-group
  .easy-autocomplete-container
  ul,
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .easy-autocomplete-container
  ul {
  border-color: #4a545b;
}
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .form-group
  .easy-autocomplete-container
  ul
  li
  .eac-item2,
.dark-theme
  .theme-3-0
  .universal.multiselect-widget
  .list-check-alias
  .easy-autocomplete-container
  ul
  li
  .eac-item2 {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .universal.method-group
  .inline-group
  .border-radio-group
  input:checked
  ~ .label {
  color: #fc7500;
}
.dark-theme
  .theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .label {
  color: #fc7500;
}
.dark-theme
  .theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  .label {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .universal.method-group .inline-group .check-group .bg {
  background-color: #3b4348;
  border-color: #4a545b;
}
.dark-theme
  .theme-3-0
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .bg {
  border-color: #5a666f;
  background-color: #363c3f;
  box-shadow: 0 4px 5px 0 #273135;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-button {
  border-color: #58636a;
  background-color: #41494e;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-button:hover {
  border-color: #ff8522;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-button:hover svg .stroke {
  stroke: #ffaa60;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-button:hover svg .stroke-2 {
  stroke: #ff8522;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-button:hover svg .dot {
  fill: #ff8522;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-content {
  background-color: #3b4348;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.5);
}
.dark-theme .theme-3-0 .universal.page-menu .menu-content::before {
  border-color: #343b3e;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-content ul li a span {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-content ul li:hover {
  background-color: #394045;
}
.dark-theme .theme-3-0 .universal.page-menu .menu-content ul li:hover a span {
  color: #ffaa60;
}
.dark-theme
  .theme-3-0
  .universal.page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .universal.page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.dark-theme
  .theme-3-0
  .universal.page-menu
  .menu-content
  ul
  li:hover
  a
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme .theme-3-0 .universal.action-img-button.btn-action-default {
  border-color: #58636a;
  background-color: #41494e;
}
.dark-theme .theme-3-0 .universal.action-img-button.btn-action-default:hover {
  border-color: #ff8522;
}
.dark-theme
  .theme-3-0
  .universal.action-img-button.btn-action-default:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .universal.action-img-button.btn-action-default:hover
  svg
  .stroke-2 {
  stroke: #ff8522;
}
.dark-theme
  .theme-3-0
  .universal.action-img-button.btn-action-default:hover
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme .theme-3-0 .universal.action-img-button.btn-action-primary {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #fc7500;
}
.dark-theme
  .theme-3-0
  .universal.action-img-button.btn-action-primary
  svg
  .stroke {
  stroke: #fff;
}
.dark-theme .theme-3-0 .universal.action-img-button.btn-action-primary:hover,
.dark-theme .theme-3-0 .universal.action-img-button.btn-action-primary:focus {
  background-color: #ff8522;
}
.dark-theme .theme-3-0 .link-on-alert {
  color: #fc7500;
}
.dark-theme .theme-3-0 .mini-alert p {
  color: #ffffff;
}
.dark-theme .theme-3-0 .info-panel {
  border-color: #00bbea;
  background-color: rgba(0, 187, 234, 0.1);
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.dark-theme .theme-3-0 .success-panel {
  border-color: #24c432;
  background-color: rgba(36, 196, 50, 0.1);
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.07);
}
.dark-theme .theme-3-0 .danger-panel {
  border-color: #fd7676;
  background-color: rgba(253, 118, 118, 0.1);
  box-shadow: 0 5px 10px 0 rgba(234, 56, 57, 0.05);
}
.dark-theme .theme-3-0 .warning-panel {
  border-color: #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  box-shadow: 0 5px 10px 0 rgba(252, 117, 0, 0.1);
}
.dark-theme .theme-3-0 .status {
  background-color: rgba(231, 238, 243, 0.1);
  border-color: #e7eef3;
  color: #afb9c2;
}
.dark-theme .theme-3-0 .status::before,
.dark-theme .theme-3-0 .status::after {
  background-color: #afb9c2;
}
.dark-theme .theme-3-0 .status.danger {
  border: 2px solid #fd7676;
  background-color: rgba(253, 118, 118, 0.1);
  color: #ff5959;
}
.dark-theme .theme-3-0 .status.danger::before,
.dark-theme .theme-3-0 .status.danger::after {
  background-color: #ffa4a4;
}
.dark-theme .theme-3-0 .status.success {
  border: 2px solid #24c432;
  background-color: rgba(36, 196, 50, 0.1);
  color: #77e681;
}
.dark-theme .theme-3-0 .status.success::before,
.dark-theme .theme-3-0 .status.success::after {
  background-color: #77e681;
}
.dark-theme .theme-3-0 .status.warning {
  border: 2px solid #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  color: #ebb500;
}
.dark-theme .theme-3-0 .status.warning::before,
.dark-theme .theme-3-0 .status.warning::after {
  background-color: #ebb500;
}
.dark-theme .theme-3-0 .status.info {
  border: 2px solid #00bbea;
  background-color: rgba(0, 187, 234, 0.1);
  color: #00bbea;
}
.dark-theme .theme-3-0 .status.info::before,
.dark-theme .theme-3-0 .status.info::after {
  background-color: #00bbea;
}
.dark-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip
  .tooltip-arrow {
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.dark-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.top-right
  > .tooltip-arrow,
.dark-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.top-left
  > .tooltip-arrow,
.dark-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.bottom-right
  > .tooltip-arrow,
.dark-theme
  .theme-3-0
  .light-theme
  .styleguide-notifications
  .tooltip.bottom-left
  > .tooltip-arrow {
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.dark-theme .theme-3-0 .associated-account .default-grey {
  background-color: #41494e;
}
.dark-theme .theme-3-0 .associated-account .default-grey .corner.default path {
  fill: #3b4348;
}
.dark-theme
  .theme-3-0
  .associated-account
  .default-grey
  .corner.default
  polygon {
  fill: #41494e;
}
.dark-theme .theme-3-0 .associated-account .default-grey::before {
  border-color: #3b4348;
}
.dark-theme .theme-3-0 .associated-account .main-info .kbd-yellow {
  background-color: white;
  border-color: #ffed9b;
  color: #4a545b;
}
.dark-theme .theme-3-0 .associated-account .main-info .md-hide {
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  #transferData
  .main-header
  .styleguide-buttonss
  .btn-img {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  #transferData
  .main-header
  .styleguide-buttonss
  .btn-img
  svg
  .bg-2 {
  fill: #3b4348;
}
.dark-theme .theme-3-0 #transferData .transfer-data-content .left-side {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-left {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-top
  .column-right
  .dashboard
  p.gray {
  color: #9fabb5;
}
.dark-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .left-side
  .table-bottom {
  border-top-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #transferData
  .transfer-data-content
  .right-side
  .main-info-ctn
  .main-info
  p {
  color: #3a4249;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .welcome-section
  .welcome-header
  .welcome-message {
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .start-using
  .start-using-action
  .start-action-wrapper {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .welcome-page .install-page .install-wrapper {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install {
  border-left-color: #363c3f;
  background-color: #434b50;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:hover,
.dark-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:focus {
  background-color: #3b4348;
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0.1);
}
.dark-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:hover
  .name-app,
.dark-theme
  .theme-3-0
  .welcome-page
  .install-page
  .install-wrapper
  .install-action
  .application-install:focus
  .name-app {
  color: #ff8522;
}
.dark-theme .theme-3-0 .welcome-page .search-domain-here .search-wrapper {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  button
  svg
  .stroke {
  stroke: #fff;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  button
  svg
  .dot {
  fill: #fff;
}
.dark-theme .theme-3-0 .welcome-page .search-domain-here .domain-search label {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .welcome-page .search-domain-here .domain-search input {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  ::-webkit-input-placeholder {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  ::-moz-placeholder {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  :-ms-input-placeholder {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .welcome-page
  .search-domain-here
  .domain-search
  :-moz-placeholder {
  color: #98a2ab;
}
@media screen and (max-width: 1682px) {
  .dark-theme
    .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install {
    border-top-color: #363c3f;
  }
}
@media screen and (max-width: 900px) {
  .dark-theme
    .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install {
    border-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    .welcome-page
    .install-page
    .install-wrapper
    .install-action
    .application-install:first-child {
    border-left-color: #363c3f;
  }
}
.dark-theme .theme-3-0 #proformaView .main-wrapper {
  border-color: #363c3f;
  background-color: #3b4348;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme .theme-3-0 #proformaView .main-wrapper .proforma-title {
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  #Fill-3 {
  fill: transparent;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  g#Group-34
  #Stroke-26,
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  g#Group-34
  #Stroke-30 {
  stroke: #ff5959;
  fill: #3b4348;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .img-holder
  svg
  g#Group-34
  #Fill-32 {
  fill: #ff5959;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .text-holder
  .proforma-type
  p {
  color: #626b72;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-title
  .text-wrapper
  .text-holder
  .proforma-name
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-name
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-data {
  border-left-color: #363c3f;
  padding-left: 25px;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-addresses
  .proforma-adr
  .proforma-adr-data
  p {
  color: #ffffff;
}
.dark-theme .theme-3-0 #proformaView .main-wrapper .proforma-table ul {
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-right-side
  span,
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-right-side
  .text-green,
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  li
  .proforma-table-left-side
  .text-green {
  color: #1bbf14;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table {
  border-color: #273135;
  background-color: #353c40;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-right-side
  span,
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  ul
  .top-table
  .proforma-table-left-side
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper {
  border-left-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p:not(:nth-child(4)) {
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  p
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #proformaView
  .main-wrapper
  .proforma-table
  .count-all
  .text-wrapper
  .count-alert
  span {
  color: #e41825;
}
.dark-theme .theme-3-0 #proformaView .proforma-info .data-correct {
  background-color: #3b4348;
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .data-correct
  .proforma-correct-data {
  border-left-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .data-correct
  .proforma-correct-data
  p {
  color: #ffffff;
}
.dark-theme .theme-3-0 #proformaView .proforma-info .pay-rules .main-info h3 {
  color: #86919b;
}
.dark-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  .pay-rules-column {
  border-left-color: #ffe468;
}
.dark-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  .pay-rules-column
  h4 {
  color: #3b4348;
}
.dark-theme
  .theme-3-0
  #proformaView
  .proforma-info
  .pay-rules
  .main-info
  .column-wrapper
  p {
  color: #626b72;
}
@media screen and (max-width: 570px) {
  .dark-theme .theme-3-0 #proformaView .main-wrapper .proforma-addresses {
    border-bottom-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-title
    .data-wrapper
    p {
    color: #ffffff;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-title
    .data-wrapper
    p
    span {
    color: #ffffff;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul:not(:first-child) {
    border-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p {
    color: #ffffff;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile
    .table-mobile-wrapper
    p
    .amount-value {
    color: #ffffff;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile {
    border-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile
    .table-mobile-wrapper
    p:first-child,
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    ul
    .table-mobile.discount-mobile
    .table-mobile-wrapper
    p
    .amount-value {
    color: #1bbf14;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .mobile-brutto {
    border-bottom-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .mobile-brutto
    span {
    color: #ffffff;
  }
  .dark-theme
    .theme-3-0
    #proformaView
    .main-wrapper
    .proforma-table
    .mobile-brutto
    .brutto-value {
    color: #ffffff;
  }
}
.dark-theme
  .theme-3-0
  .welcome-complete-invoice.welcome-complete-data
  .info-text-main
  h2 {
  color: #1ac528;
}
.dark-theme .theme-3-0 .welcome-complete-invoice .wrapper-list-invoice {
  background-color: #3b4348;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.4);
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .top-invoice-info {
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .name-service,
.dark-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-from-service,
.dark-theme
  .theme-3-0
  .welcome-complete-invoice
  .wrapper-list-invoice
  .ul-invoice-wrapper
  ul
  li
  .invoice-wrap
  .bottom-invoice-info
  .date-time-service {
  border-left-color: #363c3f;
}
@media screen and (max-width: 700px) {
  .dark-theme
    .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .name-service,
  .dark-theme
    .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-from-service,
  .dark-theme
    .theme-3-0
    .welcome-complete-invoice
    .wrapper-list-invoice
    .ul-invoice-wrapper
    ul
    li
    .invoice-wrap
    .bottom-invoice-info
    .date-time-service {
    border-bottom-color: #363c3f;
  }
}
.dark-theme
  .theme-3-0
  .welcome-complete-data
  .tab-form-user
  .tab-content
  .welcome-complete-form-btn-action {
  background-color: #434b50;
  border-color: #5a666f;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .line-center {
  border-color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  background-color: #3b4348;
  border-color: #5a666f;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span {
  margin-right: 5px;
  height: 14px;
  width: 14px;
  border: 2px solid;
  border-radius: 50%;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.www-brd {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.mySQL-brd {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd {
  border-color: #9ff4a7;
  background-color: #dcffdf;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd-blue {
  border-color: #7be6ff;
  background-color: #bff3ff;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.ram-brd {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.ftp-brd {
  border-color: #ebb500;
  background-color: #ffed9b;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd-ssd {
  border-color: #ffd500;
  background-color: #fff7d1;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.mysql-brd-ssd {
  border-color: #7188ef;
  background-color: rgba(0, 0, 0, 0);
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.email-brd {
  border-color: #db9f72;
  background-color: #fadbc3;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  p {
  font-size: 12px;
}
.dark-theme
  .theme-3-0
  .statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .notification-title {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::before,
.dark-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification::after {
  background-color: #77e681;
}
.dark-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::before,
.dark-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::after {
  background-color: #77e681;
}
.dark-theme
  .theme-3-0
  .notification
  .main-header
  .left-action-btn
  .status-notification
  .status-box {
  border-color: #24c432;
  background-color: rgba(36, 196, 50, 0.1);
  color: #77e681;
}
.dark-theme .theme-3-0 .notification .main-content {
  border-color: #273135;
}
.dark-theme .theme-3-0 .notification .main-content .section-title {
  background-color: #353c40;
}
.dark-theme .theme-3-0 .notification .main-content .section-title h5 {
  color: #ffffff;
}
.dark-theme .theme-3-0 .notification .main-content .section-title .time {
  color: #98a2ab;
}
.dark-theme .theme-3-0 .notification .main-content .section-title .time strong {
  color: #ffffff;
}
.dark-theme .theme-3-0 .notification .main-content .section-content {
  border-top-color: #273135;
}
.dark-theme .theme-3-0 .notification .main-content .section-content p {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header {
  background-color: #3b4348;
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  p {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  p
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification
  .main-content
  .section-content
  .msg-header
  .image-wrapper {
  border-color: #273135;
  background-color: #ffffff;
}
.dark-theme .theme-3-0 .notification .main-content .user {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .notification .main-content .admin {
  background-color: #353c40;
}
.dark-theme .theme-3-0 .notification .main-content .admin p {
  color: #828a91;
}
.dark-theme .theme-3-0 .notification .main-content .admin .msg-header {
  background-color: #353c40;
}
.dark-theme .theme-3-0 .notification .suggestions-right {
  background-color: #3b4348;
  border-color: #363c3f;
  box-shadow: 0 10px 10px -10px rgba(59, 67, 72, 0.18);
}
.dark-theme .theme-3-0 .notification .suggestions-right .title-suggestions {
  border-color: #363c3f;
}
.dark-theme .theme-3-0 .notification .suggestions-right .body-suggestion p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p {
  color: #ffffff;
}
.dark-theme .theme-3-0 .notification .suggestions-right.suggestion-example {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion {
  background-color: #353c40;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs,
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:first-child,
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:first-child {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:last-child,
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:last-child {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  span {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:first-child {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:last-child {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .notification
  .suggestions-right.suggestion-example
  .bottom-info
  p {
  color: #ffffff;
}
.dark-theme .theme-3-0 .dz-filename .file,
.dark-theme .theme-3-0 .files-wrapper .file {
  border-color: #273135;
  background-color: transparent;
}
.dark-theme .theme-3-0 .dz-filename .loading .file-name,
.dark-theme .theme-3-0 .files-wrapper .loading .file-name {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .dz-filename .loading .dz-name,
.dark-theme .theme-3-0 .files-wrapper .loading .dz-name {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .dz-filename .docx .file-name,
.dark-theme .theme-3-0 .files-wrapper .docx .file-name {
  color: #295598;
}
.dark-theme .theme-3-0 .dz-filename .zip .file-name,
.dark-theme .theme-3-0 .files-wrapper .zip .file-name {
  color: #c59700;
}
.dark-theme .theme-3-0 .dz-filename .xls .file-name,
.dark-theme .theme-3-0 .files-wrapper .xls .file-name {
  color: #00733a;
}
.dark-theme .theme-3-0 .dz-filename .html .file-name,
.dark-theme .theme-3-0 .files-wrapper .html .file-name {
  color: #259eb4;
}
.dark-theme .theme-3-0 .dz-filename .pdf .file-name,
.dark-theme .theme-3-0 .files-wrapper .pdf .file-name {
  color: #e0131e;
}
.dark-theme .theme-3-0 .dz-filename .jpg .file-name,
.dark-theme .theme-3-0 .files-wrapper .jpg .file-name {
  color: #cb9165;
}
.dark-theme .theme-3-0 .dz-filename .other .file-name,
.dark-theme .theme-3-0 .files-wrapper .other .file-name {
  color: #828a91;
}
.dark-theme .theme-3-0 .dz-upload {
  background-color: #eff3f7;
}
.dark-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .notification-title
  strong {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification::before,
.dark-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification::after {
  background-color: #ebb500;
}
.dark-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::before,
.dark-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification
  .point-mask::after {
  background-color: #ebb500;
}
.dark-theme
  .theme-3-0
  .notification-open
  .main-header
  .left-action-btn
  .status-notification
  .status-box {
  border-color: #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  color: #ebb500;
}
.dark-theme .theme-3-0 .notification-open .main-header .btn-close-notification {
  border: 2px solid rgba(18, 18, 20, 0.09);
  background-color: #24c432;
}
.dark-theme .theme-3-0 .notification-open .section-uploader {
  border-top-color: #273135;
  background-color: #353c40;
}
.dark-theme .theme-3-0 .notification-open .section-uploader textarea {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .notification-open
  .section-uploader
  .button-wrapper
  .btn-white {
  background-color: #353c40;
  border-color: #ff8522;
}
.dark-theme .theme-3-0 #domainList .dashboard label {
  background-color: #3b4348;
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-header
  .right-side
  .select-filter-box
  .menu-content
  .checkbox-filter-list {
  border-top-color: #e0e7ee;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-header
  .right-side
  .select-filter-box
  .menu-content
  .checkbox-filter-list
  .title
  p {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description {
  border-left-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .domain-description
  p {
  color: #828a91;
}
.dark-theme .theme-3-0 #domainList .main-list .list-item .item-body .content-2 {
  box-shadow: 0 6px 10px 0 rgba(39, 49, 53, 0.1);
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row {
  border-top-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second {
  border-right-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-title,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-title,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-title {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered {
  border-left-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p
  a,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p
  a,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p
  a {
  color: #fb781d;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .article-bordered
  p
  .gray,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .article-bordered
  p
  .gray,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .article-bordered
  p
  .gray {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .data-box,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .data-box,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .data-box {
  border-color: #ff8522;
  background-color: rgba(255, 133, 34, 0.1);
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article:not(:last-child),
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article:not(:last-child),
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article:not(:last-child) {
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article
  .domain-status,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article
  .domain-status,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  .domain-status {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .first
  .row-article
  .domain-status
  a,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .second
  .row-article
  .domain-status
  a,
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  .domain-status
  a {
  color: #fb781d;
}
.dark-theme
  .theme-3-0
  #domainList
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .domain-alert-info
  .domain-alert
  p {
  color: #ea3839;
}
@media screen and (max-width: 1650px) {
  .dark-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third {
    border-top-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article:not(:last-child) {
    border-right-color: #363c3f;
  }
}
@media screen and (max-width: 700px) {
  .dark-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .first {
    border-bottom-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .row
    .third
    .row-article:not(:last-child) {
    border-bottom-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    #domainList
    .main-list
    .list-item
    .item-body
    .content-2
    .details-list
    .domain-holder
    .mobile-buttons {
    border-top-color: #363c3f;
  }
}
.dark-theme
  .theme-3-0
  .list-of-orders
  .checbox-filter-list-sm
  .universal.method-group
  .inline-group
  .check-group
  input:checked
  ~ .bg {
  border-color: #4a545b;
}
.dark-theme
  .theme-3-0
  .list-of-orders
  .main-header
  .right-side
  .searchbox
  input:focus::-webkit-input-placeholder {
  color: #626b72 !important;
}
.dark-theme
  .theme-3-0
  .list-of-orders
  .main-header
  .right-side
  .searchbox
  input::-webkit-input-placeholder {
  color: #3b4348 !important;
}
.dark-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third {
  border-left-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  ul
  li:hover
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .row
  .third
  .row-article
  ul
  li:hover
  svg
  .stroke {
  stroke: #ffaa60;
}
.dark-theme
  .theme-3-0
  .list-of-orders
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .domain-holder
  .buttons-action-bottom {
  border-top-color: #363c3f;
}
.dark-theme .theme-3-0 .list-of-orders .add-certificat-page {
  border-color: #363c3f;
}
.dark-theme .theme-3-0 .blank-content .color-block {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .main-body-heart {
  border-color: #363c3f;
  background-color: #3b4348;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme .theme-3-0 .main-body-heart .left-side .text-holder p {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  .main-body-heart
  .danger-panel
  .left-side
  .text-holder
  .colored {
  color: #ea3839;
}
.dark-theme
  .theme-3-0
  .main-body-heart
  .warning-panel
  .left-side
  .text-holder
  .colored {
  color: #d2a200;
}
.dark-theme
  .theme-3-0
  .dashboard
  .ssh-active
  .main-service
  .main-service-content
  .limit-cost {
  background-color: #353c40;
  border-color: #273135;
}
.dark-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder {
  border-color: #ffd500;
  background-color: #fffcf0;
}
.dark-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder a p,
.dark-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder button p {
  color: #626b72;
}
.dark-theme .theme-3-0 .dashboard .ssh-info .ssh-button-holder:hover {
  background-color: #ffffff;
}
.dark-theme .theme-3-0 .list-accessories .main-list .list-item {
  border-color: #273135;
}
.dark-theme .theme-3-0 .list-accessories .main-list .list-item .left-box {
  border-color: #273135;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .list-accessories .main-list .list-item .right-box {
  background-color: #353c40;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .title
  p {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .title
  h3 {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  .name {
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile
  ul
  li
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .list-smile.dotted
  ul
  li:before {
  background-color: #ffffff;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .body-accessories
  .check-group
  .label {
  color: #3b4348;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item
  .right-box
  .action-bottom
  .mobile-wrapper
  .more
  svg {
  stroke: #afb9c2;
}
.dark-theme
  .theme-3-0
  .list-accessories
  .main-list
  .list-item.open
  .right-box
  .action-bottom
  .mobile-wrapper
  .more
  svg {
  stroke: #ff8522;
}
@media screen and (max-width: 900px) {
  .dark-theme .theme-3-0 .list-accessories .main-list .list-item .right-box {
    background-color: #3b4348;
  }
}
.dark-theme
  .theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper {
  border-color: #273135;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .code-title {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .generated-code {
  color: #24c432;
}
.dark-theme
  .theme-3-0
  .accesories-code
  .main-list
  .list-item
  .right-box
  .code-wrapper
  .link-date-wrapper
  p
  span:first-child {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .first
  .article-bordered
  .options
  p,
.dark-theme
  .theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .second
  .article-bordered
  .options
  p,
.dark-theme
  .theme-3-0
  .user-list
  .main-list
  .list-item
  .item-body
  .content-2
  .details-list
  .user-holder
  .third
  .article-bordered
  .options
  p {
  color: #afb9c2 !important;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .header-holder
  .limit-switch
  .main-service-content
  .limit-cost {
  background-color: #353c40;
  border-color: #273135;
}
.dark-theme .theme-3-0 .managing-limits .limit-panels-holder .limit-panel {
  background-color: #353c40;
  border-color: #273135;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme .theme-3-0 .managing-limits .col-md-6 .wrap {
  background-color: #353c40;
  border-color: #273135;
}
.dark-theme .theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody {
  border-top-color: #273135;
}
.dark-theme .theme-3-0 .managing-limits .col-md-6 .wrap .top table tbody tr {
  border-bottom-color: #273135;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr
  td.graduation-status
  p {
  color: #fc3f48;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-off-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border-color: #ebb500;
  background-color: #ffd500;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-info {
  background-color: #d5f7ff;
  border-color: #7be6ff;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-success {
  border-color: #77e681;
  background-color: #dcffdf;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-warning {
  border-color: #ffd500;
  background-color: #fff7d1;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-on-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border-color: #ebb500;
  background-color: #ffd500;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-info {
  background-color: #d5f7ff;
  border-color: #7be6ff;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-info
  .progress-bar.progress-bar-info {
  border-color: #00c6f3;
  background-color: #7be6ff;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress
  .no-limit-anime {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #353c40 100%);
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-success {
  border-color: #77e681;
  background-color: #dcffdf;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-success
  .progress-bar.progress-bar-info {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-warning {
  border-color: #ffd500;
  background-color: #fff7d1;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.progressbar.scale-no-limit-progress
  td
  .progress.progress-warning
  .progress-bar.progress-bar-info {
  border-color: #ebb500;
  background-color: #ffd500;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.action
  td
  a {
  color: #f85f08;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.active
  td.graduation-status
  p,
.dark-theme
  .theme-3-0
  .managing-limits
  .col-md-6
  .wrap
  .top
  table.table-progress
  tbody
  tr.no-limit
  td.graduation-status
  p {
  color: #afb9c2;
}
.dark-theme .theme-3-0 .managing-limits .col-md-6 .wrap .bottom {
  border-top-color: #273135;
}
.dark-theme .theme-3-0 .managing-limits .add-info .buttons .button a span {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .managing-limits
  .add-info
  .buttons
  .button
  a:hover
  span {
  color: #ffaa60;
}
.dark-theme .theme-3-0 .managing-limits .add-info .buttons .button:first-child {
  border-right-color: #3b4348;
}
@media screen and (max-width: 992px) {
  .dark-theme
    .theme-3-0
    .managing-limits
    .header-holder
    .limit-switch
    .main-service-content
    .limit-cost {
    border-left-color: #3b4348;
  }
}
@media screen and (max-width: 420px) {
  .dark-theme
    .theme-3-0
    .managing-limits
    .add-info
    .buttons
    .button:nth-of-type(even) {
    border-right-color: #3b4348;
  }
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-header
  .list-right-side
  .form-wrapper
  .method-group {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-header
  .top-side
  .right-side
  .fv-preview:hover
  svg
  .stroke {
  stroke: #ff8522;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table {
  border-top-color: #363c3f;
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row {
  border-right-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row
  .fv-title {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-1
  .fv-list-table
  .fv-list-row
  .fv-paid-name {
  color: #fc7500;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row:not(:first-child) {
  border-top-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper
  .text-holder {
  border-left-color: #363c3f;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .list-item
  .item-body
  .content-2
  .fv-box
  .row
  .text-wrapper
  .text-holder
  p:first-child {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  svg
  #Stroke-26,
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  svg
  #Stroke-30 {
  stroke: #ea3839 !important;
}
.dark-theme .theme-3-0 #fvList .fv-content .main-list .pay-warning svg #Fill-28,
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  svg
  #Fill-32 {
  fill: #ea3839 !important;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  .fv-name
  span {
  color: #ea3839;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-warning
  .main-status
  p {
  color: #ea3839;
}
.dark-theme .theme-3-0 #fvList .fv-content .main-list .pay-warning .fv-price {
  color: #ea3839;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-complete
  .fv-name
  span {
  color: #1ac528;
}
.dark-theme
  .theme-3-0
  #fvList
  .fv-content
  .main-list
  .pay-complete
  .main-status
  p {
  color: #1ac528;
}
.dark-theme .theme-3-0 #fvList .fv-content .main-list .pay-complete .fv-price {
  color: #1ac528;
}
.dark-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Stroke-26,
.dark-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Stroke-30 {
  stroke: #98a2ab;
}
.dark-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Fill-28,
.dark-theme .theme-3-0 #fvList .fv-content .main-list .normal svg #Fill-32 {
  fill: #98a2ab;
}
.dark-theme .theme-3-0 #fvList .fv-content .main-list .normal .fv-price {
  color: #3b4348;
}
.dark-theme .theme-3-0 #fvList .fv-saldo {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper {
  border-bottom-color: #363c3f;
}
.dark-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper::after,
.dark-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper::before {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount {
  border-color: #363c3f;
  background-color: #3b4348;
}
.dark-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount::after,
.dark-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount::before {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 #fvList .fv-saldo .saldo-wrapper .saldo-amount p {
  color: #1ac528;
}
@media screen and (max-width: 880px) {
  .dark-theme
    .theme-3-0
    #fvList
    .fv-content
    .main-list
    .list-item
    .item-body
    .content-table
    .fv-list-table
    .fv-list-row:not(:last-child) {
    border-bottom-color: #363c3f;
  }
}
.dark-theme
  .theme-3-0
  .list-dns
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .page-menu
  .menu-content
  ul
  li.creator-spf {
  border-top-color: #363c3f;
  border-bottom-color: #363c3f;
}
.dark-theme .theme-3-0 .list-dns .main-body table.table {
  border-color: #363c3f;
}
.dark-theme .theme-3-0 .list-dns .main-body table.table thead {
  background-color: #3b4348;
  border-bottom-color: #363c3f;
  border-top-color: #363c3f;
}
.dark-theme .theme-3-0 .list-dns .main-body table.table tbody {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 .list-dns .main-body table.table tbody tr {
  border-bottom-color: #363c3f;
}
.dark-theme .theme-3-0 .list-dns .main-body table.table tbody tr .type span {
  background-color: #3b4348;
}
@media screen and (max-width: 900px) {
  .dark-theme .theme-3-0 .list-dns .main-body .list-item {
    border-bottom-color: #363c3f;
  }
}
.dark-theme .theme-3-0 #partners .header h2 {
  color: #98a2ab;
}
.dark-theme .theme-3-0 #partners .partners-content .recomended-link {
  border-color: #343b3e;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme .theme-3-0 #partners .partners-content .recomended-link .link-top {
  border-color: #343b3e;
  background-color: #434b50;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-bottom {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-bottom
  .social-media
  .btn-fb {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #4167b4;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-link
  .link-bottom
  .social-media
  .btn-tw {
  border-color: rgba(18, 18, 20, 0.09);
  background-color: #10a2f5;
}
.dark-theme .theme-3-0 #partners .partners-content .recomended-statistic {
  border-color: #343b3e;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-left {
  background-color: #3b4348;
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid,
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-right {
  border-right-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .row-wrapper
  .number-holder
  span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .column-right
  .row-wrapper
  .number-green {
  color: #1ac528;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .recomended-statistic
  .column-mid
  .column-right
  .row-wrapper
  .number-blue {
  color: #00bcec;
}
.dark-theme .theme-3-0 #partners .partners-content .header span {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item {
  border-color: #343b3e;
  background-color: #3b4348;
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .top-side {
  border-bottom-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .top-side
  h5 {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .text-wrapper
  .bottom-side
  span {
  color: #828a91;
  border-right-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  p {
  color: #1ac528;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more {
  background-color: transparent;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more
  .colored
  .dot {
  fill: #ff9c4c;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-main-wrapper
  .price-wrapper
  .price-holder
  .show-more
  .colored
  .stroke {
  stroke: #ff9c4c;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile {
  border-bottom-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile
  .text-wrapper
  span {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile.patch-06-03-02 {
  border-bottom-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .text-wrapper-mobile.patch-06-03-02
  .text-wrapper
  span {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph {
  border-right-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel {
  border-color: #343b3e;
  background-color: #434b50;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel::before {
  border-color: #343b3e;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  .circle {
  border-color: #343b3e;
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  #partners
  .partners-content
  .partners-list
  .partner-list-item
  .content-roll
  .graph
  .graph-panel
  .circle
  .dot {
  background-color: #828a91;
}
.dark-theme .theme-3-0 #partners .right-side .partners-price {
  border-color: #9ff4a7;
  background-color: #f8fff9;
}
.dark-theme .theme-3-0 #partners .right-side .partners-price .price-wrapper {
  border-bottom-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper::after,
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper::before {
  background-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-title {
  color: #3b4348;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount {
  border-color: #9ff4a7;
  background-color: #ffffff;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount::after,
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount::before {
  background-color: #9ff4a7;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-wrapper
  .price-amount
  p {
  color: #1ac528;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .partners-price
  .price-description
  p {
  color: #3b4348;
}
.dark-theme .theme-3-0 #partners .right-side .main-info-ctn .main-info {
  background-color: #3b4348;
}
.dark-theme .theme-3-0 #partners .right-side .main-info-ctn .main-info:before {
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .corner
  path {
  fill: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .corner
  polygon {
  fill: #343b3e;
}
.dark-theme .theme-3-0 #partners .right-side .main-info-ctn .main-info h4 {
  border-bottom-color: #343b3e;
  color: #98a2ab;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper {
  border-bottom-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-left
  .big-procent {
  color: #3b4348;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-left
  p {
  color: #828a91;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners {
  border-color: #343b3e;
  background-color: #eff3f7;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value {
  border-color: #44d751;
  background-color: #c5feca;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::before,
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .main-info
  .progress-wrapper
  .progress-right
  .progress-bar-partners
  .progress-value::after {
  background-color: #44d751;
}
.dark-theme
  .theme-3-0
  #partners
  .right-side
  .main-info-ctn
  .btn-bottom-info-panel
  .button {
  border-color: #343b3e;
  background-color: #3b4348;
}
@media screen and (max-width: 1500px) {
  .dark-theme
    .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-right {
    border-color: #343b3e;
  }
}
@media screen and (max-width: 850px) {
  .dark-theme
    .theme-3-0
    #partners
    .partners-content
    .recomended-statistic
    .column-left {
    border-color: #343b3e;
  }
}
.dark-theme
  .theme-3-0
  .list-transaction
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .name
  .price-value {
  color: #1ac528;
}
@media screen and (max-width: 1080px) {
  .dark-theme .theme-3-0 .list-transaction .main-body .list-item {
    border-bottom-color: #363c3f;
  }
  .dark-theme .theme-3-0 .list-transaction .main-body table.table tbody {
    background-color: transparent !important;
  }
  .dark-theme .theme-3-0 .list-transaction .main-body table.table tbody tr {
    border-color: #363c3f !important;
    background-color: #3b4348;
  }
  .dark-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr:last-child {
    border-color: #363c3f !important;
  }
  .dark-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.amount,
  .dark-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    border-top-color: #363c3f;
  }
  .dark-theme
    .theme-3-0
    .list-transaction
    .main-body
    table.table
    tbody
    tr
    td.balance-after {
    border-left-color: #363c3f;
  }
}
.dark-theme .theme-3-0 #raports .raports-title {
  color: #afb9c2;
}
.dark-theme .theme-3-0 #raports .main-body .list-item {
  background-color: transparent;
}
.dark-theme .theme-3-0 #raports .main-body .list-item .item-header {
  background-color: #3b4348;
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .form-group
  .select-img
  .selected
  .option
  span.option-txt
  a {
  color: #3b4348;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .form-group
  .select-img
  .options
  ul
  li.option
  .option-cnt
  span.option-txt
  a {
  color: #3b4348;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  .form-group
  .select-img
  .options
  ul
  li.option:hover
  .option-cnt
  span.option-txt
  a {
  color: #ff8522;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a {
  border-color: #4a545b;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a:hover {
  border-color: #ff8522;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a:hover
  svg
  .stroke {
  stroke: #ff8522;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .left-side
  a:hover
  svg
  .dot {
  fill: #ff8522;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .text-holder
  .total-amount {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-header
  .top-side
  .right-side
  .img-text
  .text-holder
  .amount {
  color: #ffffff;
}
.dark-theme .theme-3-0 #raports .main-body .list-item .item-body-table {
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.04);
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead {
  background-color: #353c40;
  border-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .suma {
  border-left-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .costs {
  border-left-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .thead
  .limits {
  border-left-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody {
  border-color: #343b3e;
  background-color: #3b4348;
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .suma {
  border-left-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .costs {
  border-left-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits {
  border-left-color: #343b3e;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .limits-amount {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .cpu-color {
  color: #1bbf14;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .ram-color {
  color: #16aee7;
}
.dark-theme
  .theme-3-0
  #raports
  .main-body
  .list-item
  .item-body-table
  .table-wrapper
  .tbody
  .limits
  .text-wrapper
  .ssd-color {
  color: #c79207;
}
@media screen and (max-width: 1600px) {
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .left-side {
    border-bottom-color: #343b3e;
  }
}
@media screen and (max-width: 950px) {
  .dark-theme .theme-3-0 #raports .main-body .list-item .item-header {
    border-bottom-color: #343b3e;
  }
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody {
    border-bottom-color: #343b3e;
  }
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits {
    border-top-color: #343b3e;
  }
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(2)::before,
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(3)::before,
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-body-table
    .table-wrapper
    .tbody
    .limits
    .text-wrapper:nth-child(4)::before {
    color: #afb9c2;
  }
}
@media screen and (max-width: 550px) {
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .img-text
    .text-holder
    .raports-title {
    color: #3b4348;
  }
  .dark-theme
    .theme-3-0
    #raports
    .main-body
    .list-item
    .item-header
    .top-side
    .right-side
    .text-holder
    .raports-title {
    color: #3b4348;
  }
}
.dark-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-button {
  background-color: #3b4348;
  border-color: #58636a;
}
.dark-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content:before {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:first-child:hover {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li
  a {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .list-cron
  .main-body
  table.table
  tbody
  tr
  td
  .buttons-action
  .page-menu
  .menu-content
  ul
  li:hover
  a {
  color: #ff8522;
}
.dark-theme .theme-3-0 .credit-card .card-wrapper .card-holder .card-top {
  border-bottom-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .credit-card
  .card-wrapper
  .card-holder
  .card-top
  .card-number {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .credit-card
  .card-wrapper
  .card-holder
  .card-top
  .card-expired {
  color: #98a2ab;
}
.dark-theme .theme-3-0 .credit-card .card-wrapper .filled {
  background-color: #3b4348;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.4);
  border-color: #363c3f;
}
.dark-theme .theme-3-0 .credit-card .card-wrapper .empty {
  background-color: #3b4348;
  opacity: 0.5;
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.4);
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .alert.alert-info
  .left-action-alert
  h3 {
  color: #3b4348 !important;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .alert.alert-info
  .right-action-alert
  .span-progress
  span {
  background-color: #c5cfd8;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .alert.alert-info
  .right-action-alert
  .span-progress
  span.progreess {
  background-color: #00c6f3;
}
.dark-theme .theme-3-0 .statistics-estimation .suggestions-right {
  background-color: #3b4348;
  border-color: #363c3f;
  box-shadow: 0 10px 10px -10px rgba(59, 67, 72, 0.18);
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right
  .title-suggestions {
  border-color: #363c3f;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right
  .body-suggestion
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example {
  background-color: #3b4348;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion {
  background-color: #353c40;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs,
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:first-child,
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:first-child {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:last-child,
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:last-child {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  span {
  color: #afb9c2;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  p {
  color: #ffffff;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:first-child {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:last-child {
  border-color: #273135;
}
.dark-theme
  .theme-3-0
  .statistics-estimation
  .suggestions-right.suggestion-example
  .bottom-info
  p {
  color: #ffffff;
}
.statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.www-brd {
  border-color: #ff8522 !important;
  background-color: rgba(255, 133, 34, 0.5) !important;
}
.statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd {
  border-color: #ffbb80 !important;
  background-color: rgba(255, 187, 128, 0.5) !important;
}
.statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.network-brd {
  border-color: #44d751;
  background-color: #9ff4a7;
}
.statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.estimation-brd-network {
  border-color: #9ff4a7;
  background-color: #dcffdf;
}
.statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.save-brd {
  border-color: #ff5959;
  background-color: rgba(255, 89, 89, 0.5);
}
.statistic-server
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span.load-brd {
  border-color: #00bcec;
  background-color: rgba(0, 188, 236, 0.5);
}
.statistic-server
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic
  .chart-line {
  height: 250px;
}
.statistic-server
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic
  .chart-js {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics,
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    a.btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    a.btn {
    margin-right: 0;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs,
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    svg {
    display: none;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    padding-left: 0;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .statistic-server
    .main-list
    .statistic-list-item.full-width-chart
    .tab-content
    .body-statistic {
    min-height: unset;
  }
  .statistic-server
    .main-list
    .statistic-list-item.full-width-chart
    .tab-content
    .body-statistic
    .chart-line {
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .statistic-server .main-list .statistic-list-item {
    padding: 15px;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .nav-tabs
    .nav-item
    a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 510px) {
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    font-size: 20px;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    padding-left: 0;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .nav-tabs
    .nav-item {
    width: unset;
  }
  .statistic-server
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .nav-tabs
    .nav-item:not(:last-child)
    a {
    border-right: none;
  }
}
.statistics-estimation .alert.alert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.statistics-estimation .alert.alert-info .left-action-alert {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.statistics-estimation .alert.alert-info .right-action-alert {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.statistics-estimation .alert.alert-info .right-action-alert p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.statistics-estimation .alert.alert-info .right-action-alert p.left-day {
  text-transform: none;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
}
.statistics-estimation .alert.alert-info .right-action-alert .span-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.statistics-estimation
  .alert.alert-info
  .right-action-alert
  .span-progress
  span {
  width: 2px;
  height: 10px;
  margin-left: 5px;
}
.statistics-estimation .suggestions-right {
  border: 2px solid;
  padding: 30px 35px;
}
.statistics-estimation .suggestions-right .title-suggestions {
  border-bottom: 2px solid;
}
.statistics-estimation .suggestions-right .title-suggestions p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  padding-bottom: 25px;
}
.statistics-estimation .suggestions-right .body-suggestion {
  padding-top: 20px;
}
.statistics-estimation .suggestions-right .body-suggestion p {
  font-size: 14px;
  line-height: 22px;
}
.statistics-estimation .suggestions-right .body-suggestion .time-to-suggestion {
  padding-top: 20px;
}
.statistics-estimation
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p {
  text-transform: uppercase;
  color: #3b4348;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}
.statistics-estimation
  .suggestions-right
  .body-suggestion
  .time-to-suggestion
  p.time {
  text-transform: none;
  font-size: 24px;
  line-height: 33px;
}
.statistics-estimation .suggestions-right .action-suggestion {
  padding-top: 20px;
}
.statistics-estimation .suggestions-right.suggestion-example .body-suggestion {
  padding-top: 0;
  position: relative;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example {
  margin-top: -2px;
  padding: 20px 10px;
  text-align: center;
  border: 2px solid;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-example
  p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs,
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  padding-top: 20px;
  padding-bottom: 35px;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border: 2px solid;
  border-top: none;
  text-align: center;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:first-child,
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:first-child {
  font-size: 28px;
  font-weight: 900;
  line-height: 38px;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .left-costs
  p:last-child,
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs
  p:last-child {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .package-costs
  .right-costs {
  cursor: pointer;
  border-left: 0px;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column {
  max-width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 12px;
  border-bottom: 2px solid;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column
  p {
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:first-child {
  border-right: 2px solid;
  border-left: 2px solid;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  .resources-costs
  .column:last-child {
  border-left: 2px solid;
  border-right: 2px solid;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion
  a {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources {
  margin-top: 20px;
  padding-top: 0;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs,
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .right-costs {
  padding-left: 25px;
  padding-right: 25px;
  text-align: right;
  padding-bottom: 30px;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs
  p,
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .right-costs
  p {
  text-align: right;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs {
  position: relative;
  border-right: 0px;
  text-align: left;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .body-suggestion.resources
  .package-costs
  .left-costs
  a {
  width: 100px;
  min-width: 100px;
  font-size: 10px;
  top: calc(50% - 7px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.statistics-estimation .suggestions-right.suggestion-example .bottom-info {
  padding-top: 40px;
}
.statistics-estimation .suggestions-right.suggestion-example .bottom-info p {
  font-size: 13px;
  line-height: 22px;
}
.statistics-estimation
  .suggestions-right.suggestion-example
  .bottom-info.non-padding {
  padding-top: 15px;
}

@media screen and (max-width: 1900px) {
  .statistics-estimation > div {
    width: 100%;
  }
  .statistics-estimation .estimation-right-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .statistics-estimation .estimation-right-blocks .suggestions-right {
    max-width: calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 900px) {
  .statistics-estimation .estimation-right-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .statistics-estimation .estimation-right-blocks .suggestions-right {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.statistic-page .main-header {
  margin-bottom: 30px;
}
.statistic-page .main-list .statistic-list-item {
  padding: 40px;
  margin-top: -2px;
}
.statistic-page .main-list .statistic-list-item .main-header-statistic-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .name-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .name-statistics
  h3 {
  padding-left: 20px;
  padding-right: 25px;
  font-size: 24px;
  line-height: 33px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .nav-tabs
  .nav-item
  a {
  min-width: auto;
  font-weight: normal;
  max-height: 40px;
  text-transform: none;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 20px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .nav-tabs
  .nav-item
  a:focus,
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .nav-tabs
  .nav-item
  a:hover {
  outline: none;
}
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-left
  .buttons-refresh {
  display: none;
  padding-left: 30px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .main-header-statistic-action
  .action-right
  a {
  height: 40px;
}
.statistic-page .main-list .statistic-list-item .body-statistic {
  min-height: 250px;
}
.statistic-page .main-list .statistic-list-item .body-statistic.bg-rows {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-flow: row;
  flex-flow: row;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  z-index: 1;
  padding: 10px 20px 10px 25px;
  position: absolute;
  border: 2px solid;
  left: 7px;
  top: 3px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li:last-child {
  margin-right: 0;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  span {
  margin-right: 5px;
  height: 14px;
  width: 14px;
  border: 2px solid;
  border-radius: 50%;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .legend-border
  ul
  li
  p {
  font-size: 12px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .data-attr {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .data-attr
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .data-attr
  ul
  li {
  font-size: 14px;
  line-height: 30px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .value-attr {
  position: absolute;
  left: -60px;
  top: -20px;
  bottom: 15px;
  padding-right: 20px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-line
  .value-attr
  ul
  li {
  text-align: right;
  display: block;
  font-size: 14px;
  line-height: 38px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost {
  z-index: 1;
  position: relative;
  min-width: 230px;
  max-width: 230px;
  width: 230px;
  padding: 38px 40px 35px 40px;
  border: 2px solid;
  box-shadow: 0 10px 20px 0 rgba(59, 67, 72, 0.08);
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .data.in-progress {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week {
  padding-bottom: 20px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .name,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day
  .name,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week
  .name {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .forecast
  .data,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-day
  .data,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week
  .data {
  font-size: 20px;
  font-weight: 900;
  line-height: 27px;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .cost-week {
  padding-bottom: 0;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots {
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(1) {
  top: calc(0px - 5px);
  right: calc(0px - 5px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(2) {
  top: calc(0px - 5px);
  left: calc(0px - 1px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(3) {
  bottom: calc(0px - 1px);
  left: calc(0px - 1px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .forecast-cost
  .dots:nth-of-type(4) {
  bottom: calc(0px - 1px);
  right: calc(0px - 5px);
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-green,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-blue,
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic.bg-rows
  .chart-ssd {
  position: absolute;
  width: calc(100% - 228px);
  bottom: 40px;
  top: 0;
  height: 100%;
  left: 10px;
  max-height: 214px;
}
.statistic-page .main-list .statistic-list-item .body-statistic.bg-rows.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.statistic-page
  .main-list
  .statistic-list-item
  .body-statistic
  .spinner-loader-chart {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: rgba(0, 0, 0, 0.1);
}
.statistic-page .main-list .statistic-list-item:first-child {
  margin-top: 0;
}
.statistic-page
  .main-list
  .statistic-list-item:first-child
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  left: 9px;
  top: 1px;
}
.statistic-page
  .main-list
  .statistic-list-item:nth-of-type(2)
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  left: 7px;
  top: 1px;
}
.statistic-page
  .main-list
  .statistic-list-item:nth-of-type(3)
  .body-statistic.bg-rows
  .chart-line
  .legend-border {
  left: 4px;
  top: 1px;
}
.statistic-page
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic {
  min-height: 250px;
}
.statistic-page
  .main-list
  .statistic-list-item.full-width-chart
  .tab-content
  .body-statistic
  .chart-js {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics,
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .btn-default {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs,
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .medium-tabs,
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .btn-default {
    margin-right: 20px;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .statistic-page .main-list .statistic-list-item {
    padding: 15px;
  }
  .statistic-page .main-list .statistic-list-item .body-statistic.bg-rows {
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 0;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-js {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-line {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: unset;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-line
    .legend-border {
    position: unset;
    width: 100%;
    margin-bottom: 5px;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .chart-line
    .legend-border
    ul {
    text-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 0 0 10px;
    margin-top: 20px;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost
    .dots {
    display: none;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost
    div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .body-statistic.bg-rows
    .forecast-cost
    .forecast {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    svg {
    display: none;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    padding-left: 0;
    font-size: 20px;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .nav-tabs
    .nav-item
    a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 510px) {
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .name-statistics
    h3 {
    font-size: 20px;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .buttons-refresh {
    padding-left: 0;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .nav-tabs
    .nav-item {
    width: unset;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    .nav-tabs
    .nav-item:not(:last-child)
    a {
    border-right: none;
  }
  .statistic-page
    .main-list
    .statistic-list-item
    .main-header-statistic-action
    .action-left
    a.btn {
    margin-right: 0;
  }
}
.theme-3-0 .nav-tabs > li > a {
  border-radius: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  border: 2px solid;
  margin-right: 0;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-3-0 .nav-tabs > li:last-child.active a {
  border-right: 2px solid;
}
.theme-3-0 .nav-tabs > li:last-child.active a:focus, .nav-tabs > li:last-child.active a:hover {
  border-right: 2px solid;
}
.theme-3-0 .nav-tabs > li:last-child a {
  border-right: 2px solid;
}
.theme-3-0 .nav-tabs > li.active a {
  border: 2px solid;
  border-right: none;
}
.theme-3-0 .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
  border: 2px solid;
  border-right: none;
}
.universal.medium-tabs .nav-tabs {
  border-bottom: none;
}
.universal.medium-tabs .nav-tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 170px;
  text-align: center;
  padding: 7px 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
}
.universal.medium-tabs .nav-tabs > li.active a {
  box-shadow: 0 3px 6px 0 rgba(39, 49, 53, 0.1);
}
.universal.big-tabs .dark-version .nav-tabs {
  border-bottom: 2px solid;
}
.universal.big-tabs .dark-version .nav-tabs::after {
  content: "";
}
.universal.big-tabs .dark-version .nav-tabs > li a {
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 170px;
  text-align: center;
  padding: 15px 35px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.universal.big-tabs .dark-version .tab-content .tab-pane {
  padding: 35px;
}
.universal.big-tabs .light-version .nav-tabs {
  border-bottom: 2px solid;
}
.universal.big-tabs .light-version .nav-tabs::after {
  content: "";
}
.universal.big-tabs .light-version .nav-tabs > li a {
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 170px;
  text-align: center;
  padding: 15px 35px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.universal.big-tabs .light-version .tab-content .tab-pane {
  padding: 35px;
}
@media screen and (max-width: 992px) {
  .universal.big-tabs .dark-version .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .universal.big-tabs .dark-version .nav-tabs li {
    width: 100%;
  }
  .universal.big-tabs .light-version .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .universal.big-tabs .light-version .nav-tabs li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .universal.big-tabs .dark-version .nav-tabs, .universal.big-tabs .light-version .nav-tabs {
    display: block;
  }
  .universal.big-tabs .dark-version .nav-tabs > li.active > a, .universal.big-tabs .light-version .nav-tabs > li.active > a {
    border-right: 2px solid;
  }
  .universal.big-tabs .dark-version .nav-tabs li, .universal.big-tabs .light-version .nav-tabs li {
    margin-bottom: 0;
    width: 100%;
  }
  .universal.big-tabs .dark-version .nav-tabs li a, .universal.big-tabs .light-version .nav-tabs li a {
    bottom: 0;
    border-bottom: none;
    border-right: 2px solid;
  }
}
@media screen and (max-width: 510px) {
  .universal.medium-tabs .nav-tabs {
    display: block;
  }
  .universal.medium-tabs .nav-tabs li {
    width: 100%;
  }
  .universal.medium-tabs .nav-tabs li a {
    border-right: 2px solid;
  }
  .universal.medium-tabs .nav-tabs li.active {
    z-index: 1;
  }
}
.theme-3-0 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .nav-tabs .nav-item a {
  min-width: auto;
  font-weight: normal;
  max-height: 40px;
  text-transform: none;
  padding: 10px 30px;
  font-size: 15px;
  line-height: 20px;
}
.theme-3-0 .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .nav-tabs .nav-item a:focus, .theme-3-0  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .nav-tabs .nav-item a:hover {
  outline: none;
}
@media screen and (max-width: 550px) {
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics svg {
    display: none;
  }
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics h3 {
    padding-left: 0;
    font-size: 20px;
  }
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .nav-tabs .nav-item a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 510px) {
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .name-statistics h3 {
    font-size: 20px;
  }
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .buttons-refresh {
    padding-left: 0;
  }
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .nav-tabs .nav-item {
    width: unset;
  }
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left .nav-tabs .nav-item:not(:last-child) a {
    border-right: none;
  }
  .statistic-page .main-list .statistic-list-item .main-header-statistic-action .action-left a.btn {
    margin-right: 0;
  }
}
.light-theme .nav-tabs > li > a {
  color: #AFB9C2;
  border-color: #E0E7EE;
}
.light-theme .nav-tabs > li:last-child.active a {
  border-right-color: #e0e7ee;
}
.light-theme .nav-tabs > li:last-child.active a:focus, .light-theme .nav-tabs > li:last-child.active a:hover {
  border-right-color: #e0e7ee;
}
.light-theme .nav-tabs > li:last-child a {
  border-right-color: #e0e7ee;
}
.light-theme .nav-tabs > li a:hover {
  color: #AFB9C2;
  border-color: #E0E7EE;
  background-color: transparent;
}
.light-theme .nav-tabs > li.active a {
  background-color: #FAFCFD;
  border-color: #E0E7EE;
  border-bottom-color: transparent;
  color: #FF8522;
}
.light-theme .nav-tabs > li.active a:hover, .light-theme .nav-tabs > li.active a:focus {
  border-color: #E0E7EE;
  color: #FF8522;
  background-color: #FAFCFD;
  border-bottom-color: transparent;
}
.light-theme .universal.medium-tabs .nav-tabs > li a {
  background-color: #FAFCFD;
  border-bottom-color: #E0E7EE;
}
.light-theme .universal.medium-tabs .nav-tabs > li.active a {
  background-color: #fff;
  border-bottom-color: #E0E7EE;
}
.light-theme .universal.big-tabs .dark-version .nav-tabs {
  border-bottom-color: #E0E7EE;
}
.light-theme .universal.big-tabs .dark-version .nav-tabs > li a {
  background-color: #fff;
  border-bottom-color: #E0E7EE;
}
.light-theme .universal.big-tabs .dark-version .nav-tabs > li.active a {
  background-color: #FAFCFD;
  border-bottom-color: transparent;
}
.light-theme .universal.big-tabs .dark-version .tab-content .tab-pane {
  background-color: #FAFCFD;
}
.light-theme .universal.big-tabs .light-version .nav-tabs {
  border-bottom-color: #E0E7EE;
}
.light-theme .universal.big-tabs .light-version .nav-tabs > li a {
  background-color: #FAFCFD;
  border-bottom-color: #E0E7EE;
}
.light-theme .universal.big-tabs .light-version .nav-tabs > li.active a {
  background-color: #fff;
  border-bottom-color: transparent;
}
@media screen and (max-width: 560px) {
  .light-theme .universal.big-tabs .dark-version .nav-tabs > li.active > a, .light-theme .universal.big-tabs .light-version .nav-tabs > li.active > a {
    border-right-color: #E0E7EE;
  }
  .light-theme .universal.big-tabs .dark-version .nav-tabs li a, .light-theme .universal.big-tabs .light-version .nav-tabs li a {
    border-right-color: #E0E7EE;
  }
}@media screen and (max-width: 560px) {
  .light-theme .welcome-complete-data .tab-form-user.universal.big-tabs .light-version .nav-tabs > li a {
    border-bottom-color: #E0E7EE;
  }
  .light-theme .welcome-complete-data .tab-form-user.universal.big-tabs .light-version .nav-tabs > li:last-child a {
    border-right-color: #E0E7EE;
  }
  .light-theme .welcome-complete-data .tab-form-user.universal.big-tabs .light-version .nav-tabs > li.active a {
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 355px) {
  .light-theme .welcome-complete-data .tab-form-user.universal.big-tabs .light-version .nav-tabs li:last-child a {
    border-bottom-color: #E0E7EE;
  }
}
.dark-theme .nav-tabs > li > a {
  color: #AFB9C2;
  border-color: #5a666f;
}
.dark-theme .nav-tabs > li:last-child.active a {
  border-right-color: #5a666f;
}
.dark-theme .nav-tabs > li:last-child.active a:focus, .dark-theme .nav-tabs > li:last-child.active a:hover {
  border-right-color: #5a666f;
}
.dark-theme .nav-tabs > li:last-child a {
  border-right-color: #5a666f;
}
.dark-theme .nav-tabs > li a:hover {
  color: #AFB9C2;
  border-color: #5a666f;
  background-color: transparent;
}
.dark-theme .nav-tabs > li.active a {
  background-color: #363C3F;
  border-color: #5a666f;
  border-bottom-color: transparent;
  color: #FF8522;
}
.dark-theme .nav-tabs > li.active a:hover, .dark-theme .nav-tabs > li.active a:focus {
  border-color: #5a666f;
  color: #FF8522;
  background-color: #363C3F;
  border-bottom-color: transparent;
}
.dark-theme .universal.medium-tabs .nav-tabs > li.active a {
  border-bottom-color: #5a666f;
}
.dark-theme .universal.big-tabs .dark-version .nav-tabs {
  border-bottom-color: #5a666f;
}
.dark-theme .universal.big-tabs .dark-version .tab-content .tab-pane {
  background-color: #363C3F;
  border-color: #5a666f;
}
.dark-theme .universal.big-tabs .light-version .nav-tabs {
  border-bottom-color: #5a666f;
}
.dark-theme .universal.big-tabs .light-version .nav-tabs > li a {
  background-color: #363C3F;
  border-color: #5a666f;
}
.dark-theme .universal.big-tabs .light-version .nav-tabs > li.active a {
  border-color: #5a666f;
  background-color: transparent;
  border-bottom-color: #3B4348;
}