/**
 * Default CSS file for inspektech portal.
 */
body {
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
@media only screen and (min-width: 760px) {
  .inspektech-card {
    width: 700px;
    display: block;
    height: 350px;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #b8d5f3;
    font-family: "Roboto", sans-serif;
  }
  .inspektech-card .login-card-image {
    width: 45%;
    float: left;
    margin-top: 130px;
  }
  .inspektech-card .login-card-image img {
    margin-left: 20px;
    image-rendering: -webkit-optimize-contrast;
  }
  .inspektech-card .login-card-body {
    width: 55%;
    float: right;
    margin-top: 10px;
    border-left: 1px solid #ced4da;
  }
  .inspektech-login-box {
    width: fit-content;
  }
  .inspektech-box-msg {
    font-weight: lighter;
    text-align: left;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
    font-size: 15px;
  }
  .inspektech-login-box .login-logo {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    font-family: "Roboto", sans-serif;
  }
  .content-wrapper {
    margin-left: 0 !important;
  }

  .content-header {
    padding: 8px 0.5rem;
  }

  .content-footer {
    padding: 8px 0.5rem;
    margin-bottom: 60px;
  }

  .strata-inline {
    /* display: contents; */
    width: max-content;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}
.login-card-image img {
  width: 100% !important;
}

.login-box-msg {
  margin-top: 0;
  line-height: 15px;
}

@media only screen and (max-width: 600px) {
  /*.inspektech-login-box .input-group-append {
          border-left: 1px solid #ced4da;
      }*/
  .login-submit-div {
    margin-left: auto;
  }
  /*.inspektech-login-fields {
          border-right: 1px solid #ced4da !important;
      }*/
  .login-box-msg {
    margin-top: 20px;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}

/* Navbar Styles */
body .navbar ul.navbar-nav li.nav-item.active {
  border-bottom: 2px solid #f55700;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

body .navbar .navbar-nav .btn-group ul {
  width: max-content;
}

body .navbar .navbar-nav .btn-group ul li {
  padding: 5px 10px 5px 10px;
  font-size: 14px;
}

body .navbar .navbar-nav .btn-group ul li:hover {
  cursor: pointer;
  background-color: #f4f6f9;
}

/* body .wrapper div#main-data-container{
      width: 95% !important;
      margin-left: 2.5% !important;
  } */

body
  .wrapper
  div#main-data-container
  section.content
  div.card
  .card-viewport-height {
  height: calc(100vh - 225px);
  overflow-y: scroll;
}

/* #main-data-container{
      height: calc(100vh - 150px); 
      overflow-y: scroll;
  } */
/* Styles for main-data-container and cards
  
  /* Media Query for Mobile Devices */
/* @media (max-width: 480px) {
      
  } */

/* Media Query for Tablets, Ipads */
/* Portrait */
@media (max-device-width: 1119px) and (orientation: portrait) {
  .live-summary-div {
    height: calc(100vh - 650px);
    overflow-y: scroll;
    padding-top: 1.1rem;
  }

  .fieldset_col {
    height: calc(100vh - 650px);
    overflow-y: scroll;
  }

  .fieldset_div_col {
    height: calc(100vh - 650px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .card {
    padding: 0px !important;
    margin-bottom: inherit !important;
  }

  .p-4 {
    padding: 0.3rem !important;
  }

  div#insured_info_details.tab-pane
    > .inspection-form-card
    > .inspection-form-card-body {
    height: calc(100vh - 650px);
    overflow-y: scroll;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}
/* Landscape */
@media (max-device-width: 1119px) and (orientation: landscape) {
  .live-summary-div {
    height: calc(100vh - 550px);
    overflow-y: scroll;
    padding-top: 1.15rem;
  }

  .fieldset_col {
    height: calc(100vh - 550px);
    overflow-y: scroll;
  }

  .fieldset_div_col {
    height: calc(100vh - 550px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  div#insured_info_details.tab-pane
    > .inspection-form-card
    > .inspection-form-card-body {
    height: calc(100vh - 500px);
    overflow-y: scroll;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}

/* Media Query for Laptops */
@media screen and (min-device-width: 1200px) {
  .live-summary-div {
    height: calc(100vh - 525px);
    overflow-y: scroll;
    padding-top: 1.15rem;
  }

  .fieldset_col {
    height: calc(100vh - 500px);
    overflow-y: scroll;
  }

  .fieldset_div_col {
    height: calc(100vh - 500px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  div#insured_info_details.tab-pane
    > .inspection-form-card
    > .inspection-form-card-body {
    height: calc(100vh - 450px);
    overflow-y: scroll;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}

/* Inspections List Styles */
table#inspection_list tr td {
  height: 35px !important;
  padding: 0px 5px 0px 5px;
  vertical-align: middle;
}

/* Request Inspection Form Styles */
#inspection-form-container .active {
  background-color: #fff;
  color: #333;
  font-weight: 600;
}
#inspection-form-container .inactive {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
}

#inspection-form-container legend {
  font-size: 18px;
  text-align: left;
  /* max-width:35%; */
  border-bottom: none;
  /* color: #007bff; */
  color: #006400;
  font-weight: normal;
  padding: 3px;
  margin-bottom: 0;
  width: auto;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.alternative-fieldset {
  background: #e0e0e0;
}
/* Site loaders */
.site_element_loader {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  position: absolute;
}

.site_element_loader:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #787878;
  border-color: #787878 transparent #787878 transparent;
  animation: site_element_loader 0.6s linear infinite;
}

@keyframes site_element_loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Modals & Loader styles */
.modal_loader:after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #787878;
  border-color: #787878 transparent #787878 transparent;
  animation: modal_loader 0.6s linear infinite;
}

@keyframes modal_loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* #site_loader_modal, #site_modal_container .modal{
      top: 15% !important;
  }
  
  #site_modal_container .modal .modal-header{
      height: 50px;
      padding: 10px;
  }
  
  #site_modal_container .modal .modal-footer{
      height: 50px;
      padding: 5px;
  } */

/* General class */
.left_margin_5 {
  margin-left: 5px !important;
}

.left_margin_10 {
  margin-left: 10px !important;
}

#inspection-form-container .nav-tabs {
  border-radius: 0;
  /*border: 1px solid #fff;*/
}
#inspection-form-container .form-control[readonly] {
  background-color: #fff;
}
.active-fieldset-block {
  background: none;
  border: none;
  outline: none;
}

.fieldset_div {
  display: none;
  background: #cfdffd;
  padding: 8px 32px 8px;
  position: absolute;
  width: inherit;

  /* max-width: 65%; */
  /* font-size: 120%; */

  /* height: calc(100vh - 525px);
      overflow: scroll; */
}
.active-fieldset-legend {
  border: none;
  outline: none;
  background: #cfdffd;
}
@media (max-device-width: 1400px) {
  #inspection-form-container legend {
    font-size: 18px;
    text-align: left;
    /* max-width:35%; */
    border-bottom: none;
    color: #007bff;
    font-weight: normal;
    padding: 3px;
    margin-bottom: 0;
    width: auto;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
  }

  .fieldset_div label {
    font-size: 22px;
    font-weight: lighter !important;
    line-height: 1;
  }

  .fieldset_div input {
    max-width: 60%;
    height: 38px;
  }

  .fieldset_div input.interior-input {
    max-width: 50%;
    height: 42px;
  }

  .explore-container {
    font-size: large;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}

@media screen and (min-device-width: 1401px) and (max-device-width: 1800px) {
  #inspection-form-container legend {
    font-size: 20px;
    text-align: left;
    /* max-width:35%; */
    border-bottom: none;
    color: #007bff;
    font-weight: normal;
    padding: 3px;
    margin-bottom: 0;
    width: auto;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
  }

  .fieldset_div label {
    font-size: 23px;
    font-weight: lighter !important;
    line-height: 2;
  }

  .fieldset_div input {
    max-width: 60%;
    height: 42px;
  }

  .fieldset_div input.interior-input {
    max-width: 50%;
    height: 42px;
  }

  .explore-container {
    font-size: large;
  }

  .checkbox-md {
    /* top: .6rem; */
    width: 1.2rem;
    height: 1.2rem;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}

@media screen and (min-device-width: 1801px) {
  #inspection-form-container legend {
    font-size: 24px;
    text-align: left;
    /* max-width:35%; */
    border-bottom: none;
    color: #007bff;
    font-weight: normal;
    padding: 3px;
    margin-bottom: 0;
    width: auto;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
  }

  .fieldset_div label {
    font-size: 24px;
    font-weight: lighter !important;
    line-height: 3;
  }

  .fieldset_div input {
    max-width: 50%;
    height: 43px;
  }

  .fieldset_div input.interior-input {
    max-width: 25%;
    height: 42px;
  }

  .explore-container {
    font-size: x-large;
  }

  .checkbox-md {
    /* top: .6rem; */
    width: 1.5rem;
    height: 1.5rem;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}

/* .fieldset_div .col-sm-3 {
      flex: 0 0 50%;
      max-width: 50%;
  } */

/* CSS for comments */
.fieldset_div .comment-row {
  flex-direction: column;
  margin-top: 20px;
}
.fieldset_div .comment-row .col-sm-3 {
  max-width: 100% !important;
}
.fieldset_div .comment-row .col-sm-6 {
  max-width: 100% !important;
}
.fieldset_div .form-control-sm {
  font-size: 1.38rem;
  line-height: 1.5;
}

.div-collapsed {
  display: none;
}

.div-invisible {
  visibility: collapse;
  height: 0;
  /* width:0; */
  margin: 0;
  padding: 0;
}

@media (min-width: 481px) and (max-width: 1024px) {
  /* CSS for tablet */
  #inspection-form-container .fieldset_div .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}
@media (min-width: 992px) {
  /* CSS for desktop & ipad pro */
  #inspection-form-container .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #cache-loader p,
  #loader p {
    font-size: x-large !important;
  }
}
/* #inspection-form-container .nav.nav-tabs .active{
      opacity: 0.3;
  } */
.edit-inspection-link {
  color: #007bff;
}
.fieldset_div .form-group,
.fieldset_div .col-form-label {
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3;
  font-family: "Roboto", sans-serif !important;
}
.fieldset_div .col-sm-6 {
  max-width: inherit;
}
.fieldset_div select {
  width: auto;
  height: auto;
  margin-top: 10px;
}
/*.fieldset_div .multiselect-container .multiselect-group>span,
  .fieldset_div .multiselect-container>.multiselect-option>span{
      padding: 0 0 0 1.25rem;
  }*/
.fieldset_div .multiselect-container label {
  color: #000;
}
.fieldset_div .dropdown-item {
  padding: 0 1.25rem 0 1.25rem;
  font-weight: 700;
  color: #000;
  white-space: inherit;
}
.fieldset_div .dropdown-menu.show {
  padding-bottom: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: none !important;
  top: 100% !important;
}
.fieldset_div .custom-select {
  max-width: 100%;
  height: auto;
  font-size: 11px;
  line-height: 1;
}
.fieldset_div .form-check-input {
  margin-top: 0;
}
.cumulative-section legend {
  /*border-top: 1px dotted #b8d5f3;
      border-bottom: 1px dotted #b8d5f3 !important;
      border-left: none;
      border-right: none;*/
  font-weight: bold !important;
  color: #11c163;
}

#interior_more_details_form .fieldset_div .col-form-label {
  line-height: 1.4;
  font-family: "Roboto", sans-serif !important;
}
/*.fieldset_div .dropdown-menu{
      display: block !important;
  }*/
#create_tor_form {
  background: #cfdffd;
  padding: 10px;
  font-size: 13px;
  vertical-align: baseline;
}
#create_tor_form button {
  padding: 2px 10px 2px;
}
.multicheckfield {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 5px;
  font: 600 20px "Roboto", sans-serif;
  background: #fff;
  max-width: 98% !important;
  padding: 10px;
  margin: 2px 7.5px;
  max-height: 630px;
  overflow: auto;
  border-radius: 0.2rem;
  color: #495057;
  line-height: 1.5;
}
/* .multicheckfield input{
      height: 10px;
      
  } */

.multicheckfield input.itva {
  outline: 2px solid green;
}

.multicheckfield input.fi {
  outline: 2px solid red;
}

input.no-check.itva {
  outline: 2px solid green;
}

input.no-check.fi {
  outline: 2px solid red;
}

.multicheckfield .check-label {
  font-size: 19.5px;
  white-space: pre;
  min-height: 1.5em;
  padding: 3px 18px 3px;
}

/* .multicheckfield-div input[type=checkbox]{
      -ms-transform: scale(2.5); 
      -moz-transform: scale(2.5); 
      -webkit-transform: scale(2.5); 
      -o-transform: scale(2.5); 
      transform: scale(2.5);
      padding: 14px;
      margin: 14px;
  } */

.col-sm-6.col-lg-6.input-group input {
  max-width: 25%;
  min-height: 1.2em;
}
.tor-nav-item {
  border: 4px solid #ec6634 !important;
}
.tor-btn {
  margin-right: 2px;
  background: #ec6634;
}
.tor-btn:hover {
  background: #ec6634;
}
.req-form-submit {
  font-weight: bold;
}
.strata-building {
  font-weight: bold;
  margin-left: 80px;
}
.card.card-outline.card-lightblue .btn-success {
  border: 1px solid #fff;
}
/* Navigation tabs styles */
ul.tab-dropdown {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  color: black;
}

ul.tab-dropdown > li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #eee;
  padding: 5px 10px;
  margin: 0 auto 1px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

ul.tab-dropdown > li > .tab-name {
  margin-right: -9.5px;
}
ul.tab-dropdown > li > .tab-name > .tab-right {
  background-size: contain;
  background-color: #e8f4f8;
  margin: -5px 0px;
  border-left: solid 1px grey;
}

ul.tab-dropdown > li > .tab-dropdown-menu {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.menu > li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
.req-form-hr {
  margin: 9px 0;
  background-color: #007bff;
  height: 3px;
  border-radius: 2px;
}

/* Styles for save tick animation */
svg {
  width: 24px;
  /* margin-left: 10%; */
  display: inline;
}

/* .save-tick-container {
    border: 1px solid #0000ff;
    display: inline-block;
    
  } */

.saved {
  font-size: 28px;
  font-weight: 500;
  /* color: #0000ff; */
  color: #ff5722;
}

.save-tick,
.save-cross {
  position: absolute;
  /* top: 20px; */
  left: 0px;
  transform: translate(-50%, -50%);
}

.failed {
  font-size: 28px;
  font-weight: 500;
  /* color: #0000ff; */
  color: #f93c00;
}

.cathedral-feet,
.cathedral-percentage {
  font-size: 20px !important;
}

.font-size {
  font-size: x-large;
}

.path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.8s ease-in-out;
  animation: dash 0.8s ease-in-out;
}
.path.line {
  stroke-dashoffset: 2000;
  -webkit-animation: dash 0.8s 0.35s ease-in-out forwards;
  animation: dash 0.8s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.8s 0.35s ease-in-out forwards;
  animation: dash-check 0.8s 0.35s ease-in-out forwards;
}

span.success {
  text-align: center;
  margin: auto auto;
  font-size: 0.5em;
  color: #006400;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
#inspection-form-container .nav-tabs .nav-link {
  border: none;
}
#inspection-form-container .nav-tabs .nav-item {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#inspection-form-container .nav-tabs .nav-item.active {
  border-bottom: 0.8vmin solid #000;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.live-summary-box-content {
  margin-top: -30px;
}

.live-summary-heading h3 {
  padding-left: 20px;
}

.live-summary-box-content.inspektech-box-msg h5 {
  margin-bottom: 0;
  padding: 10px 0;
}

.dropdown-section div.col-md-2 {
  padding-right: 0px;
  padding-left: 0px;
  width: 50%;
}

.dropdown-section div.col-md-10 {
  padding-left: 0px;
}

/* Modal after submitting Inspection */

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/** MODAL STYLING **/

.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 0.75;
}

.loader-txt p {
  font-size: 13px;
  color: #666;
}

.loader-txt small {
  font-size: 11.5px;
  color: #999;
}
span.create-tor-span {
  padding: 10px 3px;
  font-size: 15px;
}
.cumulative-section .fieldset_div .cm-disabled {
  pointer-events: none;
}

.disabledbutton {
  /* pointer-events: none; */
  opacity: 0.5;
}

.disabledpointer {
  pointer-events: none;
  opacity: 0.5;
}

.cumulative-section .col-lg-6 {
  max-width: 100% !important;
  flex: 0 0 100%;
}
.cumulative-section input {
  max-width: 100% !important;
}

.cumulative-section input:placeholder-shown {
  display: none;
}
form#user_profile_form,
form#user_addition_form {
  height: 550px;
  overflow: auto;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  #inspection-form-container .with-tor.nav-tabs .nav-item {
    flex-basis: 120px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 960px) and (max-width: 1239px) {
  #inspection-form-container .with-tor.nav-tabs .nav-item {
    flex-basis: 160px;
    flex-grow: 1;
  }
  #saved-row {
    height: 25px;
  }

  .saved,
  .failed {
    font-size: 25px;
    font-weight: normal;
  }

  .cathedral-feet,
  .cathedral-percentage {
    font-size: large !important;
  }

  .font-size {
    font-size: large;
  }
}
@media screen and (max-width: 768px) {
  #inspection-form-container .with-tor.nav-tabs .nav-item {
    flex-basis: 125px;
    flex-grow: 1;
  }
  input#livesummary-search {
    display: none;
  }

  .strata-building {
    margin-left: 16px;
  }

  svg {
    width: 18px;
    font-size: 1.5rem;
  }

  .saved,
  .failed {
    font-size: 25px;
    font-weight: normal;
  }
  .font-size {
    font-size: large;
  }

  .cathedral-feet,
  .cathedral-percentage {
    font-size: large !important;
  }
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", sans-serif !important;
}
.inspektech-copyright-msg {
  margin-top: 20px !important;
}

/* previous css */
/* .inspection-footer{
      bottom: 0;
      text-align: right;
  } */

.inspection-footer {
  bottom: 0;
  text-align: right;
  position: fixed;
  width: 100%;
  background-color: white;
}

body
  .wrapper
  div#main-data-container
  section.content
  div.inspection-list-card
  .card-body.card-viewport-height {
  height: auto !important;
}

.inspektech-login-box span.text-danger {
  font-size: 13px;
}

.footer-row {
  margin-right: 12px;
}
.inspection-footer p {
  line-height: 1;
  font-size: 0.8rem;

  /* added newly */
  margin-bottom: 0.4rem;
}
.inspection-footer .footer-copyright {
  margin-bottom: 0;
}

.left-category-nav-arrow {
  font-size: 105%;
}

/* Bubble suggestion styles for password */
.suggestion {
  width: 350px;
  background-color: white;
  top: -20px;
  display: none;
  left: -120%;
}
.bar {
  height: 7px;
}
input:focus + .suggestion {
  display: block;
}
.suggestion:after,
.suggestion:before {
  left: 100%;
  top: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.suggestion:after {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: white;
  border-width: 10px;
  margin-top: -10px;
}
.suggestion:before {
  border-color: rgba(108, 117, 125, 0);
  border-left-color: #6c757d;
  border-width: 11px;
  margin-top: -11px;
}

.note-custom {
  background-color: #6089d5;
  color: #fff;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}

/* Search box style for tab */
input#tab-search {
  height: 80%;
  width: 80%;
  /* margin-left: -25px;; */
}

input#tab-search + ul {
  background: lightgray;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height: 200px;
  position: absolute;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s height;
  width: 75%;
  z-index: 10;
  /* margin-left: -25px; */
}

input#tab-search + ul.drop li {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
  /* border-top: 1px solid #ddd; */
  position: relative;
  margin-left: -25px;
}

input#tab-search + ul.drop li:hover {
  cursor: pointer;
}

input#livesummary-search {
  width: 15rem;
}

input#livesummary-search + ul {
  background: lightgray;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height: 200px;
  position: absolute;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s height;
  z-index: 10;
  width: 15rem;
}

input#livesummary-search + ul.drop li {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
  position: relative;
  margin-left: -40px;
  padding-left: 10px;
}

input#livesummary-search + ul.drop li:hover {
  cursor: pointer;
}

/* Tor Listing styles */

.tor-listing {
  max-height: 250px;
  overflow: auto;
}

.tor-listing ul li {
  font-family: "Titillium Web", sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #cfdffd;
}

.tor-listing ul li:hover {
  background-color: #90ee90;
}

.tor-card:hover {
  background-color: #b4cfec;
  cursor: pointer;
}

.tor-selected {
  background-color: #90ee90;
}

.kt-review-icon {
  background: url("../../images/red_kt.png");
  height: 21px;
  width: 21px;
  margin-right: 3px;
  display: inline-block;
}

.kt-complete-icon {
  background: url("../../images/green_kt.png");
  height: 21px;
  width: 21px;
  margin-right: 3px;
  display: inline-block;
}

#verticle-line {
  width: 3px;
  margin: 0px;
}

.scratchpad-container .tools {
  background: #ddd;
}

.green-check {
  color: green;
}

.explore-checkbox .form-check-input {
  margin-top: -7px;
}

.border-2 {
  border-width: 2px !important;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 1rem;
}

/* .checkbox-lg .form-check-label::before, 
  .checkbox-lg .form-check-label::after {
    top: .8rem;
    width: 1.55rem;
    height: 1.55rem;
  } */

.checkbox-lg {
  top: 0.8rem;
  width: 1.55rem;
  height: 1.55rem;
}

#itva-check-heading {
  color: grey;
}

#itva-text-heading {
  color: grey;
  font-size: 120%;
}

.wch-edit-option {
  margin-top: 10px;
}
/*Gallery styles */
#gallery-container {
  height: calc(100vh - 225px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Gallery accordian */
#gallery-accordion-resizer {
  padding: 10px;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: unset;
  top: 50%;
  right: 0.5em;
}

.ui-accordion .ui-accordion-header .gallery-accordian-header {
  background-color: #ccc;
  margin: 0px;
  height: 50px;
  font-size: 18px;
}

.ui-accordion .ui-accordion-content {
  width: 100%;
  background-color: #f3f3f3;
  color: #777;
  font-size: 10pt;
  line-height: 16pt;
}

.ui-accordion .ui-accordion-content > * {
  margin: 0;
  padding: 20px;
}

/* Gallery modal styles */
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transition {
  transition: all 350ms ease-in-out;
}

.r-3-2 {
  width: 100%;
  padding-bottom: 66.667%;
  background-color: #ddd;
}

.image-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.thumbnail-list {
  max-height: 500px;
  padding-bottom: 30px;
  width: 100%;
  overflow-y: auto;
  border: 1px solid;
}

/* .thumbnail{
      height: 120px;
      width: 100px;
  } */

.img-thumbnail {
  height: 120px;
  /* width: 100px; */
  object-fit: contain;
}

/* Main Styles */
.gallery-wrapper {
  position: relative;
  overflow-x: scroll;
}

.gallery {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

.item-wrapper {
  cursor: pointer;
  width: 23%;
  /* arbitrary value */
  display: inline-block;
  background-color: white;
}

.gallery-item {
  opacity: 0.5;
}

.gallery-item.active {
  opacity: 1;
}

/* Image checkbox select style */
.thumbnail .selected-image {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  /* background: #27c24c; */
  border-radius: 50%;
  border: thin grey solid;
  text-align: center;
}

.select-options {
  font-size: 125%;
}

.collapse-up-icon {
  margin-left: -15px;
  margin-right: 1px;
}

/* CK-EDITOR image styles */

/* .ck-content .image {
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .ck-content .image img {
      border-radius: 50%;
      width: 180px;
      height: 180px;
      object-fit: cover;
      filter: grayscale(100%) brightness(70%);
      box-shadow: 10px 10px 30px #00000078;
  }
  .ck-content .image::before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #1138b0;
      top: 5%;
      left: 5%;
      position: absolute;
      border-radius: 50%;
  }
  .ck-content .image::after {
      content: '';
      width: 200%;
      height: 200%;
      background-image: url(../../assets/img/image-context.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -60%;
      pointer-events: none;
      left: -60%;
  } */

/* Defining the default content styles for the inline images.
  This is what the newly inserted image without any
  style-specific class will look like. */
/* .ck-content .image-inline {
      margin: 0 4px;
      vertical-align: middle;
      border-radius: 12px;
  }
  .ck-content .image-inline img {
      width: 24px;
      max-height: 24px;
      min-height: 24px;
      filter: grayscale(100%);
  } */

/* Defining the custom content styles for the images
  placed on the side of the editing area. */
.ck-content .image.image-side {
  float: right;
  margin-right: -200px;
  margin-left: 50px;
  margin-top: -50px;
}
.ck-content .image.image-side img {
  width: 360px;
  height: 360px;
}

/* Defining the custom content styles for the images
  placed on the editor margins. */
.ck-content .image-inline.image-margin-left,
.ck-content .image-inline.image-margin-right {
  position: absolute;
  margin: 0;
  top: auto;
}
.ck-content .image-inline.image-margin-left {
  left: calc(-12.5% - var(--icon-size) / 2);
}
.ck-content .image-inline.image-margin-right {
  right: calc(-12.5% - var(--icon-size) / 2);
}
.ck-content .image-inline.image-margin-left img,
.ck-content .image-inline.image-margin-right img {
  filter: none;
}

/* Admin Dashboard */
.admin-dashboard .card {
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
}

.admin-dashboard a.active {
  border-bottom: 2px solid #55c57a;
}

.admin-dashboard .nav-link {
  color: rgb(110, 110, 110);
  font-weight: 500;
}

.admin-dashboard .nav-link:hover {
  color: #55c57a;
}

.admin-dashboard .nav-pills .nav-link.active {
  color: black;
  background-color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 600;
}

.admin-dashboard .tab-content {
  padding-bottom: 1.3rem;
  height: calc(100vh - 225px);
  overflow: auto;
}

.admin-dashboard .search {
  padding: 0 1rem 0 1rem;
}

.reports-folder-container .card-folders .card-body > .breadcrumb {
  margin-left: -1.05em;
  margin-right: -1.05em;
  margin-top: -1.05em;
  border-radius: 0;
  font-size: 125%;
}

.reports-folder-container .folder-container {
  text-align: justify;
  padding: 0;
  align-self: start;
  background: none;
  border: none;
  outline-color: transparent !important;
}

.folder-item {
  cursor: pointer;
}

.file-item {
  cursor: pointer;
}

.reports-folder-container .grid .folder-container {
  width: 220px;
  height: 20px;
}

.reports-folder-container .folder-icon {
  font-size: 1.35em;
  /* line-height: 1em; */
}
.reports-folder-container .folder-icon-color {
  color: #ffc107;
  text-shadow: 1px 1px 0px #e0a800;
}
.reports-folder-container .folder-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  hyphens: auto;
  font-weight: 600;
}
.reports-folder-container .flex-column .folder-container {
  display: flex;
  width: 100%;
  text-align: left;
  margin: 0;
}
.reports-folder-container .flex-column .folder-icon,
.flex-column .folder-name {
  display: inline-flex;
  font-size: 1em;
}

.reports-folder-container .flex-column .folder-item,
.reports-folder-container .flex-column .file-item {
  height: 3.5rem;
}
.reports-folder-container .flex-column .folder-icon {
  font-size: 1.4em;
  margin-right: 1rem;
}

.reports-folder-container .flex-column .list-card {
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
  border-top: 2px solid black;
  border-radius: 0;
}
.list-heading {
  height: 4rem;
}

.list-heading .list-heading-card {
  margin-bottom: 0;
  box-shadow: none;
}

.list-heading .list-heading-card .card-body {
  padding-bottom: 0;
}

.reports-folder-container .flex-column .list-card .card-body {
  padding-bottom: 0;
}

.reports-folder-container .docx-icon-color {
  color: lightskyblue;
}

.reports-folder-container .xlsx-icon-color {
  color: lightgreen;
}

#backToFolders {
  text-decoration: none;
}

#context-menu {
  position: absolute;
  /* display: none; */
}

#main-folders > .d-inline-flex > .card.selected {
  background-color: #e6f7ff;
}

.list-card .card-footer {
  cursor: pointer;
}

.context {
  font-size: 1.1em;
  position: absolute;
  width: auto;
  height: auto;
  padding: 5px 0px;
  border-radius: 5px;
  top: 10;
  left: 10;
  background-color: #fff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  color: #333;
  z-index: 9;
}
.context .context_item {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.context .context_item:hover {
  background-color: #ddd;
}
.context .context_item .inner_item {
  margin: 0px 10px;
}
.context .context_item .inner_item i {
  margin: 0 5px 0 0;
  font-weight: bold;
}
.context .context_hr {
  height: 1px;
  border-top: 1px solid #bbb;
  margin: 3px 10px;
}

#categoryFilter.form-control {
  display: inline;
  width: 200px;
  margin-left: 25px;
}
#ktCategoryFilter.form-control {
  display: inline;
  width: 200px;
  margin-left: 25px;
}

.file-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.file-list li {
  background-color: #1f364d;
  color: white;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.file-list.list-view-filter {
  flex-direction: column;
}

.file-list.list-view-filter li {
  padding: 10px;
}

.file-list.grid-view-filter {
  flex-flow: row wrap;
}

.file-list.grid-view-filter li {
  max-width: 100%;
  /* width: calc(10% - 325px); */
  padding: 72px;
  margin-right: 10px;
  text-align: center;
}

p#char-restrict {
  width: 100%;
  text-align: right;
  margin-top: -30px;
  padding-right: 10px;
  color: #737373;
  font-size: 1.2rem;
}

/* Scroll-in Raw Data page */
.scroll {
  max-height: 410px;
  overflow-y: auto;
}
@media only screen and (max-width: 412px) {
  .scroll {
    max-height: 580px;
    overflow-y: auto;
  }
}

#countdowntimer {
  color: rgb(201, 57, 57);
  margin-top: 5px;
  font-size: 20px;
  box-sizing: border-box;
  border: 1px solid rgb(211, 198, 198);
  border-radius: 5px;
  box-shadow: rgb(211, 198, 198);
}

.display-inline {
  display: -webkit-box;
}

/* .strata-inline {
    display: -webkit-box;
    width: max-content;
  } */

.text-purple {
  color: #bd10d9 !important;
}

.foundation-style {
  float: right;
  clear: both;
  margin-top: 5px;
}

.swal2-html-container {
  font-size: 1.5rem !important;
}

.checked {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background: radial-gradient(circle, #007bff 40%, #ffffff 50%);
}

.swal2-popup.swal2-toast {
  font-size: 1.1rem !important;
  padding: 20px !important;
}

.icon-arrow.tab-right.open {
  background-color: #fff;
}

#status-icon {
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
}

.no-wifi {
  height: 2%;
  width: 25px;
}

#cache-loader,
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#cache-loader p,
#loader p {
  font-size: xxx-large;
  color: #ffffff;
}

.spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#folder-compact {
  padding: 0px !important;
}

.card-new-footer {
  padding: 12px;
}

.inspektech-site {
  display: grid;
  justify-content: flex-end;
  font-size: 15px;
  margin-top: 10px;
}

/* General styles for the message */
.interior_more_details {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff3cd; /* Light yellow background */
  color: #856404; /* Dark yellow text */
  font-size: 16px;
  font-family: "Arial", sans-serif;
  border: 1px solid #ffeeba;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: center;
}

/* Professional look with increased font size for tablets */
@media (max-width: 768px) {
  .interior_more_details {
    font-size: 18px; /* Increase font size for tablet view */
    padding: 25px;
  }
}

/* Additional styling for larger screens (optional) */
@media (min-width: 769px) {
  .interior_more_details {
    font-size: 16px;
    padding: 20px;
  }
}

.fixed-message {
  position: absolute; /* or 'fixed' if you want it to stay in the viewport */
  top: 10px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffcccc;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
}
