/**
*
* You can write your CSS code here, DO NOT touch the default JavaScript file
* because it will make it harder for you to update.
*
*/

.ssd-info-title {
  font-size: 11px !important;
}

.ssd-info-content {
  font-size: 9px !important;
}

.gallery.gallery-lg .gallery-item {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery.gallery-lg .gallery-more div {
  line-height: 100px;
}

.gallery.gallery-lg .gallery-more div {
  font-size: 20px;
}

.gallery.gallery-proof .gallery-item {
  width: 400px;
  height: 300px;
  margin-right: 0;
  margin-bottom: 0;
  float: unset;
}

.gallery.gallery-proof .gallery-more div {
  line-height: 300px;
}

.gallery.gallery-proof .gallery-more div {
  font-size: 20px;
}

.is-error {
  border-color: #dc3545 !important;
}

.select2-container{
 width: 100%!important;
}

.select2-search--dropdown .select2-search__field {
 width: 98%;
}

.field-icon {
  float: right;
  margin-right: 10px;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.badge.badge-pink {
  color: #fff;
  background-color: #e83e8c;
}

.bg-purple {
  background-color: #6f60b6 !important;
}

.badge.badge-purple {
  color: #fff;
  background-color: #6f60b6;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.row-legal {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.agreement-dialog{
  overflow-y: initial !important
}
.agreement-body{
  margin: 20px 20px;
  background: #f4f4f4;
  height: 50vh;
  overflow-y: auto;
}

.legal-doc {
  text-align: justify;
  text-justify: inter-word;
  padding: 20px 50px !important;
}

.title {
  margin-top: 40px;
  margin-bottom: 10px;
}

h2.title {
  margin-top: 30px;
  margin-bottom: 20px;
}

h3.title {
  page-break-before: auto;
  page-break-after: avoid;
}

.description {
  line-height: 20px;
}

a.dropdown-item.booking-stat-month.active {
  background-color: #00bcd4;
  color: #fff !important;
}

a.dropdown-item.sale-stat-month.active {
  background-color: #4caf50;
  color: #fff !important;
}

.card .card-stats .card-stats-item.card-sale-expense {
  width: calc(100% / 2);
  text-align: center;
  padding: 5px 20px;
}

.dropdown-list-months {
  max-height: 350px;
  overflow: hidden;
}

.payment-proof-image {
  width:100%;
  height:100%;
}

.custom-span-border {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.selectric-wrapper.selectric-form-control.selectric-selectric.selectric-full-width.selectric-disabled .selectric {
  background-color: #e9ecef !important;
}

.selectric-disabled {
  opacity: 1 !important;
}

.nav-pills .nav-item .nav-link.custom-nav {
  padding-top : 0 !important;
  padding-bottom: 0 !important;
  border-radius: 15px;
  background-color: rgba(200, 200, 200, 0.2);
}

.input-group .selectric-wrapper.selectric-status-filter {
  flex: 1 1 auto;
  width: 1%;
}

.normal-border {
  height: 42px !important;
  font-size: 14px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.filter-button {
  margin-top: 0 !important;
  height: 42px !important;
  font-size: 14px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.get-direction-icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  margin: 5px 0;
}

.pac-container {
  z-index: 1051 !important;
}

#map-pickup-route {
  width: 100%;
  height: 355px;
}

#map-delivery-route {
  width: 100%;
  height: 355px;
}

#map-available-job-details {
  width: 100%;
  height: 355px;
}

#map-accepted-job-details {
  width: 100%;
  height: 355px;
}

#map-current-job-details {
  width: 100%;
  height: 355px;
}

#map-completed-job-details {
  width: 100%;
  height: 355px;
}

#map-cancelled-job-details {
  width: 100%;
  height: 355px;
}

#map-admin-technician-view-profile {
  width: 100%;
  height: 233px;
}

#map-pickup-location {
  width: 100%;
  height: 300px;
}

#map-pickup-location {
  position: relative;
}

#map-pickup-location:after {
  width: 35px;
  height: 35px;
  display: block;
  content: ' ';
  position: absolute;
  top: 50%; left: 50%;
  margin: -35px 0 0 -18px;
  background: url('/assets/img/techouz-map-marker.png');
  background-size: 35px 35px;
  pointer-events: none;
}

#map-delivery-location {
  width: 100%;
  height: 300px;
}

#map-delivery-location {
  position: relative;
}

#map-delivery-location:after {
  width: 35px;
  height: 35px;
  display: block;
  content: ' ';
  position: absolute;
  top: 50%; left: 50%;
  margin: -35px 0 0 -18px;
  background: url('/assets/img/techouz-map-marker.png');
  background-size: 35px 35px;
  pointer-events: none;
}

#map-technician {
  width: 100%;
  height: 355px;
}

#map-technician-location {
  width: 100%;
  height: 400px;
}

#map-technician-location {
  position: relative;
}

#map-technician-location:after {
  width: 35px;
  height: 35px;
  display: block;
  content: ' ';
  position: absolute;
  top: 50%; left: 50%;
  margin: -35px 0 0 -18px;
  background: url('/assets/img/techouz-map-marker.png');
  background-size: 35px 35px;
  pointer-events: none;
}

#map-admin-technician {
  width: 100%;
  height: 319px;
}

#map-admin-technician-location {
  width: 100%;
  height: 400px;
}

#map-admin-technician-location {
  position: relative;
}

#map-admin-technician-location:after {
  width: 35px;
  height: 35px;
  display: block;
  content: ' ';
  position: absolute;
  top: 50%; left: 50%;
  margin: -35px 0 0 -18px;
  background: url('/assets/img/techouz-map-marker.png');
  background-size: 35px 35px;
  pointer-events: none;
}

#map {
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
}

#map{
  position: relative;
}

#map:after {
  width: 35px;
  height: 35px;
  display: block;
  content: ' ';
  position: absolute;
  top: 50%; left: 50%;
  margin: -35px 0 0 -18px;
  background: url('/assets/img/techouz-map-marker.png');
  background-size: 35px 35px;
  pointer-events: none;
}

.map-wrapper {
  position: relative;
}

.button-over-map {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 99;
  margin-left: -62.2375px;
}

.button-over-map-loading {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 99;
  margin-left: -49.5565px;
}

.button-over-map-check {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 99;
  margin-left: -62.2375px;
}

.button-over-map-continue {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 99;
  margin-left: -40.2565px;
}

.message-over-map {
  width: 100%;
  min-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-animation: slide-in-top 0.5s alternate both;
  animation: slide-in-top 0.5s alternate both;
  background-color: #ffa426;
  box-shadow: 0 2px 2px 0 rgba(255, 164, 38, 0.14), 0 3px 1px -2px rgba(255, 164, 38, 0.2), 0 1px 5px 0 rgba(255, 164, 38, 0.12);
}

.message-check-price {
  width: 100%;
  min-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-animation: slide-in-top 0.5s alternate both;
  animation: slide-in-top 0.5s alternate both;
  background-color: #3abaf4;
  box-shadow: 0 2px 2px 0 rgba(58, 186, 244, 0.14), 0 3px 1px -2px rgba(58, 186, 244, 0.2), 0 1px 5px 0 rgba(58, 186, 244, 0.12);
}

.map-has-error {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
  padding: 13.6px 0 12px 0;
  line-height: 1.2;
}

.map-has-icon {
  color: #FFFFFF;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 0;
}

.map-table {
  display:table;
}

.map-table-cell {
  display:table-cell;
  vertical-align:middle;
}

.map-table-cell-margin {
  margin-left:auto;
  margin-right:auto;
}

.text-activate {
  color: #cdd3d8 !important;
}

.text-activate:hover {
  color: #4caf50 !important;
}

.text-deactivate {
  color: #cdd3d8 !important;
}

.text-deactivate:hover {
  color: #ffa426 !important;
}

.text-edit {
  color: #cdd3d8 !important;
}

.text-edit:hover {
  color: #0da8ee !important;
}

.text-delete {
  color: #cdd3d8 !important;
}

.text-delete:hover {
  color: #fe001a !important;
}

.table-hover.custom-striped.table-striped tbody tr:hover {
  background-color: rgba(0,0,0,.075);
}

.custom-striped.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0); }

.custom-striped.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.02); }

.text-bold-color {
	font-weight: bolder;
	color: rgb(108, 117, 125);
}

.label-line-height {
	line-height: 2.5;
}

.selectric-full-width {
	width: 100%;
}

.username-td {
  min-width: 125px;
  white-space: nowrap;
}

.badge-small {
  vertical-align: middle;
  padding: 2px 5px;
  font-weight: 600;
  letter-spacing: .1px;
  border-radius: 30px;
  font-size: 9px;
  margin-right: 3px;
  box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.badge-small.badge-primary {
  background-color: #fe001a;
}

.vendor-banner {
  text-align: center;
  border-radius: 3px;
  width: 100%;
  min-width: 265px;
  min-height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -66px;
  margin-bottom: 38px;
  box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.36), 0 4px 25px 0px rgba(0, 0, 0, 0.06), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}
.vendor-image {
  text-align: center;
  padding-top: 50px;
}
.vendor-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 7px;
  padding: 3px;
  background-color: #fff;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.vendor-name {
  color: white;
  padding-top: 10px;
  font-weight: 900;
  text-shadow: 3px 3px 5px #000000;
}
.vendor-type {
  color: white;
  font-weight: 900;
  text-shadow: 3px 3px 5px #000000;
}

.delivery-photo {
  width: 250px;
  height: 375px;
  border-radius: 5px;
  object-fit: cover;
}

.selectric-is-invalid .selectric {
  border-color: #dc3545;
}

.selectric-is-invalid .selectric:hover {
  border-color: #dc3545;
}

.selectric-form-control.selectric-is-invalid~.invalid-feedback {
  display: block;
}

.clickable-row {
  cursor: pointer;
}
.job-info {
  color: #34395e;
  font-size: 12px;
  margin-top: 5px;
  opacity: 1;
  transition: all .3s;
}
.mouse-pointer:hover {
  cursor: pointer;
}
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr; }

.fileinput {
  display: inline-block;
  margin-bottom: 9px; }

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  max-width: 360px; }
  .fileinput .thumbnail.img-circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    box-shadow: 0 2px 6px #e1e5e8; }

.fileinput .thumbnail > img {
  width: 100px;
  height: 100px;
  object-fit: cover;}

.fileinput .thumbnail-new {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  max-width: 360px; }
  .fileinput .thumbnail-new.img-circle {
    border-radius: 50%;
    width: 10px;
    height: 100px;
    object-fit: cover; }

.fileinput .thumbnail-new > img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;}

.fileinput .thumbnail-rectangular {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  max-width: 360px; }
.fileinput .thumbnail-rectangular.img-rectangular {
  border-radius: 5px;
  width: 350px;
  height: 155px;
  object-fit: cover;
  box-shadow: 0 2px 6px #e1e5e8; }

.fileinput .thumbnail-rectangular > img {
  width: 350px;
  height: 155px;
  object-fit: cover;}

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group {
  display: table; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0; }

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0; }

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0; }

.form-group.has-warning .fileinput .fileinput-preview {
  color: #ff9800; }

.form-group.has-warning .fileinput .thumbnail {
  border-color: #ff9800; }

.form-group.has-warning .fileinput .thumbnail-new {
  border-color: #ff9800; }

.form-group.has-error .fileinput .fileinput-preview {
  color: #d50000; }

.form-group.has-error .fileinput .thumbnail {
  border-color: #d50000; }

.form-group.has-error .fileinput .thumbnail-new {
  border-color: #d50000; }

.form-group.has-success .fileinput .fileinput-preview {
  color: #4caf50; }

.form-group.has-success .fileinput .thumbnail {
  border-color: #4caf50; }

.form-group.has-success .fileinput .thumbnail-new {
  border-color: #4caf50; }

.input-group-addon:not(:first-child) {
  border-left: 0; }

.thumbnail {
  border: 0 none;
  border-radius: 0;
  padding: 0; }

.thumbnail-new {
  border: 0 none;
  border-radius: 0;
  padding: 0; }

/* .badges:after{
  content:attr(data-count);
  position: absolute;
  background: rgb(254, 0, 26);
  height:16px;
  top:7px;
  left:7px;
  width:16px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  border-radius: 50%;
  color:white;
} */

.badges {
  position: relative;
}
.badges:after {
  content: attr(data-count);
  position: absolute;
  background-color: #ffffff;
  height:16px;
  top: 2px;
  right: 7px;
  width:16px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  color:#fe001a;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}
.badges.badges-sidebar:after {
  position: static;
  margin-left: 10px;
}

.avatar-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}

.avatar-picture-small {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.avatar-picture-40 {
  width: 40px;
  height: 40px;
  object-fit: cover;
  float: left;
}

.avatar-picture-ranking {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.ranking-item {
  position:relative;
  padding:10px 0;
  display:inline-block;
}
.ranking-first{
  width: 22px;
  height: 22px;
  position: absolute;
  right:-5px;
  top:5px;
  background: #ffffff;
  text-align: center;
  border-radius: 30px;
  color: #ffa426;
  padding-top: 2px;
  font-size: 12px;
}
.ranking-second{
  width: 22px;
  height: 22px;
  position: absolute;
  right:-5px;
  top:5px;
  background: #ffffff;
  text-align: center;
  border-radius: 30px;
  color: #aaa9ad;
  padding-top: 2px;
  font-size: 12px;
}
.ranking-third{
  width: 22px;
  height: 22px;
  position: absolute;
  right:-5px;
  top:5px;
  background: #ffffff;
  text-align: center;
  border-radius: 30px;
  color: #9c5221;
  padding-top: 2px;
  font-size: 12px;
}

/* start progress bar */
#progressbar {
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #fe001a
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.3333333333333333%;
    float: left;
    position: relative;
    font-weight: 600
}

#progressbar #inspection:before {
  font-family: "Font Awesome 5 Free"; content: "\f002";
}

#progressbar #review:before {
  font-family: "Font Awesome 5 Free"; content: "\f005";
}

#progressbar #delivered:before {
  font-family: "Font Awesome 5 Free"; content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #fe001a
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #fe001a
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/* end progress bar */

/* start progress bar 2 */
#progressbar2 {
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
    color: lightgrey
}

#progressbar2 .active {
    color: #fe001a
}

#progressbar2 li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 600
}

#progressbar2 #inspection:before {
  font-family: "Font Awesome 5 Free"; content: "\f002";
}

#progressbar2 #payment:before {
  font-family: "Font Awesome 5 Free"; content: "\f555";
}

#progressbar2 #review:before {
  font-family: "Font Awesome 5 Free"; content: "\f005";
}

#progressbar2 #delivered:before {
  font-family: "Font Awesome 5 Free"; content: "\f00c";
}

#progressbar2 li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar2 li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar2 li.active:before,
#progressbar2 li.active:after {
    background: #fe001a
}

.progress2 {
    height: 20px
}

.progress-bar2 {
    background-color: #fe001a
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/* end progress bar 2 */

/* start custom switch success */
.custom-switch-success {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }

.custom-switch-input-success {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-switches-stacked-success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .custom-switches-stacked-success .custom-switch-success {
    margin-bottom: .5rem; }

.custom-switch-indicator-success {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #e9ecef;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid rgba(0, 40, 100, 0.12);
  transition: .3s border-color, .3s background-color; }
  .custom-switch-indicator-success:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left; }

.custom-switch-input-success:checked ~ .custom-switch-indicator-success {
  background: #63ed7a; }
  .custom-switch-input-success:checked ~ .custom-switch-indicator-success:before {
    left: calc(1rem + 1px); }
.custom-switch-input-success:focus ~ .custom-switch-indicator-success {
  border-color: #63ed7a; }

.custom-switch-description-success {
  margin-left: .5rem;
  color: #6e7687;
  transition: .3s color; }

.custom-switch-input-success:checked ~ .custom-switch-description-success {
  color: #495057; }
/* end custom switch success */

.bootstrap-datetimepicker-widget table td > div,
.bootstrap-datetimepicker-widget table th > div,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td span,
.presentation-page .section-cards .card,
.index-page .section-cards .card,
.product-page .flexi-nav > li a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s; }

.dropup:not(.bootstrap-select) .dropdown-menu,
.dropdown-menu.bootstrap-datetimepicker-widget {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  visibility: hidden;
  display: block;
  opacity: 0; }

.dropdown.open .dropdown-menu,
.dropdown-menu.bootstrap-datetimepicker-widget.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 1px, 0);
  -moz-transform: translate3d(0, 1px, 0);
  -o-transform: translate3d(0, 1px, 0);
  -ms-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0); }

/*!
* Datetimepicker for Bootstrap 3
* ! version : 4.17.37
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  list-style: none; }
.bootstrap-datetimepicker-widget a .btn:hover {
  background-color: transparent; }
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 4px;
  width: 19em; }
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; }
  }
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; }
  }
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; }
  }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  right: auto;
  left: 12px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: auto;
  margin-bottom: -20px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
  margin-top: auto;
  margin-bottom: 5px; }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  margin: 0;
  border-width: 0;
  background-color: transparent;
  color: #fe001a;
  box-shadow: none; }
.bootstrap-datetimepicker-widget a[data-action]:hover {
  background-color: transparent; }
.bootstrap-datetimepicker-widget a[data-action]:hover span {
  background-color: #eeeeee;
  color: #fe001a; }
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 1.3em;
  margin: 0;
  border-radius: 50%; }
.bootstrap-datetimepicker-widget button[data-action] {
  width: 38px;
  height: 38px;
  margin-right: 3px;
  padding: 0; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM"; }
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker"; }
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today"; }
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  border-radius: 3px; }
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens"; }
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
  border-radius: 3px;
  margin: 2px 0px !important; }
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }
.bootstrap-datetimepicker-widget table.table-condensed tr > td {
  text-align: center;
	font-size: 12px;
	font-weight: 400; }
.bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  text-align: center; }
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: 500; }
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
	font-size: 12px;
	font-weight: 700; }
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #eeeeee;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  border-radius: 3px;
  height: 27px;
  width: 27px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center; }
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month"; }
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month"; }
.bootstrap-datetimepicker-widget table th.dow {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  /* text-transform: uppercase; */
  color: #333333;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 10px; }
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: #eeeeee; }
.bootstrap-datetimepicker-widget table td > div {
  border-radius: 3px;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center; }
.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #999999; }
.bootstrap-datetimepicker-widget table td.day > div {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  position: relative;
  z-index: -1; }
.bootstrap-datetimepicker-widget table td.minute > div, .bootstrap-datetimepicker-widget table td.hour > div {
  border-radius: 50%; }
.bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
  background: #eeeeee;
  cursor: pointer; }
.bootstrap-datetimepicker-widget table td.old > div, .bootstrap-datetimepicker-widget table td.new > div {
  color: #999999; }
.bootstrap-datetimepicker-widget table td.today > div {
  position: relative; }
.bootstrap-datetimepicker-widget table td.today > div:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #fe001a;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }
.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #fe001a;
  color: #FFFFFF;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(254, 0, 26, 0.4); }
.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #FFFFFF; }
.bootstrap-datetimepicker-widget table td.disabled > div, .bootstrap-datetimepicker-widget table td.disabled:hover > div {
  background: none;
  color: #eeeeee;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 3px 3px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center; }
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #fe001a;
  color: #FFFFFF; }
.bootstrap-datetimepicker-widget table td span.old {
  color: #999999; }
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #eeeeee;
  cursor: not-allowed; }
.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
  border-radius: 50% !important; }
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 1px;
  text-align: center;
  z-index: 1;
  cursor: pointer; }

/* Dot Check Progress Bar */
.step-progress-animated {
  min-width: 255px;
  max-width: 1024px;
  margin: 8px auto;
}

ul.progress-bars {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

li.sections {
  display: inline-block;
  padding-top: 45px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: gray;
  vertical-align: top;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

li.sections:before {
  content: 'x';
  position: absolute;
  top: 2px;
  left: calc(50% - 15px);
  z-index: 1;
  width: 30px;
  height: 30px;
  color: white;
  border: 2px solid white;
  border-radius: 17px;
  line-height: 30px;
  background: gray;
  box-sizing: content-box;
}
.status-bar {
  height: 2px;
  background: gray;
  position: relative;
  top: 20px;
  margin: 0 auto;
}
.current-status {
  height: 2px;
  width: 0;
  border-radius: 1px;
  background: #4caf50;
}

@keyframes changeBackground {
  from {background: gray}
  to {background: #4caf50}
}

li.sections.visited:before {
  content: '\2714';
  animation: changeBackground .5s linear;
  animation-fill-mode: forwards;
  box-sizing: content-box;
}

li.sections.visited.current:before {
  box-shadow: 0 0 0 2px #4caf50;
  box-sizing: content-box;
}
/* End Dot Check Progress Bar */

/* Vertical Progress Timeline */

.events li {
  display: flex;
}

.events time {
  position: relative;
  color: #ccc;
  padding: 0 1px;  }

.events time::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #ccc solid;
  width: .8em;
  height: .8em;
}

.events .activated::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background-color: rgba(92, 184, 92, 1);
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
  border: 1px rgba(92, 184, 92, 1) solid;
  width: .8em;
  height: .8em;
}


.events span {
  margin-top: -5px;
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
  text-transform: none;
}
.events .book-start {
  margin-top: -5px;
  padding: 0 1.5em 0 1.5em;
  position: relative;
  text-transform: none;
}

.events span::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1.5px;
  height: 100%;
  border-left: 3px #ccc solid;
}

.events .book-start::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1.5px;
  height: 100%;
  border-left: 3px #ccc solid;
}

.events strong {
  display: block;
  font-weight: bolder;
}

.step-tracking-list{
  background-color: #eff0f5;
  margin: 20px 10px 10px 10px;
  border-radius: 4px;
  text-align:left;
  height:60px;
  overflow:hidden;
}

.events { margin: 1em; width: 100%; }
.events,
.events *::before,
.events *::after { box-sizing: border-box; }
.view-more-less:hover {cursor: pointer;}
/* Vertical Progress Timeline */

/* Vertical Progress Timeline 2 */

.events2 li {
  display: flex;
}

.events2 time {
  position: relative;
  color: #ccc;
  padding: 0 1px;  }

.events2 time::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px rgba(92, 184, 92, 1) solid;
  width: .8em;
  height: .8em;
}

.events2 .activated::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background-color: rgba(92, 184, 92, 1);
  /* box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8); */
  border: 1px rgba(92, 184, 92, 1) solid;
  width: .8em;
  height: .8em;
}


.events2 span {
  margin-top: -8px;
  padding: 0 5px 5px 20px;
  position: relative;
  text-transform: none;
}
.events2 .book-start {
  margin-top: -8px;
  padding: 0 5px 5px 20px;
  position: relative;
  text-transform: none;
}

.events2 span::before {
  content: "";
  position: absolute;
  margin-top: 15px;
  z-index: 1;
  left: -1.0px;
  height: 60%;
  border-left: 3px rgba(92, 184, 92, 1) solid;
}

.events2 .book-start::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1.0px;
  height: 0%;
  border-left: 3px rgba(92, 184, 92, 1) solid;
}

.events2 strong {
  display: block;
  font-weight: bolder;
}

.events2 { margin: 5px; width: 100%; }
.events2,
.events2 *::before,
.events2 *::after { box-sizing: border-box; }
.view-more-less:hover {cursor: pointer;}
/* Vertical Progress Timeline */

.badge.badge-webmaster {
  color: #ffffff;
  background: linear-gradient(-60deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

.dropdown-menu .dropdown-title {
  text-transform: uppercase;
  font-size: 8.8px !important;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #191d21 !important;
  padding: 10px 20px;
  line-height: 20px;
  color: #98a6ad;
}

.badge.badge-outline-primary {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 8px;
  border: 1px solid transparent;
  border-color: var(--primary);
  color: var(--primary);
}

.share-icon-text {
  font-size: 1.6rem !important;
}

.share-file-icon {
  font-size: 1.6rem !important;
  margin-right: 0.2rem;
}

.share-file-icon-lg {
  font-size: 3rem !important;
  margin-right: 0.2rem;
}
