.logo
{
	padding-top: 30px;
}

.login-white-bg
{
	position: relative;
	background: white;
	width: 100%;
	overflow-y:visible;
	float: left;
	height: 500px;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15); 
}
.login-Leftsection
{
	width:46%;
	min-height: 550px;
	/* background: #322ac8;
	color: white; */
	float: left;
	padding: 30px;
	margin-left: 20px;
	margin-top: -25px;
	border-radius: 6px;
	    border: 1px solid #4e4c4c;
    color: #4e4c4c;
}
.login-Rightsection
{
	width:50%;
	background: #fff;
	float: right;
	padding: 0 50px 0 20px;
	margin-top: 20px;
}
.login-ss
{
	padding-top: 200px; 
}
.login-ss a
{
	padding-right: 5px;
}
.right-breadcrumb .breadcrumb
{
	border:0;
	padding:0;
}
.date_R
{
	border-radius: 6px;
	border:1px solid #0e00c6;
	height: 34px;
	line-height: 30px;
	color: #4a4a4a;
	padding:0 5px;
	font-size: 12px;
}
.search-buddyicon
{
	position: absolute;
	top: 5px;
	right: 10px;
}
.search-buddyicon a
{
	color: #4a4a4a;
}

/*Driver Timeline alert*/
.drtime_Ad {
	color: var(--font-secondary-theme-color);
	text-align: center;
	/*margin-top: -15px;*/
}

.drtime_Ad .nav-tabs {
	border-bottom: 0;
}

.drtime_Ad ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.drtime_Ad ul li {
	display: inline-block;
	width: 175px;
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	/* border-bottom: 2px solid #6894c3; */
}

.drtime_Ad ul li a {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #4a4a4a !important;
	line-height: 22px;
}

.drtime_Ad ul li a:hover, .drtime_Ad ul li a:focus {
	text-decoration: none;
}

.nav24 {
	position: relative;
}

.nav24 ul li {
	position: relative;
}

.d_tabloader {
	background-image: url(../images/loader-whitesml.gif);
	position: absolute;
	background-repeat: no-repeat;
	top: -10px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999999999;
	background-position: center;
}

ul.nav24 a {
	cursor: pointer;
}
.active24 a
{
	color: #4bda44 !important;
}
.active24{
	 border-bottom: 5px solid #4bda44 !important; 
	/* background: #138bdc; */
	color: var(--font-secondary-theme-color);
}
.activeText {
	color: var(--font-secondary-theme-color);
}


.ad_Ha {
	font-size: 16px;
	font-weight: 600;
}

.ad_pa {
	font-size: 12px;
	font-weight: 600;
}
.map-background-section
{
	height: 90vh;
	position: relative;
}
.map-section
{
	position: relative;
}
.left-wrapperbuddy
{
	position: absolute;
	width: 30%;
	background: #f1f1f2;
	height: 80vh;
	top: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
	z-index: 1029;
}
.share_Iconmap
{
	position: absolute;
	left: 33%;
	top: 10px;
}
.share_Iconmap a 
{
	color: #4e4c4c;
	background-color: white;
	width: 40px;
	height: 40px;
	color: #4e4c4c;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
}
.share_Iconmap a:hover
{
	background-color: #2caceb;
	color: white;
}
.top_Buddyh
{
	background: #5c5c5c;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: var(--font-secondary-theme-color);
	font-weight: 600;
	font-size: 14px;	
}
.h35
{
	height: 34px;
}
.no-buddysection
{
	position: absolute;
	top:40%;
	left: 0;
	right:0;
	margin: 0 auto;
	text-align: center;
}
.slidetoggle-Icon 
{
	position: absolute;
	top: 50%;
	right:-20px;
	z-index: 9;
}
.slidetoggle-Icon a
{
	background: #7875eb;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	text-align: center;
	line-height: 35px;
	float: left;
}

#Tripcloser {
	left: -7px !important;
	z-index: 9999;
}
.buddy_rightincon a{
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.buddy_rightincon.right {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.all-buddy
{
	height: 74vh;
	width:100%;
	padding: 10px;
	overflow-y: scroll;
	background-color: var(--secondary-theme-color);
	
}
#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f2;
} 
#style-1::-webkit-scrollbar-thumb {
    background-color: #acaaae;
    border-radius: 10rem;
}
#style-1::-webkit-scrollbar-track {
    background-color: #f1f1f2;
}

.green_dot
{
	position: absolute;
	bottom:0;
	right:0;
	background: #08d26f;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.red_dot
{
	position: absolute;
	bottom:0;
	right:0;
	background: #d00b1a;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.yellow_dot
{
	position: absolute;
	bottom:0;
	right:0;
	background: #ffc107;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.right_tt
{
	width: 20%;
	margin: 0 auto;
	text-align: center;
	margin-right:0px; 

}
.tt_circle
{
	background: #2282d0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 12px;
	color: var(--font-secondary-theme-color);
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	padding: 0 2px;
	border: 2px solid #1d6bc2;
	margin: 0 auto;
}
.fs10
{
font-size: 10px;
}
.fs12
{
	font-size: 12px;
}
.fs-13
{
	font-size: 13px;
}
.white-bg-round
{
	/* background: white; */
	/* border-radius: 4px; */
	/* margin-bottom: 10px; */
	padding: 2px;
	/* -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.15); */
	/*-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.15);*
	/* box-shadow: 0 1px 5px 0px rgba(0,0,0,0.15); */
}
.buddy_img
{
}
.buddy_img img
{
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.buddy_name
{
	font-weight: bold;
	color: black;
	margin:0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 20px;      /* fallback */
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
	margin-bottom: 4px;
	font-weight: 400;
}
.text-elis-p
{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   max-height: 20px;      /* fallback */
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.buddy_tripid
{
	font-size: 14px;
	font-weight: 500;
	color: #4a4a4a;
	margin:0;
	margin-top: -3px;

}
.buddy_timedate
{
	position: relative;
}
.buddy_timedate a:hover
{
	text-decoration: none;
}
.right_arw_buddy
{
	position: absolute;
	right: 0;
	top: 50%;
}
.buddy_status
{
	font-size: 11px;
	text-align: right;
}
.border-radius
{
	border: 1px solid #979797;
	border-radius: 2px;
}


.green-text
{
	color: #7ed11f;
}
.text-Schedule
{
	color: #bc10dd;
}
.text-red
{
	color: #d00b1a;
}
.text_eli
{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 32px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.text_eli_width
{
	overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   max-width: 100%;
}
.live-after	
{
	position: relative;
}
.live-after:after
{
	content: '';
	position: absolute;
	width: 2px;
	height: 25px;
	top: 20px;
	left: 5px;
	background: #e7e7e7;
}
.lh-12
{
	line-height: 12px;
}
.txt_deconone:hover
{
	text-decoration: none;
}
.zindex
{
	z-index: 999;
}


.buddy_timeline
{
	position: relative;
	/* margin-top: 50px;
	padding:0 15px; */
}
.buddy_timeline:before
{
	content: '';
	position: absolute;
	top:0;
	left: 150px;
	right: 0;
	width: 2px;
	/* border: 2px dashed #4e4c4c; */
	height: 100%;
	z-index: 0;
}
.buddy_Timelineheight
{
	position: relative;
	height: 100%;
	margin-bottom: 30px;
}
.buddy_Timelineheight:before
{
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #6eaa28;
	position: absolute;
	top: 0;
	left: 65.5%;
	right: 0;
	animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(110,170,40, 0.9);
  }
  50% {
      -webkit-box-shadow: 0 0 0 15px rgba(110,170,40, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(110,170,40, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(110,170,40, 0.9);
    box-shadow: 0 0 0 0 rgba(110,170,40, 0.9);
  }
  50% {
      -moz-box-shadow: 0 0 0 15px rgba(110,170,40, 0);
      box-shadow: 0 0 0 15px rgba(110,170,40, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(110,170,40, 0);
      box-shadow: 0 0 0 0 rgba(110,170,40, 0);
  }
}
.buddy_Timelineheight:after
{
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #d00b1a;
	position: absolute;
	bottom: 0px;
	left: 65.5%;
	right: 0;
	animation: pulse2 2s infinite;
	bottom: -15px;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(208,11,26, 0.9);
  }
  50% {
      -webkit-box-shadow: 0 0 0 15px rgba(208,11,26, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(208,11,26, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(208,11,26, 0.9);
    box-shadow: 0 0 0 0 rgba(208,11,26, 0.9);
  }
  50% {
      -moz-box-shadow: 0 0 0 15px rgba(208,11,26, 0);
      box-shadow: 0 0 0 15px rgba(208,11,26, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(208,11,26, 0);
      box-shadow: 0 0 0 0 rgba(208,11,26, 0);
  }
}
.over_Stopingtimeline
{
	position: relative;
}
.over_Stopingtimeline:after
{
	content: '';
	position: absolute;
	width: 6px;
	height: 40px;
	background-color: #f5a622;
	top: 14px;
	left: 67%;
	right: 0;
}
.over_Speedtimeline
{
	position: relative;
}
.over_Speedtimeline:after
{
	content: '';
	position: absolute;
	width: 6px;
	height: 40px;
	background-color: #eb4b99;
	top: 20px;
	left: 148px;
	right: 0;
}
.harsh_Corningtimeline
{
	position: relative;
}
.harsh_Corningtimeline:after
{
	content: '';
	position: absolute;
	width: 6px;
	height: 40px;
	background-color: #417506;
	top: 14px;
	left: 67%;
	right: 0;
}
.mobile_swithoff
{
	position: relative;
}
.mobile_swithoff:after
{
	content: '';
	position: absolute;
	width: 6px;
	height: 40px;
	background-color: #4e4c4c;
	top: 20px;
	left: 148px;
	right: 0;
	border-radius: 20px;
}
.mobile_dataoff
{
	position: relative;
}
.mobile_dataoff:after
{
	content: '';
    position: absolute;
    width: 2px;
    border: 2px dashed #4e4c4c;
    height: 40px;
    top: 20px;
    left: 148px;
    right: 0;
    border-radius: 20px;
}
.text_stop
{
	color: #f5a622;
}
.text_speed
{
	color: #eb4b99;
}
.text_corning
{
	color: #417506;
}
.left-30
{
	width: 100px;
}
.right-70
{
	width: 200px;
}
.bx-shadow
{
	/*box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);*/
	border-radius: 4px;
}
.cancel-task-btn
{
	background: white;
	padding: 5px;
	border: 1px solid #ececec;
	font-weight: 600;
	text-align: center;
	color: #4990e0;
	position: relative;
	font-size: 10px;

}
.plotLine
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.address-btn
{
	background: white;
	padding: 5px;
	border: 1px solid #ececec;
	font-weight: 600;
	width:120px;
	text-align: center;
	color: #4e4c4c;
	position: relative;
	font-size: 10px;
}
.alert_txt
{
	font-weight: 600;
	text-align: left;
	color: #4a4a4a;
	font-size: 9px;
	width: 200px;
    float: left;
}
.alert_img img
{
	width: 30px;
}
.timeline-dot {
    width: 15px;
    height: 15px;
    background: white;
    border: 2px solid #38a6fc;
    border-radius: 50%;
    float: left;
    margin-left: 8px;
}
.right_alert_section
{
	position: absolute;
	top: 20%;
	right: 3%;
	height: 100%;
	z-index: 1029;
}
.alert_bg_bx
{
	background: white;
	border-radius: 100%;
	padding: 5px;
}
.alert_count
{
	min-width: 18px;
	min-height: 18px;
	line-height: 14px;
	background: #2caceb;
	padding: 2px;
	color: var(--font-secondary-theme-color);
	text-align: center;
	font-weight: 600;
	font-size: 10px;
	position: absolute;
	/* bottom:0px;
	right: -5px; */
	top: -8px;
    left: 25px;
	border-radius: 100%;
}

.alert_share_count
{
	min-width: 18px;
	min-height: 18px;
	line-height: 14px;
	background: #dc3545;
	padding: 2px;
	color: var(--font-secondary-theme-color);
	text-align: center;
	font-weight: 600;
	font-size: 10px;
	position: absolute;
	/* bottom:0px; */
	/* right: 10px; */
	left: 30px;
	border-radius: 100%;
}



.my-multi-dropdown
{
	background: white;
	border: 1px solid #35b0ff;
    /* font-family: "Gilroy"; */
    font-size: 0.75rem;
    padding: 0.56rem 0.75rem;
    line-height: 14px;
    font-weight: 300;
    border-radius: 6px;
    width: 100%;
    color: #d6d5d5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
     margin-bottom: 1rem;
}
.multi-downarrow
{
	content: url(../images/arrow.svg);
	position: absolute;
	right: 5px;
	top: 10px;
	width: 10px;
	height: 10px;
	transform: rotate(90deg);
}
.multiseclect_bx
{
	background: #e2e0e1;
	width: 100%;
	border-radius: 0;
	padding: 10px;
	height: 300px;
	display: none;
	position: absolute;
	top:33px;
	z-index: 999999;
	left: 0;
	overflow-y: scroll;
}
.style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #e2e0e1;
} 
.style-2::-webkit-scrollbar-thumb {
    background-color: #322ac7;
    border-radius: 10rem;
}
.style-2::-webkit-scrollbar-track {
    background-color: #e2e0e1;
}
.multi-wrap-input
{
	position: relative;
	width: 100%;
}
.multi-wrap-input input
{
	height: 35px;
}
.multi-search-icon
{
	position: absolute;
	top:8px;
	right:5px;
}
.multi-wrap
{
	margin-top: 10px;
}
.multi-wrap ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.multi-wrap ul li
{
	background: white;
	width: 100%;
	padding: 5px 10px;
	margin-bottom:10px;
	border-radius: 2px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.20);
}
.multi-wrap ul li:last-child
{
	margin-bottom: 0;
}
.mt-02
{
	margin-top: -3px;
}
.buddy_ad
{
	background: #d8d8d8;
	border-radius: 25px;
	width: 125px;
	height: 35px;
	line-height: 35px;
	color: white;
	font-size: 12px;
	padding-left: 17px;
	float: left;
	color: black;
	font-weight: 500;
}
.ad_buddy_plus
{
	position: absolute;
	top: 0;
	right: 12px;
	background: #7fd320;
	width: 35px;
	height: 35px;
	border-radius: 25px;
	line-height: 33px;
	color: white;
	font-size: 30px;
	text-align: center;
}
.min-h100vh
{
	min-height: 100vh;
}
.left-profile-section
{
    background:#fff;
    padding: 20px;
    min-height: 100%;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.left-profile-section ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.left-profile-section ul li
{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #cac9ca;
}
.left-profile-section ul li:last-child
{
    border-bottom: 0;
}
.left-profile-section ul li a
{
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
}
.left-profile-section ul li a.active
{
	color: #4e4c4c;
	font-weight: 600;
}
.left-profile-section ul li a:hover
{
    color: #4e4c4c;
    text-decoration: none;
}
.up-profile-icon
{
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.password-icon
{
	position: absolute;
	top:2px;
	right: 20px;
	z-index: 999;
}
.grey_bg
{
	background: #eeeeee;
	padding: 20px;
	color: #585858;
	border-radius: 6px;
}
.grey_bg2
{
	background: #eeeeee;
	padding: 20px;
	color: #585858;
	border-radius: 6px;
	width: 90%;
	margin-bottom: 20px;
	position: relative;
}
.price_breakup_bx
{
	background: white;
	border-radius: 3px;
	padding: 5px;

}
.fare_breakup{
     position:relative;
}
 .fare_breakup .mark{
     background:transparent;
     padding:0;
}
.fare_breakup .mark:hover
{
	cursor: pointer;
}
.tooltip_hover{
     background:white;
     min-width:220px;
     border:1px solid #ccc;
     box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
     position:absolute;
     z-index:9999999;
     top:-6rem;
     right:-25px;
     float:left;
     padding:10px;
}
 .tooltip_hover::before{
     content: "";
     position: absolute;
     top: 5.2rem;
     right: 19px;
     border-width: 0px 13px 13px;
     border-style: solid;
     border-color: #ccc transparent;
	 transform: rotate(180deg);
}
 .tooltip_hover::after{
     content: "";
     position: absolute;
     top: 5.2rem;
     right: 20px;
     border-width: 0px 12px 12px;
     border-style: solid;
     border-color: #fff transparent;
	 transform: rotate(180deg);
}
.Fare_Ul{
     padding:0;
     margin:0;
     list-style-type: none;
}
 .Fare_Ul li{
     padding:7px 0;
     border-bottom:1px solid #ccc;
}
 .Fare_Ul li:last-child{
     border-bottom:none;
     font-weight:bold;
     padding-bottom: 0;
}
.p-fontsize
{
	    font-size: 0.8rem;
}
.trip_Img img
{
	width: 45px;
	height: 45px;
	border-radius: 100%;
}
.trip_id_pbtn
{
	background:white;
	padding: 5px;
	border-radius: 2px;
	border:1px solid #bfbfbf;
	min-width: 180px;
	float: left;
	color: #4e4c4c;
	font-weight: 500;
	font-size: 14px;
	text-align: center; 
}
.trip_id_pbtn:hover
{
	text-decoration: none;
	background: #4e4c4c;
	color: var(--font-secondary-theme-color);
	border:1px solid #4e4c4c;
}
.tsn-ts
{
	border-top:1px solid #d5d5d5; 
	border-bottom:1px solid #d5d5d5; 
	line-height: 45px;
}
.tsn-ts p
{
	margin-bottom: 0;
}
.green-dot-small
{
	background: url(../images/from.svg);
	background-repeat: no-repeat;
	min-width:9px;
	min-height: 8px;
	float: left;
	border-radius: 100%;
	position: relative;
}
.green-dot-small:after
{
	position: absolute;
	content: '';
	background: #ccc;
	width: 1px;
	top: 10px;
	left: 3.7px;
	height: 23px;
	z-index: 999;
}
.red-dot-small
{
	background: url(../images/to.svg);
	background-repeat: no-repeat;
	min-width:9px;
	min-height: 8px;
	float: left;
	border-radius: 100%;
}
.cancelled-img
{
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 999999;
}
.popup-wrapperbuddy
{
	background: #f1f1f2;
	height: 80vh;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
}
.breadcrumb22 {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    width:100%; 
}

.breadcrumb22 a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    line-height: 50px;
    color: white;
    width:33%;
    position: relative;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.breadcrumb22 a:after {
    content: '';
    position: absolute;
    top: 0; 
    right: -18px; /*half of square's length*/
    width: 50px; 
    height: 50px;
    transform: scale(0.900) rotate(45deg);
    z-index: 1;
    box-shadow: 
        1px -1px 0 1px #ededed, 
        2px -2px 0 1px #ededed;
    border-radius: 0 5px 0 50px;
}
.breadcrumb22 a:last-child:after {
    content: none;
}

.flat a, .flat a:after {
    background: #ededed;
    color: #4a4a4a;
    transition: all 0.5s;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
    background: #cbe0f6;
}
.v_line
{
	background: #ccc;
	width: 1px;
	height: 100%;
	margin:0 auto;	
}
.order-summary-bx
{
	background: #ededed;
	padding: 15px 20px;	
}
.change-in
{
	border:1px solid #979797;
	border-radius: 8px;
	padding:20px;
	width: 80%;
	margin:0 auto;
}
.thankyou-bx
{
	background: #ededed;
	padding:30px;	
	border-radius: 4px;
}

@media (max-width:1024px)
{
	.logo
	{
		padding-top: 10px;
		margin-bottom: 20px;
	}
.login-white-bg
{
	height: auto;
}
.login-Leftsection
{
	min-height: auto;
	width: 100%;
	margin-left: 0;
	padding:15px;
	border-radius: 0;
}
.login-ss
{
	padding-top :0px;
}
.login-Rightsection
{
	min-height: auto;
	width: 100%;
	margin-left: 0;
	padding:15px;
	margin-top: 0;
}
.date_R
{
	font-size: 10px;
}
.drtime_Ad
{
	margin-top: 20px;
}

.left-profile-section
{
	min-height: auto;
}
.grey_bg2
{
	width: 100%;
}
.breadcrumb22 a
{
	width: 100%;
}
.change-in
{
	width: 100%;
}
#userModal .modal-content{
	width:120%;
}
#userModal .modal-footer .btn-primary,.btn-danger{
	cursor:pointer;
}
}


 #finalTaskList {
     width: 100% !important;
     display: block !important;
     white-space: normal !important;
     box-sizing: border-box;
     min-width: fit-content;
 }
 .schema-table {
     width: 100% !important;
     table-layout: fixed; /* Enforce uniform column widths */
     border-collapse: collapse;
 }
 .schema-table thead tr,
 .schema-table tbody tr {
     width: 100% !important;
 }
 .schema-table th,
 .schema-table td {
     box-sizing: border-box;
     padding: 8px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     min-width: 100px; /* Ensure readability */
 }
 #uploadBulkInputFileSchema {
     width: 100%;
 }
 #assignTasksButton {
     width: 100%;
 }


