﻿.watermark {
    margin-top: 200px;
    margin-left: 200px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 1.5;
    z-index: 1;
    color: Black;
}

#loadingmsg {
    color: black;
    background: #fff;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-right: -25%;
    margin-bottom: -25%;
}

#loadingover {
    background: black;
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.step-pane:not(.active) {
    display: none;
}

.progress-bar {
    display: block !important;
}

.progress {
    height: 1.2rem !important;
}

table > :not(:first-child) {
    /* Override the border-top style */
    border-top: none !important; /* Use !important to ensure it takes precedence */
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.boostrap-alert-message {
    position: fixed !important;
    top: 20px !important; /* Adjust this value to change the distance from the top */
    right: 20px !important; /* Adjust this value to change the distance from the right */
    z-index: 9999 !important; /* Ensure it's above other content */
}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 55px;
    position: relative;
}

    .rating input[type="radio"] {
        display: none; /* Hide all radio buttons */
    }

    .rating > label {
        cursor: pointer;
        width: 40px;
        height: 40px;
        margin-top: auto;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 76%;
        transition: .3s;
    }

    .rating > input:checked ~ label,
    .rating > input:checked ~ label ~ label {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    }


    .rating > input:not(:checked) ~ label:hover,
    .rating > input:not(:checked) ~ label:hover ~ label {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    }

.fa-star {
    display: none !important;
}

#irs-1 {
    display: none;
}

.nps-container {
    display: flex; /* Make the container a flexbox */
    /* margin-left: 25%;*/
}

    .nps-container input {
        cursor: pointer;
        width: 40px;
        color: #ffffff;
    }

.hidden {
    display: none !important;
}

.step-pane {
    min-height: 46vh !important;
    margin-bottom: -71px !important;
}

#ht-preloader {
    background: #f5f7f9;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.clear-loader {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 40%;
    position: absolute;
    text-align: center;
    top: 50%;
}
/*=================================================================*/


label > input:checked + img {
    border: 2px solid #36f114;
    border-radius: 14px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 921px !important;
}



.cookie-consent-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px;
    background-color: #333;
    color: white;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

  .cookie-consent-popup button {
      margin: 0 10px;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
  }

  .cookie-consent-popup button:first-child {
      background-color: #4CAF50;
      color: white;
  }

  .cookie-consent-popup button:last-child {
      background-color: #f44336;
      color: white;
  }
.fieldset-option {
   /* margin-top: 13px !important;*/
    margin-left: 50px !important;
}


.signature-pad {
  
    font-size: 10px;
    width: 100%;
    height: 100%;
 /*   max-width: 700px;
    max-height: 460px;*/
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 7px;
}
canvas {
    width: 100%;
    height: auto;
    display: block;
}


.signature-pad--actions {
  text-align:right
}

.survey-div {
    padding: 12px;
    border: 1px solid lightGray;
    background-color: white;
    border-radius: 23px;
    margin-top: 24px;
    min-height: 90vh;
    padding-left: 40px;
}
.nps-active {
    border: 4px solid #c8dcff;
}

@media only screen and (max-width: 600px) {

    .survey-div {
        padding-left: 16px!important;
    }

    .fieldset-option {
        margin-left: 19px !important;
        margin-right: 19px !important
        ;
    }
    .step-pane {
        margin-bottom: -66px !important;
    }

    .clear-loader {
        left: 22% !important;
    }


  
}
.right-to-left {
    direction: rtl !important;
}

