 /*!
Theme Name: NepalTravel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nepaltravel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NepalTravel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.pstimg  
{
	width: 224px;  
}
.yatra-container {
  width: 100%;
  max-width: 1150px !important;

}
item .icon-wrap {
    font-size: 20px !important;
    color: #39582F !important;
}
.yatra-single-main-content-area-inner {
    text-align: justify !important;
}
.yatra-tour-attribute-info
{
    display: none!important;
}





#pmt-form {
    max-width: 500px;
    padding: 15px;
    border: 1px solid #ccc;
}
.pmt-step {
    margin-bottom: 20px;
}
.pmt-nav {
    margin-top: 10px;
}
.pmt-nav button {
    margin-right: 10px;
}


/* Private Message System Panel */
#private-message-dashboard {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Header of the message panel */
#private-message-dashboard h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Message List */
#message-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

/* Individual message */
#message-list p {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Sender information */
#message-list p strong {
    color: #0056b3;
    font-weight: bold;
}

/* Message timestamp */
#message-list p small {
    color: #888;
    font-size: 12px;
}

/* Input for new messages */
#new-message {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    resize: vertical;
}

/* Send button */
#send-message {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

#send-message:hover {
    background-color: #005d8c;
}

/* Close button */
#close-message-panel {
    padding: 10px 20px;
    background-color: #d9534f;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

#close-message-panel:hover {
    background-color: #c12e2a;
}

/* Styling for the 'View' button in the main table */
.open-private-message-dashboard {
    background-color: #28a745;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.open-private-message-dashboard:hover {
    background-color: #218838;
}

/* Scrollbar styling for the message list */
#message-list::-webkit-scrollbar {
    width: 8px;
}

#message-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

#message-list::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

.unread-badge {
    background-color: #FF6347;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 10px;
}

div#gt-wrapper-66094443 {
    margin-left: 20px !important;
}

