/*************************************************************************************/
body .demo-ribbon {
    position: fixed;
    top: 25%;
    left: 0px;
    z-index: 99999;
    text-align: center;
}

body .demo-ribbon span {
    font-size: 10px;
    color: #18235b;
    font-weight: bold;;
    text-transform: uppercase;
    line-height: 20px;
    width: 120px;
    height: 120px;
    display: block;
    background: #ffb9b9;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

    position: absolute;
    left: -100px;
    letter-spacing: .2rem;
}

body .demo-ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
}

/*************************************************************************************/
input[type=number].no-arrow::-webkit-outer-spin-button,
input[type=number].no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].no-arrow {
    -moz-appearance: textfield;
}
/*************************************************************************************/
table.table.dataTable>tbody>tr:hover td{
    background-color: #f3f3f8 !important;
}
/*************************************************************************************/
 .copied.tooltip.show {
    opacity: 1 !important;
}
 .copied .tooltip-inner {
     background: green !important;
 }
 .copied .tooltip-arrow::before {
     border-top-color: green !important;
 }
 /*************************************************************************************/
 .widget .dropdown-menu .dropdown-item {
    cursor: pointer;
 }
 .widget .dropdown-menu .dropdown-item.active {
     background-color: #dff7f4;
     color: #18235b;
 }
.widget .dropdown-menu .dropdown-item:hover {
      background-color: #808080;
      color: #fff;
}
 /*************************************************************************************/
.offcanvas-size-xl {
    --bs-offcanvas-width: min(95vw, 600px) !important;
}
.offcanvas-size-xxl {
    --bs-offcanvas-width: min(95vw, 50vw) !important;
}
.offcanvas-size-md { /* add Responsivenes to default offcanvas */
    --bs-offcanvas-width: min(95vw, 400px) !important;
}
.offcanvas-size-sm {
    --bs-offcanvas-width: min(95vw, 250px) !important;
}
 /*************************************************************************************/
 tr.tr-offcanvas{
    background-color: #d6d6d6 !important;
 }
 tr.tr-active, tr.tr-active td{
    background-color: #d9d9d9 !important;
 }
 tr.tr-details,tr.tr-details td{
    background-color: #ededed !important;
 }





 ul.timeline {
    position: relative;
    list-style-type: none;
    padding-left: 180px;
}
ul.timeline:before {
    position: absolute;
    display: block;
    left: 136px;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background-color: #07b;
    content: ' ';
}
ul.timeline .event {
    position: relative;
    padding: 16px;
    background: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    padding: 16px;
    margin-bottom: 30px;
}
ul.timeline .event:before {
    display: block;
    position: absolute;
    top: 30px;
    left: -55px;
    width: 30px;
    height: 30px;
    border: 6px solid #07b;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
    content: ' ';
}
ul.timeline h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}
ul.timeline .time {
    position: absolute;
    display: block;
    width: 120px;
    top: 35px;
    left: -179px;
    font-size: 0.9em;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
}
ul.timeline .time > .glyphicon-time {
    top: 2px;
}
ul.timeline .left-arrow:before {
    position: absolute;
    top: 30px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ddd;
    border-left: 0 solid #ddd;
    border-bottom: 15px solid transparent;
    content: ' ';
}
ul.timeline .left-arrow:after {
    position: absolute;
    top: 30px;
    left: -14px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: ' ';
}





ul.timeline-route {
  position: relative;
  list-style-type: none;
  padding-left: 101px;
}
ul.timeline-route:before {
  position: absolute;
  display: block;
  left: 57px;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: rgb(0, 187, 184);
  content: ' ';
}
ul.timeline-route .event {
  position: relative;
  padding: 16px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  padding: 16px;
  margin-bottom: 30px;
}
ul.timeline-route .event:before {
  display: block;
  position: absolute;
  top: 30px;
  left: -55px;
  width: 30px;
  height: 30px;
  border: 6px solid #07b;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
  content: ' ';
}
ul.timeline-route h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}
ul.timeline-route .time {
  position: absolute;
  display: block;
  width: 120px;
  top: 35px;
  left: -179px;
  font-size: 0.9em;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}
ul.timeline-route .time > .glyphicon-time {
  top: 2px;
}
ul.timeline-route .left-arrow:before {
  position: absolute;
  top: 30px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ddd;
  border-left: 0 solid #ddd;
  border-bottom: 15px solid transparent;
  content: ' ';
}
ul.timeline-route .left-arrow:after {
  position: absolute;
  top: 30px;
  left: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: ' ';
}







.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

label.error{
    font-size: 13px;
    color: rgb(255, 53, 53);
}