body{
    font-family: 'Roboto', sans-serif;
}
/* Reviews/Ratings Style */


  
  
  /* Rating Star Widgets Style */
  .rating-stars ul {
    list-style-type:none;
    padding:0;
    
    -moz-user-select:none;
    -webkit-user-select:none;
  }
  .rating-stars ul > li.star {
    display:inline-block;
    
  }

  div#socialOut {
    display: none;
    position: absolute;
    height: 96vh;
    width: 90%;
    background-color: #f4f4f4;

    z-index: 1000;
    top: 2vh;
    left: 5%;
}
object.socObj {
    height: 100%;
    width: 100%;
}
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
  }
  
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.star-selected > i.fa {
    color:#FF912C;
  }

  .social-links{
      /* display: none; */
      padding: 0% 7%;
      text-align: center;
  }
/* Review V2 style */
    a.social-link, submit.social-link {
        width: 100%;
        color: #fff;
        font-weight: bold;
        background-color: #1a467c;
        padding: 16px 30px;
        display: block;
        border-radius: 60px;
        text-decoration: none;
        max-width: 400px;
        margin: 20px auto;
        cursor: pointer;
    }
    submit.social-link{
        width: 90% !important;
    }

    .social-link:hover{
        opacity: .8;
    }

    .emoji {
        text-align: center;
        font-size: 42px;
        margin-bottom:10px;
        margin-top: 20px;
    }
    #rating h2 {
        font-size: 1.25em;
        font-weight: bold;
        color: #1b689b;
        text-align: center;
    }

    #rating p {
        font-size: 1em;
        text-align: center;
        line-height: 1.63em;
    }
    div#rating{
        padding: 3%;
    }

    div.rating-wrapper {
        background-color: #f4f4f4;
        padding: 3% 1% 5%;
        border-radius: 8px;
        /* min-height: 62vh; */
    }

    #rating .error-box {
        min-height: unset !important;
    }
    #rating .error-box p {
        margin-top: 10px;
        max-width: 450px;
        margin: 0 auto;
    }
    #rating .error-box .emoji {
        margin-top: 46px;
    }
  /* Review V2 style End */
  .rating-stars ul > li.star.awesome-star > i.fa{
    color: #7dbe3e !important;
  }

  li.star {
    width: 20%;
    text-align: center;
}

ul#stars {
    width: 100%;
    padding: 10px 6%;
}

ul#stars > i.fa.fa-star.fa-fw {
    font-size: 44px !important;
}
.center-it {
    width: 100%;
    text-align: center;
}

.social-circle{
    display: inline-block;
    width: 33.33%;
    text-align: center;
}

.social-circle a  {
    color: #fff !important;
    display: inline-block;
    height:60px;
    width:64px;
    text-align: center;
    
}

.social-circle {
    color: #fff !important;
    display: block;
    font-size: 16px;
    padding: 12px 0 12px 0;
    border: solid 2px #fff;
    border-radius: 50px;
    background-color: #1a467c;
    margin: 0 auto;
    width: 292px;
    font-weight: bold;
    margin-top: 15px;
}

h2.head2 {
    font-size: 15px !important;
    font-weight: normal !important;
}

.rating-rep {
    margin-top: 10px;
    font-size: .825em;
    line-height: 1.3;
    font-weight: normal;
    color: #000;
}

.rating-h1-alert{
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: normal;
    color: #7dbe3e;
}

.review-header{
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    color:#232323;

}

.internal-response {
    border-radius:8px !important;
    padding-top:50px !important;
    padding-bottom:80px !important;
    background-color: #f4f4f4;
}

.rating-p{
    font-size: .875em;
    color: #000;
    line-height: 1.5;
    margin-top: 5px;
    width: 100% !important;
}

h4.social-label {
    font-size: .875em;
    color: #000;
    margin-top: 8px;
}

#internal-review{
    display: none;
}

textarea.review-input {
    margin-top: 25px !important;
    width: 88%;
    margin-left: 6%;
    border: none;
    height: 114px;
    border-radius: 10px;
    padding: 14px;
    font-family: "Roboto";
    line-height: 1.5;
    font-size: .875em;
    color: #9b9b9b;
    outline: none;
    margin-top:5px;
    resize: none;
    overflow: auto;
}

#submit-internal{
    margin-top: 25px;
}

#submit-rating{
    margin-top:10px;
}


/* Toast Message style */
.toast-container {
    position: absolute;
    bottom: 0;
    z-index: 900;
    width: 100%;
    padding-top:0px; 
    overflow: hidden;
}
.toast-alert-container {
    position: absolute;
    top: 0;
    width: 100%;
}

ul.toast li {
    display: inline-block;
}

.toaster {
    position: relative;
    bottom: -100px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    padding: 12px 30px;
    background-color: #4a90e2;
    color: #fff;
    border-radius: 8px;
}

li.toast-content.toast-emoji {
    padding-right: 20px;
    font-size: 1.25em;
    vertical-align: middle;
}
li.toast-content.toast-message {
    vertical-align: middle;
}
li.toast-content.toast-message h3 {
    color: #fff !important;
    font-weight: bold;
    font-size: 1em;
    padding-right: 30px;
}
li.toast-content.toast-link {
    padding-right: 20px;
    vertical-align: middle;
    cursor: pointer;
}
li.toast-content.toast-link a {
    font-size: .75em;
    font-weight: 500;
    border: solid 1px #fff;
    padding: 3px 17px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}
li.toast-content.toast-link a:hover {
    background-color: #fff;
    color: #7dbe3e;
    border-color: #7dbe3e;
}
li.toast-content.toast-close {
    font-size: 1.25em;
    vertical-align: middle;
}
.slide-up
{
    bottom: 0px !important;
}

.slide-down
{
    bottom: -50px !important;
    position: absolute;
    width: fit-content;
    width:-moz-fit-content;
    left: 0;
    right: 0;
}
/* Start Video chat wideget style */
div#videoChat {
    width: 96%;
    background-color: #f2f3f3;
    margin-left: 2%;
    border-radius: 8px;
    padding: 27px 20px;
    text-align: center;
}
.chat-cust-info i {
    color: #4a90e2;
    font-size: 42px;
    margin-bottom: 11px;
}
.chat-cust-info h1 {
    font-size: 20px;
    font-weight: bold;
    color: #1a467c;
    margin-bottom: 9px;
    line-height: 1 !important;
    padding: unset !important;
}
.chat-cust-info p {
    font-size: 14px;
    line-height: 1.5;
    color: #232323;
    margin-bottom: 15px;
}
.to-upper{
    text-transform: uppercase;
}
.cust-apt-date {
    font-size: 12px;
    color: #545454;
    margin-bottom: 16px;
}
button.cust-apt-button{
    width: 206px !important;
    padding: 8px 0px;
    margin-bottom: 16px;
}
button#confirm {
    background-color: #4a90e2;
    color: #fff;
}

body div.alert-toaster.slide-alert{
    top: 0px;
}
/* Alert Style Toast*/
div.alert-toaster {
    box-shadow: 0 8px 24px 0 rgba(16, 22, 26, 0.2), 0 2px 4px 0 rgba(16, 22, 26, 0.2);
    width: 100%;
    background-color: #ff3b30 !important;
    z-index: 9999;
    position: absolute;
    top: -500px;
    text-align: center;
    padding: 8px;
}
.alert-toast li.toast-content.toast-close {
    top: 12px;
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 16px;
}
span.toast-exlaim {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 10px;
}
.alert-toast li.toast-content.toast-message h3 {
    line-height: 1.5;
}
.end-chat-cust-info {
    height: 100vh;
    padding-top: 33vh;
}
.alert-dialog-body {
    margin-top: 25px;
}
img.calendar-png {
    width: 42px;
    margin-bottom: 12px;
}
#videoChat div#videoPreviewContainer.no-vid-container {
    width: 100% !important;
    top: 120px !important;
    padding-top: 25vh;
    overflow-y: visible !important;
}
.no-vids h1 {
    font-size: 32px;
    font-family: Spartan !important;
    font-weight: bold;
    color: #1a467c;
    line-height: 1.03;
    margin-bottom: 15px;
}
.no-vids p.perm-normal {
    margin: 15px 0 16px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}
.no-vids p.perm-small{
    margin: 16px 0 53px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
}
.no-vids a {
    text-decoration: none;
    color: #4a90e2;
    margin-bottom: -6px;
    display: block;
    cursor: pointer;
}
.no-vids button#retry {
    padding: 6px 25px;
    border: none;
    margin-top: 12px;
}
.pxv-confirm h1.alert-dialog-header i {
    font-size: 52px;
}
.pxv-confirm h1.alert-dialog-header i.fa-check-circle {
    color: #7dbe3e !important;
}
.pxv-confirm h1.alert-dialog-header i.fa-exclamation-circle{
    color: #ff0000 !important;
}
.pxv-confirm .alert-dialog-body {
    font-family: Spartan !important;
    line-height: 1.45;
    font-size: 16px !important;
    font-weight: bold;
    color: #4a90e2;
}
.confirm.pxv-confirm {
    padding-bottom: 52px !important;
}
.perm-con {
    max-width: 600px;
    padding: 0px 30px;
    margin: 0 auto;
}
div#mediaControls.no-vids {
    background-color: #fff;
}

@media screen and (max-width:768px){
    p.perm-normal {
        font-size: 18px !important;
    }
}

.complete-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header1-partial {
    color: #1a467c !important;
    font-weight: bold !important;
    margin-bottom: 16px;
    font-family: 'Spartan' !important;
    font-size: 82px !important;
    line-height: 103px;
    margin-top: 20px;
}

.header2-partial {
    font-family: Roboto !important;
    font-size: 30px;
    font-weight: bold !important;
    line-height: 40px;
    color: #545454 !important;
    margin-bottom: 16px 0;
}

.complete-pg-column {
    padding: 20px 20%;
}

.complete-pg-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .header1-partial {
      font-size: 64px;
      line-height: 72px;
      margin-left: 0;
    }
  
    .header2-partial {
      font-size: 28px;
      line-height: 38px;
    }
  }
  
@media screen and (max-width: 480px) {
    .header1-partial {
        font-size: 48px !important;
    }

    .header2-partial {
        font-size: 24px;
        line-height: 32px;
    }
}


/* for stories preview */
.video-flex-container {
    margin-left: 4px;
    margin-top: 8px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 50.62%;
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header1-wrapper {
    display: flex;
    align-items: center;
    padding: 0 8% 0 8%;
}

.patex-column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.patex-column-content {
    width: 83%;
}

.pdf-link-prev {
    text-align: center;
    padding-top: 154px;
    border: 1px solid black;
    aspect-ratio: 7/8;
}

.pdf-link-prev-iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 4/7;
    margin-top: 20px;
}

.pcc-image-size img {
    width: 100% !important;
}

.pxv-img-wrapper {
    width: 100%;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 14px;
}

.pxv-img-spec {
    width: 100%;
    margin-bottom: 8px;
}

.paragraph {
    font-family: Roboto !important;
    line-height: 15px;
    font-size: 12px;
    color: #1a467c;
    white-space: inherit;
    margin-top: 8px;
}

.pxv-button {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0px;
    width: 120px;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid #4a90e2;
    color: #fff;
    line-height: 14px;
    background-color: #4a90e2;
    cursor: pointer;
}

.micro-disabled {
    pointer-events: none;
}
  
.pxv-button:hover {
    background-color: #fff;
    color: #4a90e2;
}

.preview-h1 {
    font-size: 22px !important;
    line-height: 39px;
    margin-top: 8px;
    margin-bottom: 0;
}

.preview-h2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.pxv-micro-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #f4f4f4;
    padding: 24px 18px;
    margin: 12px 0;
    border-radius: 25px;
}

.pxv-micro-question {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #1a467c;
    margin-bottom: 24px;
}

.pxv-micro-choice-container {
    display: flex;
    column-gap: 6px;
    row-gap: 24px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 320px;
}
  
.pxv-micro-choice {
    position: relative;
    text-align: center;
    display: flex;
    font-size: 10px;
    width: 66px;
    border: 2px solid #4a90e2;
    padding: 4px 20px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    color: #4a90e2;
}

.pxv-micro-button-help {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.pxv-micro-autosend-choice {
    position: relative;
    text-align: center;
    display: flex;
    font-size: 10px;
    margin-bottom: 12px;
    width: 120px;
    border: 2px solid #4a90e2;
    padding: 4px 20px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    color: #4a90e2;
}

.pxv-api-confirmation-wrapper {
    width: 96%;
    background-color: #f2f3f3;
    /* margin-left: 2%; */
    border-radius: 8px;
    padding: 27px 20px;
    text-align: center;
    margin: 20px 0 40px 0;
}

.pxv-eng-api-confirmation-footer {
    font-size: 8px !important;
    margin: 10px 0;
}

.pxv-eng-add-to-cal {
    background-color: #fff;
    color: #4a90e2;
}