.draggableItem{
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 5px;width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rnhighlight{
    filter: brightness(120%) !important;
    border-style:solid !important;
    border-width: 1px;
    border-color: red !important;
}

rnwppages-field-picker-item{
    width: 25%;
}

.rnSettingsItem{
    transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    border:1px solid rgb(236, 240, 241);
    background-color:white;
}

.rnSettingsItem.rnSelected{
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}


.ProseMirror-selectednode.fieldNode{
    background-color: #8cf !important;
    color:white;
}

.ProseMirror{
    background-color: white;
}

.selected{
    border: 1px solid #71d7f7;
}


.templateItem{
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: inline-flex;
    flex-direction: column;
    width: 220px;
    transition: background-color ease-in-out 200ms;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.templateItem img{
    max-width: 100%;
    max-height: 100%;

}


.templateItem:hover{
    background-color: #fefefe;
}

.templateItem .templateIcon{
    transition: transform 200ms ease-in-out;
}


.templateItem:hover .templateIcon{
    transform: scale(1.3);
}

rn-template-item{
    padding: 10px;
}


.previewContainer{
    transform: translateY(101%);
    transition: transform 200ms ease-in-out;
}

.previewContainer div{
    transition: transform ease-in-out 200ms;
}

.templateItem:hover .previewContainer{
    transform: translate(0);
}

.previewContainer:hover div{
    transform: scale(1.3);
}

.rnRemoveCondition{
    font-size: 18px;
}
.rnRemoveCondition:hover{
    color:red;
}
.rnblock.Text p{
    margin:2px 0 2px 0;
}
.rnBlock{
	cursor: pointer;
	border: 1px dashed transparent;
	transition: border 200ms ease-in-out, opacity 200ms ease-in-out;
	position: relative;
}



.rnBlock:hover{
	border: 1px dashed blue;
}

.rnBlock.selected{
	border: 1px solid blue;
}

.BlockConfigure{
	display: none;
	background-color: #71d7f7;
	color: white;
	padding: 2px;
	cursor: pointer;
	transition: background-color 200ms ease-in-out;
	height: 18px;
}


.rnBlock:hover .BlockConfigure{
	display: block;
}

.BlockConfigure:hover{
	background-color: red;
}

.rnColumn .rnBlock:not(:first-child)
{
    margin-top: 5px;
}


.rnBlock p{
    margin:0;

}

.rnBlock:not(:first-child)
{
    margin-top: 3px;
}

.rnBlock:not(:last-child)
{
    margin-bottom: 5px;
}
rnwppages-properties-group-collection .rnAccordionContent
{
    padding: 10px;
}
.PropertyItem{
    display: block;
}

.rnAccordionContent > .PropertyItem:not(:first-child){
    margin-top: 3px;
}

.formulaRemove,.formulaIcon{
    transition: color 200ms ease-in-out;
}

.formulaRemove:hover,.formulaIcon:hover{
    color: red!important;
}

.PropertyLabel{
    margin-bottom: 1px;
    display: block;
}

.propertySetting.inline{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.PropertyItem{
    margin-bottom: 10px;
}

.SideInput{
    text-align: center;
}

.SideInput input{
    outline: none;
    box-shadow: none;
}

.SideInput input:focus{
    box-shadow: none !important;
    outline: none;
}

.SideInput label{
    color: #aaa;
}


.SideInput.active label{
    color: black;
}

.SideInput input{
    text-align: center;
}

.SideInputLink{
    cursor: pointer;
    transition: background-color 200ms ease-in-out,color 200ms ease-in-out;
}


.SideInputLink:hover{
    cursor: pointer;
    background-color: #eee;
}

.SideInputLink.linked{
    cursor: pointer;
    background-color: black;
    color:white;
}

.SideInput input{
    border-radius: 0 !important;
    padding: 1px !important;
}

rn-side-input-renderer:first-child input{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.SideInputLink{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.removeIcon{
    transition: 200ms ease-in-out color;
}

.removeContainer:hover .removeIcon{
    color: red;
}
.propertySetting.inline rn-inputs-select{
    min-width: 50%;
}
.propertyModalButton{
    border-radius: 5px;
    cursor: pointer;
}
.propertyModalClear{
    cursor: pointer;
    transition: color 200ms ease-in-out;
}

.propertyModalClear:hover{
    color: red;
}

.propertyModalButton:hover{
    background-color: red;
    color:white;
}


.popperArrow,
.popperArrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: -1;
}

.popperArrow::before {
    content: '';
    transform: rotate(45deg);
    background: white;
}

rnwppages-modal-container{
    border-radius: 5px;
    padding: 10px;
    min-width: 350px;
    background-color: white;
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.15);
}

rnwppages-modal-container[data-popper-placement^='top'] > .popperArrow {
    bottom: -4px;
}

rnwppages-modal-container[data-popper-placement^='bottom'] > .popperArrow {
    top: -4px;
}

rnwppages-modal-container[data-popper-placement^='left'] > .popperArrow {
    right: -4px;
}

rnwppages-modal-container[data-popper-placement^='right'] > .popperArrow {
    left: -4px;
}
.rnblock.Text p{
    margin:2px 0 2px 0;
}
.navigationItem{
    padding: 8px 6px;
}

.rnNavigation{
    margin-top: 10px;
    text-align: right;
}
.rnblock.Text p{
    margin:2px 0 2px 0;
}
.rnblock.Text p{
    margin:2px 0 2px 0;
}
.fieldLabel{
    margin-bottom: 3px;
    width: 100%;
    font-weight: bold;
    display: block;
}

.PageGenerator  .fieldValue{
    margin:0;
}
.linkButton{
    background-color: #007bff;
    border:1px solid #007bff;
    cursor: pointer;
    color:white;
    padding: 8px 10px;
    border-radius: 3px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.linkButton:hover, .linkButton:focus{
    color: white;
}
.serverItem{
    cursor: pointer;
}

.serverItem:not(:last-child){
    border-bottom: 1px solid #efefef;
}

.serverItem:hover{
    background-color: #fefefe;
}

.iconItem{
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: border-color 200ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconItem:hover{
    border-color: red;
    filter:brightness(1.3);
}
.rnblock.Text p{
    margin:2px 0 2px 0;
}
.imageContainer{
    text-align: center;
}

.imageContainer img{
    max-width: 200px;
    max-height: 200px;
}
.rnblock.Text p{
    margin:2px 0 2px 0;
}
.videoContainer{
    text-align: center;
}

.videoContainer img{
    max-width: 200px;
    max-height: 200px;
}
.rnblock.Text p{
    margin:2px 0 2px 0;
}

.ConditionRemove{
    transition: color ease-in-out 200ms;
}
.ConditionRemove:hover{
    color:red;
}
.conditionColumn{
    padding: 0 2px;
}


.conditionLine{
    margin-bottom: 10px;
}

.rednao select.rnInvalidCondition, .rednao input.rnInvalidCondition{
    border-color: red;
}

.mapToField{
    transition: 200ms ease-in-out color;
    cursor: pointer;
}

.mapToField:hover{
    color:red;
}
.condition-datepicker{
    height: 25px !important;
    padding:5px 6px !important;
    width: 100%;
}

.react-datepicker-popper{
    z-index: 1000000000000 !important;
}

.react-datepicker-wrapper{
    width: 100% !important;
}

.react-datepicker__input-container{
    width: 100% !important;
}


.react-datepicker__time-list,.react-datepicker__time-box,.react-datepicker__time,.react-datepicker__time-container{
    width: 100px !important;
}


.rnMultipleComparisonSelect__input input{
    height: 20px!important;
    min-height: 20px !important;
}

.rnMultipleComparisonSelect__control{
    background-color: white;
}

.rnMultipleComparisonSelect--is-disabled .rnMultipleComparisonSelect__value-container,
.rnMultipleComparisonSelect--is-disabled .rnMultipleComparisonSelect__indicators{
    background-color: #e9ecef;
}

.rnMultipleComparisonSelect.rnInvalidCondition .rnMultipleComparisonSelect__control
{
    border-color: red;
}
.rnUserDynamic__input input{
    height: 20px!important;
    min-height: 20px !important;
}
.rnUserDynamic__control{
    background-color: white;
}


.conditionLine .rnInvalidCondition .rnUserDynamic__control
{
    border-color: red;
}
.rednao .rnbtn {
  display: inline-block;
  color: white;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 5.25px 10.5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3.5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .rednao .rnbtn {
      transition: none; } }
  .rednao .rnbtn:hover, .rednao .rnbtn:focus {
    text-decoration: none; }
  .rednao .rnbtn:focus, .rednao .rnbtn.focus {
    outline: 0;
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.25); }
  .rednao .rnbtn.disabled, .rednao .rnbtn:disabled {
    opacity: 0.65; }
  .rednao .rnbtn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.rednao a.rnbtn.disabled,
.rednao fieldset:disabled a.btn {
  pointer-events: none; }

.rednao .rnbtn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .rednao .rnbtn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .rednao .rnbtn-primary:focus, .rednao .rnbtn-primary.focus {
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }
  .rednao .rnbtn-primary.disabled, .rednao .rnbtn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .rednao .rnbtn-primary:not(:disabled):not(.disabled):active, .rednao .rnbtn-primary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .rednao .rnbtn-primary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }

.rednao .rnbtn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .rednao .rnbtn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .rednao .rnbtn-secondary:focus, .rednao .rnbtn-secondary.focus {
    box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }
  .rednao .rnbtn-secondary.disabled, .rednao .rnbtn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .rednao .rnbtn-secondary:not(:disabled):not(.disabled):active, .rednao .rnbtn-secondary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .rednao .rnbtn-secondary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }

.rednao .rnbtn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .rednao .rnbtn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .rednao .rnbtn-success:focus, .rednao .rnbtn-success.focus {
    box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }
  .rednao .rnbtn-success.disabled, .rednao .rnbtn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .rednao .rnbtn-success:not(:disabled):not(.disabled):active, .rednao .rnbtn-success:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .rednao .rnbtn-success:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-success:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }

.rednao .rnbtn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .rednao .rnbtn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .rednao .rnbtn-info:focus, .rednao .rnbtn-info.focus {
    box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }
  .rednao .rnbtn-info.disabled, .rednao .rnbtn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .rednao .rnbtn-info:not(:disabled):not(.disabled):active, .rednao .rnbtn-info:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .rednao .rnbtn-info:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-info:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }

.rednao .rnbtn-warning {
  color: #fff;
  background-color: #f9a602;
  border-color: #f9a602; }
  .rednao .rnbtn-warning:hover {
    color: #fff;
    background-color: #d38d02;
    border-color: #c68402; }
  .rednao .rnbtn-warning:focus, .rednao .rnbtn-warning.focus {
    box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }
  .rednao .rnbtn-warning.disabled, .rednao .rnbtn-warning:disabled {
    color: #fff;
    background-color: #f9a602;
    border-color: #f9a602; }
  .rednao .rnbtn-warning:not(:disabled):not(.disabled):active, .rednao .rnbtn-warning:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c68402;
    border-color: #ba7c01; }
    .rednao .rnbtn-warning:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }

.rednao .rnbtn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .rednao .rnbtn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .rednao .rnbtn-danger:focus, .rednao .rnbtn-danger.focus {
    box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }
  .rednao .rnbtn-danger.disabled, .rednao .rnbtn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .rednao .rnbtn-danger:not(:disabled):not(.disabled):active, .rednao .rnbtn-danger:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .rednao .rnbtn-danger:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }

.rednao .rnbtn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .rednao .rnbtn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .rednao .rnbtn-light:focus, .rednao .rnbtn-light.focus {
    box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }
  .rednao .rnbtn-light.disabled, .rednao .rnbtn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .rednao .rnbtn-light:not(:disabled):not(.disabled):active, .rednao .rnbtn-light:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .rednao .rnbtn-light:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-light:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }

.rednao .rnbtn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .rednao .rnbtn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .rednao .rnbtn-dark:focus, .rednao .rnbtn-dark.focus {
    box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }
  .rednao .rnbtn-dark.disabled, .rednao .rnbtn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .rednao .rnbtn-dark:not(:disabled):not(.disabled):active, .rednao .rnbtn-dark:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .rednao .rnbtn-dark:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }

.rednao .rnbtn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .rednao .rnbtn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .rednao .rnbtn-outline-primary:focus, .rednao .rnbtn-outline-primary.focus {
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }
  .rednao .rnbtn-outline-primary.disabled, .rednao .rnbtn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }

.rednao .rnbtn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .rednao .rnbtn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .rednao .rnbtn-outline-secondary:focus, .rednao .rnbtn-outline-secondary.focus {
    box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }
  .rednao .rnbtn-outline-secondary.disabled, .rednao .rnbtn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }

.rednao .rnbtn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .rednao .rnbtn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .rednao .rnbtn-outline-success:focus, .rednao .rnbtn-outline-success.focus {
    box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }
  .rednao .rnbtn-outline-success.disabled, .rednao .rnbtn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .rednao .rnbtn-outline-success:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-success:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .rednao .rnbtn-outline-success:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }

.rednao .rnbtn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .rednao .rnbtn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .rednao .rnbtn-outline-info:focus, .rednao .rnbtn-outline-info.focus {
    box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }
  .rednao .rnbtn-outline-info.disabled, .rednao .rnbtn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .rednao .rnbtn-outline-info:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-info:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .rednao .rnbtn-outline-info:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }

.rednao .rnbtn-outline-warning {
  color: #f9a602;
  background-color: transparent;
  background-image: none;
  border-color: #f9a602; }
  .rednao .rnbtn-outline-warning:hover {
    color: #fff;
    background-color: #f9a602;
    border-color: #f9a602; }
  .rednao .rnbtn-outline-warning:focus, .rednao .rnbtn-outline-warning.focus {
    box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }
  .rednao .rnbtn-outline-warning.disabled, .rednao .rnbtn-outline-warning:disabled {
    color: #f9a602;
    background-color: transparent; }
  .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f9a602;
    border-color: #f9a602; }
    .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }

.rednao .rnbtn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .rednao .rnbtn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .rednao .rnbtn-outline-danger:focus, .rednao .rnbtn-outline-danger.focus {
    box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }
  .rednao .rnbtn-outline-danger.disabled, .rednao .rnbtn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }

.rednao .rnbtn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .rednao .rnbtn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .rednao .rnbtn-outline-light:focus, .rednao .rnbtn-outline-light.focus {
    box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }
  .rednao .rnbtn-outline-light.disabled, .rednao .rnbtn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .rednao .rnbtn-outline-light:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-light:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .rednao .rnbtn-outline-light:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }

.rednao .rnbtn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .rednao .rnbtn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .rednao .rnbtn-outline-dark:focus, .rednao .rnbtn-outline-dark.focus {
    box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }
  .rednao .rnbtn-outline-dark.disabled, .rednao .rnbtn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }

.rednao .rnbtn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .rednao .rnbtn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .rednao .rnbtn-link:focus, .rednao .rnbtn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .rednao .rnbtn-link:disabled, .rednao .rnbtn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.rednao .rnbtn-circle.rnbtn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.rednao .rnbtn-circle {
  width: 40px;
  height: 40px;
  padding: 6px 0px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.42857; }

.rednao .rnbtn-block {
  display: block;
  width: 100%; }
  .rednao .rnbtn-block + .btn-block {
    margin-top: 7px; }

.rednao input[type="submit"].rnbtn-block,
.rednao input[type="reset"].rnbtn-block,
.rednao input[type="button"].rnbtn-block {
  width: 100%; }

.rednao .rncontrol {
  vertical-align: top !important;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px; }

.rednao .rncontrol label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  cursor: text;
  display: block; }

.rednao .rncontrol input[type='text'], .rednao .rncontrol select {
  width: 100%; }

.rednao input[type=checkbox] {
  outline: none !important; }

.rednao input[type=text], .rednao input[type=number], .rednao input[type=email] {
  display: block;
  height: 33.5px;
  padding: 5.25px 10.5px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3.5px;
  box-shadow: 0 0 transparent;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out !important;
  padding: 6px 12px; }
  .rednao input[type=text]:focus, .rednao input[type=number]:focus, .rednao input[type=email]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-top-color: #80bdff;
    border-right-color: #80bdff;
    border-bottom-color: #80bdff;
    border-left-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.25); }
  .rednao input[type=text]:disabled, .rednao input[type=text]:read-only, .rednao input[type=number]:disabled, .rednao input[type=number]:read-only, .rednao input[type=email]:disabled, .rednao input[type=email]:read-only {
    background-color: #e9ecef;
    opacity: 1; }

.rednao .rnSelect__value-container {
  min-height: 28px;
  padding: 2px 8px; }

.rednao .rnSelect__clear-indicator {
  padding: 0; }

.rednao .rnSelect__value-container > div {
  margin-right: 5px; }

.rednao .rnSelect__multi-value {
  margin: 0; }

.rednao .has-errors .rnSelect .css-1aya2g8, .rednao .has-errors .rnSelect .css-2o5izw, .rednao .has-errors .rnSelect .css-2o5izw {
  border-color: #dc3545 !important; }

.rednao select:disabled {
  background-image: none; }

.rednao .rnSelect__multi-value__label {
  text-overflow: unset; }

.rednao .rnSelect__input input {
  min-height: auto !important;
  height: auto; }

.rednao select {
  max-width: 100%;
  background: none;
  -webkit-appearance: menulist-button;
  display: block;
  height: 33.5px;
  padding: 5.25px 10.5px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3.5px;
  box-shadow: 0 0 transparent;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out !important;
  padding: 2px 7px; }
  .rednao select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-top-color: #80bdff;
    border-right-color: #80bdff;
    border-bottom-color: #80bdff;
    border-left-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.25); }
  .rednao select:disabled {
    background-color: #e9ecef;
    opacity: 1; }

.rednao * {
  box-sizing: border-box; }

.rednao .rncolsm1 {
  width: 100%; }

.rednao .rncolsm2 {
  display: inline-block;
  width: calc(50% - 3px); }

.rednao .rncolsm3 {
  width: calc(33.3333333% - 3px); }

.rednao .rncolsm4 {
  width: calc(25% - 3px); }

.rednao .rncolsm2, .rednao .rncolsm3 {
  display: inline-block; }
  .rednao .rncolsm2:first-child, .rednao .rncolsm3:first-child {
    margin-right: 3px; }
  .rednao .rncolsm2:not(:first-child), .rednao .rncolsm3:not(:first-child) {
    margin-left: 3px; }

.rednao .rnrow {
  margin-bottom: 5px; }

.rednao .rninline .rncontrol {
  margin-right: 5px; }

.rednao .MuiTable-root-028 thead th {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border-bottom-color: #5f5f5f; }

.rednao .rnbtn-group,
.rednao .rnbtn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .rednao .rnbtn-group > .rnbtn,
  .rednao .rnbtn-group-vertical > .rnbtn {
    position: relative;
    flex: 1 1 auto; }
    .rednao .rnbtn-group > .rnbtn:hover,
    .rednao .rnbtn-group-vertical > .rnbtn:hover {
      z-index: 1; }
    .rednao .rnbtn-group > .rnbtn:focus, .rednao .rnbtn-group > .rnbtn:active, .rednao .rnbtn-group > .rnbtn.active,
    .rednao .rnbtn-group-vertical > .rnbtn:focus,
    .rednao .rnbtn-group-vertical > .rnbtn:active,
    .rednao .rnbtn-group-vertical > .rnbtn.active {
      z-index: 1; }

.rednao .rnbtn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .rednao .rnbtn-toolbar .input-group {
    width: auto; }

.rednao .rnbtn-group > .rnbtn:not(:first-child),
.rednao .rnbtn-group > .rnbtn-group:not(:first-child) {
  margin-left: -1px; }

.rednao .rnbtn-group > .rnbtn:not(:last-child):not(.dropdown-toggle),
.rednao .rnbtn-group > .rnbtn-group:not(:last-child) > .rnbtn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rednao .rnbtn-group > .rnbtn:not(:first-child),
.rednao .rnbtn-group > .rnbtn-group:not(:first-child) > .rnbtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rednao .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .rednao .dropdown-toggle-split::after,
  .dropup .rednao .dropdown-toggle-split::after,
  .dropright .rednao .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .rednao .dropdown-toggle-split::before {
    margin-right: 0; }

.rednao .rnbtn-sm + .dropdown-toggle-split, .rednao .rnbtn-group-sm > .rnbtn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.rednao .rnbtn-lg + .dropdown-toggle-split, .rednao .rnbtn-group-lg > .rnbtn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.rednao .rnbtn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .rednao .rnbtn-group-vertical > .rnbtn,
  .rednao .rnbtn-group-vertical > .rnbtn-group {
    width: 100%; }
  .rednao .rnbtn-group-vertical > .rnbtn:not(:first-child),
  .rednao .rnbtn-group-vertical > .rnbtn-group:not(:first-child) {
    margin-top: -1px; }
  .rednao .rnbtn-group-vertical > .rnbtn:not(:last-child):not(.dropdown-toggle),
  .rednao .rnbtn-group-vertical > .rnbtn-group:not(:last-child) > .rnbtn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rednao .rnbtn-group-vertical > .rnbtn:not(:first-child),
  .rednao .rnbtn-group-vertical > .rnbtn-group:not(:first-child) > .rnbtn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.rednao .rnbtn-group-toggle > .rnbtn,
.rednao .rnbtn-group-toggle > .rnbtn-group > .rnbtn {
  margin-bottom: 0; }
  .rednao .rnbtn-group-toggle > .rnbtn input[type="radio"],
  .rednao .rnbtn-group-toggle > .rnbtn input[type="checkbox"],
  .rednao .rnbtn-group-toggle > .rnbtn-group > .rnbtn input[type="radio"],
  .rednao .rnbtn-group-toggle > .rnbtn-group > .rnbtn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }


.calculatedFormName{
    background-color: transparent;
    border:1px solid transparent;
    font-weight: bold;
    font-size:30px;
}

.calculatedFormName{
    outline: none;
    border-bottom:1px solid #dfdfdf !important;
    background: white no-repeat;
    background-image: linear-gradient(to bottom, #80bdff, #80bdff), linear-gradient(to bottom, silver, silver);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.calculatedFormName:focus{
    background-size: 100% 2px, 100% 1px;
    outline: none;
}



#ExitButton{
    color:black;
    cursor:pointer;
    transition:200ms color ease-in-out;
}

#ExitButton:hover{
    color:red;
}
.CodeMirror-lint-tooltip{
    z-index: 1000000000000000000;
}

.cm-editor{
    height: 100%;
}
.sortItemDelete,.arrowDirection{
    transition:color 200ms ease-in-out;
}

.sortItemDelete:hover,.arrowDirection:hover{
    color:red;
}
.DesignerContent{
    transition:border-color 200ms ease-in-out;
    width:calc(100% - 500px);
    display:inline-block;
    overflow:auto;
    background-color:white;
    height:100%;
    padding:10px;
    border:5px solid transparent;
}

.DesignerContent.IsDragging{
    border-color: red;
}

.DesignerContent.IsDragging.IsHovering{
    border-color: greenyellow;
}

.FieldPickerItem{
    border: 1px solid transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 200ms;
}


.FieldPickerItem:hover{
    background-color: #fcfcfc;
    border-color: red;
}

.emptyColumnPlaceHolder{
	border:1px solid black;
	border-radius: 5px;
	transition: border-color 200ms ease-in-out;
}


.emptyColumnPlaceHolder:hover{
	border-color: red;
}

rn-column{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

rn-column .columnWrapper{
    border:1px dashed transparent;
    transition: border 200ms ease-in-out;
}

rn-column .columnWrapper:hover{
    border: 1px black dashed;
}

.ColumnConfigure{
    display: none !important;
    cursor: pointer;
    transition: background-color 200ms ease-in-out;
    background-color: #555;
    color: white;

}

rn-column .isDraggingOver rn-text-container{
    pointer-events: none;
}

.ColumnConfigure:hover{

    background-color: red;
}

.columnWrapper:hover .ColumnConfigure{
    display: inline-flex !important;
}

.rnColumn.selected{
    border: 1px solid #71d7f7;
}
.rnColumn{
    padding: 10px;
    flex-direction: column;
    display: inline-flex;
    width: 100%;
    box-sizing: border-box;
    align-self: start;
}

.rnBlock{
    width: 100%;
}

@media (max-width: 768px) {
    .rnColumn{
        width:100% !important;
    }
}

.rnColumn p:last-child{
    margin-bottom: 0;
}
.layoutOptions{
    display: none;
}

.layoutOptions:hover{
    z-index: 10000000000000;
}

.rnRow.selected{
    border: #71d7f7 1px solid;
}

.rnRow{
    border: transparent 1px dotted;
}
.rnRow:hover{
    border: #71d7f7 1px dotted;
}

.rnRow:hover .layoutOptions{
    display: flex;
}
.layoutOptions ul,.layoutOptions li{
    margin: 0;
}

.layoutOptions ul{
    display: inline-flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    background-color:#71d7f7 ;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.layoutOptions li{
    color: white;
    width: 25px;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.layoutOptions li:hover{
    background-color: #10bcf2;
}

.layoutOptions li:first-child:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 29px 14px;
    border-color: transparent transparent #71d7f7 transparent;
    top:0;
    left: -13px;

}


.layoutOptions li:hover:first-child:before{
    border-color: transparent transparent #10bcf2 transparent;
}


.layoutOptions li:last-child:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 0 14px;
    border-color: transparent transparent transparent #71d8f7;
    top:0;
    left: 24px;
}

.layoutOptions li:last-child:hover:after {
    border-color: transparent transparent transparent #10bcf2;

}

.rnhighlight .rowOptions{
    filter: brightness(90%);
}
.rnRow{
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.popupButton{
    background-color: #007bff;
    border:1px solid #007bff;
    cursor: pointer;
    color:white;
    padding: 8px 10px;
    border-radius: 3px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.popupButton:hover, .popupButton:focus{
    color: white;
}

.popupButtonContainer{
    text-align: center;
}
.rnFieldImage img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin: auto;
    box-sizing: border-box;
    border-color: transparent;
}

.rnFieldImage .imageContainer{
    text-align: center;
    display: flex;
    align-items:center;
}

.rnFieldImage .imageContainer a{
    display:flex;
    height:100%;
    width:100%;
    align-items:center;
}
.rnPageInformation{
    text-align: right;
}
rn-page-builder h1,
rn-page-builder h2,
rn-page-builder h3,
rn-page-builder h4,
rn-page-builder h5,
rn-page-builder h6{
    line-height: normal;
}
.Section{
    border: 1px dashed #ccc;
    border-radius: 3px
}

.Section.Droppable{
    border-color:lightgreen !important;
    border-style: solid !important;
}

.Section.selected{
    border:1px solid blue;
}



.SectionPerRow{
}
.pageGrid{
    width: 100%;
    border-collapse: collapse;
    border:1px solid #e0e0e0;
}

.pageGrid th{
    padding: 15px;
    background-color: #f9f9f9;
    text-align: left;
    border-style: none;
    border-width: 0;
    border-bottom: 1px solid #e0e0e0;
}

.pageGrid td{
    border-style: none;
    border-width: 0;
    padding: 15px;
}

.pageGrid p{
    margin:0;
    text-align: unset;
}
.pageGrid td,.pageGrid th{
    cursor: pointer;

}


.pageGrid td.hover{
    border:1px solid red;
    border-top:none;
}

.pageGrid th.hover{
    border:1px solid red;
    border-bottom:none;
 }

.Section_GridSection{
    border: none;
}


.pageGrid td.selected{
    border-bottom:2px solid red !important;
    border-left:2px solid red !important;
    border-right:2px solid red !important;
}

.pageGrid th.selected{
    border-top:2px solid red !important;
    border-left:2px solid red !important;
    border-right:2px solid red !important;
}

rn-text-cell-template p{
    margin:0;
}
.columnMove,.removeColumn,.target{
    transition: color 200ms ease-in-out;
    cursor: pointer;
}

.columnMove:hover,.removeColumn:hover,.target:hover{
    color: red;
}
table.pageGrid.WithBorders td,table.pageGrid.WithBorders th{
    border:1px solid #ccc;
}
table.pageGrid.WithBorders tr:nth-child(even){
    background-color:#eaeaea;
}
.emptySectionPlaceholder{
    transition: color 200ms ease-in-out;
}

.emptySectionPlaceholder:hover{
    color: red;
}

.emptyPlaceHolderAdd,.emptyPlaceHolderTemplate{
    background-color: green;
    display: inline-flex;
    color: white;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    transition: filter 200ms ease-in-out;
}

.emptyPlaceHolderAdd:hover,.emptyPlaceHolderTemplate:hover{
    filter: brightness(1.5);
}

.emptyPlaceHolderTemplate{
    background-color: #7f7f7f;
}

.pageBuilderRowTemplate{
    width: 16.66%;
    box-sizing: border-box;
    fill: #ccc;
    padding: 10px;
    cursor: pointer;
    transition: fill ease-in-out 200ms;
}

.pageBuilderRowTemplate svg{
    height: 50px;
    width: 100%;
}

.pageBuilderRowTemplate:hover{
    fill:#888;
}

.rnEmptyRemove{
    cursor: pointer;
    transition: fill ease-in-out 200ms;
}

.rnEmptyRemove:hover{
    filter: brightness(.5);
}

rnwppages-inner-section .emptyPlaceHolderAdd{
    background-color: blue;
}
.pageGrid td,.pageGrid th{
    cursor: pointer;

}


.pageGrid td.hover{
    border:1px solid red;
    border-top:none;
}

.pageGrid th.hover{
    border:1px solid red;
    border-bottom:none;
 }

.Section_GridSection{
    border: none;
}


.pageGrid td.selected{
    border-bottom:2px solid red !important;
    border-left:2px solid red !important;
    border-right:2px solid red !important;
}

.pageGrid th.selected{
    border-top:2px solid red !important;
    border-left:2px solid red !important;
    border-right:2px solid red !important;
}

rn-text-cell-template p{
    margin:0;
}