@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*===================login start ================*/

.login {
  position: relative;
  height: 100vh;
  display: grid;
  align-items: center;
}
/*.login__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}*/

.login__img {
  position: absolute;
  background-image: url(../images/bg_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.login__form {
  position: relative;

      background: rgb(255 255 255 / 45%);
  /*border: 2px solid #fff;*/
  border: 2px solid #163b81;
  /*margin-inline: 1.5rem;*/
      padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  backdrop-filter: blur(8px);
}

.logo_img {
	text-align: center;
	margin-bottom: 20px;
}

.logo_img img {
  width: 100px;
}


.login__content, .login__box {
  display: grid;
}

.login__box {

  align-items: center;
      border: 2px solid #000;
          margin-bottom: 20px;
              border-radius: 5px;
              background-color: #FFF;
}
.login__icon, .login__eye {
  font-size: 1.25rem;
}
.login__input {
  width: 100%;
  padding-block: 0.8rem;
  background: none;
  color: var(--white-color);
  position: relative;
  z-index: 1;
  outline: none;
  border: none;
      padding: 8px 10px;
      border-radius: 5px;
}
.login__box-input {
  position: relative;
}
.login__label {

      margin-bottom: 4px;
}
.login__eye {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  cursor: pointer;
}
.login__box:nth-child(2) input {
  padding-right: 1.8rem;
}


.login__forgot {
  color: var(--white-color);
}
.login__forgot:hover {
  text-decoration: underline;
}
/*.login__button {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #000;
  color: #FFF;

  font-weight: var(--font-medium);
  cursor: pointer;
  margin-bottom: 1rem;
      outline: none;
    border: none;
}*/

.login__button a{
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #000;
  color: #FFF;

  font-weight: var(--font-medium);
  cursor: pointer;
  margin-bottom: 1rem;
  outline: none;
  border: none;
  display: block;
  text-decoration: block;
  text-decoration: none;
  text-align: center;
}

.login__register {
  text-align: center;
  font-size: 13px;
}
.login__register a {
  color: #00f;
  font-weight: var(--font-medium);
}
.login__register a:hover {
  text-decoration: underline;
}

/* Input focus move up label */
.login__input:focus + .login__label {
  top: -12px;
  font-size: var(--small-font-size);
}

/* Input focus sticky top label */
.login__input:not(:placeholder-shown).login__input:not(:focus) + .login__label {
  top: -12px;
  font-size: var(--small-font-size);
}

/*===================login end ================*/
/*=====================detail-page-bg start============*/

.detail-page-bg {
  width: 100%;
}

.detail-page-bg_work {
      width: 80%;
    margin: 50px auto;
        padding: 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 12px;
}

.main-border-box {
      background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*margin: 10px 0px 0px 0px;*/
    /*padding: 30px 20px*/
}


.back_button a{
  padding: 6px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;

  margin-bottom: 1rem;
  outline: none;
  border: 1px solid #000;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.detail-page-heading {
  background-color: #f5f5f5;
}


.detail-page-heading h1 {
  font-weight: bold;
  font-size: 18px; 
  padding: 10px 0px 10px 14px;
}

.detail-num-bg {
      border-bottom: 1px solid #000;
  display: flex;
    justify-content: space-between; 
        padding-bottom: 16px; 
}

.detail-num-work {}

.detail-num-work-text {} 
.detail-num-work-text p {
  font-size: 14px; 
  margin: 0px 0px 0px 0px;
  font-weight: 600;

}

.detail-num-work-text p span {
  font-size: 14px; 
  margin: 0px 0px 0px 0px;
      font-weight: normal;

}

.detail-resiver-work {}
.detail-resiver-text h2{
   font-weight: bold;
  font-size: 18px;
}

.detail-resiver-text p {
  font-size: 14px; 
  margin: 0px 0px 0px 0px;
  font-weight: 600;
}
/*
.order_details_text_2 p {
  font-size: 14px; 
  margin: 0px 0px 0px 0px;

}

.order_details_text_2 p {
  font-size: 14px; 
  margin: 0px 0px 0px 0px;
  text-align: right;
}*/


/*=====================detail-page-bg end============*/ 


/*==================summary_page start =================*/


.summary_page{
  width: 100%;
  height: 450px; background-color: #fff;
}

.summary_page_work {
      width: 80%;
    margin: 0 auto;
        padding: 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 12px;
}

.order-details-page-2-work {
      width: 100%;
    margin: 0 auto;
        padding: 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 12px;
}




.order_details_text p {
  font-size: 14px; 
  margin: 0px 0px 0px 0px;
} 

.order_details_text_2 {

}

.order_details_text_2 h5 {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}

.order_details_text_2 p {
  font-size: 14px; 
  margin: 0px 0px 0px 0px;
  text-align: right;
}


.order_details_work {
  width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*margin: 10px 0px 0px 0px;*/
    margin: 0px 0px 0px 0px;
    padding: 30px 20px;
}


.order_details_work-space {
  margin: 50px 0px 0px 0px;
}

.order_details_work-space-2 {
  margin: 30px 0px 0px 0px;
}

.order_details_work-space-3 {
  /*margin: 60px 0px 0px 0px;*/
  margin: 0px 0px 0px 0px;
}

.order_details_work-space-4 {
  /*margin: 10px 0px 0px 0px;*/
  margin: 0px 0px 0px 0px;
}

.Item-You-text p {
  font-size: 15px; 
  font-weight: bold;
  margin: 10px 0px;
}



.order_number {
      width: 100%;
    
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
}


.order_button a{
      width: 100%;
    padding: 6px 20px;
    border-radius: 5px;
    background-color: #a6aaae;
    color: #000;
    margin-bottom: 1rem;
    outline: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
    border-bottom: 5px solid #000
}

.order_number_details {
  width: 100%;
  margin: 20px 0px 0px 0px;
}

.date_text p {
  margin: 0px;
  line-height: 28px;
  line-height: 26px;
  font-size: 14px;
}

/*.return_box_work {
  width: 100%; 
  border-top: 1px dashed #000;
  margin: 15px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  display: none;
}*/

.return_box_work {
    width: 100%;
    /* border-top: 1px dashed #000; */
    margin: 3px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    display: none;
    border-left: 1px solid #000;
}

.return_qty_box {
  display: flex;
    align-items: center;
   margin-bottom: 20px;
}

.return_qty_text {
      margin-right: 20px;
}

.return_qty_text p {
  margin: 0px 0px 0px 0px;
  font-size: 13px;
}


.return_qty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 12px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.return_qty span {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    padding: 0px 20px;
    user-select: none;
}
.return_qty span.num{
  font-size: 20px;
  border-right: 2px solid rgba(0,0,0,0.2);
  border-left: 2px solid rgba(0,0,0,0.2);
  pointer-events: none;
}

.form-label{
    font-size: 14px;
    font-weight: 600;
}



.Return_button a{
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    margin-bottom: 1rem;
    outline: none;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    margin: 0px;
}


.return_text-2 p{
  background-color: #5488fd;
  color: #fff;
  text-align: center;
      margin: 0px 0px 6px 0px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    border: 1px solid #000;
}


.Continue_button a {
     width: 100%; 
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    margin-bottom: 1rem;
    outline: none;
    border: 1px solid #000;
    text-decoration: none;
     display: inline-block; 
    text-align: center;
    margin: 15px 0px 0px 0px;
}





/*==================page_2 end =================*/







/*==============lagin-main-page start==============================*/

/*.login_main_page{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;

  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
*/

/*.login_main_page::before{
  background-color: rgb(0 0 0 / 60%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}*/


.login_main_page-work{
      position: relative;
    /* max-width: 850px; */
    /*width: 80%;*/
    border-radius: 8px;
     background: #fff; 
    /*padding: 40px 30px;*/
    padding: 20px;
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); */
    perspective: 2700px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 8px;
}


.login_1 {
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: center;
}

.loging-img-text-box {
  width: 50%;
}

.login-img-1 {width: 50%;}

.login-img-1 img {
  width: 100%;
/*  height: 100%;*/
  height: 380px;
}


/*==============lagin-main-page end==============================*/


/*.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}
*/

