@charset "utf-8";
/* CSS Document */


html {
    height:100%;
}

body {
  background-image: linear-gradient(80deg, #0A0A40 0%, #482BE7 100%);
  font-family: 'Rubik', sans-serif;
}

body {            
    background-image: url(/Sites/102670/Root/Web/Images/rb1yglkkumtc-dall-e-upscale-9awu99z.png);
  	background-repeat: no-repeat;
    background-size: cover;
}

.Loader {
  height:20px;
}

#Main {
  /*background-color:#900;*/
}

#Find {
  /*background-color:#90C;*/
}


.Box1 {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}


.Box2, #XXPartners, #PXXrofile {
	background-color: #f7f8f9;
	color:black !important;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;
}


#st-1 .st-total {
    color: white !important;
}

.material-symbols-outlined, .Appsimg2 {
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

textarea {
  width:100%;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  margin-top:20px;
  height:150px;
}


group {
		
	margin-top: 20px;
  
	display: flex;
    grid-template-columns: repeat(2, 49%);
    gap: 10px 10px;  
  
}

.btnSml {
  margin: 0px !important; 

}

.Join {
    padding: 6px;
}


input[type="checkbox"][disabled][checked] {
  filter: invert(100%) hue-rotate(18deg) brightness(5);
}
input[type="checkbox"][disabled] {
  /* filter: invert(100%) hue-rotate(18deg) brightness(5); */
}

.btn:hover {
    color: #fff;
}

.btn {
	font-size: 14px;
    padding: 4px;
    text-transform: capitalize;
}

#Partners {
  display:none;
}

.btn {
  margin-left: 10px;
}

#Main, #Find {
  margin-top: 10px;
}





#Main h1, #Find h1 {
    color:black !important;
}

td {
  background-color: #fff;
  margin:0px;
  margin-top: 10px;
  display: block;
  color: black;
  border: solid 1px #dfdfdf;
  padding: 10px;
  display: grid;
  border-radius: 8px;
}

.InnerTD {
  margin:10px;
  display: table-cell;
  border: 0;  
}





.call-action:before {
    background-size: auto;
}

.container {
    XXwidth: 800px;
}

.header-one .header-image {
    text-align: left;
}



.Container {
  -webkit-column-width: 416px;
     -moz-column-width: 416px;
          column-width: 416px;
  column-gap: 0px;
}


.SystemClassNewItemLocal {
    display: inline-block;
    background-color: #FFF;
    border-top: 999 solid 7px;
    background-repeat: no-repeat;
    background-size: 100% 10px;
    /* text-shadow: #000 1px 0 1px; */
    hei ght: 100px;
    padding: 5px;
    margin: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    clear: both;
    line-height: normal;
    border: #e5e5e5 solid 3px;    
    border-top: #e5e5e5 solid 7px;
  background-color: #e5e5e5;
}

.Image {
    border-radius: 8px;
}



/* Limit Menu Pages in Preview */
.Preview li:nth-of-type(1n+6) {
    display: none;
}


.btn-primary{
  background: #333;
}

.btn-primary:hover {
    color: #fff;
    background-color: #222;
    border-color: #000;
}


:root {
  --primary: #155bd5; 
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
}


.css-editor-wrap {
    width: 350px;
    max-width: 350px;
}

.editor-section-label {
    font-family: 'Times New Roman', Times, serif;

    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.editor-section__add-classes h4 {
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0.5px;

    margin-bottom: 5px;
}

.editor-section__add-classes > input {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;

    font-size: 13px;
}

.editor-section__classes, .class-element {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}

.class-element {
    flex-flow: row nowrap;
    cursor: pointer;

    background-color: grey;
    border-radius: 5px;
    padding: 5px;
    margin: 0 8px 8px 0;

    font-size: 13px;
}

.class-element > p.class-name {
    margin-right: 10px;
    cursor: pointer;
}

.class-element > .rm-class-action {
    cursor: pointer;

    font-size: 10px;
    color: #000000;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.editor-properties__wrapper {
    padding: 10px;
}

.editor-item {
    padding: 5px 5px 5px 10px;

    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0.5px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 5px;

    cursor: pointer !important;
    margin-bottom: 10px;
}

.editor-item > label {
    font-size: 12px;
}

.editor-item > label svg {
    width: 15px;
    height: 10px;
}

.editor-item > label > div {
    display: inline-block;
}

.editor-close {
    cursor: pointer;
}

.property-wrapper {
    padding: 10px 3px;
}

.property-wrapper__item, .property-input-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;

    font-size: 12px;
}

.property-wrapper__item {
    margin-bottom: 5px;
}

.property-wrapper__item select, .property-input-wrapper {
    background-color: aliceblue;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;

    color: grey;
    width: 200px;
}

.property-input-wrapper input {
    background-color: aliceblue;
    width: 170px;
}








/* ===== Buttons Css ===== */
.header-one .header-content-area .primary-btn-outline {
  border-color: #333;
  color: #333;
}
.header-one .header-content-area .active.primary-btn-outline, .header-one .header-content-area .primary-btn-outline:hover, .header-one .header-content-area .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.header-one .header-content-area .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== HEADER ONE =====*/
.header-one {
  position: relative;
}
.header-one .header-content-area {

  position: relative;
  padding: 130px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-one .header-content-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .header-one .header-content-area {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .header-one .header-content-area {
    XXheight: 900px;
  }
}
@media (max-width: 767px) {
  .header-one .header-content-area {
    XXheight: 550px;
  }
}
.header-one .header-content-area .primary-btn-outline {
  background-color: #333;
  color: #fff;
}
.header-one .header-content-area .primary-btn-outline:hover {
  background-color: #222;
}
.header-one .header-wrapper {
  position: relative;
}
.header-one .header-content {
  max-width: 540px;
  position: relative;
  z-index: 5;
}
.header-one .header-title {
  color: var(--white);
  font-weight: 800;
}
.header-one .text-lg {
  color: var(--white);
  font-weight: 300;
  margin-top: 16px;
}



#Msg {
  
	background-color: white;
    font-size: 24px;
    padding: 20px;
    border-radius: 20px;  
  
}

.header-one .header-image {
  text-align: center;
}
.header-one .header-image .image {
  max-width: 730px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-one .header-image .image {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-one .header-image .image {
    max-width: 550px;
  }
}
.header-one .header-image .image img {
  width: 100%;
}
.header-one .header-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
}
.header-one .header-shape img {
  width: 100%;
}












































