/*body {
	font-family: 'Roboto', sans-serif;
}*/
.logo {
	width: 65px;
	height: auto;
}
.bgcolor {
	/*background:#00A1f1;*/
	background:#FF4162;
}

.shadow {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
}

.shadow:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

.boxsize {
	min-height: 400px;
    background: white;
    border: 1px solid #e9ecef;
}

.tab-content {
	height: 330px;
	padding: 24px;
	border: 1px solid #e9ecef;
    border-radius: 0 0 12px 12px;
    background: white;
    overflow-y: auto;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main.content {
    flex: 1;
    flex-grow: 1;
}

footer {
	margin-top: auto;
	background: linear-gradient(135deg, #212529 0%, #343a40 100%);
    color: white;
    width: 100%;
    z-index: 9999;
    padding: 20px 0;
    font-size: 0.9rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #495057;
    flex-shrink: 0;
}

footer p {
    margin: 0;
    font-weight: 400;
}

footer a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Forgot Password Link */
.forgot-password-link {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 15px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.forgot-password-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background: rgba(0, 123, 255, 0.05);
}

/* Alternative styling for existing forgot password */
.shadow a.m-2 {
    display: inline-block;
    color: #007bff !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    margin-top: 15px !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
    background: transparent !important;
}

.shadow a.m-2:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
    background: rgba(0, 123, 255, 0.05) !important;
}

/* Footer responsive adjustments */
@media (max-width: 768px) {
    footer {
        padding: 15px 0;
        font-size: 0.85rem;
    }
    
    .shadow a.m-2 {
        font-size: 0.85rem !important;
        padding: 6px 12px !important;
    }
}

.validation-css p {
	color: #dc3545!important;
	font-size: 0.85rem!important;
	margin-bottom: 5px!important;
    font-weight: 500;
}
.validation-css label {
	font-size: 0.95rem;
    font-weight: 500;
    color: #495057;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /*background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);*/
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

button.active{
    border-color: #1495bb !important;
    background-color: #1495bb !important;
    color: #FFFFFF;
}

.form-section {
  color: #212529;
    line-height: 2.5rem;
    margin-bottom: 25px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    font-weight: 600;
}

.radioerror p{
  position: absolute;
    white-space: nowrap;
    margin-top: 30px;
}

.fetcherror p{
  position: absolute;
    white-space: nowrap;
    margin-top: 35px;
    margin-bottom: 5px;
}

.radioerror1 p{
  position: absolute;
    white-space: nowrap;
}

.require:after {
  content: "*";
  color:red;
  font-size: 20px;
}
.btn-success {
    border-color: #28a745 !important;
    background-color: #28a745 !important;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 8px;
    /*padding: 10px 20px;*/
    transition: all 0.2s ease;
}

.btn-success:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.success {
  border-color: #28a745 !important;
  background-color: #28a745 !important;
  color: #FFFFFF;
    border-radius: 8px;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.addressstyle{
    font-size: 13px;
    color: blue;
    margin: auto;
    padding: 15px;
}

hr {
    border-top: 1px solid #dee2e6;
    margin: 10px 0;
  }
  
.h5, h5 {
    font-size: 1.25rem !important;
}

/* Professional Form Styles */
.form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: white;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

/* Professional Dropdown Styles */
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 12px center;
    background-size: 16px;
    /*padding-right: 40px;*/
    cursor: pointer;
    position: relative;
    z-index: 10;
    min-height: 44px;
    line-height: 1.5;
    display: block;
    width: 100%;
}

select.form-control:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

/* Dropdown hover effects */
select.form-control:hover {
    border-color: #adb5bd;
    background-color: #f8f9fa;
}

/* Dropdown options styling */
select.form-control option {
    /*padding: 10px;*/
    background: white;
    color: #212529;
    font-size: 0.95rem;
}

/* Fix for IE and Edge */
select.form-control::-ms-expand {
    display: none;
}

/* Enhanced dropdown container */
.valid select.form-control {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
}

/* Force dropdown visibility */
.col-sm-4.valid select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Additional dropdown fixes */
select.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

/* Mobile dropdown fixes */
@media (max-width: 768px) {
    select.form-control {
        font-size: 16px; /* Prevents zoom on iOS */
        min-height: 48px;
        padding: 12px 40px 12px 16px;
    }
}

/* Fix for dropdown z-index issues */
.form-group {
    position: relative;
    z-index: 1;
}

.form-group:hover {
    z-index: 10;
}

/* Dropdown container styling */
.valid {
    position: relative;
    z-index: 5;
}

.valid:hover {
    z-index: 15;
}

/* Professional Button Styles */
.btn-primary {
    border-radius: 8px;
    /*padding: 12px 24px;*/
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

/* Professional Navigation Tabs */
.nav-tabs {
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    border-radius: 12px 12px 0 0;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #6c757d;
    background: transparent;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link:hover {
    color: #495057;
    background: #f8f9fa;
    border-bottom-color: #dee2e6;
}

.nav-tabs .nav-link.active {
    color: #007bff;
    background: white;
    border-bottom: 3px solid #007bff;
    font-weight: 600;
}

/* Professional News Events */
.news_event {
    line-height: 1.6;
    border: 1px solid #e9ecef;
    padding: 16px 20px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #ffffff;
    transition: all 0.2s ease;
    border-left: 4px solid #007bff;
}

.news_event:hover {
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left-color: #0056b3;
}

.news_event i {
    color: #007bff;
    margin-right: 12px;
    font-size: 1rem;
}

.news_event a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.news_event a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .shadow {
        margin: 10px;
    }
    
    .tab-content {
        padding: 20px;
        height: auto;
        max-height: 400px;
    }
    
    .nav-tabs .nav-link {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
}