/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

html {
    --lh: 1.4rem;
    line-height: var(--lh);
}

ul[role=tablist] {
    flex-wrap: wrap;
}
.scrolling-wrapper {
    overflow-x: auto;
}
.scrolling-wrapperNoShow {
    overflow-x: hidden;
    overflow-y: hidden;
}
body {
    background-color: black;
    color: #fff;
    font-family: 'system-ui';
}

h1 {
    font-weight: 800;
    font-size: 3em;
}

.subtitle {
    font-size: 1.25em;
    opacity: 0.65;
}

.card-block {
    height: 250px;
    background-color: #fff;
    border: none;
    background-position: center;
    background-size: cover;
    transition: all 0.2s ease-in-out !important;
    border-radius: 24px;
   

}
.imageThumbnail {
    max-height: 75px;
    max-width: 75px;
    object-fit: contain;
    text-align: center;
    vertical-align: bottom;
}

.widgetThumbnail {
    width: 198px;
    height: 148px;
    
    text-align: center;
    position: relative;
}
.widgetImage {
    max-width: 198px;
    max-height: 148px;
    object-fit: contain;
}
.widgetButtonoverlay {
   
  
  
    
   
}
.video-container {
    
    width: 85%;
    height: 85%;
    overflow: hidden;
}

    .video-container video {
        /* Make video to at least 100% wide and tall */
       max-height:80%;
       
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: 80%;
        height: auto;
        /* Center the video */
        
      
       
    }
.widgetOrderSelect {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    width: 198px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.widgetButtonoverlayLeft {
    position: absolute;
   
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
}
.widgetButtonoverlayRight {
    position: absolute;
   
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

.widgetButtonoverlayConfigdIcon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    color: green;
    text-shadow: 1px 1px 1px white;
}

.widgetButtonoverlayHelp {
    position: absolute;
    
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.widgetText {
    white-space: nowrap;
    vertical-align:middle;
    overflow: hidden;
    text-overflow: ellipsis;
   
}

.widgetAddButton {
}


.widgetContainer {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: inherit;
    width: 200px;
    height: 150px;
    position: relative;
   
}
.widgetContainerParent {
  
    height: 230px;
    width: 200px;
    position: relative;
}


.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

    .last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }


.spinnerhost {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    /*height: 120px; /* Full height (cover the whole page) */
    height: 100%;
    top: 2vw;
    left: 0;
    right: 0;
    display: block;
    bottom: auto;
    background-color: rgba(0,0,0, 0.2); /* Black w/opacity */
    border-bottom: ridge;
    z-index: 10;
}





.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* fProp template */





.grid-container {
    display: grid;
    grid-template-columns:5px 321px 5px 214px 5px;
    grid-template-rows:5px 235px 5px 59px 5px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.textgrid-container {
    display: grid;
    grid-template-columns: 5px 204px 5px;
    grid-template-rows: 5px 30px 35px 15px 15px 145px 5px;
    width: 100%;
    height: 100%;
    
}

.mainImgHolder {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
}
.auxImageHolder {
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 5;
    
  
}
.textHolder {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 4;
    grid-column-end: 4;
    
}

.featureTextHolder {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;

    text-align:left;
    margin-top: 30px;
    height:30px;
    
    
}
.statusHolder {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
   
  
   
    margin-left:auto;
    margin-right:0px;
}


.contentFullScreen {
    object-fit: cover;
    max-width: 85%;
    max-height: 85vh;
    margin: auto;
}

.imageLargenail {
    height: 235px;
    width: 321px;
    object-fit: cover;
    text-align: right;
}

.imageAuxnail {
    padding: 0px 5px 0px 0px;
    
    height: inherit;
    max-width : 80px;
    object-fit: cover;
    max-height: 59px;
}
.banner {
    width:80px; 
    height: 80px; 
    margin-right:0; 
    margin-left:auto;
}

.fPropAgentLogo {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: auto;
    margin-right: 0px;
    object-fit: cover;
    padding: 2px 5px 2px 0px;
    max-height:30px;

}
.fPropDispAddress {
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: 0px;
    margin-right: auto;
   
}
.fPropBedroomDescription {
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: 0px;
    margin-right: auto;
}
.fPropDisplayPrice {
    grid-row-start: 5;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: 0px;
    margin-right: auto;
}

.fPropBulletDesc {
    grid-row-start: 6;
    grid-row-end: 6;
    grid-column-start: 2;
    grid-column-end: 2;
    width: 204px;
}
.fPropList {
    content: "\2022";
    color: darkgray;
    font-size: xx-small;
    margin-left: 0px;
    margin-right: auto;
    text-align:left;
    width:204px;
    padding:5px;
}
/* fProp template end */


/* fPropPortrait template */





.grid-container-portrait {
    display: grid;
    grid-template-columns: 5px 163px 5px;
    grid-template-rows: 5px 133px 5px 52px 5px 103px 5px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.textgrid-container-portrait {
    display: grid;
    grid-template-columns: 5px 163px 5px;
    grid-template-rows: 2px 15px 20px 7px 7px 75px 2px;
    width: 100%;
    height: 100%;
}

.mainImgHolder-portrait {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
}

.auxImageHolder-portrait {
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 2;
}

.textHolder-portrait {
    grid-row-start: 6;
    grid-row-end: 6;
    grid-column-start: 2;
    grid-column-end: 2;
}

.featureTextHolder-portrait {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: left;
    margin-top: 10px;
    height: 15px;
}

.statusHolder-portrait {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    margin-left: auto;
    margin-right: 0px;
}

.imageLargenail-portrait {
    height: 133px;
    width: 163px;
    object-fit: cover;
    text-align: right;
}

.imageAuxnail-portrait {
    padding: 0px 5px 0px 0px;
    height: inherit;
    max-width: 80px;
    object-fit: cover;
    max-height: 52px;
}

.banner-portrait {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: auto;
}

.fPropAgentLogo-portrait {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: auto;
    margin-right: 3px;
    object-fit: cover;
    padding: 2px 5px 2px 0px;
    max-height: 30px;
}

.fPropDispAddress-portrait {
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: 0px;
    margin-right: auto;
    max-width: 90%;
    max-height: 20px;
    font-size: 6px;
}

.fPropBedroomDescription-portrait {
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: 0px;
    margin-right: auto;
}

.fPropDisplayPrice-portrait {
    grid-row-start: 5;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 2;
    margin-left: 0px;
    margin-right: auto;
}

.fPropBulletDesc-portrait {
    grid-row-start: 6;
    grid-row-end: 6;
    grid-column-start: 2;
    grid-column-end: 2;
    width: 163px;
}

.fPropList-portrait {
    content: "\2022";
    color: darkgray;
    font-size: 6px;
    margin-left: 0px;
    margin-right: auto;
    text-align: left;
    width: 163px;
    padding: 5px;
}
/* fPropPortrait template end */


.truncate {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module {
    width: 204px;
    margin:10px 0px 5px 0px;
    overflow: hidden;
}

.truncate-overflow {
    --max-lines: 2;
    position: relative;
    max-height: 25px;
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}

    .truncate-overflow::before {
        position: absolute;
        content: "...";
        inset-block-end: 0; /* "bottom" */
        inset-inline-end: 0; /* "right" */
    }

    .truncate-overflow::after {
        content: "";
        position: absolute;
        inset-inline-end: 0; /* "right" */
        width: 1rem;
        height: 1rem;
        background: white;
    }

    /*helpsection*/




.helpsections{

    margin-bottom:30px;

}
    .helpsections li {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .helpsections h3 {
        color: var(--primary);
    }
    .helpsections h4 {
        color: var(--secondary);
    }


.helpsectionheader {
    width: 100%;
    
    border-bottom: 0.5px solid white;
    margin-bottom:10px;
}
    .helpsectionheader h2 {
        color: var(--primary);
    }

.helpsections img {
    border: 0.5px solid white;
    max-width: 100%;
    object-fit: contain;
}
    /*endhelpsection*/

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }