@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
::-moz-selection {
  color: #fff;
  background: #333;
}
::selection {
  color: #fff;
  background: #333;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.m-0{
  margin: 0 !important;
}
.p-left-0{
  padding-left: 0 !important;
}
.p-right-0{
  padding-right : 0 !important;
}
.p-bottom-20{
  padding-bottom: 20px !important;
}
.p-0{
  padding: 0 !important;
}
.p-top-bottom{
  padding-top: 20px;
  padding-bottom: 20px;
}
.ppd-25{
  padding: 20px;
}
.btn-1{
  color: #fff;
  background: #590c66;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
  border-radius: 30px;
  border: none;
}
.btn-1:hover{
  color: #fff;
  background-color: #8b4298;
}
.btn-text{
  color: #830f97 !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.btn-text:hover{
  color: #450750 !important;
}
.btn-text span{
  margin-left: 5px !important;
}
.sub-head{
  font-weight: 600;
  font-size: 23px;
}
main{
  min-height: 100vh;
}
.home{
  padding: 20px 0;
  background-color: #039992;
}
.logo img{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.back{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.back-icon{
  width: 25px;
}

/* search */
.search{
  padding: 2em 0;
}
.search h2{
 font-size: 35px;
 font-weight: 700;
 margin-bottom: 30px;
}
.receipt{
  display: block;
  margin-bottom: 10px;
}
.filed-box{

}
.input-cu{
  margin-bottom: 20px;
}
.text-area-cu{
  height: 30px;
}

.btn-box{}
.ser-btn{
  width: 100%;
  height: 40px;
  border: none;
  background-color: #039992;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ser-btn:hover{
  background-color: #045653;
}
/*--- Search Detail --*/
.status{
  padding-bottom: 50px;
}
.sub-head-box{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sub-head-box img{
  width: 20px;
  margin-right: 10px;
}
.tb-main{
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
  margin-bottom: 25px;
  overflow: scroll;
}
.tb-main table{
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  border-collapse: collapse;
}
.tb-main table tr {
  border-bottom: 1px solid #ccc;
}
.tb-main table tr th {
  padding: 10px 15px 10px 25px;
  font-weight: 500;
  text-align: left;
  background: #0cb0a6;
  color: #fff;
  font-size: 18px;
  border-right: 1px solid #fff;
}
.tb-main table tr th:first-child {
  text-align: left;
}
.tb-main table tr td {
  text-align: left;
  padding: 15px 15px 15px 25px;
  font-size: 16px;
  border-right: 1px solid #ccc;
  color: #615e5e;
  font-weight: 500;
}
.tb-main table tr td:first-child {
  text-align: left;
}
/*--- Footer ---*/
footer{
  padding: 15px 0;
  background-color: #039992;
  color: #fff;
  text-align: center;
  /* position: fixed;
  bottom: 0; */
  width: 100%;
}
footer p{
  margin-bottom: 0;
}
footer a{
  color: white;
  text-decoration: none;
}
footer a:hover{
  color: #026a64;
}


@media only screen and (max-width: 1200px) {

  
}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 576px) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
 
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    
}
/* ----------- iPhone X ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

}