.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #007bff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.visible {
    visibility: visible;
}

[id^="downloadSpinner"] { /* Apply styles to all elements whose id starts with 'downloadSpinner' */
    visibility: hidden;
}



.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.btn.btn-text-primary{
  background-color: rgb(238 252 255);
  color: #0093ff;
}
.btn.btn-text-primary:hover, .btn.btn-text-primary:focus, .btn.btn-text-primary:active {
  background-color: rgb(205, 245, 255);
  color: #0093ff;
  outline: unset;
  box-shadow: unset;
}
/* Start - Data Table */
.table--container{
    max-width: 1480px;
    margin: auto;
}
.fresh-table {
    margin-top: 45px;
    box-shadow: 0px 2px 25px rgba(0,0,0,.18);
    margin-bottom: 50px;
    font-family: "Roboto", "Helvetica Neue", "Open Sans", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    overflow: hidden;
    background-color: white
}
.fresh-table.toolbar-color-azure .toolbar {
    background: #36AFEC;
    background: -moz-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2D7CE7), color-stop(100%, #36AFEC));
    background: -webkit-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
    background: -o-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
    background: -ms-radial-gradient(center, ellipse cover, #2D7CE7 0%, #36AFEC 100%);
    background: radial-gradient(ellipse at center, #2D7CE7 0%, #36AFEC 100%);
    background-size: 250% 250%;
}
.fresh-table .toolbar {
    padding: 10px 10px;
    color: #666666;
}
.fresh-table .table.table {
    margin: 0px;
}
    .fresh-table .table > thead > tr > th {
        border-bottom-width: 1px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 12px 8px !important;
        vertical-align: middle;
        border-top: 0;
        border-color: #E3E3E3;
        color: #666666;
    }
    .fresh-table .table > tbody > tr > td {
        padding: 12px 8px !important;
        vertical-align: middle;
        border: none;
        background-color: transparent;
        cursor: pointer;
        color: #666666;
    }
.fresh-table tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
    .fresh-table tbody > tr:hover {
        background-color: #f1f1f1;
    }
    .fresh-table .table > thead > tr > th:first-child, .fresh-table .table > tbody > tr > td {
        padding-left: 12px !important;
    }
    /* End - Data Table */
    .custom--sidebar {
        width: 90% !important;
        max-width: 1720px;
    }



.list-group .list-item {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
}
.list-group .label {
    font-weight: bold;
    width: 50%;
}
.list-group .sublabel {
    font-weight: 600;
    font-size: 14px;
}
.list-group .value {
  flex: 1 1;
}

.offcanvas {
    width: 100% !important;
}

.card--v1 {
  border: solid 1px #dee2e6;
  border-radius: 4px;
  padding: 16px;
}
.card--v2 {
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 16px;
}
.std--label {
  font-size: 16px;
  font-weight: bold; 
}
.signature-pad {
  width: 100%;
  height: 150px;
  background-color: #f9f9f9;
  border: solid 1px #dee2e6;
  border-radius: 4px;
}

.img-preview {
  object-fit: cover;
  display: none;
  width: 100%;
  height: 200px;
}

.remove-btn {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
}

.std-btn {
  cursor: pointer;
  outline: none;
  font-weight: 700;
}
.std-btn.outline {
    position: relative;
    z-index: 3;
    background: transparent;
    color: #1172c4;
    font-size: 14px;
    border-color: #1172c4;
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    line-height: 0.9;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}
.std-btn.outline a {
  text-decoration: none;
}
.std-btn.outline:hover {
  color: white;
  background: #1172c4;
  border-color: white;
  transition: all 0.2s linear;
}
.std-btn.outline:active {
  border-radius: 22px;
}
.std-btn.white-blue {
  font-weight: 700;
  color: #00aeef;
  border-color: white;
  background: white;
}
.std-btn.white-blue:hover {
  color: white;
  background: #00aeef;
  border-color: white;
}
.std-btn.white-green {
  font-weight: 700;
  color: #7dc21e;
  border-color: white;
  background: white;
}
.std-btn.white-green:hover {
  color: white;
  background: #7dc21e;
  border-color: white;
}
.std-btn.green-white {
  font-weight: 700;
  color: #7dc21e;
  border-color: #7dc21e;
  background: transparent;
}
.std-btn.green-white:hover {
  color: white;
  background: #7dc21e;
  border-color: #7dc21e;
}
.std-btn.red-white {
  font-weight: 700;
  color: #9e0000;
  border-color: #9e0000;
  background: transparent;
}
.std-btn.red-white:hover {
  color: white;
  background: #9e0000;
  border-color: #9e0000;
}
.std-btn.yellow-white {
    font-weight: 700;
    color: #21130d;
    border-color: #ffd966;
    background: transparent;
}
.std-btn.yellow-white:hover {
    color: white;
    background: #ffd966;
    border-color: #ffd966;
}
.std-btn.gray-white {
  font-weight: 700;
  color: #7a7a7a;
  border-color: #7a7a7a;
  background: transparent;
}
.std-btn.gray-white:hover {
  color: white;
  background: #7a7a7a;
  border-color: #7a7a7a;
}
.std-btn.purple-white {
  font-weight: 700;
  color: #664e96;
  border-color: #664e96;
  background: transparent;
}
.std-btn.purple-white:hover {
  color: white;
  background: #664e96;
  border-color: #664e96;
}
.std-btn.white-purple {
  font-weight: 700;
  color: #664e96;
  border-color: white;
  background: white;
}
.std-btn.white-purple:hover {
  color: white;
  background: #664e96;
  border-color: white;
}


.secondary-btn {
  cursor: pointer;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s linear;
  border: solid 2px; 
  padding: 10px 20px;
  border-radius: 60px;
  line-height: 0.9;
}
.secondary-btn.gray-white {
  font-weight: 700;
  color: white;
  border-color: #7a7a7a;
  background: #7a7a7a;
}
.secondary-btn.gray-white:hover {
  background: white;
  border-color: #7a7a7a;
  color: #7a7a7a;
}
.secondary-btn.green-white {
  font-weight: 700;
  color: white;
  background: #7dc21e;
  border-color: #7dc21e;
}
.secondary-btn.green-white:hover {
  color: #7dc21e;
  border-color: #7dc21e;
  background: transparent;
}
.secondary-btn.blue-white {
  font-weight: 700;
  color: white;
  background: #00aeef;
  border-color: #00aeef;
}
.secondary-btn.blue-white:hover {
  color: #00aeef;
  border-color: #00aeef;
  background: transparent;
}

/* Tabbed Styles */
.tabbed {
  width: 100%;
  min-width: 400px;
  margin: 0 auto;
  border-bottom: 4px solid #28456d;
  overflow: hidden;
  transition: border 250ms ease;
}
.tabbed .ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 48px;
  list-style-type: none;
}
.tabbed .ul * {
  margin: 0px;
  padding: 0px;
}
.tabbed .ul .li {
  display: block;
  float: right;
  padding: 10px 24px 8px;
  background-color: #fff;
  margin-right: 46px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #777;

  text-transform: uppercase;
  font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;

  transition: all 250ms ease;
}
.tabbed .ul .li:before,
.tabbed .ul .li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: #fff;
  transition: all 250ms ease;
}
.tabbed .ul .li:before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px,
    inset rgba(255, 255, 255, 0.09) -1px 0;
}
.tabbed .ul .li:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px,
    inset rgba(255, 255, 255, 0.09) 1px 0;
}
.tabbed .ul .li:hover,
.tabbed .ul .li:hover:before,
.tabbed .ul .li:hover:after {
  background-color: #f4f7f9;
  color: #444;
}
.tabbed .ul .li.active {
  z-index: 5;
  bottom: 1;
}
.tabbed .ul .li.active,
.tabbed .ul .li.active:before,
.tabbed .ul .li.active:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#99ccff), to(#28456d));
  color: #fff;
}

/* Round Tabs */
.tabbed.round .ul .li {
  border-radius: 8px 8px 0 0;
}
.tabbed.round .ul .li:before {
  border-radius: 0 8px 0 0;
}
.tabbed.round .ul .li:after {
  border-radius: 8px 0 0 0;
}


   /* Custom CSS for autogrow textarea */
   textarea {
    resize: none;
    overflow: hidden;
    height: auto;
  }

.date--input {
    border-radius: 60px;
    font-size: 16px;
    padding: 10px 18px;
    border: solid 2px rgba(255, 255, 255, 0.8);
    background-color: rgb(255 255 255 / 50%);
    color: #2d2d2d
}

    .date--input:focus {
        box-shadow: unset;
        border: solid 2px rgba(255, 255, 255, 1)
    }
.submit--date {
    border: unset;
    background-color: #00aeef;
    color: white;
    font-weight: 400;
    font-size: 18px;
    border-radius: 60px;
    padding: 8px 28px;
    border: solid 2px rgba(255, 255, 255, 0.8);
    background-color: rgb(255 255 255 / 50%);
    color: #2d2d2d
}

    .submit--date:hover {
        border: solid 2px rgba(255, 255, 255, 1);
        background-color: rgb(255 255 255 / 100%);
    }
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-width: thin;
}
.open-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .open-button button {
        border: none;
        background: transparent;
    }

@media (min-width: 992px) {
    .address--wrapper .address--content:first-child {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .address--wrapper .address--content:nth-child(2) {
        flex: 0 0 auto;
        width: 25%;
    }
    .address--wrapper .address--content:nth-child(3) {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .address--wrapper .address--content:nth-child(4) {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .address--wrapper .address--content:nth-child(5) {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .address--wrapper .address--content:nth-child(6) {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}