/* --- google fonts --- */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* --- global --- */

#confetti{
	background: #000;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -1;
}
.icon-box {
  width: 50px;
  height: 50px;
}

.section-title {
  border-left: 3px solid #1c085d;
}


.bg-blue{
    background-color: #1c085d !important;
}

a {
  text-decoration: none;
}

.border-none{
  border: none;
}

.bg-none{
  background: none;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loader img {
  width: 7%;
}

.btn:focus,
.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
}

.input-group>.form-control,
.input-group>.form-select {
  position: static;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.form-control:focus,
.form-select:focus {
  z-index: auto;
  border: 1px solid rgba(24, 160, 251, 0.5);
  /* border: 1px solid #1c085d; */
}

.input-group .input-group-text {
  background-color: transparent;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}

thead {
  background-color: #F1F3F6;
}

tbody>tr:nth-child(even) {
  background-color: #F8F9FB;
}

td {
  vertical-align: middle;
}

tr {
  text-align: center;
}

.form-check-input:checked {
  background-color: #1c085d !important;
}

input:read-only {
  background-color: unset !important;
}

.input-box .dropify-wrapper {
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border: 1px solid rgba(24, 160, 251, 0.5);
  border-radius: 4px !important;
}

.dropify-wrapper .dropify-message span.file-icon {
  font-size: 16px !important;
  color: #000 !important;
}

.dropify-wrapper .dropify-message span.file-icon:before {
  content: '' !important;
  background-image: url('../images/upload (1).png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
  height: 35px !important;
}

#videoModal {
  z-index: 9999;
}

.bxs-copy {
  cursor: pointer;
}


.table-responsive {
  font-size: 13px !important;
}

.bxs-message-alt-error,
.bxs-info-circle,
.bxs-camera {
  cursor: pointer;
}

.page-shadow {
  box-shadow: 0px 4px 69px rgba(24, 160, 251, 0.1);
}

.toggle-password {
  cursor: pointer;
  transition: all 0.5s;
}

.toggle-password:hover {
  background-color: #ccc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* --- my library --- */

.main-color {
  color: #1c085d;
}

.bg-main-color {
  background-color: #1c085d;
}
.bg-main-color-red {
  background-color: red;
}

.border-main-color {
  border-color: #1c085d !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-900 {
  font-weight: 900;
}

.btn-hover-shadow:hover {
  box-shadow: 0px 0px 25px rgba(24, 160, 251, 0.3);
  transition: box-shadow 0.5s;
}

.fs-7 {
  font-size: 13px !important;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.bg-color-cargo.active {
  background-color: #2fd3ae !important;
}

/* --- ripple effect button --- */

.button .ripple-wrapper {
  background: rgba(0, 0, 0, 0.15);
}

/* --- header --- */

body {
  font-family: "Roboto", sans-serif;
}

.all-languages {
  opacity: 0;
  left: -8px;
  border-radius: 5px;
}

.all-languages-mobile {
  display: none;
}

.language:hover,
.language-mobile:hover {
  cursor: pointer;
}

.language:hover .all-languages {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s;
}

.nav-link {
  color: black;
  font-weight: 500;
}

.nav-link:hover {
  color: #1c085d;
  transition: color 0.5s;
}

.active-link {
  color: #1c085d !important;
}

header .navbar .vr {
  margin-left: 24px;
  margin-right: 24px;
}

header .swiper {
  height: 26px;
}

/* --- slider section --- */

.slider-section .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*height: 550px;*/
  width: 100%;
}

.slider-container {
  position: absolute;
  top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%;
     transform: translate(-50%, -50%);
}

.slider-section .slide-content {
  margin-top: 70px;
}

/*.slider-section h1 {*/
/*  font-family: "Nunito", sans-serif;*/
/*}*/

.slider-section .popup {
  z-index: 2;
}

/* --- services section --- */

.services-section .services {
  bottom: 50px;
  z-index: 1;
}

.services-section .item,
.calculator-section .item,
.tariffs-section .item {
  box-shadow: -13.5273px 18.0364px 45.0909px rgba(24, 160, 251, 0.1);
}

.services-section .item {
  background-color: #fff;
  color: #212529!important;
}

/*.services-section .item:hover {*/
/*  background-color: #1c085d;*/
/*  color: #fff!important;*/
/*  transition: all 0.5s;*/
/*}*/

/*.svg:hover {*/
/*  fill: #1c085d;*/
/*}*/

.services-section .item .main {
  border-bottom: 3px solid #1c085d;
}

.home-service-section {
  background-image: url("../images/Union\ 7\ \(1\).png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 15px;
}

/*.services-section .item:hover .main {*/
/*  border-color: #fff;*/
/*}*/

.services-section .item .icon-box,
.export-section .icon-box {
  background-color: #1c085d;
  color: #fff;
}

/*.services-section .item:hover .icon-box {*/
/*  background-color: #fff;*/
/*  color: #1c085d;*/
/*}*/

.services-section .item .content {
  color: #6c757d;
}

/*.services-section .item:hover .content,*/
/*.cabinet-header .content {*/
/*  color: #fff;*/
/*  opacity: 0.6;*/
/*}*/

/* --- calculator section --- */

.calculator-section {
  background-color: #f4f6fa;
}

.calculator-section .floating-label,
.contact-section .floating-label,
#loginModal .floating-label,
#auth .floating-label,
#forgetModal .floating-label,
#editModal .floating-label,
.cabinet-main .floating-label {
  left: 6px;
  top: -10px;
  font-size: 13px;
  z-index: 10;
}

.calculator-section input,
.calculator-section select,
.calculator-section .input-group-text,
.contact-section input,
.contact-section select,
.contact-section textarea,
#loginModal input,
#loginModal .input-group-text,
#auth .input-group-text,
#auth input,
#auth select,
#forgetModal .input-group-text,
#forgetModal input,
#forgetModal select,
#editModal .input-group-text,
#editModal input,
#editModal select,
#editModal textarea,
.cabinet-main input,
.cabinet-main .input-group-text,
.cabinet-main textarea,
.cabinet-main select {
  border: 1px solid rgba(24, 160, 251, 0.5);
  /* border: 1px solid #1c085d; */
}

/* --- tariffs section --- */
.tariffs-section .tariff {
  background-color: #fff;
  box-shadow: -10px 15px 44px rgba(24, 160, 251, 0.1);
  border: 1px solid rgba(24, 160, 251, 0.25);
}

.tariffs-section .tariff:hover {
  background-color: #1c085d;
  color: #fff;
  transition: all 0.5s;
}

.tariffs-section .tariff:hover i {
  color: #fff;
}

/* --- export section --- */

.export-section {
  background-image: url("../images/Union\ 7\ \(1\).png");
  background-repeat: no-repeat;
  background-size: cover;
}

.export-section .bg-image {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.export-section .icon-box {
  box-shadow: -8.65836px 12.9875px 25.9751px rgba(24, 160, 251, 0.3);
}

/* --- comments section --- */

.comments-section .item,
.news-section {
  box-shadow: 0px 11.762px 39.2066px rgba(24, 160, 251, 0.1);
}

/* --- news section --- */

.news-section .news-img {
  height: 375px;
  object-fit: cover;
  border-radius: 15px;
}

.news-section .item {
  transition: all 0.3s;
  box-shadow: -15.3157px 10.2105px 44.9262px rgba(24, 160, 251, 0.1);
}

.news-section .item:hover {
  cursor: pointer;
  margin-top: -10px;
}

.news-section .pagination .page-link {
  background-color: #fff;
  color: #212529;
}

.news-section .pagination .arrow,
.news-section .pagination .active .page-link {
  background-color: #1c085d;
  border-color: #1c085d;
  color: #fff;
}

.news-section .news-page {
  box-shadow: -8.95877px 10.7505px 31.3557px rgba(24, 160, 251, 0.1);
}

/* --- shops section --- */

.shops-section .item {
  box-shadow: -15px 10px 43px rgba(24, 160, 251, 0.1);
}

.shops-section #carousel-shops .item img {
  width: 70%;
  height: 110px;
}

#carousel-next .bx::after,
#carousel-prev .bx::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 60px;
  top: -14px;
  z-index: 2;
}

#carousel-next .bx::after {
  left: -50px;
  background: linear-gradient(270deg, #f8f9fa 50%, hsla(0, 0%, 100%, 0));
}

#carousel-prev .bx::after {
  right: -50px;
  background: linear-gradient(90deg, #f8f9fa 50%, hsla(0, 0%, 100%, 0));
}

#shop-categories-carousel .category {
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}

#shop-categories-carousel .category:hover,
#shop-categories-carousel .active-category {
  background-color: #1c085d;
  color: #fff;
}

#shop-categories-carousel .active-category .bx {
  color: #fff;
}

.shop-category-svg {
  fill: #1c085d;
}

.active-category .shop-category-svg,
#shop-categories-carousel .category:hover .shop-category-svg {
  fill: #fff;
}

/* --- faq --- */

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #1c085d;
  background-color: transparent;
}

.faq-section .accordion-button::after {
  background-image: url("../images/plus.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/x-mark.png");
}

/* --- contact section --- */

.contact-section .input-box {
  margin-bottom: 32px;
}

.contact-section .social {
  transition: all 0.2s;
}

.contact-section .social:hover {
  margin-top: -1%;
}

/* --- footer --- */

footer .footer-link {
  color: #6c757d;
  transition: all 0.5s;
}

footer .footer-link:hover {
  color: #1c085d;
}

/* --- login --- */

#loginModal .modal-content,
#registerModal .modal-content {
  background-image: url("../images/Component\ 2\ \(1\).png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 60%;
  height: 525px;
}

/* --- cabinet header --- */

.cabinet-header .icon-box {
  width: 40px;
  height: 40px;
}

.cabinet-header .header-card {
  box-shadow: -9.69835px 12.9311px 32.3279px rgba(24, 160, 251, 0.5);
}

/* --- cabinet sidebar --- */

.cabinet-sidebar {
  bottom: 23px;
}

.statement-button {
  z-index: 1;
}

.cabinet-sidebar a {
  transition: background-color 0.3s;
}

.cabinet-sidebar a:hover {
  background-color: #F3F4F6;
}

.cabinet-sidebar .active {
  border-left: 3px solid #1c085d;
  background-color: #F3F4F6;
  color: #1c085d !important;
}

/* --- cabinet main --- */

/* .cabinet-main {
  min-height: 646px;
} */

.orders-add-button {
  border: 1px solid #2fd3ae;
  color: #2fd3ae;
  line-height: 1.3;
  transition: all 0.5s;
}

.orders-add-button:hover,
.cabinet-main.balance .transport-left,
.cabinet-main.balance .transport-button {
  background-color: #2fd3ae;
  color: #fff;
}

.cabinet-main.orders .nav-link {
  color: #70798B;
  padding: 4px 0;
}

.cabinet-main.orders .nav-link.active,
.cabinet-main.balance .nav-link.title.active {
  color: #000;
  border-bottom: 2px solid #1c085d;
}

.cabinet-main .bg-paid {
  background-color: #2FD3AE;
}

.cabinet-main table .form-check-input {
  width: 20px;
  height: 20px;
}

.add-order-link-button {
  color: #2fd3ae;
  transition: all 0.5s;
}

.add-order-link-button:hover {
  background-color: #F3F4F6;
  color: #2fd3ae;
}

.cabinet-main.address .nav-link,
.cabinet-main.balance .nav-link:not(.title) {
  background-color: #F3F4F6;
  color: #000;
  font-size: 20px;
}

.cabinet-main.balance .nav-link {
  font-size: 16px;
}

.cabinet-main.address .nav-link.active,
.cabinet-main.balance .nav-link.active:not(.title) {
  background-color: #1c085d;
  color: #fff;
}

.cabinet-main.balance.cargo .nav-link.active {
  background-color: #2fd3ae;
}

.cabinet-main.address input:read-only {
  color: #70798B;
}

.cabinet-main .cancel-button:hover {
  color: #1c085d;
}

.delete-order-link,
.order-link .increment,
.order-link .decrement {
  cursor: pointer;
  transition: color 0.3s;
}

.delete-order-link:hover,
.order-link .increment:hover,
.order-link .decrement:hover {
  color: #666;
}

.fileupload {
  top: 75%;
  left: 90%;
}

#upload-profile {
  object-fit: cover;
}

.profile-img {
  width: 100px;
  height: 100px;
}

.cabinet-shadow {
  box-shadow: -9.2715px 12.362px 30.905px rgba(24, 160, 251, 0.1);
}

.balance-shadow {
  box-shadow: -9.69835px 12.9311px 32.3279px rgba(24, 160, 251, 0.5);
}

.balance-shadow.transport-left {
  box-shadow: -9.69835px 12.9311px 32.3279px rgba(47, 211, 174, 0.3);
}

.package-info {
  font-size: 11px;
}

.packages>.row:nth-child(odd) {
  background-color: #f4f8fb;
}

.bx-dots-horizontal-rounded:hover {
  cursor: pointer;
}

.package-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.package-step.active {
  background-color: #1c085d;
  color: #fff;
}

/* *************** responsive *************** */

@media (max-width: 1399.98px) {
  header .navbar-nav .nav-link {
    font-size: 14px;
  }

  header .navbar-nav button {
    font-size: 14px;
  }

  header .navbar-nav .vr {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 1199.98px) {
  header .navbar-nav .nav-link {
    font-size: 12px;
  }

  header .navbar-nav button {
    font-size: 12px;
  }

  header .navbar-nav .vr {
    margin-left: 8px;
    margin-right: 8px;
  }

  #loginModal .modal-content,
  #registerModal .modal-content {
    background-image: none;
  }

  header .header-top {
    font-size: 14px;
  }

  header .header-top .social,
  header .header-top .links,
  header .header-top #currency-carousel,
  header .header-top .language {
    display: none;
  }

}

@media (max-width: 991.98px) {
  .offcanvas {
    display: flex !important;
    justify-content: space-between;
    width: 75%;
    overflow-y: scroll;
  }

  .export-section .bg-image {
    background-image: none !important;
  }

  .loader img {
    width: 20%;
  }

  header .swiper {
    display: none;
  }

  .cabinet-header {
    display: none;
  }

  .cabinet-sidebar-wrapper {
    display: none;
  }

  .sidebar-img {
    width: 50px;
    height: 50px;
  }

  .balance-card {
    margin-bottom: 30px;
  }

  .balance-card>div {
    justify-content: flex-start !important;
    padding: 16px;
  }
}

@media (max-width: 767.98px) {

  #carousel-next,
  #carousel-prev {
    display: none !important;
  }

  .statement-footer {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .statement-footer .form-check {
    margin-bottom: 24px;
  }

  .statement-footer-buttons {
    align-self: flex-end;
  }

  .balance-input {
    margin-bottom: 24px;
  }

  .profile-input-wrapper {
    margin-bottom: 24px !important;
  }

  .popup-content iframe {
    width: 75%;
  }

  .packages .paid,
  .packages .more-info {
    display: none;
  }

  .package-infoes {
    display: flex;
    align-items: center;
  }

  .packages .package-infoes {
    margin-bottom: 16px;
  }

  .package-info {
    width: 50%;
  }

  .packages .row {
    padding: 10px 0 !important;
  }

  .more-info-mobile {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  .refferals-input {
    margin-bottom: 24px;
  }

  .popup-content iframe {
    width: 90%;
  }

  .cabinet-content-header {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 24px !important;
  }

  .cabinet-content-header>h4 {
    margin-bottom: 16px !important;
  }

  .cabinet-content-header>.box {
    align-self: center;
  }

  .cabinet-content-header>select.box {
    width: 100% !important;
  }


  .order-footer>div {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .order-footer>.order-finish>span {
    margin-bottom: 16px;
  }

  .order-footer>.order-finish>button {
    width: 100%;
  }

  .order-footer>.add-order {
    flex-direction: column-reverse;
  }

  .order-footer>.add-order>button {
    align-self: center;
    margin-bottom: 8px;
  }

  .statement-footer-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .statement-footer-buttons>button {
    width: 100%;
    margin-bottom: 16px;
  }

  .packages-header {
    flex-direction: column;
  }

  .packages-header>button {
    margin-top: 8px;
    width: 100%;
  }

  .orders-finish {
    flex-direction: column;
  }

  .orders-finish>button {
    margin-top: 8px;
    width: 100%;
  }

  .promo-buttons {
    flex-direction: column;
  }

  .promo-buttons>button {
    width: 100%;
    margin: 0 0 16px 0 !important;
  }

  .referrals-icons {
    text-align: center;
  }
}


.chat-online {
  color: #34ce57
}

.chat-offline {
  color: #e4606d
}

.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 800px;
  overflow-y: scroll
}

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0
}

.chat-message-left {
  margin-right: auto
}

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.file_input {
  cursor: pointer;
}

.border-main {
  border-color: #1c085d!important;
}

.number-img {
    background-position: right;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .slider-section h1 {
    font-size: 20px!important;
  }
}

@media (max-width: 575.98px) {
  .slider-section h1 {
    font-size: 20px!important;
  }
}

.ltr {
  direction: ltr!important;
}

#delivery-products > .owl-stage-outer > .owl-stage {
    margin-bottom: 20px;
    margin-top: 20px;
}

.selected__ {
    background-color:#7cb0e9!important;
    color:white
}

.map {
    height: 500px;
}