#delivery-tracking-page {
	height: 100%;
	width: 100%;
}

#delivery-tracking-page .page-title {
	font-size: 20px;
	font-family: "Noto Sans Hebrew,Bold";
	margin-top: 5px;
	margin-bottom: 5px;
}

.loading-data img {
    width: 50px;
    height: 50px;
    margin: 30px;
}

#delivery-tracking-page .main-button {
	font-family: "Noto Sans Hebrew,Regular";
	font-size: 16px;
	width: 120px;
	padding: 4px 10px;
}


#delivery-tracking-page .send-text {
	font-family: "Noto Sans Hebrew,Regular";
	font-size: 16px;
}

#delivery-tracking-page .form-group {
	margin-bottom: 5px;
}

#map {
	height: calc(100% - 135px); 
	min-height: 100px;
	margin-left: -15px;
	margin-right: -15px;
}


#delivery-tracking-page .data-updated-before {
	font-size: 20px;
	font-family: "Noto Sans Hebrew,Bold";
	color: #ff0000;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
    text-align: center;
    direction: rtl;
    padding: 30px;
}

h1 {
    font-size: 36px;
    color: #78358f;
}

h1 .yellow {
    color: #f8e600;
}

.description {
    font-size: 20px;
}

.title{
    font-size: 66px;
}

.search-section {
    margin-bottom: 30px;
}

.search-section input[type="text"] {
    padding: 10px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-section button {
    background-color: #f8e600;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

.tracking-info {
    text-align: right;
    margin: 20px auto;
    max-width: 600px;
    padding-top: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table thead th {
    background-color: #e0e0e0;
    padding : 10px;  
    text-align: right;
}

table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table tbody tr:nth-child(even) {
    background-color: #e0e0e0;
}

table td {
    padding: 12px;
    text-align: right;
}

.actual-receiver {
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}

.actual-receiver span {
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.search-section {
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    max-width: 500px; 
    margin: auto;
}

.search-section input[type="text"] {
    padding: 10px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    
  
    font-size: 18px;
    flex: 1;
    
}

.search-section button {
    background-color: #f8e600;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

.title {
    white-space: nowrap;
    font-size: 50px; /* גודל ברירת מחדל */
}

@media (max-width: 600px) {
    .title {
        font-size: 30px; /* במסכים קטנים - הקטנת הטקסט */
    }
    
    .search-section input {
        font-size: 14px;
        padding: 8px;
        width: 50px;
    }
    .search-section button {
        font-size: 8px;
        padding: 8px 16px;
    }
    
    .description {
    font-size: 16px;
}
}
