@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --fbPrimary: #35abcb;
  --fbPrimaryLight: #ebf6f8;
  --fbSecondary: #2c3f6b;
  --fbBody: #001c40;
  --ffOpen: "Open Sans", sans-serif;
  --ffMont: "Montserrat", sans-serif;
  --fbGrey: #a5a5a5;
  --fbGreyLight: #dbdbdb;
  --fbshadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --fbshadow-sm: 0 .125rem .25rem rgba(0,0,0,.075);
  --fbshadowRight: 5px 0 5px -1px #e0e0e0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --fbPrimaryLight: rgba(162, 210, 223, .2);
  --fbError: #FF5A5A;
  --fbLightGrey-10: #828282;
  --fbLightGrey-20: #dbdbdb;
  --fbLightGrey-30: #f8f9fa;
  --fbLightGrey-40: #eeeeee;
  --fbLightGrey-50: #a7a7a7;
  --fbDarkGrey: #333333;
  --fbDarkGrey-1: #666666;

  --fbSuccess: #00A389;
  --fbSuccessLight: rgba(181, 232, 220, 0.7);
  --fbInfo: #2196F3;
  --fbWarning: #FFB740;
  --fbVendor:#1DAD8A;
  --fbHoverBlue: #007696;
  --fBody: #F7F8FA;
}

*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--ffOpen) ;
  font-size: 14px;
  overflow-x: hidden;
  color: var(--fbBody);
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: var(--fbLightGrey-20);
  border-radius: 10px;
  border: 3px solid #ffffff;
}
/* Reset */
p,
.p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0;
  font-family: var(--ffMont);
  word-break: break-all;
}
h4{
  font-size: 1.5rem;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: var(--fbGrey);
}
a:hover {
  color: var(--fbPrimary);
}
.fw-600 {
  font-weight: 600 !important;
}
.fs-12 {
  font-size: 12px;
}
.mb-10 {
  margin-bottom: 10px;
}
img{
  max-width: 100%;
  height: auto; 
}
.img-fluid{
  max-width: 100%;
  height: auto;
}
.rounded-10{
  border-radius: 10px;
}
.form-control::placeholder {
  font-size: 12px;
}
label{
  font-family: var(--ffMont);
  font-weight: 400;
  font-size: 14px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  /* border: 1px solid var(--fbPrimary); */
  color: var(--fbBody);
}
:focus {
  outline: none;
}
.mb-3 {
  margin-bottom: 1rem !important;
}

button {
  border: 0;
  background-color: transparent;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
input.cropInput{
  display: none;
}
.maxw-200 {
  max-width: 200px;
}
.maxw-100 {
  max-width: 100px;
}
.fbTextPrimary {
  color: var(--fbPrimary);
  font-weight: 600;
  font-size: 14px;
}
.w-100{
  width: 100%;
}
.fbBtn {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 40px;
  color: white !important; 
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 5px 0;
  /* display: flex;
  gap: 2px;
  max-width: 130px;
  align-items: center;
  justify-content: center; */
  cursor: pointer;
}
.text-center {
  text-align: center ;
}
.text-end {
  text-align: right;
}
table{
  border: none;
  border-collapse: collapse;
}
.sumbitResp{
  text-decoration: underline;
  display: block;
  color: var(--fbPrimary);
  cursor: pointer;
text-align: center;
}
.form-control{
  /* border: 1px solid var(--bgLightGrey-10); */
    /* font-weight: 600; */
    font-size: var(--small);
    border-radius: 10px;
    color: var(--fbDarkGrey-1);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fbBtn:hover {
  background-color: var(--fbSecondary);
  color: white;
}
.fbBtn img {
  margin-right: 5px;
}
.cp {
  cursor: pointer;
}
.fbPrimaryBtn {
  background-color: var(--fbPrimary);
}
input[type="time"] {
  position: relative;
  padding: 10px;
  padding-right: 0 !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
input[type="time"]::before {
  display: block;
  font-family: "FontAwesome";
  content: "\f017";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: -8px;
  font-size: 17px;
  color: var(--fbGreyLight);
}
.fbTitle {
  font-size: 24px;
  font-family: var(--ffMont);
  font-weight: 700;
  color: var(--fbPrimary);
  margin-bottom: 10px;
}
.dInlineBlock {
  display: inline-block;
}
.dBlock {
  display: block;
}
.d-flex{
  display: flex;
}
.d-inline-flex{
  display: inline-flex;
}
.justify-content-center{
  justify-content: center;
}
.align-items-center{
  align-items: center;
}
.flex-column{
  flex-direction: column;
}
.gap-3 {
  gap: 1rem;
}
.gap-5{
  gap: 5px !important;
}
.fbContainer {
  width: 100%;
  margin: auto;
}
.fbPreviewContent .topBox {
  border-top: 3px solid var(--fbPrimary);
}
.adminPreviewcontent .topBox{
  border-top: none;
}
.adminPreviewcontent {
width: 80%;
}
.adminPreviewcontent.adminPreviewReport {
  width: 100%;
}

.content {
  display: inline;
}

.read-more {
  color: blue;
  cursor: pointer;
}

.adminPreviewcontent .fbContainer{
  margin: inherit;
}
.contentBox {
  background-color: white;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: var(--fbshadow-sm);
}
.position-relative {
  position: relative;
}
.fbPreviewContent .sbox {
  box-shadow: var(--fbshadow-sm);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
}
.fbPreviewContent .sectionHeading {
  display: inline-block;
  background-color: var(--fbPrimary);
  padding: 10px 25px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.fbPreviewContent .sbox p.prvieImgLabel,.responcePreview .sbox p.prvieImgLabel{ 
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  height: 36px;
  overflow: hidden;
}
.fbPreviewContent .sectionHeading p{
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.fbPreviewContent .sbox  p{
  margin-bottom:10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.fbPreviewContent .sbox .sDescRes{
  margin-bottom:5px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background-color: white;
  padding: 10px;
  min-height: 45px;
}
.fbPreviewContent .sbox.radioCheckBox p{
  margin-bottom:0px;
}
.fbPreviewContent .sbox.radioCheckBox .radio-group{
  margin-top: 10px;
}
.fbPreviewContent .invalid-feedback,.fbPreviewContent .error{
padding-left: 0;
margin-top: 0;
}
.invalid-feedback,
.error-message-date,
.error-message-rating,
.error {
    color: var(--fbError);
    font-size: 12px;
    padding-left: 7px;
}
.fbPreviewContent span.asterisk{
  color: var(--fbError);
}
/* .fbPreviewContent p.questions {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
} */

.fbPreviewContent input.formControl,
.fbPreviewContent textarea,
.fbPreviewContent select.formSelect {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid var(--fbGrey);
  font-size: 13px  !important;
  border-radius: 0;
  display: block;
  padding: 0.375rem 0.75rem;
  background-color: transparent !important;
  padding-left: 0;
  position: relative;
  font-family: var(--ffMont);
}

.fbPreviewContent input.formControl:focus,
.fbPreviewContent select.formSelect:focus,
.fbPreviewContent textarea:focus{
  outline: none;
  border: none;
  border-bottom: 1px solid var(--fbPrimary);
}
/* .fbPreviewContent label {
  font-size: 16px;
  font-weight: 500;
} */

.fbRow{
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.fbRow>*{
  max-width: 100%;
  padding-right:calc(.5* var(--bs-gutter-x));
  padding-left: calc(.5* var(--bs-gutter-x));
  margin-top: 0;
  width: 100%;
}
/* .fbRow .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
 
}
.fbRow .col-md-8 {
  flex: 0 0 auto;
  width: 66.66%;
}
.fbRow .col-md-12{
  width: 100%;
} */
.fbPreviewContent .radioCheckBox .formGroup {
  display: flex;
  align-items: center;
  gap: 10px;
  /* font-weight: 500; */
  margin-bottom: 10px;
}
.fbPreviewContent .radioCheckBox .formGroup.imgThumb {

  display: block;
  max-width: 185px;
  width: 185px;
  /* margin-bottom: 15px; */
}
.fbPreviewContent .radioCheckBox .formGroup .imgOpt {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fbPreviewContent .radioCheckBox .formGroup .imgOpt .optionLabel{
  word-break: break-all;
}
.fbPreviewContent .imgOption {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: space-between; */
}
.fbPreviewContent .imgOption .formGroup {
  width: 48%;
  /* margin: auto; */
}
.fbPreviewContent .radioCheckBox .formGroup input {
    /* min-width: 20px; */
    /* max-width: 20px; */
    height: 20px;
    /* max-height: 20px; */
    min-height: 20px;
    width: 20px !important;
    padding: 0;
}
.mdyCalender .search-custom.datepicker{
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid var(--fbGrey);
}
.fbPreviewContent .uPreview {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px;
  /* display: inline-block; */
  position: relative;
  /* max-height: 250px;
  width: 100%; */
  min-height: 175px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fbPreviewContent .uPreview .close {
  position: absolute;
  top: -10px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  right: -14px;
  background-color: ghostwhite;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbPreviewContent .uPreview.uploadUpreview .close img{
  width: 10px;
}
.fbPreviewContent .uploadUpreview {
max-height: 190px;
height: 190px;
padding: 15px;
}
.fbPreviewContent .uploadUpreview .uploadImg{
  max-height: 150px;
  aspect-ratio: 3/2;
}

.fbPreviewContent .multiBoxBg{
  padding: 10px;
  background-color: var(--fbLightGrey-30);
}
.fbPreviewContent .multiBoxBg .multiTextCtl{
  background-color: white !important;
  border-bottom: 0;
  padding: 10px;
}
/* .fbPreviewContent .uPreview img {
  max-width: 250px;
  max-height: 180px;
} */
.fbPreviewContent .dropDownBox select.formSelect {
  max-width: 50%;
  background-image: url(../img/downArrow.png);
  background-size: 13px 6px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding: .375rem 2.25rem .375rem .75rem;;
}
.fbPreviewContent .shortParaBox input.formControl {
  width: 100%;
  /* max-width: 50%; */
}
.fbPreviewContent .shortParaBox input.formControl.wfull {
  width: 100%;
  max-width: 100%;
}

.fbPreviewContent .uploadBoxModal {
  border: transparent;
  border-radius: 10px;
  background-color: white;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 20px;
  position: relative;
}
.fbPreviewContent .uploadBoxModal .closeBtn {
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}
.fbPreviewContent .uploadBoxModal .uploadBody {
  border: 1px dashed var(--fbPrimary);
  border-radius: 10px;
  background-color: var(--fbPrimaryLight);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.fbPreviewContent .uploadBoxModal .uploadBody img {
  margin-bottom: 10px;
}
.fbPreviewContent .uploadBoxModal .uploadBody p {
  font-size: 12px;
  opacity: 0.7;
}
.fbPreviewContent .uploadBoxModal .myFile {
  position: relative;
  overflow: hidden;
  float: left;
  clear: left;
}
.fbPreviewContent .uploadBoxModal .myFile input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.fbPreviewContent .uploadBoxModal progress {
  display: block;
  margin: auto;
  border: 1px solid #e5e5e5;
  height: 7px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.fbPreviewContent .uploadBoxModal .bottom {
  text-align: center;
}
.fbPreviewContent .imgVideoBox .uPreview {
/* max-width: 350px; */
margin: auto;
}
.fbPreviewContent .imgVideoBox .uPreview img{
  /* width: 100%; */
}
.modal-header .btn-close{
  background-color: var(--fbPrimary) !important;
  border-radius: 40px;
  padding: 12px !important;
}
/* background: */
progress::-webkit-progress-bar {
  background-color: transparent;
  width: 100%;
}
progress {
  background-color: transparent;
}

/* value: */
progress::-webkit-progress-value {
  background-color: var(--fbPrimary) !important;
}
progress::-moz-progress-bar {
  background-color: var(--fbPrimary) !important;
}
progress {
  color: var(--fbPrimary);
}

/* The Modal (background) */
.fbPreviewContent .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
}
.uploadBody {
  border: 1px dashed var(--fbPrimary);
  border-radius: 10px;
  background-color: var(--fbPrimaryLight);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.uploadBody img {
  margin-bottom: 10px;
}
.uploadBody p {
  font-size: 12px;
  opacity: 0.7;
}
.myFile {
  position: relative;
  overflow: hidden;
  float: left;
  clear: left;
}
.myFile input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
/* Modal Content/Box */
.fbPreviewContent .modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #e5e5e5;
  width: 300px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.fbPreviewContent .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -10px;
}
.fbPreviewContent progress {
  display: block;
  margin: auto;
  border: 1px solid #e5e5e5;
  height: 7px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.fbPreviewContent .fileUploadBox .bottom {
  text-align: center;
  margin: auto;
}
.fbPreviewContent .modal-content .close:hover,
.fbPreviewContent .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.fbPreviewContent .docsPdfBox {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 295px;
  margin-bottom: 10px;
  padding: 10px 10px;
  justify-content: space-between;
}
.file_upload_preview{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fbPreviewContent .docsPdfBox a.pdfRead {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 220px;
}
.fbPreviewContent .formBottm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dateBox{
  position: relative;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dateBox .search-custom.datepicker{
  border-radius: 0 !important;
}
.dateBox img{
  position: absolute;
  right: 8px;
  top: 16px;
  width: 15px;
  height: 15px;
}

.datepicker[readonly] {
  background-color: transparent !important;
}
.tabModal .tabBody .nav-tabs .nav-link{
  color: var(--fbPrimary) !important;
  cursor: pointer;
}
.tabModal .tabBody{
  padding: 16px;
}
.tabModal .tabBody .nav-tabs .nav-item.show .nav-link,.tabModal .nav-tabs .nav-link.active{
background-color: var(--fbPrimary);
color: white !important;
}

/* Upload Image */
#uploadModal .uploadBox {
  background-color: var(--fbPrimaryLight);
  border: 2px dashed var(--fbPrimary);
  padding: 10px 15px;
  border-radius: 14px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.options label, .options input {
  width: 4em;
  padding: 0.5em 1em;
}
#uploadModal .hide {
  display: none;
}

.hide {
  display: none;
}
.form-group {
  position: relative;
  /* height: 77px; */
}
.d-none {
  display: none ;
}
#uploadModal .uploadBox p {
  font-size: 14px;
  color: var(--fbDarkGrey);
}
#uploadModal .progress {
  height: 8px;
}

#uploadModal .progress .progress-bar {
  width: 50%;
  background-color: var(--fbPrimary);
}
/* Swal 2 */
.swal2-popup {
  min-width: 17em !important;
  min-height: 15em !important;
  border-radius: 14px !important;
  width: auto !important;
}

.swal2-close {
  border: 1px solid var(--fbLightGrey-20) !important;
  border-radius: 50px !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  margin: 5px !important;
  font-size: 15px !important;
  line-height: 10px;
}

.swal2-icon {
  margin: 1.5em auto 0.6em !important;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: auto !important;
  padding: 0 20px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  color: var(--fbDarkGrey) !important;
  width: 235px;
}

.swal2-html-container::-webkit-scrollbar {
  width: 10px;
}

.swal2-html-container::-webkit-scrollbar-track {
  background: #ffffff;
}

.swal2-html-container::-webkit-scrollbar-thumb {
  background-color: var(--fbLightGrey-10);
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.swal2-icon .swal2-icon-content,
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long,
.swal2-icon.swal2-success [class^="swal2-success-circular-line"][class$="left"],
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-ring,
.swal2-icon.swal2-success .swal2-success-fix,
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right,
.swal2-icon.swal2-error .swal2-x-mark {
  display: none !important;
}

.swal2-title {
  padding: 0 !important;
  font-family: "Montserrat" !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.swal2-actions {
  margin: 0 !important;
}

.swal2-styled.swal2-confirm {
  font-size: 14px!important;
  width: 33%;
  border-radius: 50rem !important;
  margin: 20px 5px 0;
}
.custom-confirm-class,.custom-deny-class,.custom-cancel-class{
  width: 28% !important;
}
.custom-deny-class{
  margin-right: 5px !important
}
.swal2-icon-warning .swal2-styled.swal2-confirm {
  background-color: var(--fbWarning) !important;
}

.swal2-icon-success .swal2-styled.swal2-confirm {
  background-color: var(--fbSuccess) !important;
}

.swal2-icon-error .swal2-styled.swal2-confirm {
  background-color: var(--fbError) !important;
}

.swal2-icon-info .swal2-styled.swal2-confirm {
  background-color: var(--fbInfo) !important;
}

.swal2-styled.swal2-cancel {
  background-color: var(--fbLightGrey-10) !important;
  font-size: 14px !important;
  width: 33%;
  border-radius: 50rem !important;
  margin: 20px 0px 0;
}
.swal2-styled.swal2-deny{
  background-color: var(--fbError) !important;
  font-size: 14px !important;
  width: 33%;
  border-radius: 50rem !important;
  margin: 20px 0px 0;

}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.swal2-styled {
  padding: 0.625em 0 !important;
}

/* warning */

.swal2-icon.swal2-warning {
  border: 0 !important;
  background-image: url("../img/warning.png");
  background-repeat: no-repeat;
  width: 57px !important;
  height: 57px !important;
}

.swal2-icon-warning .swal2-title {
  color: var(--fbWarning) !important;
}

/* success */

.swal2-icon.swal2-success {
  border: 0 !important;
  background-image: url("../img/correct.png");
  background-repeat: no-repeat;
  width: 50px !important;
  height: 50px !important;
}

.swal2-icon-success .swal2-title {
  color: var(--fbSuccess) !important;
}

/* error */

.swal2-icon.swal2-error {
  border: 0 !important;
  background-image: url("../img/delete.png");
  background-repeat: no-repeat;
  width: 50px !important;
  height: 50px !important;
}

.swal2-icon-error .swal2-title {
  color: var(--fbError) !important;
}

/* info */

.swal2-icon.swal2-info {
  border: 0 !important;
  background-image: url("../img/info.png");
  background-repeat: no-repeat;
  width: 62px !important;
  height: 62px !important;
}

.swal2-icon-info .swal2-title {
  color: var(--fbInfo) !important;
}

/* Admin Form responses */

.adminResponse .pInfo{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--fbGreyLight);
}

.adminResponse .formQuestion p{
  color: var(--fbBody);
  font-weight: 600;
  position: relative;
}
.adminResponse .formQuestion p::before{
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--fbBody);
  position: absolute;
  top: 6px ;
  left: -10px;
  border-radius: 40px;
}
.adminResponse .questionAnswerBox{
  margin-left: 10px;
}

.captchWrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  min-height: 75px;
}
.captchWrapper .captchaImgBox{
  width: 200px;
}
.captchWrapper .captchaInput{
  width: 63%;
}
.captchWrapper .captchaHtml{
  min-height: 50px;
}
/* admin report */
.adminPreviewcontent  .fbFormWrapper .mapWrap{
   width: 100%;
   height: 800px;
   max-height: 800px;
}

/* Best Worst */
/* .worstWrapper{
    display: flex;
}
.worstWrapper .top{
    display: flex;

} */
.worstWrapper {
  text-align: center;
}
.worstWrapper .rBox input.radio {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
}
.worstWrapper .bgGrey {
  background-color: var(--fbGreyLight);
  margin-bottom: 20px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin-top: 25px;
}
.rating-stars ul > li.star {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

.rating-stars ul > li.star p{
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: center;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.icons {
  font-size: 40px; /* Change the size of the stars */
  color: var(--fbLightGrey-40); /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.icons {
  color: var(--fbPrimary);
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.icons {
  color: var(--fbPrimary);
}

/* Slider */

.rangeSliderBox input[type="range"] {
  outline: 0;
  border: 0;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  transition: box-shadow 0.2s ease-in-out;
}
.rangeSliderBox{
  width: 80%;
}
.rangeSliderBox .labelBox {
  display: flex;
  justify-content: space-between;
}
.rangeSliderBox .labelBox .label {
  width: 33.33%;
}
.rangeSliderBox .labelBox .label p{
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: inherit;
}
.rangeSliderBox .labelBox .label:nth-of-type(1) {
  text-align: left;
}
.rangeSliderBox .labelBox .label:nth-of-type(2) {
  text-align: center;
}
.rangeSliderBox .labelBox .label:nth-of-type(3) {
  text-align: right;
}
.rangeSliderWrapper .fieldBox .rangeValueInput {
  width: 50px !important;
  text-align: center;
  padding: 0;
  border: 1px solid var(--fbLightGrey-20);
  border-radius: 4px;
}
.rangeSliderWrapper .fieldBox .rangeValueInput:focus{
  border: 1px solid var(--fbPrimary);
}
.rangeSliderWrapper{
display: flex;
gap: 20px;
align-items: center;
flex-wrap: wrap;
margin-top: 25px;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .rangeSliderBox input[type="range"] {
    overflow: hidden;
    height: 22px;
    min-height: auto;
    -webkit-appearance: none;
    /* background-color: red; */
    border: 1px solid var(--fbGreyLight) !important;
    padding: 0;
  }
  .rangeSliderBox input[type="range"]::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: var(--fbPrimary);
    /* // margin-top: -1px; */
    transition: box-shadow 0.2s ease-in-out;
  }
  .rangeSliderBox input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    cursor: pointer;
    background: var(--fbError);
    box-shadow: -330px 0 0 320px var(--fbPrimary), inset 0 0 0 40px var(--fbGreyLight);
    border-radius: 50%;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    /* // top: 1px; */
  }
  .rangeSliderBox input[type="range"]:active::-webkit-slider-thumb {
    background: var(--fbError);
    box-shadow: -330px 0 0 320px var(--fbPrimary), inset 0 0 0 40px var(--fbGreyLight);
  }
}
/* Firefox */
input[type="range"]::-moz-range-progress {
  background-color: var(--fbPrimary); 
  height: 22px;
  
}
input[type="range"]::-moz-range-track {  
  height: 20px;
}
.bestWorstTable{
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: var(--ffMont);

}
.bestWorstTable thead .heads{
  font-weight: 400;
}
.bestWorstTable tr td{
  padding: 10px;

}
.bestWorstTable tbody tr:nth-child(odd){
  background-color: var(--fbLightGrey-30);
}

.bestWorstTable tbody tr:nth-child(even) th{
  background-color: white;
}
/* .rating-stars ul > li.star.hover > i.icons {
  color: var(--fbPrimary);
} */

/* Selected state of the stars */
/* .rating-stars ul > li.star.selected > i.icons {
  color: var(--fbPrimary);
} */

/* Matrix */
.matrixWrapper {
  /* width: 460px; */
  /* margin-left: 8.5rem; */
  margin-bottom: 10px;
  /* min-width: 200px; */
  /* width: 750px; */
  overflow-x: scroll;
  overflow-y: auto;
}
.matrixWrapper .matrixTable {
  margin-bottom: 10px;
  width: 100%;
  border: none;
  font-size: 14px;
  font-family: var(--ffMont);
}

.matrixTable tbody tr:nth-child(odd){
  background-color: var(--fbLightGrey-30);
}
.matrixTable tbody tr:nth-child(odd) th{
  background-color: var(--fbLightGrey-30);
}
.matrixTable tbody tr:nth-child(even) th{
  background-color: white;
}
.matrixTable td.long {
  height: 50px;
  text-align: center;
  min-width: 100px;
  width: 120px;
  padding: 10px;
  /* color: var(--fbSecondary); */
  /* font-weight: 500; */
  word-break: break-all;
}
.matrixTable th.headcol {
  min-height: 50px;
  text-align: left;
  min-width: 50px;
  width: 120px;
  position: sticky;
  left: 0px;
  top: auto;
  padding: 10;
  font-weight: 400;
  /* display: flex;
  align-items: center; */
  /* color: var(--fbSecondary); */
  background-color: white;
}
.matrixTable td.long input.radios,.bestWorstTable tbody tr input.radios{
  min-width: 20px;
  /* max-width: 20px; */
  height: 20px;
  /* max-height: 20px; */
  min-height: 20px;
  width: 20px !important;
  padding: 0;
}

.matrixTable.scrolled tbody tr th{
border-right:1px solid var(--fbLightGrey-20);
} 
input.radios[type=radio],input.radios[type=checkbox]{

  /* margin-top: .25em; */
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact
}

input.radios[type=radio] {
  border-radius: 50%
}
input.radios[type="checkbox"]{
  border-radius: .25em;
}
input.radios[type=radio]:checked {
  background-color:var(--fbPrimary);
  border-color:var(--fbPrimary); 
}

input.radios[type=radio]:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
input.radios:checked[type="checkbox"] {
  background-image: url(../img/tick.png);
  background-color: white;
  background-size: 60%;
}

/* CSS Overriding for conflicts */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45% !important; 
  padding: 0;
  border: none;
  border-radius:0;
  min-height: auto;
  color: inherit;
}

/* Summary Report  */
.summaryReportWrapper {
  /* padding: 20px; */
  background-color: var(--fBody);
}
.summaryReportWrapper .countWrap .contentBox{
  min-height: 140px;
}
.summaryReportWrapper .countWrap .cBox{
  width: 30px;
  height: 30px;
  border: 1px solid var(--fbVendor);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all;
}
.summaryReportWrapper .countWrap .title{
color: var(--fbDarkGrey);
font-weight: 700;
font-size: 16px;
word-break: break-word;
}
.summaryReportWrapper .countWrap .countBox {
  display: flex;
  align-items: baseline;
}
.summaryReportWrapper .countWrap .countBox .countOut{
  font-weight: 700;
  font-size: 18px;
  color: var(--fbSecondary);
  padding-left: 5px;
  line-height: 10px;
}
.summaryReportWrapper .countWrap .countBox .count{
  font-size: 32px;
  color: var(--fbSecondary);
  font-weight: 700;
  padding-right: 10px;
}
.summaryReportWrapper .countWrap .countBox .liveText{
  color: var(--fbHoverBlue);
  font-weight: 700;
  font-size: 32px;

}
.summaryReportWrapper .countWrap .countBox .slash{
  width: 2px ;
  height: 15px;
  background-color: var(--fbSecondary);
  transform: skewX(345deg);
}
.summaryReportWrapper .countWrap .cBox{
  width: 30px;
  height: 30px;
  border: 1px solid var(--fbVendor);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.summaryReportWrapper .countWrap .cBox i,.summaryReportWrapper .reportsWrap .topHead .cBox i{
  color:var(--fbVendor);
}
.summaryReportWrapper .countWrap .cBox:hover{
  background-color: var(--fbVendor);
}
.summaryReportWrapper .countWrap .cBox:hover i,.summaryReportWrapper .reportsWrap .topHead .cBox:hover i{
  color:white;
}

.topHead .title{
  color: var(--fbSecondary);
  font-weight: 700;
  font-size: 18px;
}
.summaryReportWrapper .reportsWrap .topHead  .subTitle{
color: var(--fbLightGrey-50);
}
.summaryReportWrapper .reportsWrap .subQuesBox{
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--fbLightGrey-20);
  margin-bottom: 20px;
 
}
.summaryReportWrapper .reportsWrap .subQuesBox:last-child{
  border-bottom: none;
}
.summaryReportWrapper .reportsWrap .subQuesBox .subAnswersBox{
  max-height: 200px;
  overflow-y: auto;
}
.summaryReportWrapper .textBoxWrap{
  max-height: 200px;
  overflow-y: auto;
padding-right: 15px;;
}
.summaryReportWrapper .reportsWrap .subQuesBox .subHeadQues{
  font-size: 15px;
  color: var(--fbSecondary);
  font-weight: 600;
  padding-bottom: 10px;
  }
  .summaryReportWrapper .reportsWrap .subQuesBox ul{
    padding-left: 2rem;
    list-style: disc;
  }
  .summaryReportWrapper .reportsWrap .subQuesBox ul li{
      margin-bottom: 10px;
      position: relative;
  }
  /* .summaryReportWrapper .reportsWrap .subQuesBox ul li:before{
      position: absolute;
      content: "\f00c";
      top: 3px;
      left: -25px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
  } */
.summaryReportWrapper .reportsWrap .topHead .cBox{
  width: 30px;
  height: 30px;
  border: 1px solid var(--fbVendor);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summaryReportWrapper .reportsWrap .topHead .cBox:hover{
  background-color: var(--fbVendor);
  color: white;
}
.summaryReportWrapper .reportsWrap .topHead{
  margin-bottom: 20px;
}
.summaryReportWrapper .reportsWrap .topHead .codeBox{
  position: absolute;
  right: 0;
  top: 0;
}
.summaryReportWrapper .reportsWrap .textBoxes p{
  padding: 13px 0;
  border-bottom: 1px dashed var(--fbLightGrey-20);
  color: var(--fbDarkGrey-1);
}
.summaryReportWrapper .multiselect.dropdown-toggle.custom-select{
  padding:0 10px 0 3px;
}
.select2-container {
  width: 100% !important;
}
.customSearch .select2-container .select2-selection--single {
  border: 1px solid var(--bgLightGrey-20) !important;
  height: 37px;
  min-height: 37px;
  font-size: var(--xxSmall);
  border-radius: 10px;
  padding: 6px 12px;
  box-sizing: border-box;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 41px;
    font-size: var(--xxSmall);
    color: var(--fbDarkGrey-1);
    font-weight: 400;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 40%;
  right: 2%;
  background-size: 9px 6px;
}
/* X-S
.mall devices (portrait phones, less than 576px) */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .fbContainer {
    max-width: 540px;
  }
  .fbPreviewContent .uploadUpreview{
      max-height: none;
      height: auto;
  }
  .fbPreviewContent .sbox p.prvieImgLabel, .responcePreview .sbox p.prvieImgLabel{
    margin-top: 13px;
    height: auto;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .fbPreviewContent .imgOption .formGroup {
    width: 100%;
  }
  .captchWrapper {
    gap: 10px;
  }
  .captchWrapper .captchaInput{
    width: 100%;
  }
  .rangeSliderBox{
    width: 100%;
  }
  .rating-stars ul > li.star {
    width: 95px !important;
}
.summaryReportWrapper .reportsWrap .topHead .codeBox{
  position: static;
  margin-top: 10px;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .fbContainer {
    max-width: 640px;
  }
  .fbRow .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .fbRow .col-md-8 {
    flex: 0 0 auto;
    width: 66.66%;
  }
  .fbRow .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .fbRow .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .fbRow .col-md-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }
  .fbRow .col-md-4 {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .fbRow .col-md-12{
    width: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) {
  .fbContainer {
    width: 960px;
  }
} */

/* X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) {
  .fbContainer {
    width: 1140px;
  }
} */

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .fbContainer {
    max-width: 850px;
  }
  /* .fbPreviewContent .radioCheckBox .formGroup input,.matrixTable td.long input.radios {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
} */
}
