/* @import "v3_app.css"; */

.emerald-green {
  color: #2DBDAA;
}

.auth-page-wrapper .auth-one-bg-position .bg-overlay {
  background: #0C93CD;
}
.auth-page-wrapper .auth-logo {
  color: white;
  font-size: 25px;
}
.auth-page-wrapper .auth-logo span {
  margin-left: 10px;
}

.logo svg {
  max-height: 40px;
}

form .error-message {
  font-size: 12px;
  color: red;
}

.table th.actions {
  width: 60px;
}
.table th.id {
  width: 90px;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-space-around {
  justify-content: space-around;
}

.list-style-none {
  list-style: none;
}

.color-gray {
  color: #9599AD;
}

/* custom file upload */



/* custom sort on buttons */
.task-row:first-child .sort-controls .move-task-up-js {
  display: none;
}

.task-row:last-child .sort-controls .move-task-down-js {
  display: none;
}

.preview-media {
  height: 240px;
  width: 320px;
  text-align: center;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-media-img {
  max-width: 100%;
  max-height: 100%;
}

.bg-custom-success {
  background-color: #2DBDAA;
}

.bg-custom-warning {
  background-color: #FFCC00;
}

.bg-custom-danger {
  background-color: #FF3B30;
}

.hidden {
  display: none;
}

:root {
  --light-navy: #0C79FE;
  --dark-navy: #0B2956;
  --black: #000000;
  --grey: #777777;
  --orange: #FF881B;
  --light-gray: #ADADAD;
  --menu-gray: #D9D9D9;
  --ligthest-gray: #F3F5FA;
  --white: #FFFFFF;
}

.profile_box {
  background-color: var(--white);
  border-radius: 15px;
  padding: 20px;
  padding-top: 30px;
}




/*****************************************************/
/*   include old styles */
/*****************************************************/


  /* ---------------------------------------------------
      THERAPY STYLE
  ----------------------------------------------------- */
  .img-responsive {
    max-width: 100%;
  }   
  
  .therapy-des {
    color: #808080;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .buttons {
    border: 1px solid rgba(0, 0, 0, 0);
    background: none;
    margin-left: 4px;
    margin-right: 4px;
    padding: 10px 20px;
    font-size: .9rem;
    line-height: 1.1rem;
    color: var(--light-navy); }
    .buttons:hover {
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 10px;
      background: var(--light-navy);
      color: #fff !important;
      outline: none; }
      .buttons:hover .note-img {
        background: url("../images/note-hover.png") no-repeat; }
      .buttons:hover .share-img {
        background: url("../images/share-hover.png") no-repeat; }
      .buttons:hover .rozwin-img {
        background: url("../images/rozwin-hover.png") no-repeat; }
      .buttons:hover .filtr-img {
        background: url("../images/filtr-hover.png") no-repeat; }
    .buttons:focus {
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 10px;
      background: var(--light-navy);
      color: #fff !important;
      outline: none; }
  
  .buttons2 {
    border: 1px solid #4379FC;
    border-radius: 25px;
    background: #4379FC;
    color: #fff !important;
    outline: 0;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 5px; }
    .buttons2 .plus {
      background: url("../images/plus.png") no-repeat; }
    .buttons2:hover {
      border: 1px solid #4379FC;
      background: #4379FC;
      box-shadow: 0 0 10px #4379FC;
      color: #FFF; }
    .buttons2:focus {
      border: 1px solid #4379FC;
      border-radius: 25px;
      background: #4379FC;
      color: #fff;
      box-shadow: 0 0 10px #4379FC;
      outline: 0; }
  
  .plus {
    background: url("../images/plus-hover.png") no-repeat;
    width: 14px;
    height: 18px;
    vertical-align: middle; }
  
  .note-img {
    background: url("../images/note.png") no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  
  .share-img {
    background: url("../images/share.png") no-repeat;
    width: 18px;
    height: 20px;
    vertical-align: middle; }
  
  .rozwin-img {
    background: url("../images/rozwin.png") no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  
  .filtr-img {
    background: url("../images/filtr.png") no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  border: 3px solid #4379fc;
  color: #4379fc; }

input[type="checkbox"]:checked {
  /* background: #fff; */ }


    /************************************************************************
                          Modal style
  ************************************************************************/
  .close-button {
    float: right; }
    .close-button .closeimg {
      background: url("../images/close.svg");
      width: 24px;
      height: 24px;
      margin-top: 8px;
      margin-right: -6px; }
      .close-button .closeimg:hover {
        background: #000;
        -webkit-mask: url("../images/close.svg") no-repeat;
        mask: url("../images/close.svg") no-repeat; }
  
  .med_radio {
    display: none; }
  
  /***********************************************************************
                                  Modal
  ************************************************************************/
  .med_options, .med_option1, .med_option2, .med_option3, .med_option4, .med_option5, .med_option6, .med_option7, .infest_box, .pus_box {
    display: none; }
  
  .formModal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none; }
    .formModal:target {
      opacity: 1;
      pointer-events: auto; }
    .formModal .overflow {
      width: 720px;
      height: 100%;
      position: relative;
      margin: auto;
      padding: 80px 100px 13px 100px;
      background: #fff; }
    .formModal p {
      margin-bottom: 0px;
      margin-top: 1rem; }
    .formModal .close-button {
      float: right;
      margin-right: -50px; }
      .formModal .close-button .closeimg {
        background: url(../images/close.svg);
        width: 20px;
        height: 20px;
        margin-top: 8px;
        margin-right: -50px; }
    .formModal h3 {
      margin-bottom: 30px; }
  
  .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none; }
    .modalDialog:target {
      opacity: 1;
      pointer-events: auto; }
    .modalDialog select, .modalDialog textarea {
      border-radius: 15px; }
    .modalDialog textarea {
      padding: 10px; }
    .modalDialog .container {
      padding: 20px; }
    .modalDialog .overflow {
      width: 80%;
      height: 90%;
      position: relative;
      margin: 3% auto;
      border-radius: 10px;
      background: #fff; }
      .modalDialog .overflow p {
        margin-bottom: 0px;
        margin-top: 1rem; }
    .modalDialog .close-button {
      float: right; }
      .modalDialog .close-button .closeimg {
        background: url(../images/close.svg);
        width: 20px;
        height: 20px;
        margin-top: 8px;
        margin-right: 8px; }
  
  @media screen and (max-width: 768px) {
    .modalDialog > div textarea {
      width: 100%;
      height: auto; } }
  
  .option {
    background: #ECF1FF;
    /* width: 100%; */
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px; }
  
  #new_consultation_form select {
    margin-top: 15px;
    margin-bottom: 10px; }
  
  .option h3 {
    font-size: 1rem; }
  
  .option textarea {
    width: 100%;
    height: auto; }
  
  .overflow {
    overflow-y: auto;
    overflow-x: hidden; }
  
  .overflow::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px; }
  
  .overflow::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    margin-right: 5px; }
  
  .overflow::-webkit-scrollbar-button {
    height: 5px; }
  
  .overflow::-webkit-scrollbar-thumb {
    background: var(--light-navy);
    border-radius: 97px; }
  
  /*******************************************************
                      Checkbox
  *******************************************************/
  /* The container */
  .checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox_container a {
      color: var(--light-navy);
      text-decoration: underline; }
  
  /* Hide the browser's default checkbox */
  .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid var(--light-navy); }
  
  /* On mouse-over, add a grey background color */
  .checkbox_container:hover input ~ .checkmark {
    border: 2px solid var(--light-navy); }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox_container input:checked ~ .checkmark {
    background-color: var(--light-navy); }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  
  /* Show the checkmark when checked */
  .checkbox_container input:checked ~ .checkmark:after {
    display: block; }
  
  /* Style the checkmark/indicator */
  .checkbox_container .checkmark:after {
    left: 7px;
    top: 1px;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  /*******************************************************
                      Checkbox small
  *******************************************************/
  /* The container */
  .checkbox_container-small {
    display: block;
    position: relative;
    margin-top: -10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox_container-small a {
      color: var(--light-navy);
      text-decoration: underline; }
  
  /* Hide the browser's default checkbox */
  .checkbox_container-small input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  
  /* Create a custom checkbox */
  .checkmark-small {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid var(--light-navy); }

    .checkbox_container-small.black .checkmark-small {
      position: absolute;
      top: 3px;
      left: 0;
      height: 18px;
      width: 18px;
      border: 2px solid black; }
  
  /* On mouse-over, add a grey background color */
  .checkbox_container-small:hover input ~ .checkmark-small {
    border: 2px solid var(--light-navy); }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox_container-small input:checked ~ .checkmark-small {
    background-color: var(--light-navy); }

    /* On mouse-over, add a grey background color */
    .checkbox_container-small.black:hover input ~ .checkmark-small {
      border: 2px solid black; }
    
    /* When the checkbox is checked, add a blue background */
    .checkbox_container-small.black input:checked ~ .checkmark-small {
      background-color: black; }  
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark-small:after {
    content: "";
    position: absolute;
    display: none; }
  
  /* Show the checkmark when checked */
  .checkbox_container-small input:checked ~ .checkmark-small:after {
    display: block; }
  
  /* Style the checkmark/indicator */
  .checkbox_container-small .checkmark-small:after {
    left: 4px;
    top: 0;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    
    .checkbox_container-small.disabled-control {
      opacity: 0.25;
      cursor: no-drop;
    }

    .checkbox_container-small.checkbox-in-therapy {
      font-size: 1rem;
      font-weight: 300;
      padding-left: 30px;
      padding-bottom: 7px;
    }
    
    /*-----------------*/
  
    /* checkbox fix for dynamic forms */
  .check-dynamic-form {
    margin: 2px -19px !important;
  }
  
  .check-dynamic-label {
    margin-left: 12px;
  }
  .form-check-dynamic
  {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  
  .form-check {
    padding-top: 0.35rem;
  }
  
  .form-hint {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 12px;
  }
  .error-block
  {
    padding: 5px 12px;
  }
  
  .custom-form-error {
    display: none;
  }
  
  .form-result-div {
    display: none;
  }

  .error-color {
    color: red;
  }
  
  /* agreement error class */
  .agreement-error {
    color: red;
    padding-bottom: 25px;
    padding-top: 5px; }
  
  .bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important; }
    .bootstrap-datetimepicker-widget.dropdown-menu:before {
      border: none;
      margin-top: 0;
      margin-left: 0; }
  
  /* alert triangel svg */
  .triangle-container, .triangle-svg {
    position: relative; }
  
  .triangle {
    fill: #ff0000; }
  
  .triangle-number {
    position: absolute;
    font-size: 12px;
    top: 9px;
    color: #fff;
    left: 20px;
    font-weight: bold;
    text-align: center; }
  
  
  .generateDocumentationBox{
    color: #808080;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 29px;
  }
  
  .generateDocumentationTrigger{
    margin-right: 5px;
    display:none;
    cursor: pointer;
  }
  
  .generateDocumentationText{
    margin-right: 5px;
  }
  .generateDocumentationCheckbox {
    display:none !important;
  }
  .generateDocumentationCheckbox + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    outline: 1px solid #5b8afb;
    background: #fefefe;
    cursor:pointer;
  }
  .generateDocumentationCheckbox:checked + label span {
    background: #5b8afb;
  }
  
  .generateDocumentationCheckbox:indeterminate + label span {
    background: #b5cffd;
  }
  
  .generateDocumentationCheckboxGroup{
    padding-right: 10px;
  }
  .dropdownTherapy{
    display: inline-block;
  }
  
  .photo-container {
    position:relative;
  }
  
  .dropdownPhoto {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 20px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdownPhoto i {
    text-shadow: 1px 1px 3px grey;
    width: 20px;
    height: 30px;
    padding-top: 6px;
  }
  
  .dropdownPhoto .dropdown-menu:before {
    margin-left: 38px;
  }
  
  .lb-dataContainer {
    background: #fff;
    color: #000;
  }
  
  .lb-data, .lb-data .lb-number {
    color: #000 !important;
  }
  
  .common-container {
    list-style: none;
    text-align: left;
    height: 170px;
    scroll-behavior: auto;
    overflow: auto;
  }
  
  .common-container li {
    cursor: pointer;
    padding-left: 5px;
  }
  
  .normal-check .form-check input {
      margin-top: 0.3rem;
      margin-left: -1.25rem;
      width: 19px;
      height: 19px;
  }
  
  .normal-check .form-check-label {
    margin-left: 0.8rem;
    width: auto;
  }
  
  .common-container li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    display: inline-block;
  }
  
  .common-container li a:hover, .common-container li:hover {
    background-color: #ddd;
  }
  
  .common-container li.active {
    background-color: #b5cffd;
  }
  
    /* lang bar */
    .lang-bar {
      z-index: 2000;
    }
  
    .lang-bar ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    .lang-bar ul li {
      display: inline-block;
    }
    
    .lang-bar ul li a {
      text-decoration: none;
    }
    
    .lang-bar ul li.active {
      font-weight: bold;
    }
  
    .is-solo {
      display: none;
    }
  
    .select-block {
      display: none;
    }
  
    .pagination-we a {
      height: 30px;
      text-align: center;
      padding: 3px;
      margin: 3px;
    }
  
    .pagination-we a.active-page {
      background-color: #2e6da4;
      color: #fff !important;
    }
  
    .video-play-btn {
      display: block;
      position: absolute;
      top: calc(50% - 16px);
      left: calc(50% - 14px);
      color: #fff;
      text-shadow: 0px 0px 3px #000;
    }

    .main-menu-container {
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: #c7d1ec var(--light-navy);
    }  

    .main-menu-container li a {
      width: 190px;
    }
  
   .main-menu-container li a.active {
      background-color: var(--dark-navy)
  }

  .js-red-alert {
    display: none;
  }

  .red-alert {
    position: relative;
    margin-right: 15px;
  }

  .red-alert-triangle {
    width: 20px;
    position: absolute;
    top: 4px;
  }

  .nav-link .red-alert-triangle {
    width: 20px;
    position: relative;
    margin-top: -10px;
    margin-left: 5px;
  }

  .red-alert-text {
    position: absolute;
    color: #ffffff;
    left: 8px;
    top: 6px;
    font-size: 12px;
    font-weight: bold;
  }

  .nav-link .red-alert-text {
    position: absolute;
    color: #ffffff;
    left: 12px;
    top: 4px;
    font-size: 12px;
    font-weight: bold;
  }

  button.btn-blue {
    cursor: pointer;
  }

  button.btn-blue:disabled {
    pointer-events: none;
    opacity: 0.6;
  }

  .dollar-conatiner {
    color: var(--white);
    background: var(--light-navy);
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .modal-xlg {
    max-width: 1100px;
  }

  .disabled-links {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
  }
  
  [data-no-sort="no-sort"], .no-sort {
    font-size: 0 !important;
    padding: 0 !important;
    width: 0 !important;
  }


  /* web forms  */
  .form-container {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ddd;
    min-height: 500px;
  }

  .form-header {
    font-size: 1.3rem;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 15px;
  }

  .form-question, .form-controls, .form-footer {
    padding-top: 16px;
    padding-bottom: 10px;
    font-size:1.5em;
  }

  .form-control-element {
    display: flex;
    justify-content: center;
  }

  form-controls {
    display: flex;
    justify-content: center;
  }
  
  .form-small {
    font-size: 0.85rem;
  }

  .form-img {
    padding-bottom: 16px;
  }

  .form-control-element {
    position: relative;
  }

  .form-control-element textarea, .form-control-element textarea:focus  {
    width: 50%;
    border: 1px solid #4379FC;
    border-radius: 4px;
    padding: 5px;
  }

  .form-control-element ul {
    text-align: left;
    width: 50%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
  }

  .form-to-left {
    width: 50%;
    margin: 0 auto;
  }

  .form-errors {
    font-size: 0.85rem;
    color: crimson;
    width: 50%;
    margin: 0 auto;
    padding-top: 6px;
  }

  .form-control-element ul input {
    margin-right: 12px;
  }

  .dtpicker-container {
    display: flex;
  }
  
  .negative-margins-30 {
    margin-right: -30px;
    margin-left: -30px;
  }

  .min-height-dat-control {
    min-height: 400px;
  }

  .task-container {
    background: white;
    margin: 1em 0 1em 0;
    padding: 15px;
    border-radius: 15px;
  }

  .task-header {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .task-row {
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 7px;
    margin-bottom: 6px;
    display: flex;
    align-content: center;
    align-items: baseline;
    justify-content: space-between;
  }

  .checkmark-ok {

    background: #2DBDAA;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .checkmark-not-ok {

    background: #FFCC00;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  /* special responsive policy page */

  @media (max-width: 480px) {

    .main-menu, .upper-menu, .footer {
      display: none;
    }

    .right-pane {
      width: 100%;
    }

  }

  .poll-container-list div {
    width: max-content;
  }

  .visibility-elements, .clickable-row {
    cursor: pointer;
}
.special-rounded-bottom {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.change-name-btn {
  cursor: pointer;
}

/************************************************************/
/* custom multi element*/
/************************************************************/


.multiElementsBox {
	color: #808080;
	font-size: 14px;
	margin-bottom: 0;
	padding-right: 26px;
  height: 30px;
}

.multiElementsText{
	margin-right: 10px;
  margin-top: 0;
  margin-left: 10px;
}

.generateDocumentationTrigger{
	margin-right: 5px;
	display:none;
	cursor: pointer;
}

.chargeAFeeTrigger{
	margin-right: 5px;
	display:none;
	cursor: pointer;
}

.multiElementsCheckbox {
	display:none !important;
}
.multiElementsCheckbox + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-2px 10px 0 0;
	vertical-align:middle;
	outline: 1px solid #5b8afb;
	background: #fefefe;
	cursor:pointer;
}
.multiElementsCheckbox:checked + label span {
	background: #5b8afb;
}

.multiElementsCheckbox:indeterminate + label span {
	/* background: #b5cffd; */
	background: #5b8afb;
}

.multiElementsCheckboxGroup{
	padding-right: 10px;
}

.label-for-multicheckbox {
  padding-top: 10px;
}


input,
button,
select,
optgroup,
textarea {
  margin-bottom: 0.5rem;
}

label {
  margin-bottom: 0.3rem;
}

.form-control {
  border-radius: 5px;
}


/* data tables */
.object-list table {
  width: 100%;
  background-color: var(--white);
  padding: 8px;
  border-radius: 8px;
}
.object-list table th {
  font-size: 0.9rem;
  color: var(--light-gray);
  font-weight: normal;
  padding: 8px;
  border-bottom: 2px var(--ligthest-gray) solid;
}
.object-list table td {
  padding: 8px;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.object-list table.dataTable.hover > tbody > tr:hover > *,
.object-list table.dataTable.display > tbody > tr:hover > * {
  background: #E2F6FF;
}
.object-list table tr.clickable-row:hover {
  cursor: pointer;
}

.btn-group .buttons-colvis {
  border-radius: var(--vz-border-radius-sm) !important;
}

.autocomplete-items {
  background-color: var(--white);
  max-height: 100px;
  overflow-y: scroll;
  position: absolute;
  z-index: 200;
  width: calc(100% - 30px);
  border: 1px solid;
}
.autocomplete-items div {
  width: 100%;
  padding: 6px;
  display: block;
  text-align: left;
  cursor: pointer;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
  color: var(--black);
}

.autocomplete-active {
  background-color: var(--dark-navy);
  color: #ffffff;
}


.status {
  padding: 5px 10px;
  font-size: 12px;
  color: white;
  margin: 5px 0;
  border-radius: 25px;
  /* STATUS_NOT_REPORTED */
  /* STATUS_REPORTED */
  /* STATUS_APPROVED */
  /* STATUS_SUSPENDED */
  /* STATUS_BLOCKED */
}
.status.status-0 {
  background: #EDEDED;
}
.status.status-1 {
  background: #FCE836;
}
.status.status-2 {
  background: #F00;
}
.status.status-3 {
  background: #F00;
}
.status.status-4 {
  background: #BBBBBB;
}

.payment-status {
  padding: 5px 10px;
  font-size: 12px;
  color: white;
  margin: 5px 0;
  border-radius: 25px;
}
.payment-status-0 {
  background: #F00;
}
.payment-status-1 {
  background: #10B772;
}
.payment-status-2 {
  background: #F00;
}
.payment-status-3 {
  background: #F00;
}
.payment-status-4 {
  background: #BBB;
}
.payment-status-5 {
  background: #FCE836;
  color: black !important;
}

.profile_navigation {
  border-bottom: 4px solid var(--menu-gray);
}
.profile_navigation .nav-item {
  margin-bottom: -4px;
}
.profile_navigation .nav-item a {
  color: var(--black);
}
.profile_navigation .nav-item.active a {
  color: var(--black);
  font-weight: 600;
  border-bottom: 4px solid var(--light-navy);
}

.info {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.info.billing-status-0 {
  border: 1px solid #EDEDED;
  background: #EDEDED;
  color: black;
}
.info.billing-status-1 {
  border: 1px solid rgba(252, 232, 54, 0.5803921569);
  background: rgba(252, 232, 54, 0.5803921569);
  color: black;
}
.info.billing-status-2 {
  border: 1px solid #CAFFD6;
  background: #CAFFD6;
  color: black;
}
.info.billing-status-3 {
  border: 1px solid #CAEAED;
  background: #CAEAED;
  color: black;
}
.info.billing-status-4 {
  border: 1px solid rgba(255, 136, 27, 0.2784313725);
  background: rgba(255, 136, 27, 0.2784313725);
  color: black;
}

@media screen and (max-width: 768px) {
  .form-control-element input {
    width: 100%;
  }

  .form-control-element input[type="radio"] {
    width: auto;
  } 

  .form-control-element ul {
    width: 100%;
  }

  .form-control-element textarea, .form-control-element textarea:focus {
    width: 100%;
  }

  .therapy-details {
    margin-top: 20px;
  }

  .multiElementsCheckboxGroup {
    position: absolute;
    right: 5px;
    bottom: 32px;
  }

}

.fs-60 {
  font-size: 4rem;
}

.neon-chicamp-color {
  color: #E0FF22;
}

.promo-card {
  width: 300px;
  height: 300px;
}

.orange-btn {
  padding:20px;
  background-color:#FF6347;
  color: #E0FF22;
  font-size: 24px;
  font-weight: 800;
  border-radius: 40px;
  padding-left: 36px;
  padding-right: 36px;
}

.fall-container {
  position: relative;
  margin: 30px;
  margin-right: 10px;
  margin-left: 60px;
}

.fall-line {
  height: 2px;
  background-color: #B4B4B4;
}

.fall-circle {
  width: 9px;
  height: 9px;
  background-color: #FF0000;
  position: absolute;
  border-radius: 50%;
  top: -3px;
}

.start-marker {
  position: absolute;
  width: 2px;
  height: 11px;
  background-color: #000;
  top: -5px;
}

.middle-marker {
  position: absolute;
  width: 2px;
  height: 11px;
  background-color: #FF0000;
  top: -5px;
  left:50%;
}

.end-marker {
  position: absolute;
  width: 2px;
  height: 11px;
  background-color: #000;
  top: -5px;
  right: 0;
}

.simple-marker {
  position: absolute;
  width: 1px;
  height: 7px;
  background-color: #000;
  top: -3px;
}

.aid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}

.aid-element {
  text-align: center;
}

.aid-img-element {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 90px;
  margin-bottom: 12px;
}

.aid-img-element:hover {
  background-color: #4379FC;
}

.aid-img-element-product {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 110px;
  margin-bottom: 12px;
}

.aid-img-element-product img {
  max-width: 90px;
}

.product-photo {
  max-width: 100%;
}

.aid-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}

.category-product-img img {
  max-width: 100%;
}

.category-product-link {
  text-align: right;
}

.therapies-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}

.has-error ul.list-unstyled li {
	color:red;
}

/* Autocomplete input with clear icon */

.autocomplete-container {
    position: relative;
    width: 300px;
}

.input-wrapper {
    position: relative;
}

#autocomplete-input {
    width: 100%;
    padding: 10px;
    padding-right: 30px; /* Make space for the icon */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#autocomplete-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f2f2f2;
}

.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    color: #999;
}


