.select2-container-content {
    height: 42px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
}

.select2-container-img {
    display: inline-block;
    flex: 1 1 50px;
    margin-right: 14px;
    text-align: center;
    min-width: 50px;
}

.select2-container-img img {
    height: 30px;
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.select2-container-text {
    margin-bottom: 0 !important;
    display: inline-block;
    font-size: 14px;
    flex: 1 1 calc(100% - 64px);
}

.img_selector+.select2 .select2-selection__rendered {
    padding-right: 40px;
}

.img_selector+.select2 .select2-selection .select2-selection__arrow {
    height: 40px;
    width: 40px;
}

.img_selector+.select2 .select2-selection--single {
    height: 42px;
}

.top-bar-tracking .select2-container-content {
    height: 34px;
    padding: 2px 4px;
}

.top-bar-tracking .select2-container-img img {
    height: auto;
}

.top-bar-tracking .select2-container-text {
    font-size: 12px;
    width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-bar-tracking .select2-container-img+.select2-container-text {
    width: 60px;
}

.top-bar-tracking .select2-container-img {
    margin-right: 8px;
}

.top-bar-tracking .img_selector+.select2 .select2-selection__rendered {
    padding-right: 20px;
    border-right: 1px solid #F2F4F8;
}

.top-bar-tracking .img_selector+.select2 .select2-selection__arrow {
    width: 20px;
    height: 34px;
}

.top-bar-tracking .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
}

.top-bar-tracking .img_selector+.select2 .select2-selection--single {
    height: 34px;
}

body:has(.img_selector) .select2-dropdown {
    min-width: 180px;
}

body:has(.img_selector) .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5b0eae;
}

.quote-icon{
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: white;
    text-align: center;
    padding: 7px 5px;
    margin-right: 5px;
    color: black;
}

.nav-link.active .quote-icon{
    border-color: #5b0eae; 
    color: rgb(255 255 255) !important;
    background: #5b0eae;
}

.quote-icon {
    position:relative;
    overflow: hidden;
    vertical-align: middle;
}
#domestic-tab .quote-icon:before, #international-tab .quote-icon:before, #ondemand-tab .quote-icon:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.elementor-widget-flasho_quote .nav-link:hover .quote-icon {
    color:#5b0eae;
}

#domestic-tab:hover .quote-icon:before {
    animation: truckmove 1s ease-in-out;
}
#international-tab .quote-icon:before {
    transform:translate(-50%, -50%) rotate(-45deg);
}
#international-tab:hover .quote-icon:before {
    animation: planemove 1s ease-in-out;
}
#ondemand-tab:hover .quote-icon:before {
    animation: boltmove 1s ease-in-out;
}

@keyframes truckmove {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(100%, -50%);
  }
  51% {
    transform: translate(-200%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes planemove {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    transform: translate(50%, -150%) rotate(-45deg);
  }
  51% {
    transform: translate(-150%, 50%) rotate(-45deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes boltmove {
  0% {
    transform: translate(50%, -150%);
  }
    19% {
        transform: translate(-50%, -40%);
    }
    20% {
        transform: translate(-100%, -50%) rotate(-30deg);
    }
    30% {
        transform: translate(0%, -50%) rotate(27deg);
    }
    40% {
        transform: translate(-90%, -50%) rotate(-19deg);
    }
    50% {
        transform: translate(-10%, -50%) rotate(18deg);
    }
    60% {
        transform: translate(-75%, -50%) rotate(-11deg);
    }
    70% {
        transform: translate(-25%, -50%) rotate(9deg);
    }
    80% {
        transform: translate(-60%, -50%) rotate(-4deg);
    }
    90% {
        transform: translate(-40%, -50%) rotate(3deg);
    }
  100% {
    transform: translate(-50%, -50%);
  }
}

#quoteTabs {
    container-type: inline-size;
    text-align: center;
}

@container(width < 440px) {
    #quoteTabs > .nav-item {
        width: 33.3%;
    }

    #quoteTabs > .nav-item > .nav-link {
        font-size: 12px;
        height: 100%;
    }

    #quoteTabs > .nav-item > .nav-link > .quote-icon {
        display: block;
        width: 34px;
        height: 34px;
        font-size: 18px;
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px;
    }
}
.tab-pane.active,
.dot:hover {
    background-color: inherit;
}

.flasho-widget {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.flasho-widget p {
    margin-bottom: 30px;
}
.flasho-widget a {
    color: #5b0eae;
    font-weight: 400;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    cursor: pointer;
}
.flasho-widget a:hover,
.flasho-widget a:focus,
.flasho-widget a:active {
    color: #000;
}
.flasho-widget button[type=submit] {
    width: 100%;
}
.flasho-widget .btn {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border: 0;
    border-bottom: 3px solid;
    border-radius: 3px;
    padding: 0 22px;
    outline: 0;
}
.flasho-widget .btn,
.flasho-widget .btn:hover,
.flasho-widget .btn:focus,
.flasho-widget .btn:active,
.flasho-widget .btn:active:focus {
    border-color: rgba(0,0,0,.15);
    box-shadow: none;
    outline: 0;
}
.flasho-widget .btn i {
    font-size: 13px;
    margin-right: 5px;
}
.flasho-widget .btn-primary {
    background-color: #5b0eae !important;
    color: #fff !important;
}
.flasho-widget .btn-primary:hover {
    background-color: #d91a72 !important;
}
.flasho-widget .btn-secondary {
    background-color: #e4e7ea !important;
    color: #000 !important;
}
.flasho-widget .btn-secondary:hover {
    background-color: #dadfe3 !important;
}
.flasho-widget .text-primary {
    color: #5b0eae !important;
}
.flasho-widget .card {
    background-color: transparent;
    max-width: 100%;
    padding: 0;
}
.flasho-widget .card-body {
    padding: 0;
}
.flasho-widget .form-control {
    background-color: #fff;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.08), 0 0 8px rgba(102,175,233,.06);
    padding: 6px 8px;
}
.flasho-widget .form-control:focus,
.flasho-widget .form-control:active {
    border-color: #999;
    box-shadow: none;
}

/* Input Placeholder Text Color */
.flasho-widget .form-control::placeholder {
    color: #9ca3af;
    opacity: 1;
}
.flasho-widget .form-control::-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
}
.flasho-widget .form-control:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1;
}

/* Quote & Book Widget */
.flasho-quote h3 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.flasho-quote .form-control {
    height: 40px;
}
.flasho-quote img.flag,
.flasho-form-select-dropdown img.flag {
    width: auto;
    max-height: 11px;
    margin-right: 6px;
    position: relative;
    bottom: 2px;
}
.flasho-quote #sender_postcode,
.flasho-quote #receiver_postcode {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.flasho-quote .quote-address-book-btn {
    width: 50px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}
.flasho-quote .quote-address-book-btn i {
    font-size: 12px;
    margin-right: 0;
}
.flasho-quote .quote-quick-links * {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
}
.flasho-quote .quote-quick-links a {
    color: #5b0eae;
    text-decoration: underline dotted !important;
}
.flasho-quote .quote-quick-links a:hover,
.flasho-quote .quote-quick-links a:focus,
.flasho-quote .quote-quick-links a:active {
    color: #000;
}
.flasho-quote .quote-quick-links p {
    margin: 0;
}
.flasho-quote .quote-quick-links p > img:first-child {
    width: 12px;
    height: 12px;
}
.flasho-quote .quote-quick-links #pgeon-point-link a {
    color: #000;
}

/* Tracking Widget */
.flasho-track .track-logo,
.flasho-track .courier-logo {
    margin: auto;
}
.flasho-track .courier-logo {
    max-width: 150px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.flasho-track .track-title {
    font-size: 20px;
    font-weight: 300;
    color: #666;
    margin: 10px 0 5px;
}
.flasho-track .courier-name {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 10px 0 5px;
}
.flasho-track .courier-info .courier-info-item {
    display: inline-block;
}
.flasho-track .courier-info .courier-info-item:not(:first-child) {
    margin-left: 25px;
}
.flasho-track .courier-info .courier-info-item i {
    margin-right: 5px;
}
.flasho-track hr {
    width: 40px;
    height: auto;
    border-top: 2px solid #000;
    margin: 30px auto;
    opacity: 1;
}
.flasho-track .track-area {
    background-color: #ddd;
    border-radius: 4px;
    padding: 2px;
}
.flasho-track textarea#awb {
    background: #fff url('../images/tracking-search-input-bg.png');
    height: 100px;
    font-size: 15px;
    color: #555;
    line-height: 32px;
    border: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 0 12px;
}
.flasho-track textarea#awb:focus {
    border-color: #aaa;
}
.flasho-track .track-notes {
    margin-top: 3px;
}
.flasho-track .btn {
    font-weight: 600;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .flasho-track .track-title {
        font-size: 17px;
    }
    .flasho-track textarea#awb {
        font-size: 14px;
    }
}

/* Select2 */
.flasho-form-select-selection,
.flasho-form-select-selection .select2-selection__arrow {
    height: 40px !important;
}
.flasho-form-select-selection,
.flasho-form-select-dropdown .select2-search__field {
    border-color: #e4e7ea !important;
}
.flasho-form-select-selection .select2-selection__rendered {
    color: #555 !important;
    line-height: 40px !important;
}
.flasho-form-select-selection:focus-visible,
.flasho-form-select-dropdown .select2-search__field:focus-visible {
    outline: 0;
}
.flasho-form-select-dropdown .select2-search__field:focus-visible {
    border-color: #999 !important;
}
.flasho-form-select-dropdown {
    border-color: #d5d5d5 !important;
}
.flasho-form-select-dropdown .select2-results__option {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 6px 8px !important;
}
.flasho-form-select-dropdown .select2-results__option--selected,
.flasho-form-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5b0eae !important;
    color: #fff !important;
}
.flasho-form-select-selection.select-country {
    border: 0 !important;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.flasho-form-select-selection.select-country,
.flasho-form-select-selection.select-country .select2-selection__arrow {
    height: 24px !important;
}
.flasho-form-select-selection.select-country .select2-selection__rendered  {
    line-height: 24px !important;
}
.flasho-form-select-selection.select-country:hover {
    background-color: #f1f1f1 !important;
}
.flasho-form-select-dropdown.select-country {
    border-top: 1px solid #d5d5d5 !important;
}

/* Supported Couriers Widget */
.flasho-couriers h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 5px 0 0;
}
@media (max-width: 767px) {
    .flasho-couriers h4 {
        font-size: 16px;
    }
}
.flasho-couriers .form-control {
    height: 40px;
}
.flasho-couriers .courier-items {
    margin-top: 30px;
}
.flasho-couriers .courier-item {
    margin-bottom: 30px;
}
.flasho-couriers .courier-item .card {
    border-color: #e5e5e5;
    cursor: pointer;
}
.flasho-couriers .courier-item .courier-logo-wrapper {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
}
.flasho-couriers .courier-item .card-body {
    padding: 10px;
}
.flasho-couriers .courier-item .courier-name {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

/* Search Box */
.flasho-search {
    background-color: #f2f4f8;
    width: 100%;
    padding: 5px;
}
.flasho-search .form-control {
    width: 100%;
    height: 34px;
    border-width: 0;
    border-color: transparent;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.flasho-search .form-control:focus {
    border-right: 1px solid #f2f4f8;
}
.flasho-search button[type=submit] {
    background-color: #fff;
    width: 50px;
    height: 34px;
    color: #858585;
    text-align: center;
    line-height: 34px;
    text-shadow: none;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}
.flasho-search button[type=submit]:hover {
    background-color: #ededed;
}
.flasho-search button[type=submit] i {
    margin-right: 0;
}

/* Gutenberg Blocks & Elementor Widget */
.wp-block .flasho-widget,
.elementor-html .flasho-widget {
    pointer-events: none;
}

/* Bootstrap Tooltips */
.flasho-tooltip {
    font-size: 11px !important;
}
.flasho-tooltip .tooltip-inner {
    padding: 2px 8px !important;
}

/* SweetAlert2 */
.swal2-popup,
.swal2-popup h2 {
    font-family: Lato, sans-serif !important;
}
.swal2-popup {
    padding: 40px 30px 30px !important;
}
.swal2-title {
    padding: 10px 0 0 !important;
}
.swal2-html-container {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #8d9ea7 !important;
    line-height: 24px !important;
    margin: 10px 0 !important;
}
.swal2-icon {
    width: 110px !important;
    height: 110px !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
}
.swal2-icon * {
    display: none;
}
.swal2-icon.adam-info,
.swal2-icon.adam-success,
.swal2-icon.adam-error {
    background-size: 110px 110px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 !important;
    border-radius: 0 !important;
}
.swal2-icon.adam-info { background-image: url('../images/adam-info-logo.png'); }
.swal2-icon.adam-success { background-image: url('../images/adam-success-logo.png'); }
.swal2-icon.adam-error { background-image: url('../images/adam-error-logo.png'); }
.swal2-confirm {
    background-color: #5b0eae !important;
    min-width: 150px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 5px 15px !important;
}
.swal2-confirm:hover {
    background-color: #e41c78 !important;
}
.swal2-confirm:focus {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.08), 0 0 0 3px rgba(232,62,140,.5);
}

#bulk-upload-intro {
    font-size: .875rem;
    font-weight: 400;
    font-family: lato, helvetica neue, open sans, Arial, sans-serif;
}

.feature-card {
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.13);
}

.btn-outline-pink {
    color: #5b0eae !important;
    background-color: transparent;
    background-image: none;
    border-color: #5b0eae;
}

#bulk-upload-intro .text-muted {
    color: #868e96 !important;
}

#bulk-upload-intro h5 {
    font-size: 1.125rem !important;
    text-transform: none !important;
}

#bulk-upload-intro .bg-white {
    background-color: white;
    border-color: white;
}

.custom-input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
