/*******************
 CUSTOM CSS STYLE
 *******************/

 html{
  scroll-behavior:smooth;
}

body{
	overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
 	height: 100vh;
}

pre{
  font: inherit;
  display: block;
}

header{
	background-color: #fff;
	padding: 7px 25px;
	height: 50px;
	position: fixed;
	width: 100%;
	z-index: 10
}

header .btn{
  font-weight: bold;
}


a{
  color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}


input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #39ace7;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

tr.sm-font > td {
  font-size: 11px;
  color: #545454;
} 

tr.sm-font > th {
  font-size: 13px;
  font-style: bold;
}

div.modal-header{
  margin: 2%;
}

/* errorMsg start */
.invalidLabel{
  color: red;
}
.invalidInput{
  border-color: red;
}
/* errorMsg start */

div.modal-content{
  border-radius: 0;
  border: none;
}

div.modal-content > .modal-header{
/*  background-color: #00aee2;
  color: #fff;*/
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
}

div.modal-content > .modal-body{
  padding: 35px;
}

.main-menu{
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.navigation{
  float: right;
  padding: 0  
}

.navigation li{
	display: inline-block;
	margin:0 8px;
	cursor: pointer;
}

.navigation li span{
	font-size: 14px
}

.navigation li span:hover{
   color: #0fb2f1
}

.btn{
  border-radius: 0;
	border-color: #0fb2f1;
}
.btn:focus{
  border-radius: 0;
	outline:0;
}
.btn-primary{
	background-color: #0fb2f1;
}

.logo{
	width: 35px;
	height: 35px;
}

.header-details{
  background-color: #0f5d86;
  color: #ffffff;
}

.header-theme-color{
  color: #0f5d86;
}

.col.menu-border{
  transition: transform .2s; /* Animation */
}

.col.menu-border:hover, .col.menu-border:focus {
  transform: scale(1.09);
}

.col-auto.menu-border-2{
  transition: transform .2s; /* Animation */
}

.col-auto.menu-border-2:hover, .col.menu-border:focus {
  transform: scale(1.09);
}

.square-btn:hover{
  background-color: #0F5D86;
}

.square-btn.outline-btn:hover{
  color: #ffffff;  
}


/* STRUCTURE */
.wrapper {
  background-color: #0F5D86;
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.wrapper-menu {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 10px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}


/* FORM TYPOGRAPHY*/

.login-btn  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 80%;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.square-btn  {
  background-color: #56baed;
  display: inline-block;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 1rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
}

.outline-btn{
  background-color: transparent;
  border: 1px solid #56baed;
  color: #56baed;
}

.small-btn{
  padding: 0.60rem 0.55rem;
}

.main {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 50px;
  margin-left: 50px;
}

#basic-addon2{
  padding-right: 15px;
  background:transparent;
}

#password{
  border-left: 0;
}

#loginnumber, #password{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.error-input{
  border-color: red;
}

.scheduler-txt{
  color: #0F5D86;
}

.header-nav{
  background-color: #0F5D86;

}

.menu-border{
  border-style: solid;
  border-color: grey;
  border-width: medium;
  border-radius: 15px;
}

.menu-border-2{
  border-style: solid;
  border-color: #c1c4c9;
  border-width: 2px;
  border-radius: 7px;
}

.header-text{
  font-size: 16px;
}

.content-custom{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
  margin-top: 2rem !important;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
}

.topnav a:hover {
  border-bottom: 3px solid #007bff;
}

.topnav a.active {
  border-bottom: 3px solid #007bff;
}

.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-exl > .modal-dialog{
  max-width: 1140px;
}

.modal{
  overflow: auto;
}

.circle{
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.circle-img{
  width: 100px;
  height: auto;  
}

.contact-circle-img{
  width: 30px;
  height: auto;  
}

.contact-circle-large{
  width: 45px;
  height: auto;  
}

.contact-circle-xlarge{
  width: 60px;
  height: auto;  
}

.upload-placeholder{
  width: 50%;
  height: auto;
}

.custom-modal-header{
  float: right; 
  cursor: pointer;
}

.form-control-plaintext{
  padding-left: 14px;
}

.menu-border a:hover{
  color: grey;
}

.menu-border-2 a:hover{
  color: grey;
}

.custom-contact-font{
  font-size: 14px;
}

.custom-scroll {
  max-height: 300px;
  overflow-y: auto;
}

.custom-scroll-2 {
  max-height: 200px;
  overflow-y: auto;
}

.path-card{
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  padding: 12px 45px 12px 15px;  
  margin: 10px 0;
  position: relative;
  background-color: white;
  border-radius: 4px;
}

.path-card > label{
  vertical-align: middle;
  line-height: 18px;
  margin-left: 18px;
}

@media (max-width: 768px) {
  .path-card {
    padding: 10px 40px 10px 12px;
  }
}

/* Change background color of buttons on hover */
.tablinks:hover {
  background-color: green;
}

/* Create an active/current tablink class */
.tablinks.active {
  background-color: white;
  border: none;
}

.table-responsive{
  min-height: 272px;
  
}

.pointed{
  cursor: pointer;
}

.info-card{
  border-left-style: solid;
  border-left-width: medium;
  border-radius: 0;
  border-left-color: #0f5d86;
  background-color: #f0f4f7;
}

.dashboard-card{
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dashboard-card .card-block {
    padding: 25px 25px 5px 25px;
}

.order-card i {
    font-size: 25px;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.bg-c-custom {
    background: linear-gradient(45deg,#7bccd4, #aae1e6);
}

.check-relative{
  position: relative;
}

.sub-menu{
  margin-right: 12px !important;
}

.sub-menu-bg{
  background-color: #edf1f5;
}

.gk-printreport-area {
  height: 100%;
  padding: 10px 75px;
}

.gk-print-sideborder {
  border-left: 35px solid #313942;
  border-right: 35px solid #313942;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
}

.gk-printreport-area img {
    width: 300px;
}

.gk-printreport-area table {
    font-size:11px;
}

.gk-printreport-area table thead tr{
    font-weight: bold;
}

.gk-printreport-area .table>thead>tr>td, .gk-printreport-area .table>tfoot>tr>td,
.gk-printreport-area .table>thead>tr>th, .gk-printreport-area .table>tfoot>tr>th{
    font-family: "ProximaNovaBold";
}

.gk-printreport-area table tfoot tr{
  border-top:2px solid #ccc;
}

.gk-printreport-area .table>thead { display: table-header-group }
.gk-printreport-area .table>tfoot { display: table-row-group }
.gk-printreport-area .table>tr { page-break-inside: avoid }

.goToTop{
    display: none; 
    position: fixed;
    width: 50px;
    height: 40px;
    bottom: 6px;
    right: 0;
    padding: 10px;
    z-index: 100000;
    cursor: pointer;
    margin: 10px;
    -moz-opacity: 0.60;
    opacity: .60;
    background-color: #56baed;
    filter: alpha(opacity=60);
}

.menu-border a{
  text-decoration: none;
}

.menu-border-2 a{
  text-decoration: none;
}

.filter-dropdown{
  width: 473px !important;
  position: absolute; 
  z-index:1000;
  right: 0;
  top: 80%;
  margin-right: 12.7%;
  display: block;
}

.filter-dropdown-inner{
  position: absolute;  
  left: 0; top: 100%; 
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #edf1f5;
}

@media (min-width: 1980px){
  .filter-dropdown{
    width: 690px !important;
    margin-right: 8%;
  }
}

/* @media print{
  .header-details{
    color: #000000; 
  }
} */

.customTab{
  -webkit-box-shadow: 0 10px 30px 0 rgba(15,93,134,0.4);
  box-shadow: 0 10px 30px 0 rgba(15,93,134,0.4);
}

.search-input{
  border-radius: 0;
  padding: 20px;
}

.filter-btn{
  padding: 9px; 
  margin-right: 1px;
}

.print-btn{
  padding: 10px;
}

.action-icon{
  width: 20px;
}

.table > tbody>tr>td{
  padding: 5px;
  vertical-align: middle;
}

.custom-padding{
  padding: 0.5rem;
}

.dashboard-icon{
  width: 50px;
  text-align: left;
}

.not-allowed {cursor: not-allowed; opacity: 0.6;}

.upload-box-outer{
  margin: 0 auto;
  width: 430px;
  height: auto;
  background-color: #edf1f5;
  border: 2px dashed grey;
  text-align: center;
  line-height: 40px;
  padding: 20px;
}

.upload-box-outer p{
  width: 100%;
  height: 100%;
}

.no-pads{
  padding-right:5px;
  padding-left:5px;
}

.empty-padding{
  padding-right:0px !important;
  padding-left:0px !important;
}

#tab-menus {
    padding: 30px 0px;
}
#tab-menus .nav-tabs {
    background-color: #edf1f5;
   
}
#tab-menus{  
    padding: 5px 15px;
}

.tab-content{
   padding: 5px 3px; 
}

#tab-menus .nav-link {
    font-size: 15px;
    color: grey;
}
#tab-menus .nav-tabs {
    border-bottom: 1px solid #c1c4c9;
}
#tab-menus .nav-tabs .nav-link.active {
    border-color: #c1c4c9 #c1c4c9 #fff;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  display: flex;
}

.nav .nav-item{
  flex: 1;
}

.nav-item a{
  font-size: 1rem;
}

.nav-tabs .nav-link {
    color: var(--gray);
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 1rem 1rem 0 0;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    transition: color 0.2s ease;
}

.nav-tabs .nav-link:hover {
    color: #0F5D86;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    color: #0F5D86
}

.tab-content-group {
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
    padding-top: 20px;
    margin: 0;
}

.tab-1 {
    display: flex;
    gap: 20px;
    width: 100%;
    padding-bottom: 0.5rem;
}

.section-1, .section-2{
    width: 100%;
}

.contact-list,
.added-contact-list {
    /* min-width: 325px; */
    overflow-y: auto;
    padding-left: 0.5rem;
}

.contact-list{
    display: flex;
    flex-direction: column;
    min-height: 370px;
    max-height: 400px;
    overflow-y: auto;
    padding: 0.75rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.added-contact-list {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    height: 410px;
    overflow-y: auto;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;
    background-color: #f8f9fa;
}


.schedule-added-contact-list{
  border: 1px solid #dee2e6;
  border-radius: 4px;
  height: 230px;
  overflow-y: auto;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
}

/* Ensure consistent spacing between contact cards */
.path-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: white;
    border-radius: 4px;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Make sure both sections have equal width and alignment */
.section-1, .section-2 {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Ensure the title has consistent spacing */
.title-label {
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0 0 0.5rem 0;
    color: #333;
}

/* Contact List Section */
.tab-1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 992px) {
    .tab-1 {
        flex-direction: row;
        gap: 2rem;
    }
    
    .section-1, .section-2 {
        flex: 1;
        min-width: 0; /* Prevents flex items from overflowing */
    }
}

/* Contact List Styling */
.contact-list {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    max-height: 400px;
    overflow-y: auto;
    padding: 0.75rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.added-contact-list {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    min-height: 300px;
    max-height: 400px;
    overflow-y: auto;
    padding: 0.75rem;
    background-color: #f8f9fa;
}

/* Three-column contact card layout */
.path-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 8px 15px;
    position: relative;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin: 5px 0;
    transition: all 0.2s ease;
}

.path-card.clickable {
    cursor: pointer;
}

.path-card.clickable:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Contact avatar */
.contact-avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contact details */
.contact-details {
    min-width: 0;
    padding: 4px 0;
}

.contact-name {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.contact-info {
    font-size: 12px;
    color: #6c757d;
    display: flex;
    gap: 6px;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-separator {
    color: #dee2e6;
}

/* Checkbox and remove button */
.contact-checkbox,
.contact-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.contact-checkbox .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}

.contact-remove .fa-times {
    color: #6c757d;
    font-size: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.contact-remove .fa-times:hover {
    color: #dc3545;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .path-card {
        padding: 8px 12px;
        gap: 10px;
    }
    
    .contact-avatar {
        width: 36px;
        height: 36px;
    }
    
    .contact-name {
        font-size: 13px;
    }
    
    .contact-info {
        font-size: 11px;
    }

}

@media (max-width: 1200px) {
    .nav-tabs .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 13px;
        padding: 6px 10px;
    }
}

@media (max-width: 576px) {
    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 5px 8px;
    }
}

/* Custom Dropdown Menu Styles */
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    min-width: 12rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
    color: #212529;
    transition: all 0.2s ease-in-out;
    font-size: 0.9rem;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #f8f9fa;
    color: #0d6efd;
    text-decoration: none;
}

.dropdown-item i {
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

/* Ensure dropdown items align properly with icons */
.dropdown-item .fa-lg {
    font-size: 1.1em;
    line-height: 1.5;
}