body{
     font-family: 'Sora', sans-serif; 
     background-color: #f2f2f2;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaBold.woff2') format('woff2'),
        url('../fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Black.woff2') format('woff2'),
        url('../fonts/Nexa-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.woff2') format('woff2'),
        url('../fonts/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Book.woff2') format('woff2'),
        url('../fonts/Nexa-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Heavy.woff2') format('woff2'),
        url('../fonts/Nexa-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-XBold.woff2') format('woff2'),
        url('../fonts/Nexa-XBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: "Nexa",Sans-serif;
  font-weight: bold;
}
.h1, h1 {
   color:#163758;
}
.h2, h2 {
    font-size: 2.2rem;
}
p{
	color: #685f5c;
	font-size: 15px;
	line-height: 1.5rem;
  font-weight: 400;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.container{
      max-width: 1200px;
}
.btn-dark-blue{
   background-color: #041f40;
   color: #fff; 
  
}
.btn-dark-blue-outline{
  outline: auto;
}
.btn-dark-blue:hover{
    background-color: #053a64;
    color: #fff;
}
.btn-dark-blue a{
   color: #fff !important; 
}
.btn-dark-blue a:hover{ 
    color: #fff;
    text-decoration: none;
}
.btn-grey{
   background-color: #b8b8b8;
   color: #041f40; 
}
.btn-grey:hover{
    background-color: #a7a6a6; 
    color: #041f40;
}

.btn-grey a{
   color: #041f40; 
}
.btn-grey a:hover{
    color: #041f40;
    text-decoration: none;
}
.btn-pink{
   background-color: #dc1d47;
   color: #fff; 
/*   outline: auto darkred;  */ 
}
.btn-pink-outline{
   outline: auto darkred;  
   color: darkred;   
}
.btn-pink:hover{
    background-color: #dc1d47; 
    color: #fff;
    opacity: .8;
}
.btn-danger{
   background-color: #dc1d47 !important;
   color: #fff;   
}
.btn-danger:hover{
    background-color: #dc1d47 !important; 
    color: #fff;
    opacity: .8;
}
.btn-primary{
   background-color: #2196f3 !important;
   color: #fff !important;  
}

.badge-danger-outline{
	outline: auto #dc3545;  
    color: #0a0a09;
}
.badge-success-outline{
	outline: auto #28a745;  
    color: #0a0a09;
}
.badge-warning-outline{
	outline: auto #ffc107;  
    color: #0a0a09;
}
.btn-primary-outline{
   outline: auto #2196f3;  
   color: #2196f3;   
}

.btn-primary:hover{
   background-color: #2d9df6 !important;
   color: #fff !important;  
}
.btn-success{
   background-color: #32c787 !important;
   color: #fff !important;  
}
.btn-success:hover{
   background-color: #41cf92 !important;
   color: #fff !important;  
}
.disable{
   background-color: #b8b8b8 !important;
   color: #041f40; 
}
.disable:hover{
    background-color: #a7a6a6; 
    color: #041f40;
}
.btn-white{
  background-color: #fff;
  color: #414a53;
  border:solid 1px #e2e0e0 !important;
}
.btn{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border:none;
  font-size: 14px;
/*  height: 40px;*/
}
.small-text{
    font-size: 13px;
    font-family: "Nexa",Sans-serif;
}
.text-dark-blue{
  color: #053a64 !important;
}
.input-group-addon a{
  color: #8ca7c1 !important;
}
.input-group-addon{
    position: absolute;
    right: 10px;
    top: 7px;
}
/*------------------- Navbar css start -------------------*/
.h-bt{
    font-size: 16px;
    height: 46px;
    line-height: 36px;
    font-weight: 800;
    font-family: "Nexa",sans-serif;  
}
.navbar{
  padding: 18px 10px;
}
.iti__country{
  font-size: 14px;
}
.nav-shadow {
    background-color: #fff;
    box-shadow: 0 8px 14px 0 rgb(0 0 0 / 4%);
}
.navbar-brand img{
    width: 75px;
    height: 72px;
}
.navbar-light .navbar-nav .nav-link { 
   font-size: 16px;
   font-weight: 400;
   color: #163758;
   padding: 0 15px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.error-page h1 img {
    width: 400px;
}
.btn-pink{
  background-color: #dc1d47;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block; 
}
.dropdown-submenu {
    position:relative;
}
.dropdown-menu{
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    border:none;
    padding: 0px;
    font-size: 15px;
}

.dropdown-toggle::after{
    content: "\f107";
    font: normal normal normal 25px/1 FontAwesome;
    font-size: 25px;
    border: 0px !important;
    top: 6px;
    position: relative;
    font-size: 20px;
    right: 0px;
}
.dropdown-item{
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: solid 4px #fff;
}
.dropdown-item:hover{
   content: "";
   border-left: solid 4px #dc1d47;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
  }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.right-head .btn{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
}
.user-section span{
    color: #163758;
    font-size: 16px;
    margin-right: 20px;
    margin-left: 30px;
}
.user-section img {
    width: 40px;
}

ul.navbar-nav.ml-auto{
  margin-right: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.user-section.dropdown a{
  color: #163758;
  font-size: 14px;
  display: block;
  line-height: 40px;
  padding-left: 15px;
}
.user-section.dropdown a:hover{
  background-color: #fff;
  text-decoration: none;
}
.profile strong {
    font-weight: 500;
    display: inline-block;
     width: 47%;
	font-size: 14px;
    color: #041f40;
}
.mt-min{
  margin-top: -10px;
}
.profile .card p {
    font-size: 14px;
   /* display:-webkit-inline-box;
    width: 100%;*/
}
.profile .card-header {
    border-radius:15px 15px 0px 0px;
    background-color: #ebebed; 
    align-items: baseline;
}
.profile .card-header h5{
    color: #041f40;
    font-weight: 800;
}
.profile .card-header a{
    color: #dc3545;
    font-size: 20px;
}
.profile .card{
   border-radius:15px;
   margin-bottom: 30px;
}
.profile .card .btn{
    margin-bottom: 10px;
    outline: none;
    background: #f3f3f3;
    padding: 15px 0;
    width: 100%;
}
.file-img-box img{
	width: auto;
	height: 50px;
	margin-bottom: 10px;
}
.attach-title{
	text-align: left;
    font-weight: 800;
    color: #041f40;	
    margin-bottom: 20px;
}
.pb-6{
	padding-bottom: 4.3rem!important;
}

/*------------------- Navbar css end -------------------*/

.login-section h5{
  color: #0a4676;
}
.form-control{
  background-color: #f5f5fe;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  border:solid 1px #e2e0e0;
  font-size: 13px;
  color: #a1a1a2;
  font-family: "Nexa",Sans-serif;
  height: 40px;
}
.form-control::placeholder{
  padding: 0px;
   line-height:0px;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/time.png) no-repeat;
    width: 15px;
    height: 10px;
    border-width: thin;
}
label{
  font-size: 15px;
  color: #0a4676;
  font-family: "Nexa",Sans-serif;
  font-weight: 400;
}
label span{
  color: red;
}
.login-section .card{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.login-section .card a{
  color: #c84d63;
  font-size: 14px;
}
.section h1{
  font-size: 40px;
  color:#163758;
}
.section .icon{
   width: 271px;
}
.inside-card{
  background-color: #f2f2f2;
  border: solid 1px #e2e0e0;
  padding: 40px;
}
.payment-card{
  background-color: #f2f2f2;
  border: solid 1px #e2e0e0;
  padding: 40px;
}
.payment-card small{
  color: #163758;
  font-size: 15px;
  font-weight: 500;
}
.payment-card .cards{
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border:solid 1px #e2e0e0;
  padding: 15px 5px;
}

.payment-card h5{
    color: #dc1d47;
    font-weight: bold;
    margin-top: 10px;
}
.payment-card a.recharge{
    color: #007bff;
    font-size: 13px;
    font-weight: 500;	
}
.pay-amount{
    color: #dc1d47;
    font-size: 1.25rem;
    font-weight: 600;
}
.inside-card h6{
  font-size: 14px;
}
.inside-card h6 a{
    font-family: 'Sora', sans-serif; 
    color: #4367db;
    padding: 12px 0;
    display: block;
    font-weight: 400;
}
.inside-card .form-control{
  background-color: #fff;
}
.inside-card h4{
   color: #163758;
}

.intl-tel-input,
.iti{
  width: 100%;
}
.table{
  font-size: 14px;
  text-align: center;
  color: #003e70;
}
.table thead th{
  font-weight: 300;
}
.text-pink{
  color: #ee3066;
}
.text-success{
  color: #32c787 !important;
}
.page-item .page-link{
    background-color: #aaadb0;
    color: #053a64;
    margin: 2px;
    border-radius: 8px !important;
    font-weight: 500;
}
.page-item .page-link.active{
  background-color: #dc1d47;
  color: #fff;
}
.form-controls{
   background-color: transparent;
   border:0px;
   border-bottom: solid 1px #ddd;
}
.form-controls:focus{
  outline: none;
}
.form-check-label{
  font-size: 12px;
  font-weight: 600;
  color: #828284;
}
.form-check-label a{
    font-size: 10px !important;
}

.track_order h6{
   color: #414a53;
   font-size: 15px;
   font-weight: normal;
}
.order-card{
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,.125);
  padding: 20px 25px;
  font-family: 'Sora', sans-serif; 
  margin-bottom: 15px;
}
.order-card h5{
  color: #333;
  font-family: 'Sora', sans-serif; 
  font-weight: normal;
  font-size: 16px;
}
.shipping-icon{
    width: 65px;
    height: 65px;
    display: flex;
    text-align: center;
    align-items: center; 
    justify-content: center;
}
.order-card p{
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.5rem;
}
.order-card .btn{
    height: 26px;
    font-size: 12px;
    border-radius: 5px;
    line-height: 26px;
    padding: 0 20px;
}
.p-40{
  padding: 40px;
}
.inside-card.p-25{
   padding: 25px;
}
.radius-10{
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
}
.wallet-card label{
    font-family: 'Sora', sans-serif; 
    color: #414a53;
}
.wallet-label{
  color: #163758 !important;
  font-size: 16px;
}
.wallet-card h3{
    font-family: 'Sora', sans-serif; 
    color: #163758;
    font-weight: 600;
}
.wallet-card small{
    color: #414a53;
    font-size: 16px;
    padding-bottom: 5px;
}
.order-card.add-card{
  padding: 10px 15px;
}
.order-card.add-card label{
  color: #6a7074;
  font-size: 14px;
  line-height: 22px !important;
}
.card p{
  font-size: 13px;
}
.card h6 a{
  color: #0a4676;
}
.card-link{
  color: #0a4676;
  font-size: 13px;
  margin: 0 8px 0 0 !important;
}
.manage-add .card{
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  

}

.card-scroll {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 225px;
	border-bottom: 1px solid #e3e6f0 !important;
}
.card-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.card-scroll::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}
.card-scroll::-webkit-scrollbar-thumb {
	background-color: #8ea2b1;
}
.manage-add .card p, .manage-add .card-link {
	font-size: 12px;
}
.inside-card .card-scroll{
  height: 180px;
}
.tc h4{
  color: #0a4676;
}
.tc h6{
  color: #0a4676;
}
.tc p{
  font-size: 13px;
  font-weight: 300;
  text-align: justify;
} 
.tc ul li{
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5rem;
}
.inprocess-shape {
    width: 200px;
}
.bg-none{
  background: none;
}
.add-address-card.card{
    height: 235px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #0a4676;
    line-height: 60px;
    border:solid 3px #8ea2b1;
}
.modal-content.tc .modal-header{
  padding: 1rem 1rem 0.5rem;
}
.modal-body.card-scroll{
   height: 400px;
   border-bottom: none !important;
}
.add-address-card.card:hover{
  text-decoration: none;
}
.upload-shipment h6{
  font-size: 14px;
  color: #0a4676;
}
.upload-shipment span a{
  font-size: 20px;
  color: #0a4676;
}
.right-head .btn a{
  color: #fff;
}
.right-head .btn a:hover{
  color: #fff;
  text-decoration: none;
}
.book-shipment .card p{
  line-height: 1.3rem;
}
.login-section.pricing .card {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.pricing .card-header{
  border-radius: 8px 8px 0px 0px;
  background-color: #ebeaec;
  position: relative;
  overflow: hidden;
}
.pricing .card-header small{
  font-size: 16px;
  color: #db124b;
}
.pricing .card-header h4{
  font-size: 30px;
  color: #163758;
  font-family: 'Sora', sans-serif; 
}
.pricing .card-header span{
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color: #db124b;
    font-size: 10px;
    color: #fff;
    display: block;
    position: absolute;
    right: -45px;
    transform: rotate(45deg);
    top: 15px;
}
.pricing .card h6{
   color: #db124b;
}
.pricing .card h5{
  font-size: 15px;
  font-weight: 800;
}
.table.admin-panel{
    width: 1500px;
}
.page-item.active .page-link{
    background-color: #dc1d47;
    border-color: #dc1d47;
}
.page-item.disabled .page-link {
    color: #053a64;
    background-color: #aaadb0;
    border-color: #dee2e6;
}
.dataTables_filter .form-control{
  background-color: transparent;
  border:none;
  border-bottom: solid 1px #ccc !important;
  border-radius: 0px !important;
  height: 30px;
}
.dataTables_filter .form-control:focus{
  box-shadow: none !important;
}
.custom-select.form-control{
  background-color: transparent;
  border:none;
  border-bottom: solid 1px #ccc !important;
  border-radius: 0px !important;
  height: 30px;
}
.custom-select.form-control:focus{
  box-shadow: none !important;
}
.dataTables_info{
  font-size: 15px;
  color: #003e70;
}
ul.pagination{
    font-size: 15px;
}
.page-link:focus{
  box-shadow: none !important;
}

/*------------------- radio button css start -------------------*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 26px;
    display: inline-block;

}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #dc1d48;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------------- radio button css end -------------------*/

  .otp-input-fields input{
    height: 40px;
    width: 35px;
    background-color: #f2f2f2;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e2e0e0;
    outline: none;
    font-size: 16px;
    margin: 3px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/date.png) no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

/*------------------- upload file button css start -------------------*/

.file > input[type='file'] {
  display: none
}
.file > label {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  cursor: pointer;
  outline: 0; 
  background-color: #b8b8b8;
  border-radius: 6px;
  color: #041f40;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  margin-bottom: 15px;
}

/*------------------- upload file button css end -------------------*/

/*------------------- track details css start -------------------*/
  .track-details .card span{
      font-size: 13px;
      color: #163758;
    }
    .track-details .card{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
   .track-details .card-header{
        -webkit-border-radius: 10px 10px 0 0px;
        -moz-border-radius: 10px 10px 0 0px;
        border-radius: 10px 10px 0 0px;
    }
    .track-details .card p{
      margin-bottom: 0px;
      font-size: 12px;
    }
    .track-details .card small{
      font-size: 14px;
      color: #163758;
    }

    .track-details .card-header{
      background-color: #fff;
    }
    .track-details .fa-check-circle{
	    color: #00b200;
	    font-size: 35px;
	    position: relative;
	    z-index: 1;
	    background-color: #fff;
	    border-radius: 50%;
	    width: 30px;
	    height: 30px;
	    display: block;
	    margin: 0 auto;
    }     

    .track-details strong{
      font-weight: 500;
      font-size: 14px;
      color: #163758;
    }
    .grey-line .fa-check-circle{
      position: relative;
      z-index: 9;
    }
    .track-deails1{
    	position: relative;
    }
    .track-deails1::before{
	    content: "";
	    position: absolute;
	    width: 6px;
	    height: 95%;
	    background-color: #ddd;
	    z-index: 1;
	    left: 41%;
	    top: 12px;	 
    }
    .track-details .card-header .btn-danger{
      width: 15%;
    }
/*------------------- track details css start -------------------*/

/*------------------- Footer css start -------------------*/
.footer{
  background-color: #041f40;
  color: #fff;
}
.footer ul{
  list-style: none;
  padding: 0px;
}
.footer ul li{
  line-height: 35px;
}
.footer ul li a{
  color:#f1f1f1;
  font-size: 15px;
}
.footer ul li a:hover{
  text-decoration: none;
  color: #fff;
}
ul.social-media{
  display: inline-flex;
}
ul.social-media li a{
    font-size: 25px;
    margin-right: 20px;
    color: #ee3066;
}



/* form css color */
.text-danger p {
  color: red;
}

/* form css color */
.pop_modal{
  text-align: left !important;
  display: block;
  color: #041f40;
  font-weight: 600;
}

/*------------------- Footer css end -------------------*/
.pb-80{
	padding-bottom: 80px !important;
}
.pick-up-add img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.drop-add img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.bg-dark-blue{
   background-color: #041f40;
   color: #fff; 
}
.bg-dark-blue:hover{
    background-color: #053a64;
    color: #fff;
}
.table-bordered th{
  font-weight: 300;
}
.table td{
  font-size: 13px;
}

.fixTableHead {
  overflow-y: auto;
  height: 500px;
}
.fixTableHead thead{
  position: sticky;
  top: 0;
}
.fixTableHead { 
  overflow: scroll;
  border-bottom: 1px solid #e3e6f0 !important;
}
.fixTableHead::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.fixTableHead::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}
.fixTableHead::-webkit-scrollbar-thumb {
  background-color: #8ea2b1;
}

/*--------------- Buttons css start ------------------*/
.btn{
	outline: none !important;
}
.btn-outline-danger{
    border: solid 1px #dc1d47 !important;
    color: #dc1d47 !important;
}
.btn-outline-danger:hover{
    background-color: #dc1d47 !important;
    color: #fff !important;
}
.btn-outline-success{
    border: solid 1px #56c760 !important;
    color: #56c760 !important;
}
.btn-outline-success:hover{
    background-color: #56c760 !important;
    color: #fff !important;
}
.btn-outline-primary{
    border: solid 1px #4CBC9A !important;  
    color: #4CBC9A !important;
}
.btn-outline-primary:hover{
    background-color: #4CBC9A !important;
    color: #fff !important;
}
.btn-outline-warning{
    border: solid 1px #f0a901 !important;
    color: #f0a901 !important;
}
.btn-outline-warning:hover{
    background-color: #f0a901 !important;
    color: #fff !important;
}
.btn-outline-info{
    border: solid 1px #2196f3 !important;
    color:#2196f3 !important;
}
.btn-outline-info:hover{
    background-color: #2196f3 !important;
    color: #fff !important;
}
.btn-outline-grey{
    border: solid 1px #888a8a !important;
    color:#888a8a !important;
}
.btn-outline-grey:hover{
    background-color: #888a8a !important;
    color: #fff !important;
}
.pricing h5 label{
	font-size: 13px;
}
.btn-sm{
	font-size: 12px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.track-deails1 p {
    white-space: initial;
}
/*--------------- Buttons css end ------------------*/
  .g-orange{
   background: linear-gradient(65deg, rgba(233,152,109,1) 0%, rgba(233,152,109,1) 35%, rgba(241,183,155,1) 100%, rgba(241,183,155,1) 100%, rgba(241,183,155,1) 100%);
}
.g-green{ 
   background: linear-gradient(65deg, rgba(86,189,134,1) 0%, rgba(86,189,134,1) 35%, rgba(112,238,166,1) 100%, rgba(112,238,166,1) 100%, rgba(112,238,166,1) 100%);
}
.g-red{   
    background: linear-gradient(65deg, rgba(230,95,111,1) 0%, rgba(230,95,111,1) 35%, rgba(237,147,156,1) 100%, rgba(237,147,156,1) 100%, rgba(237,147,156,1) 100%);
}

.g-blues{
   background: linear-gradient(65deg, rgb(34 24 208) 0%, rgb(34 24 208) 35%, rgb(89 112 231) 100%, rgb(89 112 231) 100%, rgb(89 112 231) 100%);
}
.g-purple{
   background: linear-gradient(65deg, rgba(157,60,210,1) 0%, rgba(157,60,210,1) 35%, rgba(183,97,231,1) 100%, rgba(183,97,231,1) 100%, rgba(183,97,231,1) 100%);
}
.g-maroon{ 
   background: linear-gradient(65deg, rgba(162,44,110,1) 0%, rgba(162,44,110,1) 35%, rgba(199,84,148,1) 100%, rgba(199,84,148,1) 100%, rgba(199,84,148,1) 100%);
}
.g-yellow{   
    background: linear-gradient(65deg, rgba(204,177,61,1) 0%, rgba(204,177,61,1) 35%, rgba(227,203,102,1) 100%, rgba(227,203,102,1) 100%, rgba(227,203,102,1) 100%);
}
.g-blue{
    background: linear-gradient(65deg, rgba(0,62,112,1) 0%, rgba(0,62,112,1) 35%, rgba(31,116,184,1) 100%, rgba(31,116,184,1) 100%, rgba(31,116,184,1) 100%);
}
.g-pink{
    background: linear-gradient(65deg, rgba(219,18,75,1) 0%, rgba(219,18,75,1) 35%, rgba(236,71,118,1) 100%, rgba(236,71,118,1) 100%, rgba(236,71,118,1) 100%);
}
.dashboard .card span{
    background-color: #F0B394;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    margin: 10px 0;
    line-height: 35px;
    text-align: center;
} 
.dashboard .card {
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 33%);
  box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 33%);
  flex-direction: row;
}
.card.g-green span {
     background-color: #6CE6A1;
}
.card.g-red span {
     background-color: #ED909A;
}
.card.g-blue span {
     background-color: #5FCCD7;
}
.card.g-blue span {
     background-color: #1f74b8;
}
.card.g-purple span {
     background-color: #b558e8;
}
.card.g-maroon span {
     background-color: #c43b87;
}
.card.g-yellow span {
     background-color: #e1c757;
}

.card.g-pink span {
     background-color:#ec4776;
}
.text-white{
    color: #fff !important
}
.text-right{
    text-align: right !important;
}
.card-sec h3{
  margin-top: 10px;
  margin-bottom: 5px;
}
.card-sec h5{
  font-size: 11px;
}
.card-sec h6{
    padding-top: 25px;
    font-size: 12px;
    font-weight: normal;
}
h6.price {
    padding-top: 10px;
}
.bg-dark-blue{
  background-color: #163758;
}
.outstanding .card-box {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 0px;
}
.outstanding h5{
  padding: 10px;
}
.outstanding .card-box:nth-child(even) {
    background-color: #092f4e !important;
}
.heading {
    font-size: 16px;
    font-weight: 600;
}
.dashboard .form-group {
    margin-bottom: 0;
}
.search-bar-top{
  padding: 10px 0 15px;
}
.close-btn{
    width: 25px;
    height: 25px;
    color: #db124b;
    border: solid 1px #db124b;
    display: block;
    text-align: center;
    padding: 0;
}
.close-btn:hover{
  background-color: #db124b;
  color: #fff;
}
.dropdown-toggle.pull-right{
  padding: .175rem .75rem .575rem
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .dashboard .card{
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:600px) {
.dashboard .form-group {
    margin-bottom: 1rem;
}
.dashboard .card{
   margin-bottom: 20px;
}
}



.g-blue-pink{
    background: linear-gradient(65deg, rgba(219,18,75,1) 0%, rgba(219,18,75,1) 25%, rgb(18 68 107) 100%, rgb(18 21 80) 100%, rgb(11 58 96) 100%);
}
.card.g-blue-pink span {
     background-color:#db1825;
}
.swal-footer {
    text-align: center !important;
}
.swal-button {
    font-size: 13px !important;
    padding: 6px 24px !important; 
}
.swal-button:focus {
    outline: none;
    box-shadow: none !important;
}

.tooltip.show p {
   text-align:left;
 }
 
 .swal-button{
	background-color:rgba(0,62,112,1);
	color: white;
}

.new_tab_wal thead tr th{
    font-size: 14px;
    font-weight: 500;
   
    
}
.new_tab_wal tbody td{
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
}
.new_tab_wal tbody input{
    border:none;
   background: unset;
}
.payment_sum{
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 60px;
}
.payment_sum ul{
    list-style: none;
}
.payment_sum li{
    font-size: 14px;
    font-weight: 500;
}
.payment_sum span{
    padding: 1px 10px 6px;
    background: #e6e6e642;
    text-align: center;
    font-weight: 400;
    width: fit-content;
    border-radius: 5px;
    margin-top: 0.3rem;
    border: 1px solid #e6e6e6;
    line-height: 21px;
}
.total_paid{
    padding-left: 20px;
}
.Transactions_ref input{
    
    border: none;
}
.transation_file{
    
}

.transactions_ref_btn button{
    background-color: #dc1d47 !important;
    color: #fff;
    margin-top: 2rem !important;
    margin-bottom: 1rem;
    font-size: 16px;
}
.Transactions_ref_1 label{
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
.Transactions_ref_1 input{
    height: 40px;
    border-radius: 5px;
    margin-top: 4px;
    background: #e6e6e642;
    border: 1px solid #e6e6e6;
    margin-right: 30px;
    width: 88%;
}

.Transactions_ref.pt-3 {
    padding-top: 4px !important;
}

.attached {
    padding-top: 21px;
}

section.your-orders.mt-5 .row.justify-content-end .text-right.mt-5 {
    margin-top: 30px !important;
}
section.your-orders .buttons .btn:hover {
    color: #fff;
    opacity: 0.8;
}

body .your-orders {
        padding: 0px 0px;
    }

 body .your_order_table td,
    .your_order_table th {
        white-space: nowrap;
    }
	
.order-page .order-Status .search_selected span.select2 span.select2-selection.select2-selection--single {
    height: 38px;
    line-height: 38px;
    background: #f5f5fe !important;
    border-color: #e2e0e0;
    font-size: 13px;
    color: #a1a1a2;
}
.order-page .order-Status .search_selected span.select2 span.select2-selection.select2-selection--single  span {
    line-height: 36px;
    top: 7px;
 
}

.order-Status {
    padding-bottom: 20px !important;
}

.order-Status.active .row label {
    margin-bottom: 0px;
    margin-top: 20px;
}

 body .row.pt-4.order-Status button.btn {
        margin: 20px 0px 0px 0px !important;
        display: block;
        width: 100%;
    }

    body .row.pt-4.order-Status .row.bg-white.pt-5.rounded {
        padding-bottom: 30px;
            padding-top: 16px !important;
    }
	body .order-Status {
        padding: 20px 15px 20px !important;
}
section.your-orders.mt-5 .row.justify-content-end .text-right.mt-5 {
    margin-top: 30px !important;
}

body .order-Status label {
    font-size: 15px;
    color: #0a4676;
    font-family: "Nexa", Sans-serif;
    font-weight: 400;

}

body .order-Status label {
    font-size: 15px;
    color: #0a4676;
    font-family: "Nexa", Sans-serif;
    font-weight: 400;

}

body .order-Status .row.bg-white.pt-5.rounded.inputs {
    padding-bottom: 40px;
}
body .order-Status .row.bg-white.pt-5.rounded.inputs form span {
    height: 40px;
    line-height: 40px;
}
.table-responsive.your_order_table {
    padding-bottom: 30px;
}
.table-responsive.your_order_table div#example_datatable_wrapper {
    order: 2;
}

.table-responsive.your_order_table div#example_datatable {
    order: 1;
}

.table-responsive.your_order_table {
    display: grid;
}
.table-responsive.your_order_table .dataTables_wrapper {
    order: 2;
}

.table-responsive.your_order_table .table-card-deck {
    order: 1;
}
body .your_order_table {
    
        overflow: auto;
    }
	
	body .your_order_table td,
    .your_order_table th {
        white-space: nowrap;
    }

    body .row.pt-4.order-Status button.btn {
        margin: 20px 0px 0px 0px !important;
        display: block;
        width: 100%;
    }

    body .row.pt-4.order-Status .row.bg-white.pt-5.rounded {
        padding-bottom: 30px;
            padding-top: 16px !important;
    }

.table-responsive.your_order_table tbody tr td:last-child {
    display: flex;
    column-gap: 10px;
}
body .order-Status label {
    font-size: 15px;
    color: #0a4676;
    font-family: "Nexa", Sans-serif;
    font-weight: 400;

}

.table-responsive.your_order_table {
    padding-bottom: 30px;
}
	body tbody tr:nth-child(even) {
    background: #e6e6e6
}

body tbody tr:nth-child(odd) {
    background: #FFF
}

.total_amount_dp li:last-child{
    padding-left: 49px;
}