/* Common css for new admin pages will go here */
#brandedLogo {
  display: inline-block;
  margin: 0px 5px;
  padding: 0px 5px;
  /* border-left: 2px solid white; */
  color: white; }

#brandedLogo > img {
  height: 45px;
  padding: 0px 10px; }

#brandedLogo > span {
  display: none; }

.brandingDivider {
  border: 1px solid white;
  display: inline-block;
  height: 45px;
  vertical-align: middle; }

.ApproveDisabled {
  color: #aaa !important;
  background-color: #eee !important;
  border-color: #eee !important;
  pointer-events: none; }

/* #region Common */
.pageTitleText {
  display: inline-block;
  font-size: 23px;
  font-weight: 700; }

.pageTitleButtons {
  display: inline-block;
  width: calc(100% - 188px);
  text-align: right; }

.mainControl {
  padding-bottom: 10px;
  text-align: left; }

.DashBoardPanel {
  padding: 0px 20px;
  height: 100%; }

.controlButton {
  border-radius: 6px;
  display: inline-block;
  background-color: dodgerblue !important;
  color: white !important;
  height: 30px;
  width: 84px;
  padding-top: 4px;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: 600; }

.divider {
  border-top: 3px solid #f7f7f7;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }

#errorDiv {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left; }

.errorDivHandle {
  width: 6px;
  height: 51px;
  display: inline-block;
  vertical-align: top; }

.errorDivContainer {
  display: inline-block;
  padding: 11px;
  width: calc(100% - 20px);
  text-align: left; }

.errorDivIcon {
  display: inline-block;
  padding-top: 2px;
  font-size: 22px; }

.errorText {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-left: 6px;
  padding-top: 1px;
  vertical-align: top; }

.errorButtons {
  display: inline-block;
  width: calc(100% - 240px);
  text-align: right; }

.buttonConfirm {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 14px;
  text-align: center;
  width: 84px;
  vertical-align: middle;
  padding: 3px;
  margin-left: 10px;
  color: white;
  cursor: pointer; }

.borderedContainer {
  border: 1px solid black;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  text-align: left;
  overflow-y: auto;
  max-height: calc(100% - 65px); }

.ContainerTitle {
  font-weight: 600;
  color: #000e88;
  font-size: 18px; }

.ContainerDescription {
  color: #666;
  font-size: 16px; }

.browseBtn {
  padding-top: 10px;
  cursor: pointer;
  width: fit-content; }

.adminButton {
  border-radius: 6px;
  display: inline-block;
  background-color: dodgerblue !important;
  color: white !important;
  height: 30px;
  width: 154px;
  padding-top: 4px;
  text-align: center;
  font-weight: 600;
  cursor: pointer; }

.buttonWithIcon {
  background-color: dodgerblue;
  color: white;
  padding: 4px 45px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer; }

.btnIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 13px; }

.btnIconText {
  display: inline-block;
  padding-left: 4px;
  vertical-align: middle;
  font-weight: 600; }

.blockText {
  display: block;
  padding-bottom: 10px; }

#text-box {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  min-height: 38px;
  text-align: left;
  padding-left: 20px;
  border: 2px solid dodgerblue; }

/* #endregion Common */
/* #region ManageLogosAndThemes */
.ManageLogosAndThemes {
  padding: 20px;
  height: 100%; }

.manageLogosAndThemesTitleText {
  color: darkblue;
  font-size: 20px;
  font-weight: 700; }

.previewBanner {
  background-color: lightgray;
  border-radius: 5px;
  height: 64px;
  padding: 7px;
  user-select: none; }

.innerPreviewBanner {
  background-color: #48b8e7;
  height: 50px;
  border-radius: 5px;
  width: 100%;
  margin: auto; }

.previewBannerTable {
  height: 100%;
  width: fit-content;
  margin: auto; }

.bannerImagePreview {
  padding: 0px 10px; }

#banner-image-preview {
  height: 40px;
  object-fit: contain; }

.previewTextCell {
  width: 100%; }

.bannerPreviewText {
  color: #efecea;
  font-weight: 600;
  font-size: 20px; }

.previewButtonCell {
  width: 100%;
  padding-right: 20px;
  text-align: right; }

.previewButton {
  padding: 8px 24px;
  border-radius: 6px;
  display: inline-block;
  background-color: #48b8e7;
  background: rgba(255, 255, 255, 0.24);
  color: #efecea;
  font-weight: 600;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.9px);
  -webkit-backdrop-filter: blur(1.9px);
  border: 1px solid rgba(255, 255, 255, 0.38); }

table {
  width: 100%; }

.labelText {
  font-weight: 700;
  font-size: 18px; }

.imageUploader {
  display: none !important; }

.imagePreview {
  text-align: right; }

.image-preview {
  width: 100px;
  height: 100px;
  border: 4px solid #dfdfdf;
  object-fit: contain;
  padding: 5px; }

.colorPickerDiv {
  display: inline-block; }

.colorPickerTable {
  width: fit-content;
  table-layout: fixed; }

.colorPickerCell {
  padding-right: 170px;
  padding-left: 0px; }

.colorPickerBorder {
  width: 170px;
  margin-top: 8px;
  border: 1px solid lightgray;
  border-radius: 5px;
  border-collapse: separate;
  overflow: hidden !important; }

.colorPickerLabel {
  font-size: 14px;
  font-weight: 600; }

.colorPickerText {
  width: 100px;
  padding-left: 5px; }

.colorPicker {
  width: 66px;
  height: 36px;
  border: none;
  background-color: white; }

.colorTextBox {
  border: none;
  width: 62px;
  direction: ltr; }

/* #endregion ManageLogosAndThemes */
.padTop10 {
  padding-top: 10px; }

.ManageUserListItem {
  border: 1px solid #eee;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 1px 3px 1px #eee; }

.UserListContainer {
  padding: 20px;
  background: #eee;
  border-radius: 12px;
  margin-top: 20px;
  height: calc(100% - 45px); }

.UserList {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px;
  list-style: none; }

.width100 {
  display: inline-block;
  width: 100% !important; }

.height100 {
  height: 100% !important; }

.overFlowAuto {
  overflow: auto !important; }

.overFlowNone {
  overflow: hidden !important; }

#UserMainPanel {
  height: calc(100% - 47px); }

/* #region ManageEmailConfigurations */
.inputTextArea {
  display: block;
  border: 1px solid lightgrey;
  background-color: white;
  border-radius: 5px;
  height: 70px;
  margin: 10px;
  width: 100%;
  padding: 0px 10px;
  margin: 10px 0px;
  white-space: pre-wrap; }

.dropdownSelect-menu {
  box-shadow: none;
  border-color: #eee;
  z-index: 1500 !important;
  margin: 10px; }

.dropdownSelectWrapper {
  display: block;
  border: 1px solid lightgrey;
  background-color: white;
  border-radius: 5px;
  width: 200px;
  height: 35px;
  margin: 10px 0px; }

.adminLangSwitchColumn {
  display: inline-block;
  max-width: 33%;
  min-width: 230px; }

.selectLangSwitchRow:after {
  content: "";
  display: table;
  clear: both; }

.selectSwitchWrapper {
  display: flex;
  border: 1px solid lightgrey;
  background-color: white;
  border-radius: 5px;
  width: 200px;
  margin: 10px 0px; }

.selectSwitch-input {
  flex-grow: 1; }

.selectSwitch-input input[type=radio] {
  display: none; }

.selectSwitch-input label {
  display: block;
  padding: 6px 8px;
  font-size: 12px;
  color: black;
  font-weight: 600;
  width: 100px;
  text-align: center;
  margin: 0px; }

.selectSwitch-input input[type=radio]:checked + label {
  height: 100%;
  background-color: dodgerblue !important;
  color: #f5f5f5;
  display: block;
  padding: 6px 8px;
  font-size: 12px; }

.inputField {
  display: inline-block;
  border: 1px solid lightgrey;
  background-color: white;
  border-radius: 5px;
  height: 35px;
  width: 100%;
  padding: 0px 10px;
  margin: 10px 0px; }

.emailConfigViewer {
  padding: 0px 15px; }

.mainDivAreaColumnRight {
  display: inline-block; }

.mainDivAreaColumnLeft {
  width: calc(100% - 500px);
  display: inline-block;
  vertical-align: top; }

.mainDivArea:after {
  content: "";
  display: table;
  clear: both; }

.headerLogoColumn {
  display: inline-block;
  min-width: 230px;
  vertical-align: top; }

.headerLogoColumnRight {
  padding-left: 10px; }

.headerLogoColumnLeft {
  width: calc(100% - 235px); }

.headerLogoRow:after {
  content: "";
  display: table;
  clear: both; }

.emailSettingGreyContainer {
  background-color: grey;
  border-radius: 5px;
  padding: 20px; }

.languageSelectWarning {
  display: none; }

.fieldWarningText {
  color: red;
  font-size: 12px;
  font-weight: 500; }

.emailLangLogoSettingContainer {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid lightgrey; }

.adminFieldLabel {
  font-size: 11px;
  font-weight: 500; }

.emailBody {
  background-color: white;
  width: 450px;
  height: fit-content;
  box-shadow: 0 0 0 1px #eee;
  border: 2px solid lightgrey; }

.emailViewOuterWrapper {
  padding: 5px 10px;
  text-align: left;
  direction: ltr; }

.emailViewOuterWrapperAr {
  padding: 5px 10px;
  text-align: right;
  direction: rtl; }

.emailViewSignature {
  font-size: 12px;
  padding-top: 15px;
  color: grey;
  white-space: pre-line;
  overflow-wrap: break-word; }

.emailTitle {
  color: #01418B;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold; }

.emailViewButtonWrapper {
  border-radius: 6px;
  background-color: dodgerblue !important;
  margin-bottom: 5px;
  height: 30px;
  width: 100px;
  padding: 4px 8px; }

.emailViewButtonText {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  padding: 5px;
  font-weight: bold; }

.emailFooter {
  background-color: #F5F5F5;
  height: 35px; }

.footerLabel {
  font-size: 10px;
  font-weight: 500;
  color: darkblue;
  padding: 10px;
  text-align: center; }

.emailDivider {
  border-top: 1px solid grey; }

.emailBrandLogo {
  max-width: 100%;
  height: 75px;
  object-fit: contain;
  padding: 5px; }

.emailText {
  font-size: 12px;
  overflow-wrap: break-word; }

.emailHeader {
  width: 100%;
  line-height: 80px;
  padding: 10px 0px;
  text-align: left; }

.emailViewLogo {
  display: inline-block;
  line-height: normal;
  width: 49%; }

.emailViewHeaderText {
  display: inline-block;
  word-wrap: break-word;
  font-weight: 600;
  width: 50%;
  line-height: normal;
  vertical-align: middle;
  padding: 0px 20px; }

.langSelectLabel {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent; }

.langSelectLabel:hover {
  color: #888;
  cursor: pointer; }

.langSelectInput:checked + .langSelectLabel {
  color: dodgerblue;
  border-bottom: 4px solid dodgerblue; }

#editLangSelection {
  border-bottom: 1px solid #ddd; }

#dropdownLangSelect {
  display: inline; }

#editTextInLang {
  padding-top: 20px; }

/* #endregion ManageEmailConfigurations */
/* #region tennant admin request access changes*/
.NotificationDivInfo {
  border-radius: 4px;
  border: 2px solid #0057d8;
  background-color: #f9fcff;
  margin-bottom: 10px; }

.NotificationDivSuccess {
  border-radius: 4px;
  border: 2px solid #105e00;
  background-color: #f9fcff;
  margin-bottom: 10px; }

.NotificationDivError {
  border-radius: 4px;
  border: 2px solid #d30000;
  background-color: #f9fcff;
  margin-bottom: 10px; }

.NotificationDivCotnainerInfo {
  background-color: #0057d8;
  padding: 10px;
  text-align: left;
  cursor: pointer; }

.NotificationDivCotnainerSuccess {
  background-color: #105e00;
  padding: 10px;
  text-align: left;
  cursor: pointer; }

.NotificationDivCotnainerError {
  background-color: #d30000;
  padding: 10px;
  text-align: left;
  cursor: pointer; }

.NotificationDivIcon {
  display: inline-block;
  padding-top: 2px;
  font-size: 22px;
  color: white;
  vertical-align: middle; }

.NotificationDivText {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  padding-top: 1px;
  vertical-align: middle;
  color: white;
  width: calc(100% - 175px); }

.NotificationDivBtnDiv {
  display: inline-block;
  padding-left: 10px;
  padding-top: 1px;
  vertical-align: middle;
  color: white;
  width: 150px;
  text-align: right;
  font-size: 13px;
  font-weight: 600; }

.NotificationActionButtonBlue {
  border: 1px solid #0057d8;
  padding: 7px 35px;
  background-color: #0057d8;
  color: white;
  font-weight: 600;
  font-size: 13px;
  border-radius: 5px;
  margin: 0px 5px;
  display: inline-block;
  cursor: pointer; }

.NotificationActionButtonRed {
  border: 1px solid #d30000;
  padding: 7px 35px;
  background-color: #d30000;
  color: white;
  font-weight: 600;
  font-size: 13px;
  border-radius: 5px;
  margin: 0px 5px;
  display: inline-block;
  cursor: pointer; }

.AdminNotificationAccessDetailsSpan {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }

.AdminNotificationDetailsKey {
  display: inline-block;
  width: 150px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  vertical-align: top; }

.AdminNotificationDetailsValue {
  display: inline-block;
  width: calc(100% - 150px);
  text-align: left;
  font-size: 14px;
  vertical-align: top; }

.AdminNotificationDetailsDisclaimer {
  display: inline-block;
  text-align: left;
  font-size: 14px; }

.padding10 {
  padding: 10px !important; }

.marginTop10 {
  margin-top: 10px; }

.ColorRed {
  color: red; }

.ColorBlue {
  color: blue; }

.ColorOrange {
  color: #cc8400; }

.ColorGreen {
  color: green; }

/* #endregion tennant admin request access changes*/

/*# sourceMappingURL=AdminScreen.css.map */
