/* START CUSTOM SCROLL BAR */

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #EEE
}

*::-webkit-scrollbar-thumb {
    background: #000;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #000 #EEE
}

/* END CUSTOM SCROLL BAR */

/* START GLOBLE CSS */

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

*::-moz-selection {
    color: var(--black);
    background: var(--gray-300);
}

*::-webkit-selection {
    color: var(--black);
    background: var(--gray-300);
}

*::-webkit-input-placeholder {
    color: var(--gray-500);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
}

*:-moz-placeholder {
    color: var(--gray-500);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
}

*::-moz-placeholder {
    color: var(--gray-500);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
}

*:-ms-input-placeholder {
    color: var(--gray-500);
    opacity: 1;
    font-family: var(--body-font);
    font-weight: 400;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body.no_space {
    padding-top: 0;
}

body {
    font-family: var(--body-font);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body * {
    margin: 0;
    box-sizing: border-box;
}

.main_wrap {
    min-height: 100vh;
    background: #F5F7FA;
}

.hide_in_desktop {
    display: none;
}

.no_scroll {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

svg {
    width: 100%;
    height: 100%;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr::after,
ul::after,
.clearfix::after,
li::after {
    clear: both;
    display: block;
    content: "";
}

iframe {
    display: block;
    width: 100%;
}


.hide-in-mobile {
    display: none;
}

/* START WEB FONTS */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-ExtraLight.eot');
    src: url('../fonts/Inter28pt-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-ExtraLight.woff2') format('woff2'),
        url('../fonts/Inter28pt-ExtraLight.woff') format('woff'),
        url('../fonts/Inter28pt-ExtraLight.ttf') format('truetype'),
        url('../fonts/Inter28pt-ExtraLight.svg#Inter28pt-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-ExtraLightItalic.eot');
    src: url('../fonts/Inter28pt-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-ExtraLightItalic.woff') format('woff'),
        url('../fonts/Inter28pt-ExtraLightItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-ExtraLightItalic.svg#Inter28pt-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Medium.eot');
    src: url('../fonts/Inter28pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-Medium.woff2') format('woff2'),
        url('../fonts/Inter28pt-Medium.woff') format('woff'),
        url('../fonts/Inter28pt-Medium.ttf') format('truetype'),
        url('../fonts/Inter28pt-Medium.svg#Inter28pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Light.eot');
    src: url('../fonts/Inter28pt-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-Light.woff2') format('woff2'),
        url('../fonts/Inter28pt-Light.woff') format('woff'),
        url('../fonts/Inter28pt-Light.ttf') format('truetype'),
        url('../fonts/Inter28pt-Light.svg#Inter28pt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-MediumItalic.eot');
    src: url('../fonts/Inter28pt-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-MediumItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-MediumItalic.woff') format('woff'),
        url('../fonts/Inter28pt-MediumItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-MediumItalic.svg#Inter28pt-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-LightItalic.eot');
    src: url('../fonts/Inter28pt-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-LightItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-LightItalic.woff') format('woff'),
        url('../fonts/Inter28pt-LightItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-LightItalic.svg#Inter28pt-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Italic.eot');
    src: url('../fonts/Inter28pt-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-Italic.woff2') format('woff2'),
        url('../fonts/Inter28pt-Italic.woff') format('woff'),
        url('../fonts/Inter28pt-Italic.ttf') format('truetype'),
        url('../fonts/Inter28pt-Italic.svg#Inter28pt-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-SemiBold.eot');
    src: url('../fonts/Inter28pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter28pt-SemiBold.woff') format('woff'),
        url('../fonts/Inter28pt-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter28pt-SemiBold.svg#Inter28pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Black.eot');
    src: url('../fonts/Inter28pt-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-Black.woff2') format('woff2'),
        url('../fonts/Inter28pt-Black.woff') format('woff'),
        url('../fonts/Inter28pt-Black.ttf') format('truetype'),
        url('../fonts/Inter28pt-Black.svg#Inter28pt-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-ThinItalic.eot');
    src: url('../fonts/Inter28pt-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-ThinItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-ThinItalic.woff') format('woff'),
        url('../fonts/Inter28pt-ThinItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-ThinItalic.svg#Inter28pt-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Regular.eot');
    src: url('../fonts/Inter28pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-Regular.woff2') format('woff2'),
        url('../fonts/Inter28pt-Regular.woff') format('woff'),
        url('../fonts/Inter28pt-Regular.ttf') format('truetype'),
        url('../fonts/Inter28pt-Regular.svg#Inter28pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Thin.eot');
    src: url('../fonts/Inter28pt-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-Thin.woff2') format('woff2'),
        url('../fonts/Inter28pt-Thin.woff') format('woff'),
        url('../fonts/Inter28pt-Thin.ttf') format('truetype'),
        url('../fonts/Inter28pt-Thin.svg#Inter28pt-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-SemiBoldItalic.eot');
    src: url('../fonts/Inter28pt-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Inter28pt-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-SemiBoldItalic.svg#Inter28pt-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-BoldItalic.eot');
    src: url('../fonts/Inter28pt-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-BoldItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-BoldItalic.woff') format('woff'),
        url('../fonts/Inter28pt-BoldItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-BoldItalic.svg#Inter28pt-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-ExtraBold.eot');
    src: url('../fonts/Inter28pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter28pt-ExtraBold.woff') format('woff'),
        url('../fonts/Inter28pt-ExtraBold.ttf') format('truetype'),
        url('../fonts/Inter28pt-ExtraBold.svg#Inter28pt-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Bold.eot');
    src: url('../fonts/Inter28pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-Bold.woff2') format('woff2'),
        url('../fonts/Inter28pt-Bold.woff') format('woff'),
        url('../fonts/Inter28pt-Bold.ttf') format('truetype'),
        url('../fonts/Inter28pt-Bold.svg#Inter28pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-ExtraBoldItalic.eot');
    src: url('../fonts/Inter28pt-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/Inter28pt-ExtraBoldItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-ExtraBoldItalic.svg#Inter28pt-ExtraBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-BlackItalic.eot');
    src: url('../fonts/Inter28pt-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter28pt-BlackItalic.woff2') format('woff2'),
        url('../fonts/Inter28pt-BlackItalic.woff') format('woff'),
        url('../fonts/Inter28pt-BlackItalic.ttf') format('truetype'),
        url('../fonts/Inter28pt-BlackItalic.svg#Inter28pt-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* END WEB FONTS */



:root {

    --black: #000000;
    --white: #ffffff;
    --offwhite: #F8FAFF;

    --error: #EC0000;
    --error_bg: rgba(238, 42, 123, 0.10);

    --success: #619E0D;
    --success_bg: #F9FFF0;

    --warning: #E5B800;

    --link: #0A0363;

    --brandPrimary: #02001E;
    --fleetopticsBlue: #00AEEF;
    --secondary: #527AC8;
    --accent: #D02D4E;

    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9ca3af;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2A37;
    --gray-900: #111928;


    --red-300: #F8B4B4;
    --red-400: #F98080;

    --btn-bg: #EE2A65;
    --btn-bg-light: #FBD3DF;

    --border: #353351;

    --sec-light-bg: #E6E6E6;

    --sec_space: 48px;

    --body-font: "Inter";
}




/* START BODY CONTAINER STYLE */
.container {
    max-width: 1170px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section {
    padding-top: var(--sec_space);
    padding-bottom: var(--sec_space);
    position: relative;
}

/* END BODY CONTAINER STYLE */

/* START FORM-ITEMS STYLES */

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

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


div input,
div select,
div textarea,
div button {
    font-family: var(--body-font);
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 12px;
    color: var(--brandPrimary);
    font-family: var(--body-font);
    text-align: center;
}

.fo-input-field+* {
    margin-top: 10px;
}

.drop-down .selected a,
.fo-input-field textarea,
.fo-input-field input {
    width: 100%;
    padding: 14px 16px;
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid var(--gray-300);
    background: var(--gray-50);
    color: var(--gray-900);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.fo-input-label.fo-input-label-md {
    color: var(--gray-800);
    margin-bottom: 18px;
}

.fo-input-label {
    color: var(--gray-900);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
    display: block;
}

.fo-tooltip {
	position: relative;
	display: inline-flex;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	cursor: pointer;
	top: 2px;
}

.fo-tooltip::before, .fo-tooltip::after {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	background-color: var(--btn-bg);
}

.fo-tooltip:hover::before, .fo-tooltip:hover::after {
	opacity: 1;
	visibility: visible;
}

.fo-tooltip::after {
	left: calc(100% + 5px);
	content: attr(data-tip);
	color: var(--white);
	min-width: 100px;
    max-width: 200px;
	text-align: center;
	font-size: 12px;
	padding: 6px;
	border-radius: 6px;
	transform: translateY(-50%);
}
.fo-tooltip::before {
	content: '';
	left: calc(100% + 1px);
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-radius: 3px;
}

.fo-input-field textarea {
    border-radius: 8px;
    border: 1px solid var(--gray-300);
    background: var(--gray-50);
    height: 100px;
    resize: none;
}

.fo-input-field textarea::placeholder {
    color: #6B7280;
}

.fo-formbtn-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.fo-formbtn-wrap .fo-btn {
    min-width: 136px;
}




.fo-toggle-switch.fo-icon-text-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fo-toggle-switch.fo-icon-text-box .fo-icon-text-wrap {
    margin-bottom: 0;
    max-width: calc(100% - 50px);
    font-size: 14px;
    font-weight: 500;
}

.toggle-switch {
    position: relative;
    display: inline-block;
}

.toggle-input {
    display: none;
}

.toggle-label {
    display: block;
    width: 40px;
    height: 20px;
    background-color: var(--gray-200);
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-input:checked+.toggle-label {
    background-color: var(--btn-bg-light);
}

.toggle-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: var(--gray-600);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.toggle-input:checked+.toggle-label::after {
    left: 22px;
    background-color: var(--btn-bg);
}


.fo-form-accordion .fo-accordion-container .fo-accordion-inner {
    padding: 16px;
}



.fo-input-field.fo-radio-field {
    display: flex;
    align-items: center;
    width: 100%;
}

.fo-input-field.fo-radio-field .fo-input-label {
	margin-bottom: 0;
	padding-left: 8px;
	cursor: pointer;
	font-weight: 400;
}

.fo-radio-field input[type="radio"] {
    width: 16px;
    height: 16px;
    min-height: auto;
    padding: 0;
    appearance: none;
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
}

.fo-radio-field input[type="radio"]:checked {
    box-shadow: inset 0 0 0 3px var(--btn-bg);
    border-color: var(--btn-bg);
}


.input-field-col2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.fo-radio-field-group .input-field-col2 {
    align-items: center;
}

.fo-radio-field-group .fo-input-field.fo-radio-field {
    width: auto;
}

.input-field-col2 .fo-input-field.fo-radio-field+* {
    margin-top: 0;
    margin-left: 41px;
}

.fo-optional {
    color: var(--gray-500);
    font-weight: 400;
}
.fo-accordion-wrapper .fo-accordion-link:hover .fo-optional {
	color: var(--btn-bg);
}




.drop-down {
    position: relative;
    width: 100%;
}

.drop-down .options {
    position: absolute;
    width: 100%;
    background-color: rgb(15, 13, 41);
    border-radius: 8px;
    z-index: 1;
    margin-top: 4px;
    overflow: hidden;
}

header .drop-down .options {
    border-radius: 4px;
}

.drop-down .options ul {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.5s ease;
}

.drop-down.show .options ul {
    max-height: 250px;
    overflow-y: auto;
    transition: all 0.3s ease;
    scrollbar-width: none;
}


header .drop-down.show .options ul {
    max-height: 50px;
}

.drop-down .options ul li {
    display: flex;
}

.drop-down .options ul a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    height: 100%;
    padding: 5px 16px;
}

.filter_title {
    width: 100%;
    position: relative;
}

header .filter_title {
    text-align: center;
}

.selected a span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transform-origin: center center;
    transition: all 0.3s ease;
    background-image: url("../images/icons/downArrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

header .drop-down .options ul a {
    text-align: center;
    font-size: 12px;
    padding: 3px;
}

header .selected a span::before {
    display: none;
}

.drop-down .options ul a:hover {
	background-color: var(--btn-bg);
}

.fo-formbtn-wrap.fo-formbtn-group {
    justify-content: center;
    gap: 16px;
}

.fo-formbtn-wrap.fo-formbtn-group .fo-btn {
    flex: 1;
    box-shadow: none;
}



.fo-language-picker .fo-btn {
	width: 30px;
	height: 30px;
	padding: 4px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.05);
	border: none;
}
.fo-language-picker .fo-btn:hover {
	background-color: var(--btn-bg);
}
/* END FORM-ITEMS STYLES */

/* START IMAGE STYLE */
img {
    width: 100%;
    height: 100%;
}

/* END IMAGE STYLE */



/* START HEADING STYLE */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--body-font);
    transition: all 0.3s ease;
    font-weight: 700;
    color: var(--brandPrimary);
}



.fo-col-head h3.title {
    font-size: 21px;
}

/* END HEADING STYLE */

/* START BODY TEXT STYLE */
p {
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--brandPrimary);
    line-height: 150%;
    margin-bottom: 16px;
}

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

span {
    display: inline-block;
}

/* END BODY TEXT STYLE */


/* START LINKS STYLE */
a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    transition: all 0.3s ease;
}

/* END LINKS STYLE */


/* START  BUTTONS STYLE */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


.fo-btn {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 11px 16px;
    border-radius: 8px;
    border: 0.5px solid var(--red-400);
    background-color: var(--btn-bg);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.fo-btn:hover {
    background-color: var(--gray-700);
    border-color: var(--gray-700);
}

.fo-btn.btn-outline {
    border-color: var(--gray-200);
    color: var(--gray-800);
    background-color: transparent;
}

.fo-btn.btn-outline:hover {
    background-color: var(--gray-700);
    color: var(--white);
    border-color: var(--gray-700);
}

.fo-btn.fo-icon-btn {
    border: 2px solid var(--red-300);
    padding-right: 50px;
    position: relative;
    width: 100%;
    text-align: left;
}

.fo-btn.fo-icon-btn:hover {
    border-color: var(--gray-400);
}

.fo-btn.fo-icon-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-image: url("../images/icons/rightFullWhiteArrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* END BUTTONS STYLE */




/* START LISTING STYLE */

body ul {
    margin: 0;
    padding: 0;
}

ul,
ul li,
ol,
li {
    font-family: var(--body-font);
    padding: 0;
    list-style: none;
    color: var(--black);
}

/* END LISTING STYLE */


/* END GLOBLE CSS */



/* START HEADER CODE */
header {
    padding-top: 35px;
    padding-bottom: 56px;
    width: 100%;
    background-color: var(--brandPrimary);
    /* position: sticky; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 99; */
}

header .fo-inner-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

header .fo-header-left {
    display: flex;
    align-items: center;
}

header .fo-sitelogo {
    max-width: 148px;
}

header .fo-sitelogo a {
    display: flex;
    width: 100%;
}

header .fo-logo-text {
    display: none;
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    margin-left: 12px;
}

header .drop-down .selected a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 12px;
    color: var(--white);
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    min-height: auto;
    padding: 0;
}





.fo-bottom-header-row {
	margin-top: 16px;
	width: 100%;
}

.fo-search-field {
    display: flex;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border);
    background-color: #0C0A28;
    padding: 10px;
}

.fo-search-field.fo-input-field input {
    padding: 0 6px 0 40px;
    min-height: auto;
    background-image: url("../images/icons/package-search.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-y: center;
    width: calc(100% - 46px);
    background-color: transparent;
    border: none;
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
}

.fo-search-field.fo-input-field input::placeholder {
    color: var(--white);
}

.fobtn-search {
	width: 46px;
	height: 46px;
	padding: 6px;
	border-radius: 6px;
	border: none;
	background-color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fobtn-search:hover {
    background-color: var(--gray-300);
}

.fobtn-search img {
    max-width: 30px;
    object-fit: contain;
}

/* END HEADER CODE */






/* START DEFAULT NOTICE BLOCK DESIGN CODE */
.comm-first-info-box {
	margin-bottom: 16px;
}

.fo-notice-info .fo-title h2 {
	font-size: 12px;
	font-weight: 700;
	color: var(--gray-500);
}
.fo-notice-info .fo-sec-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 4px;
}
.fo-notice-desc p {
	font-size: 12px;
	font-weight: 300;
	color: var(--gray-500);
}

/* END DEFAULT NOTICE BLOCK DESIGN CODE */






/* START TRACKING SECTION DESIGN CODE */

.fo-inner-box>*+*,
.fo-col>*+*,
.fo-tracking-sec .inner-wrap>*+* {
    margin-top: 16px;
}

.fo-borderBox {
	border: 1px solid var(--gray-200);
	border-radius: 8px;
	background-color: var(--white);
	padding: 16px 20px;
}

.fo-borderBox.fo-inner-box {
	background-color: unset;
}

.fo-inner-box,
.fo-add-preferences,
.fo-contect-us,
.fo-accordion-wrapper,
.fo-estimated-delivery,
.fo-text-link-box{
	padding: 0;
}

.negative-space {
    margin-top: -40px;
    padding-top: 0;
}

.fo-tracking-sec {
    z-index: 2;
}

.fo-tracking-wrapper {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--gray-200);
}

.fo-tracking-wrap {
    position: relative;
}

.fo-tracking-wrapper .fo-tracking-box-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}

.fo-tracking-wrapper .fo-tracking-box {
    width: 100%;
    max-width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fo-tracking-wrapper .fo-tracker-name {
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
    color: var(--gray-400);
    transition: all 0.3s ease;
}

.fo-tracking-wrapper .progress .fo-tracker-name {
    transition-delay: 0.8s;
    color: var(--brandPrimary);
}

.fo-tracking-wrapper .progress.active .fo-tracker-name {
    font-weight: bold;
}

.fo-tracking-wrapper .tracking-icon-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.fo-tracking-wrapper .tracking-icon-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 21px);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 18px solid var(--brandPrimary);
	opacity: 0;
	transition: all 1.4s cubic-bezier(.46, .03, .52, .96);
    display: none;
}

.fo-tracking-wrapper .fo-tracking-box:has(+ .progress.reverse-progress) .tracking-icon-wrap::after {
	transition: all 0.5s cubic-bezier(.46, .03, .52, .96);
	transform: translate(-50%, -50%) rotate(-180deg);
	animation: revMove 1s cubic-bezier(.46, .03, .52, .96) forwards;
	animation-delay: 2s;
	left: calc(100% - 21px);
	opacity: 1;
}
@keyframes revMove {
    0%{
        border-left-color: var(--gray-400);
        left: calc(100% + 21px);
    }
    100%{
        border-left-color: var(--gray-400);
        left: calc(100% - 21px);
    }
}
/* .fo-tracking-wrapper .fo-tracking-box:has(+ .progress.reverse-progress.active) .tracking-icon-wrap::after {
    transition-delay: 1.6s;
	border-left-color: var(--gray-400);
} */

.fo-tracking-wrapper .fo-tracking-box:has(+ .progress) .tracking-icon-wrap::after {
	/* left: calc(100% + 21px); */
	opacity: 1;
	/* transition-delay: 1.6s; */
}
/* .fo-tracking-wrapper .fo-tracking-box:not(:first-child):has(+ .progress) .tracking-icon-wrap::after {
	left: calc(100% + 21px);
	opacity: 1;
	transition-delay: 1.6s;
} */

.fo-tracking-wrapper .fo-tracking-box.progress:last-child .tracking-icon-wrap::after,
.fo-tracking-wrapper .fo-tracking-box.progress .fo-tracking-wrapper .fo-tracking-box:last-child .tracking-icon-wrap::after {
    display: none;
}

.fo-tracking-wrapper .tracking-icon {
    width: 40px;
    height: 40px;
    background-color: var(--gray-400);
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.fo-tracking-wrapper .progress .tracking-icon {
    transition-delay: 0.8s;
    background-color: var(--brandPrimary);
}

.fo-tracking-wrapper .progress.active.reverse-progress.fo-tracking-box:first-child .tracking-icon {
	background-color: var(--brandPrimary);
}

.fo-tracking-wrapper .progress.reverse-progress.fo-tracking-box:first-child .fo-tracker-name {
	color: var(--brandPrimary);
}

.fo-tracking-wrapper .progress.reverse-progress .fo-tracker-name {
	color: var(--gray-400);
}

.fo-tracking-wrapper .progress.active.reverse-progress .tracking-icon {
	background-color: var(--gray-400);
}

.fo-tracking-wrapper .progress.reverse-progress .tracking-icon {
	background-color: var(--gray-400);
}

.fo-tracking-wrapper .fo-tracking-box:last-child .tracking-icon {
    position: relative;
}

.fo-tracking-wrapper .fo-tracking-box:last-child .tracking-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--brandPrimary);
    background-image: url("../images/checkAnimation.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.fo-tracking-wrapper .fo-tracking-box.progress.active:last-child .tracking-icon::before {
    animation: hideAnim 2s ease forwards;
    animation-delay: 2s;
}

@keyframes hideAnim {
    0% {
        opacity: 1;
        visibility: visible;
    }

    80% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}


.fo-tracking-wrapper .tracking-icon img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    transition: all 1s ease-in-out;
}

.fo-tracking-wrapper .progress.active.fo-tracking-box:first-child .tracking-icon img {
    opacity: 1;
    animation: unset;
}

.fo-tracking-wrapper .progress.active .tracking-icon img {
    animation: hideShow 1.9s ease-in-out forwards;
    transition: opacity 0.4s ease-in-out;
}

@keyframes hideShow {
    0%{
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.progress-path {
	position: absolute;
	bottom: calc(20px - 2px);
	width: calc(100% - 33.33%);
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	background-color: var(--gray-400);
}

.progress-path .progress-thumb {
    width: 0%;
    height: 100%;
    background-color: var(--brandPrimary);
    transition: all 0.9s cubic-bezier(.46, .03, .52, .96);
    position: relative;
    display: flex;
}
.progress-path:not(.progress-IconBox-wrap) .progress-thumb::after {
	content: '';
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--brandPrimary);
    opacity: 0;
}


.progress-path:not(.progress-IconBox-wrap).reverse .progress-thumb::after {
	right: 8px;
	transform: translateY(-50%) rotate(-180deg);
	border-left-color: var(--gray-400);
	/* opacity: 0; */
}

.progress-Icon-Box {
    position: absolute;
    height: 100%;
}

.progress-path .progress-Icon-Box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -17px;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background-image: url("../images/trackbox.png");
	background-size: contain;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	background-repeat: no-repeat;
}
.progress-path .progress-Icon-Box[style*="width"]::after {
	transition-delay: 1s;
    opacity: 1;
	visibility: visible;
}
.progress-path .progress-Icon-Box[style="width: 100%;"]::after {
    animation: hideShow2 2.5s ease forwards;
    animation-delay: 2s;
}

@keyframes hideShow2 {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.progress-path .progress-Icon-Box::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/blueCheck.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.progress-path .progress-Icon-Box[style="width: 100%;"]::before {
    animation: checked 0.5s cubic-bezier(.18, .89, .32, 1.28) forwards;
    animation-delay: 4.3s;
}

@keyframes checked {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}

.progress-path.progress-IconBox-wrap {
    z-index: 2;
    background-color: transparent;
}

.progress-thumb.progress-Icon-Box {
    background-color: transparent;
}


.fo-delivered-by p {
    display: inline-flex;
    align-items: center;
    background-color: var(--success_bg);
    padding: 3px 12px;
    color: var(--success);
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    width: auto;
    border-radius: 6px;
}

.fo-delivered-by p .fo-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.fo-delivered-by p .fo-icon-text {
    width: calc(100% - 24px);
}

.fo-tracking-wrapper>*+* {
    margin-top: 14px;
}

.fo-warning-box.fo-borderBox,
.fo-icon-text-box.fo-borderBox {
    padding: 18px 20px;
}



.fo-text-link-box .fo-icon-text,
.fo-icon-text-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--gray-900);
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.fo-icon-text-box .fo-icon-text-wrap:not(:last-child) {
	margin-bottom: 4px;
}

.fo-warning-box .fo-icon,
.fo-icon-text-box .fo-icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.fo-warning-box .fo-icon-text,
.fo-icon-text-box .fo-icon-text {
    width: calc(100% - 32px);
}




.fo-estimated-delivery .fo-box-head {
    padding: 10px 22px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid var(--gray-200);
    margin-bottom: 0;
    align-items: center;
}

.fo-estimated-delivery .fo-icon {
    width: 38px;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.fo-estimated-delivery .fo-icon-text {
    color: var(--gray-800);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    width: calc(100% - 46px);
    display: flex;
    align-items: center;
}


.fo-estimated-wrap {
    padding: 19px 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.fo-estimated-info {
    width: 100%;
    max-width: calc(100% - 50px);
    margin-right: 8px;
}

.fo-estimated-wrap .fo-calender-Icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fo-estimated-info h2 {
    color: var(--gray-600);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.fo-estimated-info p {
    color: var(--gray-900);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.fo-add-preferences a {
    padding: 12px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--gray-900);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.fo-add-preferences a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/rightRoundedArrowFull.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.fo-add-preferences .icon {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.fo-add-preferences .fo-icon-text {
    width: 100%;
    max-width: calc(100% - 34px);
}

.fo-add-preferences a:hover {
	color: var(--btn-bg);
}

.fo-accordion-container .delivered.active .fo-date-month::after {
	transform: scale(1.545);
	background-image: url("../images/icons/locationIcon.svg");
	background-size: 56%;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
}




.fo-accordion-wrapper .fo-accordion-link {
    padding: 12px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--gray-900);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    justify-content: space-between;
}

.fo-accordion-wrapper .fo-accordion-link:hover {
    color: var(--btn-bg);
}

.fo-accordion-nested-container,
.fo-accordion-container {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    scrollbar-width: none;
}


.drop-down.show .options ul::-webkit-scrollbar,
.fo-accordion-nested-container::-webkit-scrollbar,
.fo-accordion-container::-webkit-scrollbar {
    width: none;
}

.show-accordion .fo-accordion-container {
    max-height: 300vh;
    overflow-y: auto;
}

.show-nested-accordion .fo-accordion-nested-container {
    max-height: 500px;
    overflow-y: auto;
}

.fo-accordion-container .fo-accordion-inner {
    border-top: 1px solid var(--gray-200);
    padding: 35px 23px;
    width: 100%;
    position: relative;
}

.fo-faq.fo-accordion-nested-wrapper {
    border-bottom: 1px solid var(--gray-100);
    padding-bottom: 16px;
    padding-top: 16px;
}

.fo-faq.fo-accordion-nested-wrapper:first-child {
    padding-top: 0;
}

.fo-faq.fo-accordion-nested-wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fo-accordion-container ul {
    width: 100%;
    position: relative;
}

.fo-traking-history .fo-accordion-container ul::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 107px;
	transform: translate(-50%, 0);
	width: 9px;
	height: calc(100% - 40px);
	background-image: linear-gradient(rgba(1, 67, 146, 0.51) 7.9%, rgba(0, 76, 166, 0.41) 30.4%, rgba(8, 91, 189, 0.17) 62.4%);
}

.fo-traking-history .fo-accordion-container ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
}

.fo-traking-history .fo-accordion-container ul li:first-child {
    padding-top: 0;
}

.fo-traking-history .fo-accordion-container ul li:last-child {
    padding-bottom: 0;
}

.fo-traking-history .fo-accordion-container ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 15px;
	height: 21px;
	background-image: url("../images/icons/arrow-right-bold.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
}

.fo-accordion-container li:last-child .fo-date-month::after {
    background-image: url("../images/icons/homeIcon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.fo-traking-history .fo-accordion-container ul li:last-child::after {
    display: none;
}

.fo-accordion-container .fo-time p {
    color: var(--gray-600);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fo-address-accordion.fo-accordion-wrapper .fo-accordion-link {
    font-size: 16px;
}

.fo-accordion-container .fo-month p {
    color: var(--gray-800);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fo-track-status>p+* {
    margin-top: 8px;
}

.fo-track-status>p {
    margin-bottom: 0px;
}

.fo-track-status .fo-status-title {
    color: var(--gray-800);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fo-track-status .fo-sub-status {
    color: var(--gray-600);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.fo-accordion-container .fo-track-status {
    width: 100%;
    /* max-width: 68%; */
    padding-left: 36px;
    position: relative;
}
.fo-accordion-container li:last-child .fo-track-status::before {
	content: '';
	position: absolute;
	left: 3px;
	width: 9px;
	height: calc(100% - 10px);
	background: #fff;
	bottom: 0;
	z-index: 1;
}

.fo-accordion-container .fo-date-month {
	width: 100px;
	padding-right: 36px;
	position: relative;
	min-width: 100px;
	max-width: 100px;
}



.fo-accordion-container .fo-date-month::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -19px;
	width: 22px;
	height: 22px;
	background-color: var(--brandPrimary);
	border-radius: 50%;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.fo-accordion-container .completed:not(:last-child) .fo-date-month::after {
    box-shadow: inset 0 0 0 5px var(--brandPrimary),inset 0 0 0 11px var(--white);
}

.fo-accordion-container li.active .fo-date-month::after {
	background-image: url("../images/icons/feetOpticHome.svg");
	background-repeat: no-repeat;
	background-size: 21px;
	background-position: center;
	animation: dotRipple 2s cubic-bezier(0,.88,.45,.98) infinite forwards;
}
@keyframes dotRipple {
    0% {
      box-shadow: 0 0 0 0px rgb(2, 0, 30);
    }
  
    40% {
      box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.03);
    }
  
    100% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.04);
    }
  }

.fo-accordion-container li:last-child .fo-date-month::after {
    background-image: url("../images/icons/homeIcon.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.fo-accordion-nested-link .icon,
.fo-accordion-link .icon {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.show-nested-accordion .fo-accordion-nested-link .icon,
.show-accordion .fo-accordion-link .icon {
    transform: rotate(-90deg);
}

.fo-accordion-nested-link .fo-icon-text,
.fo-accordion-link .fo-icon-text {
    width: 100%;
    max-width: calc(100% - 52px);
    margin-right: 8px;
}

.fo-accordion-nested-inner {
    padding-top: 12px;
}

.fo-accordion-nested-inner p {
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    font-size: 14px;
}

.fo-icon-text.has-icon {
    position: relative;
    display: flex;
}

.fo-icon-text.has-icon::before {
    content: '';
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    top: 2px;
    background-image: url("../images/icons/greenCheck.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 9px;
}

.fo-more-details .fo-accordion-container .fo-accordion-inner {
    padding-inline: 10px;
}

.fo-more-detaild-data {
    background-color: var(--gray-100);
    padding: 12px 18px;
    border-radius: 8px;
}

.fo-more-detaild-data>*+* {
    margin-top: 10px;
}

.fo-accordion-inner .fo-more-detaild-data+* {
    margin-top: 16px;
}


.fo-more-detaild-data.fo-form-wrap {
	background-color: var(--white);
	padding: 0;
}
.fo-accordion-inner .input-field-col2 {
	gap: 8px;
}
.fo-accordion-inner .fo-formbtn-wrap {
	width: auto;
	margin-left: auto;
}
.fo-more-details .fo-accordion-inner .input-field-col2 .fo-input-field {
	max-width: calc(100% - 144px);
	width: 100%;
}
.input-field-col2 .fo-input-field + * {
	margin-top: unset;
}

.fo-address-accordion ul {
    margin-left: 15px;
}

.fo-address-accordion li p,
.fo-address-accordion li {
    list-style: disc;
    color: var(--gray-700);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.fo-address-accordion li+* {
    margin-top: 8px;
}

.fo-address-accordion li p {
    margin-bottom: 4px;
}

.fo-address-accordion .fo-accordion-container .fo-accordion-inner {
    padding-bottom: 16px;
    border-top: none;
    padding-top: 4px;
}


.fo-more-detaild-data .title-head h3.title {
    color: var(--gray-800);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.fo-details-wrap .img-wrap {
	max-width: 53%;
	width: 100%;
	position: relative;
	padding-top: 66.25%;
}
.fo-details-wrap .img-wrap > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fo-details-wrap .img-wrap a {
	display: flex;
}

.fo-delivery-data.fo-more-detaild-data .fo-details-wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}

/* .fo-details-wrap .img-wrap+* {
    margin-top: 10px;
} */

.fo-details-wrap .img-wrap img {
	border-radius: 8px;
	object-fit: cover;
}

.fo-more-detaild-data .fo-date-time-wrap {
    border-radius: 4px;
    background: var(--gray-200);
    padding: 10px;
}

.fo-more-detaild-data .fo-date-time-wrap p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.fo-more-detaild-data .fo-date-time-wrap .title-head h3.title {
    color: var(--gray-500);
}

.map-wrap {
    height: 332px;
    border-radius: 16px;
    overflow: hidden;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
}



.fo-contect-us a {
    width: 100%;
    padding: 13px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: var(--gray-900);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fo-contect-us a .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fo-contect-us a .fo-icon-text {
    position: relative;
    max-width: calc(100% - 48px);
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.fo-contect-us a .fo-icon-text::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/rightRoundedArrowFull.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
    top: 1px;
    position: relative;
}

.fo-contect-us a:hover {
    color: var(--btn-bg);
}



.fo-accordion-nested-link {
    width: 100%;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    color: var(--gray-700);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.fo-accordion-nested-link:hover {
	color: var(--btn-bg);
}


.fo-service-delays {
    padding: 18px 20px;
}

.fo-borderBox .box-head {
    color: var(--gray-900);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
    width: 100%;
}

.fo-service-delays p {
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 600;
}





.fo-warning-box .fo-icon-text-wrap {
    margin-bottom: 4px;
}

.fo-sub-title {
    font-size: 12px;
    color: var(--gray-900);
}




.fo-text-link-box a {
    padding: 24px;
    padding-right: 50px;
    position: relative;
    width: 100%;
}

.fo-text-link-box a>*+* {
    margin-top: 4px;
}

.fo-text-link-box a .fo-icon-text {
    transition: all 0.3s ease;
}

.fo-text-link-box a:hover .fo-icon-text {
    color: var(--btn-bg);
}

.fo-text-link-box a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    background-size: contain;
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/rightRoundedArrowFull.svg");
    background-repeat: no-repeat;
    background-position: center;
}

/* END TRACKING SECTION DESIGN CODE */






/* START SUCCESS/ERROR/WARNING MESSAGE BOX DESIGN CODE */
.msg-box-text {
    border: 1px solid var(--gray-400);
    border-radius: 8px;
    position: relative;
    color: var(--gray-900);
    font-size: 13px;
    padding: 3px 10px;
    display: flex;
}

.msg-box-text::before {
    content: '';
    position: relative;
    min-width: 14px;
    height: 14px;
    background-image: url("../images/icons/error.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    margin-right: 6px;
    width: 14px;
}

.error .msg-box-text {
    border-color: var(--red-400);
    background-color: var(--error_bg);
}




.msg-text {
    font-size: 12px;
    color: var(--gray-900);
    font-weight: 500;
}

.error .msg-text {
    color: var(--error);
}

.fo-input-field .msg-text {
	margin-top: 2px;
}
/* END SUCCESS/ERROR/WARNING MESSAGE BOX DESIGN CODE */






/* START FOOTER DESIGN CODE */
footer .fo-inner-foot {
    width: 100%;
    border: 1px solid var(--gray-300);
    border-radius: 8px 8px 0 0;
    padding: 10px 16px;
    border-bottom: none;
    background-color: var(--gray-100);
}

footer .fo-top-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
}

footer .fo-copyright p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.fo-footer-link ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.fo-footer-link ul li:not(:first-child) {
    padding-left: 12px;
    position: relative;
}

.fo-footer-link ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 2px;
    height: 75%;
    background-color: var(--link);
}

.fo-footer-link ul a {
    color: var(--link);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.fo-footer-link ul a:hover {
    color: var(--btn-bg);
}

/* END FOOTER DESIGN CODE */






/* START RATING & REVIEW BLOCK DESIGN CODE */
.fo-review-box {
    padding: 16px;
}

.fo-review-box>*+* {
    margin-top: 24px;
}

.fo-review-box form>*+* {
    margin-top: 18px;
}

.fo-rating {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    font-size: 32px;
    color: var(--warning);
}

.fo-rating .star {
    cursor: pointer;
}

.fo-rating .star.active {
    opacity: 0;
    animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.fo-rating .star:hover {
    transform: scale(1.1);
}

/* END RATING & REVIEW BLOCK DESIGN CODE */






/* START TRACKING INFO DESIGN CODE */
.fo-tracking-info {
	padding: 16px 20px;
	width: 100%;
	box-shadow: 0 13px 10px -15px rgb(219, 219, 219);
}
.fo-trak-info-desc {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.fo-trak-info-desc .fo-icon {
	width: 56px;
	margin-inline: auto;
	height: 56px;
	margin-bottom: 8px;
}
.fo-trak-info-desc p {
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
}
/* END TRACKING INFO DESIGN CODE */

.rating i{
    font-size: 35px !important;
    cursor: pointer;
}

.fo-inner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fo-user-address {
	max-width: 169px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* STEPS FORM CSS START */
        /* Custom animations and styles */
        @keyframes slideIn {
        from { transform: translateY(20px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
        }
        .slide-in { animation: slideIn 0.3s ease-in-out; }
        .star { transition: transform 0.2s, color 0.2s;cursor: pointer; }
        .star:hover { transform: scale(1.06); }
        .star.selected { color: #FFD700; }
    .nps-btn {
        transition: transform 0.2s, background-color 0.2s;
        border: 1px solid #E5E7EB;
        background-color: #F9FAFB;
        border-radius: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        transition: all .5s e';
    }
    .grid.number-active .nps-btn:not(.selected) {
        color: #9CA3AF;
    }
        .nps-btn:hover { transform: scale(1.05); }
    .nps-btn.selected {
        background-color: #EE2A65;
        color: white;
        border-color: #EE2A65;
    }
        .feedback-btn { transition: background-color 0.2s; }
        /* .feedback-btn.selected { background-color: #007BFF; color: white; } */
        .btn-primary { transition: background-color 0.2s; }
        .btn-primary:hover { background-color: #005BB5; }
    .fo-star-sec {
        max-width: 445px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
    }


    .fo-star-sec h2
    {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        line-height: 150%;
        margin-bottom: 24px;
    }
    .fo-review-steps-form h2 {
    font-size: 24px;
        font-weight: 500;
        color: #333;
        line-height: 150%;
        margin-bottom: 36px;
    }
    .star.selected svg path {
        fill: #FFD700;
    }
    .fo-col.fo-start-wrap {
        padding: 24px;
    }
        .question {
        text-align: center;
        /* position: relative; */
    }
        .main {
        background-color: #EBF5FF;
    }
    .main .main_wrap {
        min-height: unset;
    }
    .brand-logo {
        max-width: 336px;
        width: 100%;
        margin: 0 auto;
    }
    .fo-review-step-wrap {
        min-height: 100vh;
        padding-top: 70px;
        padding-bottom: 120px;
        padding-left: 15px;
    padding-right: 15px;
    }
    .fo-review-main {
        position: relative;
        padding-bottom: 100px;
    }
    .fo-review-steps-form {
        max-width: 850px;
        width: 100%;
        margin: 42px auto 0;
        box-shadow: 0px 23px 40px 7.82px #0000001A;
        background-color: #fff;
        border-radius: 10px;
        padding: 60px;
    }
    .main footer .fo-inner-foot {
        border-color: #A4CAFE;
        background-color: #E1EFFE;
    }
    .progressbar {
        padding: 0 0 50px 0;
        counter-reset: step;
        display: flex;
        gap: 16px;
        max-width: 490px;
        width: 100%;
        margin: 0 auto;
    }
    .progressbar li {
        list-style-type: none;
        width: 25%;
        float: left;
        /* font-size: 12px; */
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
        height: 3px;
        background-color: #F3F4F6;
    }
    .progressbar li.active{
        background-color: #9CA3AF;
    }
    .progressbar li.complete{
        background-color: #EE2A65;
    }
    .progressbar li:after{
        content: unset;
    }
    
    .question  .grid {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    .fo-feedback-cols {
        display: grid;
        gap: 22px;
        grid-template-columns: repeat(6,90px);
        justify-content: center;
        align-items: flex-start;
    }
    .fo-feedback-cols .feedback-btn {
        background-color: transparent;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        font-size: 10px;
        font-weight: 600;
        line-height: 120%;
        color: #333;
    }
    .fo-feedback-cols .feedback-btn img {
        width: 90px;
        height: 90px;
        padding: 12px;
        background-color: #F9FAFB;
        border: 1px solid #E5E7EB;
        border-radius: 10px;
        transition: all .5s ease;
    }
    .feedback-btn.selected img {
        background-color: #E1EFFE;
        border-color: #76A9FA;
    }
    .fo-btn-wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        gap: 12px;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        left: 0;
        max-width: 850px;
        width: 100%;
        margin: 0 auto;
    } 
    .fo-steps-btn {
        background-color: transparent;
        border: 0;
        font-size: 18px;
        color: #333;
        line-height: 120%;
        font-weight: 500;
        transition: all .5s ease;
    }
    .fo-steps-btn.btn-next {
        background-color: #EE2A65;
        border: 1px solid #F98080;
        padding: 13px;
        border-radius: 10px;
        color: #fff;
        max-width: 136px;
        width: 100%;
        font-weight: 700;
        
    }
    .fo-steps-btn.btn-next:hover {
        background-color: #D1D5DB;
        color: #333;
        border-color: #D1D5DB;
    }
    .fo-steps-btn.btn-back:hover {
        color: #EE2A65;
    }
    .question textarea {
        max-width: 480px;
        width: 100%;
        border: 1px solid #D1D5DB;
        border-radius: 10px;
        height: 100px;
        padding: 10px 14px;
        resize: none;
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    .question textarea::placeholder{
        color: #9CA3AF;
    }
    .thank-y-u-top svg {
        width: 80px;
        height: 80px;
    }
    .fo-review-steps-form .thank-y-u-top h2 {
        font-size: 36px;
        font-weight: 600;
        color: #02001E;
        margin-bottom: 0;
    }
    .thank-y-u-top p {
        color: #4B5563;
        font-size: 20px;
        font-weight: 400;
    }
    .google-review-prompt {
        background-color: #E1EFFE;
        border: 1px solid #C3DDFD;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        max-width: 850px;
        width: 100%;
        margin: 42px auto 0;
    }
    .google-review-prompt p {
        font-size: 14px;
        color: #4B5563;
        margin-bottom: 20px;
        line-height: 150%;
    }
    .google-review-prompt p.google-bold {
        font-size: 18px;
        font-weight: 600;
    }
    .google-review-prompt a {
        display: flex;
        background-color: #fff;
        justify-content: center;
        border-radius: 8px;
        padding: 14px 8px;
        gap: 10px;
        font-size: 14px;
        color: #333;
        align-items: center;
    }
    .google-review-prompt a img {
        width: 24px;
        height: auto;
    }
    .thank-you-review .progress-bar-line {
        display: none;
    }
    .thank-you-review .google-review-prompt.hidden {
        display: block !important;
    }
    .fo-review-steps-form.thank-you-review .thank-you-wrap {
        box-shadow: 0px 23px 40px 7.82px #0000001A;
        background-color: #fff;
        border-radius: 10px;
        padding: 60px;
    }
    .fo-review-steps-form.thank-you-review {
        box-shadow: unset;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    .email-section {
        display: flex;
        max-width: 480px;
        width: 100%;
        margin: 18px auto 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }
    .email-section div {
        width: 100%;
    }
    .email-section input[type="email"] {
        width: 100%;
        background-color: #F9FAFB;
        border: 1px solid #D1D5DB;
        border-radius: 8px;
        padding: 10px 24px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }
    .email-section input[type="email"]::placeholder{
        font-size: 16px;
        color: #9CA3AF;
        font-weight: 500;
    }
    .email-section label {
        display: flex;
        gap: 12px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        align-items: center;
    }
    .email-section label input[type="checkbox"] {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }
    .email-section label span {
        position: relative;
        cursor: pointer;
    }
    .email-section label span::before {
        content: '';
        -webkit-appearance: none;
        background-color: #D1D5DB;
        border: 2px solid #E5E7EB;
        /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 12px;
        border-radius: 4px;
    }
    .email-section label input:checked + span::after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 7px;
        width: 6px;
        height: 10px;
        border: solid #EE2A65;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    .error-message {
        font-size: 14px;
        color: #E02424;
        text-align: center;
        line-height: 120%;
        margin-top: 15px;
    }
    #question-4 .error-message {
        text-align: left;
        max-width: 480px;
        width: 100%;
        margin: 6px auto 0;
    }
    .question textarea.error {
        border-color: #E02424;
        background-color: #FDF2F2;
    }

    .question input.error::placeholder,
    .question textarea.error::placeholder{
        color: #F98080;
    }
/* STEPS FORM CSS END */
    

/* verification start */
header.header-verification {
    padding-bottom: 35px;
}
.package-details p.align-center {
    justify-content: center;
}
section.fo-form-sec.positive-space {
    margin-top: 14px;
}
.tracking-form .form-group input {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    color: #02001E;
    border: unset;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.tracking-form .form-group {
    display: flex;
    border-bottom: 1px solid var(--gray-500, #6B7280);
    padding: 12px 0;
    gap: 10px;
    align-items: center;
    margin-bottom: 13px;
}
.tracking-form button.fo-btn.update-btn {
    font-weight: 500;
    line-height: 150%;
    padding: 8px 16px;
    width: 100%;
}
.fo-package-info p.help-text {
    margin: 20px 0 16px 0;
    background: #E1EFFE;
    border: 1px solid #C3DDFD;
    border-radius: 8px;
    padding: 12px;
    color: #111928;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.package-details {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
}
.package-details p span {
    font-size: 14px;
    font-weight: 300;
    color: #374151;
    line-height: 150%;
}
.package-details p svg {
    width: 20px;
    height: 20px;
}
.package-details button {
    background: transparent;
    border: unset;
    color: #007BFF;
    padding: 0;
    margin-top: 5px;
    font-weight: 600;
}
.package-details p a {
    color:#007BFF;
    text-decoration: underline;
}
.package-details p a, .package-details p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    flex-wrap: wrap;
}
.package-details h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 150%;
}
.fo-verification-acc {
    border: 1.5px solid #F3F4F6;
    background: #FFFFFF;
}
.fo-verification-acc .fo-icon-text {
    color: #111928;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}
.fo-verification-acc .fo-accordion-container .fo-accordion-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.fo-verification-acc .fo-accordion-container .fo-accordion-inner {
border-top: 1px solid #F3F4F6;
padding: 23px;
}
.fo-verification-acc .fo-accordion-container .fo-accordion-inner span {
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
    color: #111928;
    padding: 8px 16px;
    transition: all 0.3s ease;
}
.fo-address-leaveArea {
	position: relative;
	overflow: hidden;
	display: flex;
}
.fo-address-leaveArea input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.fo-verification-acc .fo-accordion-container .fo-accordion-inner input[type="radio"]:checked + span {
	border-color: #A4CAFE;
	background-color: #C3DDFD;
}
/* verification end */
.fo-accordion-inner .options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}
.fo-accordion-inner .options .option {
    width: 100%;
    max-width: 90px;
}
    .fo-accordion-inner .options .option p {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    color: #6B7280;
    margin-bottom: 10px;
    text-align: center;
    }
.fo-accordion-inner .options .option-wrap {
    position: relative;
    padding: 20px;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    background: #F9FAFB;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: .4;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .fo-accordion-inner .options .option-wrap:hover {
              background: #E1EFFE;
      border-color: #76A9FA;
            opacity: 1;
    }
    div.fo-accordion-inner .option.active p {
        color: #000;
    }
    div.fo-accordion-inner .option.active .option-wrap {
      background: #C3DDFD;
      border-color: #A4CAFE;
      opacity: 1;
    }

    /* Default icon */
    .fo-accordion-inner .options .option img.default-icon {
      width: 40px;
      height: 40px;
      display: block;
      margin: 0 auto 10px;
    }

    /* Checkmark icon */
.fo-accordion-inner .options .option img.check-icon {
    width: 32px;
    height: 32px;
    display: none;
    margin: 0;
}

    /* Swap icons when active */
    .fo-accordion-inner .option.active img.default-icon {
      display: none;
    }
    .fo-accordion-inner .option.active img.check-icon {
      display: block;
    }

    .fo-accordion-inner .form-field {
      display: none;
    }
.fo-accordion-inner .form-field.active {
    display: block;
    width: 100%;
}
.fo-accordion-inner input, .fo-accordion-inner select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    font-size: 14px;
    line-height: 143%;
    width: 100%;
    font-weight: 400;
    color: #374151;
}
.fo-thank-you-sec p {
    color: #4B5563;
font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
}
.fo-thank-you-sec h2 {
color: #02001E;
font-weight: 500;
font-size: 24px;
line-height: 150%;
margin-top: 24px;
text-align: center;
}
.fo-thank-you-sec .fo-thanks-img {
    width: 62px;
    height: 62px;
    margin: 0 auto;
}
.fo-thank-you-sec {
    background: #FFFFFF;
    box-shadow: 0px 23px 40px 7.82px #0000001A;
    border-radius: 12px;
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .fo-accordion-inner .message {
      font-size: 12px;
      color: #000;
      margin-top: 10px;
      font-weight: 400;
    }
    .fo-accordion-inner .form-field label {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
    display: block;
}
.fo-delivery-sec p span, .fo-delivery-sec p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #374151;
    display: flex;
    justify-content: flex-start;
}
.fo-formbtn-wrap.fo-verify-delivery .fo-btn.edit:hover {
        background-color: #707173;
    color: #fff;
    border: 1px solid #707173;
}
.fo-formbtn-wrap.fo-verify-delivery .fo-btn.edit {
    background-color: #E5E7EB;
    color: #111928;
    border: 1px solid #E5E7EB;
    font-weight: 500;
}
.fo-formbtn-wrap.fo-verify-delivery {
    gap: 10px;
    flex-direction: column;
}
.fo-verification-special label {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #111928;
    margin-bottom: 8px;
}
.fo-verification-acc .fo-accordion-container .fo-accordion-inner .fo-verification-special span {
    background: #666666;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
    text-align: right;
    background: transparent;
    border: unset;
    width: 100%;
    padding: 0;
}
form.fo-form-wrap.fo-verification-special {
    width: 100%;
}
div .fo-verification-special input::placeholder {
    color: #9CA3AF;
    opacity: 1;
}
div .fo-verification-special input {
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    font-size: 14px;
    line-height: 143%;
    width: 100%;
    font-weight: 400;
    color: #374151;
    background: transparent;
}
.fo-contact-wrapper a svg {
    margin-left: 8px;
    width: 18px;
    height: 18px;
}
.fo-contact-wrapper a {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    color: #111928;
    display: flex;
    align-items: center;
}
.fo-contact-img-verfiy {
    width: 38px;
    height: 38px;
}
.fo-contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #E5E7EB;
    background: #fff;
    border-radius: 8px;
    padding: 14px 22px;
    margin-top: 20px;
}
.ui-dialog.ui-widget.ui-widget-content {
    background: var(--white, #FFFFFF);
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-radius: 8px;
    padding: 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    padding: 0;
    border: unset;
    background: transparent;
    margin-bottom: 10px;
    font-size: 16px;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: 0px;
    padding: 0;
    background: transparent;
    border: unset;
}
.ui-dialog .ui-dialog-content {
    padding: 0;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
     border-width: 0;
         margin-top: 0;
}
section.fo-form-sec.positive-space.fo-thanks-page {
    margin-top: 14px;
    height: 70vh;
    display: flex;
    align-items: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
    background: #EE2A65;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    border: 1px solid #ee2a65;
    border-radius: 8px;
    padding: 7px;
}
div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2) {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1F2A37;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 7px;
}
.ui-widget.ui-widget-content {
    border: unset;
    width: 100%;
}
.ui-widget-header {
    border: unset;
    background: transparent;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px !important;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 150%;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 21px;
    height: 26px;
}
.ui-datepicker-current-day a.ui-state-default {
    border: 1px solid #ee2a65;
    border-radius: 8px;
    background: #ee2a65;
    color: #fff;
}
.ui-datepicker-today a.ui-state-highlight {
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    background: #c6c6c6;
    color: #000000;
}
.ui-widget-overlay {
    background: #000000;
    opacity: 0.6;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: unset;
    background: transparent;
    color: #111928;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    padding: 8px 11px;
    text-align: center;
    font-family: 'Inter';
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: unset;
    background: transparent;
}
.ui-datepicker th {
    padding: 9px 11px;
    border: 0;
    color: #6B7280;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
       font-family: 'Inter';
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    width: calc(100%/2 - 3px);
}
.fo-delivery-sec .package-details {
    background: #fff;
}
.modal {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center; align-items: center;
}

.modal-content p {
    color: #111928;
font-weight: 400;
font-size: 10px;
line-height: 150%;
text-align: left;
}
.modal-content h3 {
    color: #111928;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 8px;
}
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 313px;
  width: 100%;
  text-align: center;
}

.signature-container {
    margin: 15px 0 20px 0;
    height: 142px;
    border-radius: 10px;
    background: #EBF5FF;
    position: relative;
}

#signatureCanvas {
  width: 100%;
  height: 100%;
}

.modal-actions button {
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.package-wrapper {
    width: 100%;
    max-width: 290px;
}
#saveSignature {
    background: #e91e63;
    color: #fff;
    padding: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}
#clearSignature {
    background: transparent;
    border: unset;
    position: absolute;
    right: 15px;
    padding: 0;
    bottom: 10px;
    color: #EE2A65;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
}
.modal-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
#closeModal {
    background: transparent;
    color: #4B5563;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
}


/* START DATE-PICKERCALENDER DESIGN CODE */
    .datepicker-container {
        position: relative;
        display: flex;
        align-items: center;
    }
    .datepicker-container .selected-date {
        padding-right: 48px;
    }
    .datepicker-container .open-calendar {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        padding: 0;
        background-color: transparent;
        border: none;
        right: 10px;
        z-index: 2;
    }
/* END DATE-PICKERCALENDER DESIGN CODE */
