﻿:root {
  --color-rgb-custom: 200, 209, 231;
}

.cwc-assistance-header-icon {
  color: #4396A0 !important;
}

.cwc-assistance-btn-show {
  width: 150px !important;
}

.cwc-assistance-content-image {
  width: 300px;
}

.cwc-assistance-image {
  background-image: url("../images/image-helper.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 150px;
}

:root {
  --color-rgb-custom: 200, 209, 231;
}

.cwc-information-header-icon {
  color: #4396A0 !important;
}

.cwc-information-btn-show {
  width: 150px !important;
}

:root {
  --color-rgb-custom: 200, 209, 231;
}

.cwc-sidebar-menu-right-primary {
  background-color: #4396A0 !important;
}

.cwc-sidebar-menu-right-header-height {
  height: 40px;
}

.cwc-sidebar-menu-right-content {
  border-right: 1px solid #c8d1e7;
}

.cwc-sidebar-menu-right-content-height {
  height: calc(100% - 40px);
}

.cwc-sidebar-menu-right-curve-bottom {
  width: 100%;
  height: 40px;
  border-bottom-left-radius: 20% 100%;
  border-bottom-right-radius: 20% 100%;
  box-shadow: 0px 4px 0px 0px rgba(var(--color-rgb-custom), 0.8) !important;
}

.cwc-sidebar-menu-right-curve-top {
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 3px;
}

:root {
  --color-rgb-custom: 200, 209, 231;
}

.cwc-header-primary {
  background-color: #4396A0 !important;
}

.cwc-header-height {
  height: 40px;
}
