@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*
========================
Header area start
========================
*/

.button-large {
    display: inline-block;
    padding: 50px 200px; /* Adjust padding for larger size */
    border-radius: 30px; /* Keep the rounded corners proportional */
    color: white;
    font-family: Arial, sans-serif;
    font-size: 50px; /* Increase font size for better readability */
    text-align: center;
    text-decoration: none;
    margin: 5px;
    cursor: pointer;
    background-color: #4285F4; /* Blue color for 'Assigned' */
}

body {	
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;    
	/* background: #ff7675; */
	color: #333333;	
}

h1,
h2,
h3,
h5,
h6,
p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    /* background: #ff7675; */
    color: #333333;
}

* {
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #047EE3;
}

::-webkit-selection {
    color: white; 
    background: #047EE3;
}

::-moz-selection {
    color: white; 
    background: #047EE3;
}


.main-area {
    width: 375px;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main-area::-webkit-scrollbar {
    display: none;
}

.main-area {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}

.google-map {    
    background: url(images/google-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 33vh;
    position: relative;
}

.google-map-overlay {
    padding-top: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}

.hamburger-icon, .go-prv-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #B3B0B0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.go-prv-icon i {
    font-size: 20px;
}

.hamburger-icon span {
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background-color: #000;
    display: block;
}

.hamburger-icon span:nth-child(2) {
    margin: 4px 0;
}

.offcanvas {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 999999;
    left: 100%;
    transition: all 0.4s ease;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.show {
    left: 0;
}

.menu-list {
    text-align: center;
}

.menu-list li {
    margin-bottom: 10px;
}

.menu-list li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}


/* Navigation Area */
.navigation-area {
    padding: 15px 20px;
}

.navigation-box {
    width: 23%;
    padding: 10px;
    border-radius: 12px;
    background-color: #0FAF4F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.navigation-box:hover,
#active {
    opacity: 1;
}

.navigation-box i {
    font-size: 25px;
}

.navigation-box span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    /* letter-spacing: 1px; */
}

/* PickUp area CSS */
.pickup-area {
    margin-top: 25px;
}

.single-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.area-icon i {
    font-size: 25px;
    margin-right: 20px !important;
}

.area-desc p {
    opacity: 0.8;
    margin-bottom: 5px;
}

.share-icon {
    margin-left: auto;
    padding-right: 20px;
}

.pr-0 {
    padding-right: 0 !important;
    padding-left: 25px !important;
}

.share-icon i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #0FAF4F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0FAF4F;
    cursor: pointer;
}

.row-right {
    width: calc(100% - 9%);
}

.area-desc h6 {
    font-size: 14px;
}

.area-desc span {
    font-size: 15px;
    opacity: 0.8;
    display: block;
    margin: 5px 0;
}

.delivery-time h5 {
    font-size: 17px;
}

.assigned {
    margin-top: 30px;
    
}

.width {
    width: 25px;
}

.area-icon img {
    max-width: 100%;
    margin-right: 25px;
    display: block;
}

.status {
    padding: 15px 0;
    margin-left: 15px;
    width: 100%;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    
}

.status li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
}

.status li:first-child {
    background-color: #047EE3;
    padding: 5px 8px;
    border-radius: 8px;
}

.status li:nth-child(2) {
    background-color: #E43A4B;
    padding: 5px 8px;
    border-radius: 8px;
}

.status li:nth-child(3) {
    background-color: #92959C;
    padding: 5px 8px;
    border-radius: 8px;
}

.status li:last-child {
    margin-left: 17px;
}

.status li:last-child i {
    color: #BEBEBE;
    font-size: 18px;
}


/* Footer Area CSS */
.footer-area {
    margin-top: 50px;
    padding-bottom: 15px;
    border-top: 1px solid #E0E0E0;
}

.btn-wrpper {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-one, .btn-tow {
    margin-top: 15px;
}

.btn-one a {
    color: #ffffff;
    background-color: #0FAF4F;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 12px;

}

.btn-tow a {
    color: #ffffff;
    background-color: #91949B;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 12px;

}


.SMN_effect-86 a {
	overflow: hidden;
	z-index: 1;
    position: relative;
}

.SMN_effect-86 a:before, .SMN_effect-86 a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-top: 23px solid #047EE3;
	border-bottom: 23px solid #047EE3;
	transition: 0.5s;
}

.SMN_effect-86 a:before {
	border-right: 20px solid transparent;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.SMN_effect-86 a:after {
	border-left: 20px solid transparent;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.SMN_effect-86 a:hover:before {
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
}

.SMN_effect-86 a:hover:after {
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
}








