@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");


:root {
    --primary-color: #3f37c9 !important;
    --primary-color-light: #F6F5FF;
    --bs-blue: #2361ce;
    --bs-indigo: #4F46E5;
    --bs-purple: #7C3AED;
    --bs-pink: #EF4683;
    --bs-red: #E11D48;
    --bs-orange: #FBA918;
    --bs-yellow: #f3c78e;
    --bs-green: #10B981;
    --bs-teal: #1E90FF;
    --bs-cyan: #63b1bd;
    --bs-white: #ffffff;
    --bs-gray: #4B5563;
    --bs-gray-dark: #1F2937;
    --bs-gray-100: #F2F4F6;
    --bs-gray-200: #E5E7EB;
    --bs-gray-300: #D1D5DB;
    --bs-gray-400: #9CA3AF;
    --bs-gray-500: #6B7280;
    --bs-gray-600: #4B5563;
    --bs-gray-700: #374151;
    --bs-gray-800: #1F2937;
    --bs-gray-900: #111827;
    --bs-primary: #1F2937;
    --bs-secondary: #f0bc74;
    --bs-tertiary: #31316A;
    --bs-success: #10B981;
    --bs-info: #2361ce;
    --bs-warning: #f3c78e;
    --bs-danger: #E11D48;
    --bs-white: #ffffff;
    --bs-indigo: #4F46E5;
    --bs-purple: #7C3AED;
    --bs-yellow-100: #ffeed6;
    --bs-yellow-200: #f5dbb8;
    --bs-gray-50: #F9FAFB;
    --bs-gray-100: #F2F4F6;
    --bs-gray-200: #E5E7EB;
    --bs-gray-300: #D1D5DB;
    --bs-gray-400: #9CA3AF;
    --bs-gray-500: #6B7280;
    --bs-gray-600: #4B5563;
    --bs-gray-700: #374151;
    --bs-gray-800: #1F2937;
    --bs-gray-900: #111827;
    --bs-primary-rgb: 63, 55, 201;
    --bs-secondary-rgb: 240, 188, 116;
    --bs-tertiary-rgb: 49, 49, 106;
    --bs-success-rgb: 16, 185, 129;
    --bs-info-rgb: 35, 97, 206;
    --bs-warning-rgb: 243, 199, 142;
    --bs-danger-rgb: 225, 29, 72;
    --bs-white-rgb: 255, 255, 255;
    --bs-indigo-rgb: 79, 70, 229;
    --bs-purple-rgb: 124, 58, 237;
    --bs-yellow-100-rgb: 255, 238, 214;
    --bs-yellow-200-rgb: 245, 219, 184;
    --bs-gray-50-rgb: 249, 250, 251;
    --bs-gray-100-rgb: 242, 244, 246;
    --bs-gray-200-rgb: 229, 231, 235;
    --bs-gray-300-rgb: 209, 213, 219;
    --bs-gray-400-rgb: 156, 163, 175;
    --bs-gray-500-rgb: 107, 114, 128;
    --bs-gray-600-rgb: 75, 85, 99;
    --bs-gray-700-rgb: 55, 65, 81;
    --bs-gray-800-rgb: 31, 41, 55;
    --bs-gray-900-rgb: 17, 24, 39;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 17, 24, 39;
    --bs-body-color-rgb: 55, 65, 81;
    --bs-body-bg-rgb: 242, 244, 246;
    --bs-font-sans-serif: "Inter", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #374151;
    --bs-body-bg: #f2f4f699;
    --bs-offcanvas-bg: #F2F4F6;
    /* --bs-body-bg: #F2F4F6; */
}

.register_box_00 {
    background: url(../img/bg-03-02-svg.svg) center center no-repeat, url(../img/bg-03-01-svg.svg) center center no-repeat;
    background-color: hsla(216, 33%, 97%, 1);
    background-color: var(--forny-color-gray-100);

}

.register_box_00 .card{
    /* border: 0;
    border-radius: 30px; */
    text-align: center;
    padding: 2rem 3rem;
    margin: 3rem 0 3rem 0;
}

.register_box_00 h4{
    font-size: 23px;
    padding: 2rem 0 1rem 0;
}

.register_box_00 small{
    font-size: 13px;
}

.register_box_00 .form-control-lg {
    min-height: 58px;
    padding: 0.5rem 1rem;
    font-size: 13px;
    border-radius: var(--bs-border-radius-lg);
}

.register_box_00 .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a4a3a3;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.register_box_00_a{
    font-size: 12px;
    color: #000;
}

.register_box_00 .btn-primary {
    border: 0;
}

.register_box_00 .navbar-brand img{
    max-height: 70px;
    filter: brightness(0);
}

.register_box_00 ul{
    font-size: 12px;
    text-align: center;
    color: #000;
}
.register_box_00 ul li{
    display: inline-block;
    margin-right: 10px; 
}
.register_box_00 ul li a{
    color: #000;
    font-size: 12px;
}
.icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}


.section-balls {
    position: absolute;
    width: 100vw;
    height: 550px;
    overflow: hidden;
}

.ball {
    opacity: 1;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    animation: moveBall var(--animation-duration) linear infinite;
}

@keyframes moveBall {
    0% {
        transform: translate(0, 0) scale(var(--scale, 1));
    }
    25% {
        transform: translate(calc(var(--directionX) * 100vw), calc(var(--directionY) * 100vh)) scale(var(--scale, 1));
    }
    50% {
        transform: translate(calc(var(--directionX) * -100vw), calc(var(--directionY) * 100vh)) scale(var(--scale, 1));
    }
    75% {
        transform: translate(calc(var(--directionX) * -100vw), calc(var(--directionY) * -100vh)) scale(var(--scale, 1));
    }
    100% {
        transform: translate(calc(var(--directionX) * 100vw), calc(var(--directionY) * -100vh)) scale(var(--scale, 1));
    }
}

.ball:nth-child(odd) {
    animation-duration: calc(5s + (random() * 5s));
}

.ball:nth-child(even) {
    animation-duration: calc(5s + (random() * 5s));
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .display_none{
        display: none;
    }
    .register_box_00 .card {
        padding: 0;
        margin: 2rem 0 2rem 0;
    }
    .register_box_00 .navbar-toggler-icon {
        display: none;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .register_box_00 small {
        font-size: 12px;
    }
    .register_box_00 ul {
        text-align: left;
    }
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #7983ff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1.2rem;
    height: 1.2rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
.spinner-grow {
        animation-duration: 1.5s;
    }
}

.send_shipment_haader {
    background: url('../assets/img/bg-ship-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #47330b;
    min-height: 100dvh;
  }


.send_box_main {
    z-index: 990;
    position: relative;
    padding: 5rem 0rem 0rem 0rem;
}

.send_box_main .tab-content>.active {
    display: block;
    background: #d2e3fa;
    padding: 1rem;
    border-radius: 0px 0px 5px 5px;
    color: #000 !important;
}

.send_box_main .nav-tabs .nav-item.show .nav-link, .send_box_main .nav-tabs .nav-link.active {
    color: #1a104d !important;
    background-color: #d2e3fa !important;
    border-color: #d2e3fa !important;
}

.send_box_main .nav-justified .nav-item:not(:last-child),
.send_box_main .nav-justified > .nav-link:not(:last-child) {
    margin-right: 10px; /* Adjust the gap value as needed */
}

.send_box_main .nav-fill .nav-item .nav-link, .send_box_main .nav-justified .nav-item .nav-link {
    width: 100%;
    font-size: 20px;
    padding: 15px;
    background-color: var(--primary);
    color: #fff;
}

.send_box_main .input-group>.form-floating, .send_box_main .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}


.send_box_main .input-group-text {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 13px;
}

.send_box_main .btn-lg {
    padding: 13px 1rem;
    font-size: 1.3rem;
}

.send_box_main h6{
    color: var(--primary);
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    text-shadow: 3px 3px 10px #33333329;
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
.btn-check:checked + .btn-outline-light {
    background-color: #4CAF50;
    color: white;
    border-color: white;
  }
  
  .map-container {
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .location-details {
    border: 1px solid #dee2e6;
  }

  .bg-book-card {
      background: #d6e7ff;
      margin-bottom: 1rem;
    }
    .shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }
    
    .card {
        border-radius: 0.5rem;
        border: none;
    }
    .form-check-card {
        cursor: pointer;
    }
    
    .form-check-card .form-check-input {
        position: absolute;
        opacity: 0;
    }
    
    .form-check-card .form-check-input:checked + .form-check-label > div {
        border-color: #0d6efd;
        background-color: rgba(13, 110, 253, 0.03);
        border: 1px solid #0d6efd !important;
        cursor: pointer;
    }
    
    .form-switch .form-check-input {
        width: 2.5em;
        height: 1.4em;
    }
    
    .rounded-2 {
        border-radius: 0.5rem !important;
    }
    
    .rounded-3 {
        border-radius: 0.5rem !important;
    }
    
    .bg-opacity-10 {
        background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    }
    
    .table-borderless td, .table-borderless th {
        border: none;
    }
    
    .progress {
        background-color: #f8f9fa;
    }
    
    .progress-bar {
        background-color: #0d6efd;
    }


.route-visualization {
    position: relative;
    padding-left: 2rem;
}

.route-point {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.route-point.origin {
    margin-bottom: 1.5rem;
}

.route-point.destination {
    margin-top: 1.5rem;
}

.point-marker {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.route-line {
    position: absolute;
    left: 3.25rem;
    top: 2.5rem;
    bottom: 2.5rem;
    width: 2px;
    z-index: 1;
}

.dotted-line {
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        to bottom,
        #0d6efd,
        #0d6efd 2px,
        transparent 2px,
        transparent 6px
    );
}

.route-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0 0.25rem;
}

.route-arrow i {
    color: #0d6efd;
    font-size: 1.25rem;
}

.point-details {
    padding-top: 0.25rem;
}