html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
   padding-top: 10px;
  /* font: Arial, Helvetica, sans-serif; */
 background: #F8F8F8; 
  
}
* {
  font-family: "Inter", serif; 
}

.claro {
  color: #2a245a;
  background-color: #FBEA89 ;
   

}
 
.tablesheet2 {
 
  font-size: 11px; 
 
}


.tablesheet {
  max-height: 400px;
  font-size: 11px; 
  overflow-y: scroll;
}

.emailtabla-pend {
  color: #757575;
  font-size: 11px; 
  font-family:  Helvetica, sans-serif,Arial; 

}

.emailtabla {
  color: #000000;
  font-size: 11px; 
 font-family:  Helvetica, sans-serif,Arial; 
}



.tableFixHead,
.tableFixHead td {
  box-shadow: inset 1px -1px #000;
}
.tableFixHead th {
  box-shadow: inset 1px 1px #000, 0 1px #000;
}

body .select2-container.select2-container--default.select2-container--open {
    top: 305px!important;
    left: 22px!important;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    top: auto!important;
}

.clickable{
    cursor: pointer; 
    color: #FFFFFF;  
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

.dashboard_titulo {
	font-size: 14px;
    font-weight: 400;
    color: #777777;
	
    margin-top: 0px;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
}
.dashboard_tabla {
	font-size: 11px;

}

.imgLogo{
  aspect-ratio: 200 / 150;
    max-width: 200px;
    max-height: 150px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.slogan {
	color: #002A80;

}

.form-control-combobox {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    height: 34px;
    padding: 6px 12px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.form-control-select2 {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;

    border-radius: 4px;
    
    height: 34px;
    padding-top: 6px ;
 
    
    display: block;
width: 100%;
 
 
 
 
}

 

.botonesmenu {
	width: 200px;
	height: 190px;
	   padding-bottom:  28px;
	   padding-top:  28px;
    font-size: 18px;
    line-height:  normal;

}

.tglobales {
  background: #DBE6FE; 
  
}

.filtros {
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  width: 100%;
  
}

.tstages {
	color: #3C763D;
	background-color: #DFF0D8;
	background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%);
	background-repeat: repeat-x;
	border-color: #B2DBA1;

	padding:7px;
}	

.starter-template {
  padding: 40px 0px;
  margin-top: 20px;
  
}

/* .table-responsive { */
 /*	max-height: 500px; */
	
/* } */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%; 
  height: 80px; /* Set the fixed height of the footer here */
  background-color: #2a245a;

}

.footerbotones {
 margin-top: 30px;
}

.botones {
 margin-top: 17px;
 margin-right: 20px;
}

.column_wordwrap {
  word-wrap: break-word;
}


.container {
  width: auto;
  /* max-width: 1324px; */
  padding: 0 15px;
}

.enpromo {
	color: #6E006E;
}

.pantallaingreso {
  max-width: 400px;
}

/* Fix alignment issue of label on extra small devices in Bootstrap 3.2 */
.form-horizontal .control-label{
        padding-top: 7px;
    }
    

 table.dataTable th,
    table.dataTable td {
        white-space: nowrap;
    }
    
/*Charts*/
 

.easypiechart-panel {
	text-align: center;
 
}
 

.easypiechart {
	position: relative;
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 16px;
	top: 24px;
	width: 100px;
}

#easypiechart-blue .percent { color: #30a5ff;}
#easypiechart-teal .percent { color: #1ebfae;}
#easypiechart-orange .percent { color: #ffb53e;}
#easypiechart-red .percent { color: #ef4040;}




.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.steps .step {
  flex: 1;
}
.steps .step:first-child {
  margin-left: auto;
}
.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}
.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  position: relative;
  max-width: 100%;
  padding-top: 0.5rem;
  padding-right: 1rem;
}
.step-content a:hover {
  text-decoration: none;
}
.step-content::after {
  content: "";
  position: absolute;
  top: 14px;
  left: -46%;
  width: 100%;
  height: 2px;
  background-color: #EAECF0;
}
.step-content:first-child:after {
  background: none;
}
.step-active .stepcontent::after {
  background-color: #007bff;
}
.step-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    border-radius: 100%;
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.step-text {
  color: #adb5bd;
  word-break:  normal;
  margin-top: 0.25em;
}

.step-active .step-circle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.step-active .step-circle::before {
  color: #007bff;
}
.step-active .step-text {
  color: #007bff; 
}

.step-error .step-circle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.step-error .step-circle::before {
  color: #dc3545;
}
.step-error .step-text {
  color: #dc3545;
}

.step-success .step-circle {
  color: #ffffff;
  background-color: #3B36AE;
  border-color: #3B36AE;
}
.step-success .step-circle::before {
  color: #28a745;
}
.step-success .step-text {
  color: #28a745;
}




.tableFixHead {
  overflow-y: auto;

  height: 620px;
}

.tableFixHead table {
  border-collapse: collapse;
  width: 100%;
}

.tableFixHead th,
.tableFixHead td {
  padding: 8px 16px;
 
}

.tableFixHead th {
  position: sticky;
  top: 0;
  background: #FBEA89;
}



.status {
    font-family:  sans-serif;
}
.status .panel-title {
    font-family:  sans-serif;
    font-size: 28px;
    font-weight: bold;
    
    line-height: 15px;
    padding-top: 14px;
    letter-spacing: -0.8px;
}
.homePageList {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px;
}
.homePageList .homeWrapper {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  min-height: 130px;
}
.homePageList .homeWrapper.calendarField {
  justify-content: flex-start;
  gap: 24px;
}
.homePageList .homeWrapper .homeListItem {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #101828;
}
.homePageList .homeWrapper a {
  color: #101828;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.homePageItem {
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px #1018280F;
  border-radius: 8px;
  margin-bottom: 24px;
}
.dashboardTitle {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 24px 0;
}
.dashboardTitle.pilgrimTitle {
  justify-content: space-between;
}
.pilgrimTable .tableHead {
  background-color: #FBEA89;
  padding: 16px 24px;
  font-size: 12px !important;
  line-height: normal !important;
  font-weight: 500 !important;
}
.pilgrimTable .tableRow {
  padding: 16px 24px;
  border-bottom: 1px solid #EAECF0;
  font-size: 12px !important;
  line-height: normal !important;
  font-weight: 500 !important;
}
.dashboardTitle .dashText {
  width: calc(100% - 290px);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #101828;
}
.pilgrimTitle .dashText {
  width: 100%;
}
.actionBtn {
  background-color: transparent;
  border: none;
}
.dash-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #101828;
}
.rightBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.searchBtn{
  display: flex;
  align-items: center;
  gap: 8px;
}
.rightBtn .viewTask {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #3b36ae;
  background-color: #ffffff;
  border: none;
  outline: none;
  word-break: break-all;
  border: 1px solid #3b36ae;
}
.newPassengerBtn {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background-color: #3b36ae;
  color: #ffffff;
  border: 1px solid #3b36ae;
  border: none;
  outline: none;
  word-break: break-all;
}
.newPassengerBtn:hover {
  background-color: #ffffff;
  color: #3b36ae;
  border: 1px solid #3b36ae;
}
.rightBtn .viewTask:focus {
  outline: none !important;
}
.rightBtn .viewTask:hover {
  background-color: #3b36ae;
  color: #ffffff;
  border: 1px solid #3b36ae;
}
.panel-heading.panel-heading-custom {
  background-color: #FBEA89 !important;
  background-image: inherit !important;
  border-bottom: 0 !important;
}
.rightBtn .viewTask.newTask {
  background-color: #3b36ae;
  color: #ffffff;
  border: 1px solid #3b36ae;
}
.rightBtn .viewTask.newTask:focus {
  outline: none !important;
}
.rightBtn .viewTask.newTask:hover {
  background-color: #ffffff;
  color: #3b36ae;
  border: 1px solid #3b36ae;
}
.transferBtn {
  padding: 10px 16px;
  background-color: #E3ECFF;
  border: 1px solid #B5CDFF;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #3B36AE;
}
.rightBtn .printBtn {
  padding: 10px 16px;
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #344054;
  display: flex;
  align-items: center;
  word-break: break-all;
  gap: 8px;
}
.table-responsive {
  padding-inline: 15px;
  width: 100%;
}
.myTable {
  max-height: 500px;
  overflow: auto;
}
.pilgrimBus {
  margin-bottom: 80px;
}
table thead th {
  padding: 12px 24px !important;
  background-color: #FBEA89;
  border-bottom: 1px solid #FBEA89 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500 !important;
  color: #242424;
}
.myTable .tableHeader {
  position: sticky;
  top: -1px;
  z-index: 9;
}
.trackingSheetTable table thead {
  position: sticky;
  top: -1px;
  z-index: 9;
}
.trackingSheetTable table thead th {
  padding: 8px !important;
  font-size: 11px;
}
.trackingSheetTable table tbody tr td {
  padding: 8px !important;
  font-size: 11px;
}
table tbody tr td {
  padding: 16px 24px !important;
  border-bottom: 1px solid #EAECF0 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700 !important;
  text-align: left;
}
.pilgrimHead {
  font-size: 12px;
  line-height: normal;
  font-weight: 500 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #3b36ae;
  cursor: default;
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
  /* border-bottom-color: transparent; */
  border-bottom: 3px solid #3b36ae;
  border-width: 0 0 3px 0;
  background-color: inherit;
}
.bulkEmail {
  color: #000000;
}
.nav-tabs > li > a {
  color: #667085;
}
.createContactPage.panel-default {
  border: 0;
}
.createContact {
  padding: 24px;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280F;
}
.createContact .personalInfoText {
  padding: 57px 0 28px 0;
  font-size: 22px;
  line-height: 21px;
  font-weight: 600;
  color: #3b36ae;
  border-bottom: 1px solid #E1E1E1;
  margin: 0;
  margin-left: 18px;
}
.personalInfoText.pilgrimTitle {
  padding: 0 0 21px 0;
}
.createContact .dateCreated , .createContact .personalInfo , .createContact .emailInfo  {
  display: flex;
  gap: 32px;
}
.dropdownBtn {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  word-break: break-all;
  background-color: #ffffff;
  color: #3b36ae;
  border: 1px solid #3b36ae;
}
.createContact .emailInfo {
  padding-top: 20px;
}
.createContact .dateCreated .form-group ,  .createContact .personalInfo .form-group , .createContact .emailInfo  .form-group {
  width: 25%;
}
.createContact .dateCreated .form-group .control-label ,  .createContact .personalInfo .form-group .control-label , .createContact .emailInfo  .form-group .control-label {
  width: 100%;
  text-align: left;
}
.form-control {
  padding: 6px 12px;
  border: 1px solid #D0D5DD;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #101828;
}
.control-label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #344054;
}
.contactTitle {
  margin-bottom: -30px;
  padding-top: 10px;
}
.userProfileField {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
.userProfileField .form-group {
  width: 25%;
}
.userProfileField .form-group .control-label {
  width: 100%;
  text-align: left;
}
.userProfileField .form-group .input-small {
  padding: 8px 12px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  width: 100%;
}
.userProfileBtn {
  padding-top: 15px;
}
.headingTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.borderClass {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.borderBottom {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.destination_normal {
  width: 25%;
}
.destination_normal .form-group {
  width: 100% !important;
}
.profileUser {
  background-color: #FBEA89;
}
.profileUserBack {
  background-color: #3b36ae;
  color: #ffffff;
}
.profileUserBack:hover {
  color: #ffffff !important;
}
.upperSpacing {
  padding-top: 20px !important;
}
.createContact.pilgrimPage {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0;
}
.panel-primary {
  border: 1px solid 1px solid #3b36ae !important;
  border-color: #3b36ae !important;
}
.bottomSpacing {
  padding-bottom: 20px;
}
.createContact .steps .step:first-child {
  margin-left: inherit;
}
.destinationQuote {
  width: 25%;
  /* padding-left: 33px; */
}
.destinationQuote .form-group {
  width: 100% !important;
}
.departCity {
  width: 25% !important;
  padding-left: 15px;
}
.departCity .form-group .control-label {
  width: 100%;  
  text-align: left;
}
.multicitydiv.departCity {
  width: 25% !important;
}
.totalCost {
  display: flex;
    align-items: end;
    gap: 10px;
}
.totalCost .totalCostField {
  width: 25%;
  padding-left: 20px;
}
.totalCost .totalCostField .control-label {
  text-align: left;
}
.lunchIncluded {
  width: 100% !important;
  padding: 0 0 0 14px;
}
.totalPrice {
  display: flex;
  align-items: end;
}
.lunchIncluded .lunchIncludedField {
  width: 24%;
}
.lunchIncluded .lunchIncludedField .control-label {
  text-align: left;
  padding-left: 0;
}
.lunchIncluded .lunchIncludedField .textField {
  padding: 0;
}
.multicitydiv {
  width: 100%;
}
.multicitydiv .form-group {
  width: 100% !important;
}
.personalInfo.emailInfo.dateInfo {
  flex-wrap: wrap;
}
.text-start {
  text-align: left !important;
}
.quoteBtn.rightBtn {
  width: 100%;
  padding-left: 0;
}
.pilgrimageInfo {
  display: flex;
  gap: 32px;
}
.pilgrimageInfo .form-group {
  width: 25%;
}
.pilgrimageInfo .form-group .control-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #344054;
  width: 100%;
  text-align: left;
}
.searchBtn {
  padding-right: 30px;
  padding-top: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
.trackingSheetTable {
  width: 100%;
  margin-top: 30px;
}
.paginate_button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #667085 !important;
}
.paginate_button:hover {
  border-radius: 8px;
}
.paginate_button.current {
  background: #e1e8ee !important;
  color: #1D2939 !important;
  border: 0 !important;
  border-radius: 8px;
}
.select2-selection.select2-selection--single {
  background-image: inherit !important;
  background-color: #ffffff !important;
  box-shadow: 0px 1px 2px 0px #1018280D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #101828;
}
.select2-selection__arrow {
  background-color: #ffffff !important;
  background-image: inherit !important;
  border: 0 !important;
  overflow: hidden;
}
.left-spacing {
  padding-left: 12px;
}
.leftSpacing {
  padding-left: 30px;
}
.pilgrimTab {
  padding-top: 24px;
}
.pilgrimLabel .form-group .control-label {
  font-weight: 600;
}
.pilgrimage-info .panel-heading .panel-title {
  font-size: 14px;
  font-family: "Inter", serif !important;
}
.pilgrimage-info .panel-body strong {
  font-size: 28px;
}
.pilgrimage-info .panel {
  border-radius: 8px;
  overflow: hidden;
}
.dmcTable {
  padding: 16px;
  border-radius: 8px;
  background-color: #F0F0F0;
}
.dmcEnable {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.dmcEnable .control-label {
  padding-left: 8px;
  width: 100%;
}
.changeStatusBtn {
    padding: 5px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    word-break: break-all;
    height: 33px;
    background-color: #3b36ae;
    color: #ffffff;
    border: 1px solid #3b36ae;
}
.changeStatusBtn:focus, .changeStatusBtn:focus-visible {
  outline: none;
  color: #ffffff;
}
.changeStatusBtn:hover,
.changeStatusBtn:active {
  background-color: #ffffff;
  color: #3b36ae;
  box-shadow: 0px 1px 2px 0px #1018280D;
}
.selectInput {
    padding: 6px 12px;
    border: 1px solid #D0D5DD;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #101828;
}
.emailInfo {
  width: 100%;
}
.emailInfo.select2-container,
.departCity .select2-container {
  width: 100% !important;
} 
.headerSettings {
  left: -175px;
  max-height: 400px;
  overflow-y: auto;
}
.headerSettings li {
  padding-top: 2px;
}
.headerSettings li:first-child {
  padding-top: 0;
}
.userHeader {
  left: -60px;
}
.userHeader li {
  padding-top: 2px;
}
.userHeader li:first-child {
  padding-top: 0;
}
.inline-spacing {
  margin: 0 15px;
}
.paginate_button.next , .paginate_button.previous {
  padding: 8px 14px !important;
  border: 1px solid #D0D5DD !important;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #344054 !important;
} 
.m-0 {
  margin-right: 0;
}
.dataTables_filter {
  padding: 4px 12px 0 0;
}
.dataTables_filter input {
  padding: 6px 12px;
  border: 1px solid #D0D5DD;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #101828;
}
.bg-white {
  background: #ffffff;
  border-radius: 8px;
}
.taskDescription .form-group {
  width: 50% !important;
}
.returnBtn {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #3b36ae;
  background-color: #ffffff;
  outline: none;
  word-break: break-all;
  border: 1px solid #344054;
  background-image: inherit !important;
}
.editTemp:hover {
  background-color: #3b36ae;
  color: #ffffff;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: #3b36ae;
  color: #ffffff;
}
.dataTable {
  overflow: auto;
}
.disableField {
    padding: 4px 8px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background-color: #e0e0e0;
    box-shadow: 0px 1px 2px 0px #1018280D;
    min-height: 32px;
    text-align: left;
}
.align-items-end {
  align-items: end;
}
.galeryBtn {
  padding: 10px 16px;
  border: 1px solid #B5CDFF;
  box-shadow: 0px 1px 2px 0px #1018280D;
  background-color: #E3ECFF;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #3B36AE;
}
.uploadBtn {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 4px 8px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    max-width: 365px;
    width: 100%;
    flex-direction: column;
}
.uploadBtn.customUploadMainbtn {
  flex-direction: row;
}
.customUploadDivAdd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mixedUploadBtn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.fileUploadBtn {
  text-align: center;
}
.progressBtn {
  width: 100%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #3b36ae !important;
  background-image: inherit !important;
  color: #ffffff !important;
}
.p-0 {
  padding-inline: 0;
}
/* table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #ffffff !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff !important;
}
.table-hover>tbody>tr:hover,
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #ffffff !important;
} */
table.dataTable tfoot tr {
  background-color: #b0b6d0 !important;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px !important;
}
.emailBtn {
  display: flex;
  align-items: center;
}
.saveBtn {
  padding: 8px 14px;
  background-color: #2f8f21;
  color: #ffffff;
  border: 1px solid #2f8f21;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.saveBtn:hover {
  background-color: #3b36ae;
  color: #ffffff;
  border: 1px solid #3b36ae;
}
.leftMargin {
  margin-left: 15px;
}
div.DTTT_container {
  margin-top: 1rem !important;
}
.taskCommentBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rounded {
  border-radius: 8px;
}
.payment.rounded {
  background-color: #2f8f21;
  color: #ffffff;
}
.passengerList.rounded {
  background-color: #dc646a;
  color: #ffffff;
}
.FTP.rounded {
  background-color: #5d4037;
  color: #ffffff;
}
.emailFTP.rounded {
 background-color: #2e6da4;
 color: #ffffff; 
}
.sendEmail.rounded {
  background-color: #ffffff;
  color: #3b36ae;
  border: 1px solid #3b36ae;
}
.watingList.rounded {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}
.paddingLeft {
  padding-left: 45px;
}
.marginTop {
  margin-top: 10px;
}
.loginBtn {
  padding: 10px 16px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background-color: #3b36ae;
  color: #ffffff;
  border: 1px solid #3b36ae;
  font-family: "Inter", serif;
}
.loginBtn:hover {
  background-color: #ffffff;
  color: #3b36ae;
  border: 1px solid #3b36ae;
}
.itineraryBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.itineraryBtn .itineraryInner {
  width: fit-content;
  padding-top: 14px;
}
.mt-0 {
  margin-top: 0 !important;
}
.addComment {
  padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #3b36ae;
    background-color: #ffffff;
    border: none;
    outline: none;
    word-break: break-all;
    border: 1px solid #3b36ae;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #3b36ae !important;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #3b36ae !important;
  border-bottom: 0 !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3b36ae !important;
  color: #ffffff !important;
}
.ui-widget-header {
  background: #b0b6d0 !important;
}
.modalSaveBtn {
  padding: 4px 8px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  border: none !important;
  outline: none;
  word-break: break-all;
  border: 1px solid #2f8f21 !important;
  background: #2f8f21 !important;
}
.modalCloseBtn {
  padding: 4px 8px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #3b36ae !important;
  background: #ffffff !important;
  border: none !important;
  outline: none;
  word-break: break-all;
  border: 1px solid #3b36ae !important;
}
.datepicker td, .datepicker th {
  background-color: inherit !important;
  border: 0 !important;
}