@import url("fonts.css");

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-family: OpenSans-Regular;
  font-weight: 400;
}
button:focus,
a:focus {
  outline: none;
}

.mb-m{
margin-bottom: 20px;
}

.main-wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.login-wrap {
  background: url("../images/Background.png") no-repeat center center fixed;
  flex: 1;
  margin: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.form-wrap {
  background: #ffffff;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border-radius: 12px;
  max-width: 360px;
}


.form-card-body {
  padding: 20px;
}

.form-btn button {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.main-title{
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 72px;
  color: #97DC21;
  line-height: 75px;
}

.form-title{
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 16px;
}
.form-sub-title{
  font-family: OpenSans-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
}

.form-content{
  font-family: OpenSans-Regular;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
/*------inut login----*/

.login-btn {
  background-color: #97DC21;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  color: #000000;
  font-family: OpenSans-Bold;
  min-height: 48px;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
}
.login-btn:hover {
  background-color: #97DC21;
  border: none;
}
.login-btn:focus {
  background-color: #97DC21;
  border: none;
}
.login-btn:visited {
  background-color: #97DC21;
  border: none;
}

.custom-input {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: 56px;
  width: 100%;
  color: #5E5E5E;
  font-size: 18px;
  font-family: Poppins-Regular;
  padding: 8px 15px;
  background-color: #E8E8E8;
  font-weight: 400;
}
input:focus-visible{
  outline: none !important;
}

.width-100 {
  width: 100%;
}


.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 109px;
  top: 35px;
  width: 4px;
  background: #B5B5B5;
  border-radius: 2px;
  z-index: 1;
  height: 0;
  transition: height 0.5s, background-color 0.5s;
}

.timeline-step {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.timeline-content {
  display: flex;
  align-items: start;
}

.date-time {
  width: 100px;
  text-align: right;
  padding-right: 20px;
  line-height: 12px;
}

.indicator {
  position: relative;
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 50%;
  z-index: 2;
}

.indicator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px; 
  height: 16px;
  background: transparent;
  border: 2px solid #B5B5B5; 
  border-radius: 50%;
}

.indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px; 
  height: 8px; 
  background: #B5B5B5; 
  border-radius: 50%;
  z-index: 3; 
}

.timeline-step.active .indicator::after {
  background: #7e254c; 
}

.timeline-step.active .indicator::before {
  border-color: #7e254c; 
}

.activity-log {
  flex: 1;
  padding-left: 20px;
  margin-top: -5px;
}

.timeline-step::after {
  content: '';
  position: absolute;
  left: 109px;
  top: 32%;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #B5B5B5; 
  z-index: 1;
  transition: height 0.5s, background-color 0.5s;
}

.timeline .timeline-step:last-child.timeline-step::after{
  border-left: 0px;
}

.timeline-step.active::after {
  border-left: 2px dotted #7e254c;
}

.divider{
  border: 1px solid #F4F4F4;
  width: 70%;
}

.Page-wrapper {
  background: url("../images/Background.png") no-repeat center;
  min-height: 100vh;
  padding: 20px 40px;
  background-attachment: fixed;
  background-size: cover;
}
.card{
  background: #FFF;
  border: none;
  border-radius: 8px;
}
.card-title{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: Poppins-Bold;
}
.sm-title{
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  font-family: OpenSans-Bold;
}
.sub-title{
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  font-family:OpenSans-Regular;
}

.date{
  font-size: 99px;
  font-weight: 600;
  color: #000000;
  font-family: OpenSans-SemiBold;
}
.status{
  font-size: 24px;
  font-weight: 600;
  color: #189C2D;
  font-family: OpenSans-SemiBold;
  text-transform: uppercase;
}

.track-date{
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  font-family: OpenSans-Bold;
}
.track-time{
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  font-family: OpenSans-Regular;
}

.status-section{
  background: #DBFFE1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 0px 8px 8px;
}
.card-title-big{
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  font-family: Poppins-Bold;
}
.card-sub-title{
  font-family: OpenSans-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #9098A3;
}
.emoji-section-card{
  padding-top: 35px;
  padding-bottom: 35px;
}
.emoji-circle {
  background: #EFF0F6;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  align-items: center;
  align-self: center;
  justify-content: center;
  display: flex;
  box-shadow: 0px 4px 10px rgba(105, 105, 105, 0.2);
}
 .flex-item {
    margin: 5px 5px;
    width: 60px;
    padding: 5px;
}

.row.equal-height {
  display: flex;
}

.col-md-6 {
  display: flex;
  flex-direction: column;
}

.card {
  flex-grow: 1; /* Cards in the first section will grow to fill remaining space */
}

.shipment-card{
  max-height: 450px;
  overflow-y: auto;
}

/* custom css */
.clsBack {
  cursor: pointer;
}
.status-section-pending{
  background: #FFFACD;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 0px 8px 8px;
}

.status-pending{
  font-size: 24px;
  font-weight: 600;
  color: #FFD700;
  font-family: OpenSans-SemiBold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .form-wrap {
    width: 100%;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .form-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .timeline-step::after{
    top: 15%;
  }
}

