@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap);

/*
@File: Postageco Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default Area Style
** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style
** - Navbar Area Style
** - Main Slider Area Style 
** - Request A Quote Area Style 
** - About Area Style 
** - What we offer Area Style 
** - Why Choose Us Area Style
** - Counter Area Style
** - Service Area Style
** - Began With Roles Area Style
** - Customer Area Style
** - Brand Area Style
** - News & Blog Area Style
** - Blog Details Area Style
** - Subscriber Area Style
** - service Details Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Contact Area Style
** - Log In Area Style
** - Sign Up Area Style
** - Recover Password Area Style
** - Coming Soon Area Style   
** - 404 Error Area Style
** - FAQ Area Style
*******************************************
/*

/*
Default Style
============================*/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); */
/* /* @import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&display=swap"); */
* {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Montserrat", "sans-serif";
  color: #7a7e9a;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
  color: unset;
}

a:hover {
  text-decoration: none;
  color: #535353;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}

button:focus {
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--gray-dark);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #343A40;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* header */
.mobile-content,
.mobile-menu,
.menu-icon {
  display: none;
}

.top-header-bar {
  background: black;
  color: white;
  padding: 0.4rem 0rem;
}

.language_bar_list li a span {
  color: white !important;
}

.language {
  border-left: 1px solid #343434;
  border-right: unset;
  padding: 0rem 0.3rem;
}

.language_bar_list li a img {
  margin-top: 6px !important;
}

/* Dashboard Header */
.dashboard-header {
  width: 90%;
  padding: 1rem !important;
  margin: auto;
}

/* Windows */
#qouteWindow,
#loginWindow,
#resetPasswordWindow {
  display: none;
}

#createShipmentPopup {
  display: block;
}

.window-screen {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1294117647);
  height: 100vh;
  width: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
}

.close-window,
.forget-password-btn,
.back-to-login {
  cursor: pointer;
}

.second-color {
  color: #f4b016;
}

.window-shipment {
  width: 60%;
  min-height: 100%;
  margin: auto;
  padding: 0.2rem 2rem 2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /* background: #f4b016; */
  background-image: url(../img/pop.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: black;
  align-items: center;
  position: relative;
}

.window-shipment .solid-btn {
  min-width: 300px;
  font-weight: bold;
}

.window-shipment .white-btn {
  width: 50%;
  font-weight: bold;
  box-shadow: 0px 0px 10px goldenrod;
}

.window-shipment .form-group {
  width: 100%;
  text-align: center;
}

.window-shipment .second-color {
  margin: 2rem 0rem;
}

.window-shipment .popup-title {
  margin-top: 2rem;
  width: 70%;
  text-align: center;
}

.window-shipment .popup-title h2 {
  line-height: 2;
}

.window-shipment .close-window {
  width: 100%;
  margin-top: 2rem;
}

/* .window-shipment .close-window {
    width: 100%;
    position: absolute;
    top: 0px;
    background: white;
    color: #f4b016;
    padding: 0.2rem 1rem;
} */

.alert-header {
  border: 1px solid #F4B016;
  padding: 2rem;
  border-radius: 10px;
  text-align: justify;
}

.window-shipment p {
  color: black;
  font-size: 20px;
}

.white-btn-shipment {
  color: #f4b016;
  padding: 0.2rem 3rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.window {
  width: 30%;
  margin: auto;
  background: white;
  padding: 0.2rem 2rem 2rem;
}

.window-title {
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}

.window-title::after {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #f4b016;
  position: absolute;
  margin-top: 0.2rem;
}

.form-control:focus {
  border: 2px solid #FAB715;
  background-color: #fff !important;
  box-shadow: none;
  border-radius: 10px !important;
}

.back-to-login {
  display: block;
}

/* 
.seperate-line {
    position: relative;
    text-align: center;
}

.seperate-line::after,
.seperate-line::before {
    content: "";
    height: 1px;
    width: 150px;
    position: absolute;
    background-color: #E8E8E8;
    top: 12px;
}

.seperate-line::after {
    right: 0;
}

.seperate-line::before {
    left: 0;
} */
/* Navbar */
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #f4b016 !important;
  position: relative;
}

#myTab .nav-link.active::after {
  background: unset !important;
  height: 0px !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 6px;
  background: #f4b016;
  height: 1px;
  width: 45px;
}

li.nav-item {
  font-weight: bold;
}

.navbar-nav {
  width: 50%;
}

.nav-buttons {
  width: 49%;
}

.solid-btn,
.white-btn {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 0.4rem 0rem;
  width: 143px;
  cursor: pointer;
}

.solid-btn {
  background: #f4b016;
  color: white;
}

.white-btn {
  background: white;
  color: #343a40;
}

.header {
  background-image: url(../img/bg-langing-page.png);
  background-position: center center;
  background-size: cover;
}

.title {
  color: #343A40;
  font-size: 31px;
}

.title span {
  border: 3px solid #54AE90;
  border-radius: 50%;
  padding: 0.6rem;
}

input.input-tracking {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1019607843);
  border: unset;
  border-radius: 10px;
}

form.tracking-wrap {
  position: relative;
}

button.tracking-btn.active {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 10px 10px 0px;
  background: #F4B016 0% 0% no-repeat padding-box;
  color: white;
  width: 20%;
}

.tracking-btn .fa-arrow-right {
  font-size: 30px;
  padding: 0.6rem;
  font-weight: 400;
}

.tracking-body {
  width: 100% !important;
}

/* Footer Bottom */
.footer-bottom {
  background: black;
  padding: 0.4rem 0rem;
  text-align: center;
}

.footer-bottom p {
  color: #F8F8F8;
  font-size: 14px;
}

.go-top.active {
  height: 40px;
  background: #F4B016;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 100000000000000020;
}

.footer-top-area {
  padding: 5rem 0rem;
}

.footer-top-area h2 {
  color: #F4B016;
}

.footer-top-area span {
  color: #343A40;
}

.gray-text {
  color: #6c757d;
}

.footer-box {
  text-align: center;
  margin: 2rem 1rem;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  padding: 1rem;
  transition: 1s;
  max-width: 200px;
  min-width: 200px;
}

.hover-box {
  display: none;
}

.footer-box p {
  margin-top: 1rem;
}

.footer-box:hover p {
  color: white;
}

.footer-box:hover svg {
  display: none;
}

.footer-box:hover .hover-box {
  display: block;
}

.footer-box:hover {
  background-color: #F4B016;
}

/* Pricing plans */
.pricing-area,
.service-area {
  position: relative;
}

.section-title span {
  color: #F4B016;
}

.section-title .gray-text {
  width: 50%;
}

.our-servcies-row {
  justify-content: space-around;
  flex-wrap: unset;
}

.pricing-title {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 0px;
}

.service-area .section-title::before {
  top: 90px;
}

.pricing-area .section-title::before {
  top: 25px;
}

.section-title::before {
  content: "";
  background-color: #F4B016;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
}

.pricing-area .col-md-6:nth-child(even) .price-box {
  background: #24416B;
}

.pricing-area .col-md-6:nth-child(even) .price-box .category p {
  color: #F4B016;
  color: white;
}

.pricing-area .col-md-6:nth-child(even) .price-box .price {
  color: white;
}

.pricing-area .col-md-6:nth-child(even) .price-box .shipment-number {
  color: white;
}

.pricing-area .col-md-6:nth-child(even) .price-box .price-box-content li i {
  color: #F4B016;
}

.pricing-area .col-md-6:nth-child(even) .price-box .price-box-content li {
  color: white;
  font-weight: 300;
}

.pricing-area .col-md-6:nth-child(even) .price-box button.select-plan {
  background-color: #F4B016;
  color: white;
}

.pricing-area .col-md-6:nth-child(even) .price-box .sign-populer {
  position: absolute;
  top: -11px;
  right: -58px;
  background: #F4B016;
  color: white;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-left: 3rem;
  padding: 3rem 4rem 1rem 4rem;
  transform: rotateZ(45deg);
  overflow: hidden;
}

.pricing-area .col-md-6:nth-child(odd) .sign-populer {
  display: none;
}

.price-box {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
  padding: 3rem 2rem;
  margin: 2rem 1rem;
  position: relative;
  overflow: hidden;
}

.category p {
  color: #676766;
  font-size: 13px;
}

.price {
  color: #24416B;
  font-size: 48px;
  font-weight: bold;
}

.price span {
  font-size: 18px;
  font-weight: 100;
}

.shipment-number {
  color: #54AE90;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #F8F8F8;
  padding-bottom: 1rem;
}

#priceCarousel {
  display: none;
}

.price-box-content li i {
  color: #F4B016;
  margin-right: 0.5rem;
}

.price-box-content li {
  font-size: 14px;
  line-height: 2.5;
  font-weight: 600;
  color: #131414;
}

button.select-plan {
  background: white;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  width: 100%;
  padding: 0.3rem 0rem;
  margin-top: 2rem;
}

.product-title h2 {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 0px;
}

.product-title span {
  color: #F4B016;
}

.products-parent-div {
  flex-wrap: wrap;
  justify-content: center;
}

.product-save-box {
  text-align: center;
  margin: 0.5rem 0.5rem;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  padding: 1rem;
  min-width: 157px;
  width: 30%;
}

/* Service Area */
.service-item p:hover {
  color: #F4B016;
}

.service-item p:hover::after {
  content: "";
  background-color: #F4B016;
  height: 2px;
  width: 50px;
  position: absolute;
  margin: auto;
  left: 25%;
  bottom: -10px;
  text-align: center;
}

.service-item p {
  transition: 0.5s;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.service-area {
  background-color: #F9F9F9;
  padding: 4rem 2rem;
}

/* counter Area */
.counter-box span {
  color: #F4B016;
  font-size: 47px;
}

.counter-box p {
  margin-bottom: 0px;
  color: white;
}

.counter-area {
  background-image: url(../img/bg-counter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Responsive */
@media (max-width: 767px) {
  .header {
    padding-bottom: 0rem !important;
  }

  .section-title {
    text-align: center;
  }

  .section-title .gray-text {
    width: 100%;
  }

  .service-area .section-title::before {
    width: 88px !important;
    top: 33%;
    left: 40%;
  }

  .our-servcies-row {
    justify-content: unset;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }

  .service-area .section-title::before {
    width: 42px;
  }

  .pricing-area .section-title::before {
    width: 14px;
  }

  .service-item {
    margin: 1rem 0.5rem;
    width: 25%;
  }

  .header {
    background-image: url(../img/mobile-bg.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 6rem;
  }

  .top-header-bar {
    display: none;
  }

  .header-content {
    margin-top: 50%;
  }

  .desktop-content {
    visibility: hidden;
  }

  .mobile-content {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .title,
  .mobile-content p {
    text-align: center;
  }

  .title span {
    color: #f4b016;
  }

  #priceCarousel {
    display: block;
  }

  .price-desktop {
    display: none;
  }

  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px !important;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #dfdfdf;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity 0.6s ease;
  }

  .carousel-indicators .active {
    background-color: #f4b016;
  }

  .carousel-item:nth-child(2) .price-box {
    background: #24416B;
  }

  .carousel-item:nth-child(2) .price-box .category p {
    color: #F4B016;
    color: white;
  }

  .carousel-item:nth-child(2) .price-box .price {
    color: white;
  }

  .carousel-item:nth-child(2) .price-box .shipment-number {
    color: white;
  }

  .carousel-item:nth-child(2) .price-box .price-box-content li i {
    color: #F4B016;
  }

  .carousel-item:nth-child(2) .price-box .price-box-content li {
    color: white;
    font-weight: 300;
  }

  .carousel-item:nth-child(2) .price-box button.select-plan {
    background-color: #F4B016;
    color: white;
  }

  .carousel-item:nth-child(2) .price-box .sign-populer {
    position: absolute;
    top: -11px;
    right: -58px;
    background: #F4B016;
    color: white;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding: 3rem 4rem 1rem 4rem;
    transform: rotateZ(45deg);
    overflow: hidden;
  }

  .carousel-indicators {
    bottom: -19px;
  }

  .product-title {
    text-align: center;
    margin: 1rem 0rem;
  }

  .product-save-box {
    width: 45%;
  }

  .footer-box {
    min-width: 50px !important;
  }

  /* Mobile Menu */
  .menu-items {
    position: fixed;
    right: 0;
    left: unset;
    top: 0;
    width: 50%;
    background-color: #F4B016;
    height: 100vh;
    z-index: 9999999;
    padding: 2rem;
    color: white;
  }

  .menu-items .nav-link {
    font-weight: 100;
  }

  .close-menu {
    text-align: right;
    margin-bottom: 1rem;
    cursor: pointer;
  }

  .solid-btn,
  .white-btn {
    width: 100%;
  }

  .nav-buttons {
    border-top: 1px solid rgba(255, 255, 255, 0.3098039216);
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .menu-items ul {
    text-align: left;
  }

  .menu-icon {
    color: white;
    background-color: #676766;
    padding: 0.3rem 0.4rem;
    border-radius: 3px;
    font-size: 21px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
  }

  /* Windows */
  .window {
    width: 80%;
  }

  .window-shipment {
    width: 100%;
  }

  .window-shipment .second-color {
    margin: 0rem;
  }

  .window-shipment p {
    text-align: center;
  }

  .popup-title {
    margin-top: 0rem !important;
  }
}

@media (max-width: 1250px) {
  .window-shipment .popup-title h2 {
    font-size: 19.8px;
  }
}

@media (max-width: 1170px) {
  .popup-title {
    margin-top: 2rem !important;
  }

  .window-shipment {
    width: 60%;
  }

  .window-shipment h2 {
    font-size: 22px;
  }

  .window-shipment .second-color {
    margin: 2rem;
  }

  .window-shipment .solid-btn {
    min-width: 14rem;
  }
}

@media (max-width: 1000px) {
  .popup-title {
    margin-top: 0rem !important;
  }

  .window-shipment {
    width: 100%;
  }

  .window-shipment h2 {
    font-size: 22px;
  }

  .window-shipment .second-color {
    margin: 1rem;
  }

  .window-shipment .solid-btn {
    min-width: 14rem;
  }

  .alert-header h4 {
    text-align: left;
    font-weight: 400;
    padding: 0;
  }
}

@media (max-width: 525px) {

  .window-shipment .popup-title h2 {
    font-size: 12.8px;
  }

}

@media (max-width: 400px) {
  .window-shipment {
    width: 100%;
  }

  .window-shipment h2 {
    font-size: 12px;
  }

  .window-shipment .second-color {
    margin: 0rem;
  }

  .window-shipment button.solid-btn {
    font-size: 10px;
    padding: 0 0.5rem;
  }

  .window-shipment .white-btn {
    font-size: 12px;
  }
}


@media (max-width: 225px) {

  .window-shipment .popup-title h2 {
    font-size: 9px;
    width: 100%;
  }
}

/* --- Dashboard ---- */
.member-page {
  margin: 0 !important;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  background-color: #fafafa;
}

.content-section {
  background-color: white;
  margin: 1rem 0rem;
  padding: 2rem;
  border-radius: 10px;
}

.member-page .profile-row {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
}

.member-page .profile-sidebar {
  flex-basis: 25%;
  height: 100vh;
  background-color: #fff;
  border: none;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  margin: 1rem 0.5rem;
}

.member-page .profile-sidebar.is-visible {
  left: 0 !important;
  transition: all 0.5s ease-in-out;
}

.member-page .profile-sidebar .sidebar-control {
  position: absolute;
  left: 215px;
  top: 30px;
  background-color: #a91605 !important;
  color: #fff !important;
  padding: 3px 5px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.member-page .profile-sidebar .side-navigation-list>li>a {
  position: relative !important;
}

i.menu-arrow.far.fa-angle-right {
  position: absolute !important;
  right: 8px;
  top: 10px;
}

@media (max-width: 767px) {
  .member-page .profile-sidebar {
    position: absolute;
    width: 215px;
    left: -215px;
    /* height: auto; */
    z-index: 5;
    transition: all 0.5s ease-in-out;
  }

  .member-page .profile-sidebar .sidebar-control {
    display: block;
  }

  /* Footer */
  .single-widget ul {
    justify-content: unset;
    flex-direction: column;
  }
}

.member-page .profile-sidebar .user-row {
  display: flex;
}

.member-page .profile-sidebar .profile-userpic {
  width: 100px;
  height: 100px;
}

.member-page .profile-sidebar .profile-usertitle-name {
  text-transform: capitalize;
  margin-left: 15px;
  margin-top: 25px;
  color: var(--main-color);
  font-size: 16px;
}

.member-page .profile-sidebar .side-navigation-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.member-page .profile-sidebar .side-navigation-list>li {
  margin-bottom: 0px;
}

.member-page .profile-sidebar .side-navigation-list>li>a>i {
  color: #919191;
  margin-right: 10px;
}

.member-page .profile-sidebar .side-navigation-list>li>a {
  color: #343A40;
  display: block;
}

.member-page .profile-sidebar .side-navigation-list li>a:hover,
.member-page .profile-sidebar .side-navigation-list li>a.active {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  text-shadow: 1px 1px 2px #fff;
}

.member-page .profile-row .member-page-content {
  flex-basis: 75%;
  padding: 0 20px;
}

a.collection-item {
  padding: 0.5rem 1rem;
  margin: 0.2rem 0rem;
}

.side-navigation .active,
a.collection-item.active,
.collection-item:hover {
  background-color: rgba(244, 177, 22, 0.231372549);
  border-radius: 10px;
}

.active {
  display: block;
}

.active .collection-item,
.active .collection-item i,
a.active,
.collection-item:hover i,
.collection-item:hover {
  color: #f4b016 !important;
}

.collection-item.active i {
  color: #f4b016 !important;
}

.item-dropdown {
  display: none;
  color: gray !important;
}

.child-link {
  padding: 0.2rem 1rem;
  margin: 0.2rem 1rem;
}

/* Admin Section */
.admin-dash {
  display: flex;
  color: #343A40;
  position: relative;
}

.admin-dash p {
  color: #343A40;
  opacity: 0.7;
}

.admin-dash span i {
  cursor: pointer;
  color: #343A40;
  font-size: 18px;
}

.admin-section {
  display: flex;
  color: white;
  position: relative;
}

.admin-section p {
  color: white;
  opacity: 0.7;
}

.admin-section span i {
  cursor: pointer;
  color: white;
  font-size: 18px;
}

.dropdown-menu {
  padding: 1rem !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.menu-arrow {
  font-size: 18px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.arrow-parent .menu-arrow,
.menu-arrow:hover {
  transform: rotate(90deg);
}

/* inputs */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: #f4b016;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #f4b016;
  outline: 0 none;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #f4b016;
  background-color: #f4b016;
}

.form-control,
input[type=search] {
  border: 1px solid #EEEEEE !important;
}

/* chart pie */
.dashboard-new-shipment {
  background-image: url(../img/card.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.chart-colors-section {
  flex-wrap: wrap;
}

.chart-pie-colors div {
  width: 20px;
  height: 20px;
}

.chart-pie-colors {
  display: flex;
}

/* Table Design */
.table-bordered thead td,
.table-bordered thead th {
  text-align: center;
  opacity: 0.59;
  font-weight: 400;
}

.table thead th {
  border-bottom: unset;
}

.table-bordered td,
.table-bordered th {
  border: unset;
  text-align: center;
  font-size: 13px;
}

.table-bordered {
  border: unset;
}

.list-shipment {
  overflow: scroll;
}

div#shipments_table_info,
.dataTables_info {
  text-align: right;
}

div#shipments_table_paginate,
div#pickedUpTable_paginate {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1rem;
}

a.paginate_button.current {
  background: #f4b016;
  padding: 0.5rem;
  border-radius: 10px;
  color: white;
}

.no-paid {
  background: #FEE7E7;
  color: #DB0101;
  border-radius: 5px;
  padding: 0.4rem;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
  border-bottom: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: unset !important;
}

/* Table actions */
.action-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 180px;
  text-align: left;
  background: white;
  line-height: 2.5;
  z-index: 9999;
  padding: 1rem;
  right: 0;
  box-shadow: 0px 6px 20px rgba(18, 18, 18, 0.1490196078);
  border-radius: 10px;
}

.dataTables_paginate span .paginate_button.current {
  background: #f4b016 !important;
  color: #FFF;
}

/* popup create location */
.create-loaction {
  margin: auto;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
}

.contact-map-area #map {
  height: 500px;
  margin-bottom: 1rem;
}

a.paginate_button {
  margin: 0px 0.5rem;
  cursor: pointer;
}

.form-sections {
  box-shadow: 0px 0px 10px 0px gainsboro;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem 0rem;
}

/* privacy Policy */

.header-section {
  text-align: center;
  width: 50%;
  margin: 2rem auto;
}

.content-bar {
  width: 70%;
  margin: auto;
  box-shadow: 0px 0px 10px 2px lightgrey;
  padding: 3rem;
  border-radius: 10px;
}

.form-comment {
  font-size: 12px;
}

.page-title-shipment {
  position: relative;
  text-align: center;
}

.page-title-shipment::after {
  content: "";
  position: absolute;
  background: #f4b016;
  width: 50%;
  height: 2px;
  box-shadow: 0px 2px 6px 0px #939393;
  left: 25%;
}

.page-title-shipment h2 {
  padding: 1rem;
}