/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto);
/* FREE GOOGLE FONT */

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  /* Light gray background for a modern feel */
}

.set-radius-zero {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.content-wrapper {
  margin-top: 40px;
  min-height: 600px;
  padding-bottom: 60px;
}

.page-head-line {
  font-weight: 900;
  padding-bottom: 20px;
  border-bottom: 2px solid #F0677C;
  text-transform: uppercase;
  color: #F0677C;
  font-size: 20px;
  margin-bottom: 40px;
}

.page-head-custom {
  padding-bottom: 8px !important;
  margin-bottom: 10px !important;
}

.btn {
  border-radius: 0.25rem;
  /* Slightly rounded corners for buttons */
}

.progress {
  height: 8px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.login-icon {
  height: 60px;
  width: 60px;
  padding: 13px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #F0677C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/* =============================================================
   HEADER SECTION STYLES (New styles for iMedic Key Control System UI)
 ============================================================ */
.main-header {
  background-color: #6A0DAD;
  /* Purple background for the main header */
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.header-title {
  font-size: 1.8rem;
  /* Slightly larger font size */
  font-weight: 700;
  /* Bolder font weight */
  color: #fff;
  /* White text color */
  text-decoration: none;
  /* Remove underline */
}

.header-user-info {
  font-size: 1rem;
}

.navigation-bar {
  background-color: #36454F;
  /* Dark gray for navigation bar */
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.navigation-bar .navbar-nav .nav-link {
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  /* Slightly bolder navigation links */
  transition: background-color 0.3s ease;
  /* Smooth transition on hover */
}

.navigation-bar .navbar-nav .nav-link:hover {
  background-color: #555;
}

/* Adjustments for Bootstrap 5's default navbar behavior */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* =============================================================
   MAIN CONTENT STYLES
 ============================================================ */
.main-content-full-width {
  padding: 20px;
  margin-top: 20px;
}

/* Styles for the info panel */
.info-panel {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  /* Slightly rounded corners for the panel */
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.info-row {
  display: contents;
}

.info-label {
  font-weight: normal;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.info-value {
  font-weight: bold;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.company-name {
  color: #FF69B4;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
}

/* Remove old header and menu styles that conflict with new structure */
header {
  background-color: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
}

.left-div,
.user-settings-wrapper,
.menu-section,
.navbar-inverse,
.navbar-brand,
.navbar-header {
  display: none;
}

/* =============================================================
   FOOTER SECTION STYLES (Keep existing footer or adjust as needed)
 ============================================================ */
footer {
  padding: 10px;
  color: #fff;
  font-size: 0.8rem;
  background-color: #36454F;
  /* Dark gray footer to match navigation */
  text-align: center;
  margin-top: 20px;
}

footer a,
footer a:hover {
  color: #fff;
  text-decoration: none;
}

/*==============================================
    DASHBOARD  STYLES (Keep existing dashboard styles or adjust as needed)
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
  background-color: #B9B739;
}

.bk-clr-two {
  background-color: #F94C4C;
}

.bk-clr-three {
  background-color: #119c7e;
}

.bk-clr-four {
  background-color: #b739b9;
}

.dashboard-div-icon {
  height: 75px;
  width: 75px;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.dashboard-div-wrapper {
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  color: #fff;
  margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
  height: 2px;
}

/* NOTICE BOARD */


.notice-board .panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.notice-board ul {
  padding-left: 0px;
  list-style: none;
}

.notice-board li {
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
  margin-right: 10px;
  border: 1px solid #DBDBDB;
  padding: 5px;
}

.notice-board li a,
li a:hover {
  text-decoration: none;
  color: #000;
}

/* SOCIAL BUTTONS */
.btn-social {
  color: white;
  opacity: 0.8;
}

.btn-social:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-twitter {
  background-color: #00aced;
}

.btn-linkedin {
  background-color: #0e76a8;
}

.btn-google {
  background-color: #c32f10;
}

/* Additional */
.errorlist {
  margin: 0;
  margin-left: -40px;
  color: red;
}

#id_gender,
#id_lead_category {
  margin: 0;
  margin-left: -35px;
}

#id_gender li,
.social-media-options li,
#id_lead_category li {
  display: inline-block;
  margin-right: 12px;
}

.errorlist li,
#id_gender li,
#id_lead_category li {
  list-style: none;
}

.menu-section {
  min-height: 40px;
}

.navbar-brand {
  padding-top: 20px;
}

.navbar-brand h2 {
  color: #ffffff;
}

.navbar-header {
  height: 80px;
}

.welcome {
  float: right;
  color: #ffffff;
  margin-top: 45px;
  font-size: 20px;
}

.navbar-inverse {
  background-color: #6C206D;
}

header {
  background-color: #39143A;
}

input[type='text'],
select,
input[type='number'],
input[type='email'],
textarea,
input[type='number'] {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type='text'],
input[type='email'],
textarea,
input[type='number'],
#id_probability {
  width: 100%
}

input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.inline-block {
  display: inline-block;
}

.lead-form .row {
  margin-bottom: 10px;
}

.lead-form .row div {
  vertical-align: top;
}

.lead-form textarea {
  height: 60px;
}

.lead-form ul {
  list-style: none;
}

.referral-doctor {
  margin-top: 30px;
  height: 40px;
}

#id_referral_doctor,
#id_referral_other,
#id_recommended_others {
  width: 300px;
}

.social-media-options {
  margin-top: 40px;
  height: 40px;
}

.social-media-options ul {
  margin-left: -40px;
}

.social-media-options li {
  margin-right: 4px;
}

.referral-other {
  margin-top: 56px;
}

.recommended-others {
  margin-top: 242px;
  margin-left: -240px;
}

.instructions {
  padding: 5px 5px 5px 0;
}

.center {
  text-align: center;
}

.medical-other {
  margin: 0 60px 0 40px;
}

.total {
  font-size: 14px;
  color: #000;
  top: 20px;
  position: relative;
  text-transform: none;
  font-weight: normal;
}

.total span {
  margin-right: 20px;
}

.sort {
  margin-right: -5px;
  margin-bottom: -8px;
  color: #ABC8E2;
}

.sort.active {
  color: #166FFF;
}

input[type="radio"] {
  margin-right: 2px;
}

#id_comment {
  height: 135px;
  width: 350px;
}

#folloup_submit {
  margin-left: 289px;
}

.followup {
  font-size: 14px;
  padding-bottom: 12px;
}

.tick {
  color: green;
  margin-left: 3px;
}

.search-results {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin: 4px 0;
}

.details {
  margin-top: 20px;
}