body {
    font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 50px;
	text-align: center;
}

h2 {
	font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
label {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
    margin: 0;
}
.text-part ul {
    list-style: none; /* Remove default list-style (bullet points) */
    padding-left: 0; /* Remove left padding for the list */
}
.fa {
	font-size: 10px;
	font-weight: 600;
    margin-right: 5px;
}

/* Add some space below the dropdown */
.currency-dropdown {
    margin-bottom: 20px;
}

/* Logo Styles */
.logo {
	width: 150px;
	height: 30px;
	margin-left: 55px;
}

.text-part {
	font-size: 13px;
    margin: 30px 0;
    text-align: justify;
}
li {
	font-size: 12px;
}
/* Custom CSS for the entire table */
table {
    width: 100%; /* Table takes full width of its container */
    border-collapse: collapse; /* Remove border spacing */
}

/* Custom CSS for table headers (th) */
th {
    background-color: #333; /* Header background color */
    color: #fff; /* Header text color */
    font-weight: bold; /* Header text boldness */
    text-align: center; /* Header text alignment */
    padding: 10px; /* Header cell padding */
}

/* Custom CSS for table rows (tr) */
tr {
    background-color: #f5f5f5; /* Row background color */
    text-align: center; /* Row text alignment */
    padding: 8px; /* Row cell padding */
}

/* Custom CSS for table cells (td) */
td {
    padding: 8px; /* Cell padding */
    text-align: left; /* Cell text alignment */
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
td i {
	margin-left: 5px;
    
}
td a {
	text-decoration: none;
    
}

/* Example of custom button style */
.btn {
    color: #fff;
	font-size: 8px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #f00;
	padding: 2px 4px;
	border-radius: 7px;
    margin-left: 5px;
}

.btn:hover {
    color: #fff;
	font-size: 8px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #f00;
	padding: 2px 4px;
	border-radius: 7px;
    margin-left: 5px;
}

/* Override Bootstrap's default table header style */
.table {
	margin-bottom: 5rem;
}
.table thead th {
    background-color: #fb5033;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    padding: 4px 8px;
}
.table td {
padding: 6px 8px; 
}
.form-control {
	margin-bottom: 20px;
    margin-top: 10px;
    font-size: 13px;
}
/* Styles for the fixed footer */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #333; Background color for the footer */
    background: linear-gradient(to right, #ff5733, #c70039);
    color: #fff; /* Text color for the links */
    display: flex;
    justify-content: space-between;
    padding: 7px 15px;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-section {
    flex: 1;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.telegram-section {
    border-right: 2px solid #fff; /* Right border for Telegram section */
    border-left: 2px solid #fff; /* Right border for Telegram section */
}

.fixed-footer a {
    text-decoration: none;
    color: #fff; /* Text color for the links */
}
.fixed-footer i {
    margin-right: 3px;
}

.fixed-footer a:hover {
    text-decoration: none;
}
#search{
    margin-top: 33px;
}

.modal-body {
	padding: 15px;
}

.modal-content {
	margin: 185px 0;
}

.modal-header {
	background-color: #333;
	color: #fff;
	padding: 7px 14px;
	/* font-size: 130px; */
}
.modal-dialog {
	padding: 0px 20px;
}
.modal-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 0;
	line-height: 2;
}
.modal span{
    color: #000;
}

.modal-content img {
	height: 300px;
	width: 300px;
	display: block;
    margin: 0 auto; /* Horizontally center the image */
}
.modal-content button {
	color: #fff;
}