
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');


:root {
    --mapbg: rgb(251 78 110 / 10%); 
	--header-gradient: linear-gradient(89.99deg, #4F86F8 0%, #00DFA3 99.99%);
    --g1: #3727A9;
    --g2: #FB4E6E;
    --blackcolor: #2B3354;
    --lightblack: #9CAAB9;
    --bg-round1: #FB4E6E;
    --bg-border1: rgba(251, 78, 110, 0.1);
    --bg-round2: #5F76E8;
    --bg-border2: rgba(95, 118, 232, 0.1);
    --bg-round3: #5E57C3;
    --bg-border3: rgba(94, 87, 195, 0.1);
    --bg-round4: #89949F;
    --bg-border4: rgba(137, 148, 159, 0.1);
    --primary: #FB4E6E;
    --secondary:#5F76E8;
    --purple:#5E57C3;
    --darkgray:#89949F;
    --lightgray:#EAEDF3;
    
    --badgetext1:#FB4E6E;
    --badgetext2:#5F76E8;
    --badgetext3:#5E57C3;
    
    --color1bg1:#fb4e6e;
    --color1bg2:#5f76e8;
    --color1bg3:#89949f;
    
    --color2bg1:#01B6FF;
    --color2bg2:#00DFA3;
    --color2bg3:#4F86F8;
    
    --color3bg1:#5D40F6;
    --color3bg2:#00D2FB;
    --color3bg3:#344BAA;
    
    --color4bg1:#FFB65C;
    --color4bg2:#F66E78;
    --color4bg3:#84C864;
    --progress-update:'0deg';
    --logo-url:/assets/images/logo-Header.svg; 
}

:root body.motwicolortheme2{
	--g1: #4F86F8;
    --g2: #00DFA3;
    
    --primary: #4F86F8;
    --secondary:#00DFA3;
    
    --badgetext1:#00DFA3;
    --badgetext2:#4F86F8;
    --badgetext3:#01B6FF;
	
    --bg-round1: #00DFA3;
    --bg-border1: rgba(0, 223, 163, 0.1);
    
    --bg-round2: #4F86F8;
    --bg-border2: rgba(79, 134, 248, 0.1);
    
    --bg-round3: #01B6FF;
    --bg-border3: rgba(1, 182, 255, 0.1);  
}
:root body.motwicolortheme3{
	--g1: #8540F6;
    --g2: #00D2FB;
    
    --primary: #5D40F6;
    --secondary:#00D2FB;
    
    --badgetext1:#00D2FB;
    --badgetext2:#5D40F6;
    --badgetext3:#4457A6;
	
    --bg-round1: #00D2FB;
    --bg-border1: rgba(0, 210, 251, 0.1);
    
    --bg-round2: #5D40F6;
    --bg-border2: rgba(93, 64, 246, 0.1);
    
    --bg-round3: #344BAA;
    --bg-border3: rgba(68, 87, 166, 0.1);
}

:root body.motwicolortheme4{
	--g1: #F46B84;
    --g2: #FEA73D;
    
    --primary: #FFB65C;
    --secondary:#F66E78;
    
    --badgetext1:#FFB65C;
    --badgetext2:#F66E78;
    --badgetext3:#84C864;
	
    --bg-round1: #FFB65C;
    --bg-border1: rgba(255, 182, 92, 0.1);
    
    --bg-round2: #F66E78;
    --bg-border2: rgba(246, 110, 120, 0.1);
    
    --bg-round3: #84C864;
    --bg-border3: rgba(132, 200, 100, 0.1);
}
:root body.black{
	--lightblack: #78828D;
}
.colorcard{
	border-radius: 10px;
    border: 1px solid var(--lightgray);
    align-items: center;
    overflow: hidden;
    margin-bottom:30px;
}
.colorcard .card-header{
	background: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
    border: none;
    align-items: center;
}
.colorcard .colorwrapper{
    display: flex;
    justify-content: space-between;
    padding: 20px;
	border-top: 1px solid var(--lightgray);
	align-items: center;
}
.colorcard .card-body{
    padding: 0px;
    border-radius:0px;
}
.color-left h4{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.color-left p{
	font-weight: 400;
	font-size: 12px;
	color: var(--lightblack);
}
.colorpiker{
	display: flex;
    align-items: center;
    position: relative;
}
.colorpiker .fa{
	font-size: 18px;
	color: var(--lightblack);
	margin-left:5px;
}
.colorpiker .squarebox{
	height: 31px;
    width: 31px;
    overflow: hidden;
}
.card-options img{
	width: 13px;
    height: 13px;
}
input.spectrum.with-add-on{
	padding: 0px;
    border: none;
    text-indent: -999px;
    width: 100%;
    margin: 0px!important;
    height: 100%;
    display: inline-block;
    background: none;
    border-radius: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none!important;
        cursor: pointer;
}
.sp-original-input-container .sp-add-on {
    border: none!important;
    width: 100%!important;
    border-radius: 0px!important;
}
.sp-original-input-container {
    display: inline-block!important;
    width: 100%;
    position: unset;
}
.black .lightDarkThemeToggle img{
	display:none;
}
.white .lightDarkThemeToggle img.dark-theme-icon{
	display:none;
}
.black .lightDarkThemeToggle img.dark-theme-icon{
	display:block;
}
.bg-round1{
    background: var(--bg-round1);
}
.bg-border1{
    border:8px solid var(--bg-border1);
}
.bg-round2{
    background: var(--bg-round2);
}
.bg-border2{
    border:8px solid var(--bg-border2);
}
.bg-round3{
    background: var(--bg-round3);
}
.bg-border3{
    border:8px solid var(--bg-border3);
}
.bg-round4{
    background: var(--bg-round4);
}
.bg-border4{
    border:8px solid var(--bg-border4);
}
.brround {
    border-radius: 50%!important;
}

.white .dark-layout{
	display:none;
}
.black .light-layout{
	display:none;
}
.auto-logo{
  width: 125px;
  height: auto;
  object-fit: contain;
  max-height: 50px;
}
.white .lock-tr td{
	background: #FAFAFA !important;
}
.black .lock-tr td{
	background: #78828D !important;
}

.daterangepicker td.off, .daterangepicker td.off.end-date, 
.daterangepicker td.off.in-range, .daterangepicker td.off.start-date{
	color: #999!important;
}
.black .gu-mirror {
	background:#2D3039;
}
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    border: 1px solid var(--primary);
    background: #fff;
    border: 1px solid var(--primary);
    box-shadow: 0px 0px 12px rgba(87, 91, 104, 0.3);
    border-radius: 20px;
    padding:0px!important;
    margin:0px!important;
}
li.gu-mirror{
    border:none;
    padding: 9px 15px 9px 10px!important;
    background: #F1F3FA;
    border-radius: 7px;
}
li.gu-mirror .checkbox{
    display: none;
}
.gu-hide{
  display: none!important;
}
.gu-transit{
	margin:0px!important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit .card{
  opacity: 1;
  box-shadow: 0px 0px 12px rgba(87, 91, 104, 0.3);
  background:#fff;
}
.gu-unselectable #dragdropsection .card{
	background: rgba(156, 170, 185, 0.37);
}

.daterangepicker{
   font-family: 'Inter', sans-serif;
}
.daterangepicker td.in-range{
	color: #2B3354;
	background-color: var(--bg-border1);
}
:root body.motwicolortheme2 .daterangepicker td.in-range{
	background-color: var(--bg-border1);
}
:root body.motwicolortheme3 .daterangepicker td.in-range{
	background-color: var(--bg-border1);
}
:root body.motwicolortheme4 .daterangepicker td.in-range{
	background-color: var(--bg-border1);
}
.daterangepicker tr td:first-child .weekend.in-range{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.daterangepicker tr td:last-child .weekend.in-range{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary);
    border-radius: 50px!important;
   
    height: 32px!important;
    line-height: 30px;
    width: 32px;
    min-width: 32px;
   
    color: #fff!important;
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th{
	 height: 32px!important;
	 width: 32px!important;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover{
	 border-radius: 50px!important;
}
.daterangepicker .drp-calendar.left .calendar-time select{
  background: none !important;
  border: none !important;
}

.counter-wrapper .badge .fa{
	padding-right:5px;
}
.service-header{
    background: linear-gradient(89.99deg, var(--g2) 0%, var(--g1) 99.99%);
    padding: 0px 40px;
    position: fixed;
    z-index: 999;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.headermenu{
z-index: 999;
    position: relative;
    transform: translate(-50%, -50%);
    top: 39px;
    position: fixed;
    left: 50%;
    width: max-content;
    text-align: center;
    margin-left: 50px;
}
.card-title {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}
.card-wrapper{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    align-items: center;
}
.counter-wrapper{
    display: flex;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid var(--lightgray);
    align-items: center;
}
.outercircle {
	width: 70px;
    height: 70px;
    overflow: hidden;
}
.counter-icon {
    margin-bottom: 1rem;
    width: 100%;
    height: 100%;
    line-height: normal;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: inherit;
    border-radius:100%;
}
.counter-border{
    width: 4rem;
    height: 4rem;
}
.counter-wrapper .badge{
    padding: 4px 7px;
    font-size: 12px;   
    margin-top: 7px;
    margin-left: 10px;
}
.black .badge{
	border: 1px solid #3C404D;
}
.black .counter-wrapper .badge{
	background:none;
}
.color1 .badge{
     background: var(--bg-border1);
     color: var(--badgetext1);
}
.color2 .badge{
     background: var(--bg-border2);
     color: var(--badgetext2);
}
.color3 .badge{
     background: var(--bg-border3);
     color: var(--badgetext3);
}
.color4 .badge{
     background: var(--bg-border4);
     color: var(--darkgray);
}
.totalsection .col-lg-3,
.totalsection .col-lg-4{
	padding-left:10px;
	padding-right:10px;
}
.graph-renk.Ranklist li:before{
	   counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0px;
    
}
.graph-renk.Ranklist li pre{
	display:none;
}
.graph-renk.Ranklist{
	counter-reset: section;
}
.graph-renk.Ranklist li{
	position: relative;
    padding-left: 25px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.graph-renk.Ranklist .progress{
	height: 4px;
    border-radius: 0px;
    width: 60px;
    position: relative;
    overflow: visible;
    width: 20%;
}
.graph-renk.Ranklist .progress-bar{
	background-color:var(--secondary); 
}
.graph-renk.Ranklist .progress em{
    position: absolute;
    right: -34px;
    z-index: 1;
    font-size: 9px;
    font-style: normal;
    top: -4px;
}
.navbar-nav li a.active.stroke svg path{
  stroke: var(--primary);
}
.navbar-nav li a.stroke:hover svg path{
  stroke: var(--primary);
}
.navbar-nav li a.fill:hover svg path{
  fill: var(--primary);
}
.navbar-nav.sidebar li a span:hover{
	color: var(--blackcolor);
}

.mobile-header svg path {
    fill: var(--primary);
}
.mobile-header{
	display: flex;
    justify-content: space-between;
    margin: 25px 25px 5px;
    border-bottom: 1px solid var(--lightgray);
    padding-bottom: 25px;
}
.navbar-nav li a.active.fill svg path{
    fill: var(--primary);
}
.graph-renk.Ranklist li span{
	width: 42%;
    text-align: right;
    padding-left: 11%;
}
.counter-wrapper h3{
    font-weight: 700;
    font-size: 30px;
    line-height: normal;  
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap; 
}
.counter-wrapper .color4 h3{
	max-width: 75px;
}
.numbox{
    padding-left: 12px;
}
.date-control{
	border: none;
    background: no-repeat;
}
.dropdown-menu.width200{
	min-width: 250px;
    overflow-y: auto;
    max-height: 70vh;
    overflow-x: hidden;
    z-index: 1;
}
.dropdown-menu.width220{
  min-width: 220px;
    overflow-y: auto;
    max-height: 70vh;
    overflow-x: hidden;
    z-index: 1;
}
.dropdown-menu.width200 .dropdown-item:last-child , 
.dropdown-menu.width100 .dropdown-item:last-child{
  border-bottom: none;
}
.dropdown-menu.width100{
  min-width: 100px!important;
}
.dropdown-menu.width115{
  min-width: 115px!important;
}
.numbox p{
    color: var(--lightblack);
}
.nunbox-wrapper{
    display: flex;
    align-items: flex-start;
}
.graph-renk.Ranklist li lable{
	width:25%;
}
.card-body{
    border-radius: 20px;
    padding: 25px;
}
.card{
    border-radius: 20px;
    border: none;
    margin-bottom: 30px;
    padding: 0px;
    width: 100%;
}
.dropdown-menu{
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgb(36 38 46 / 12%);
    border-radius: 7px;
    border: none;
    max-width: 186px;
    z-index: 2;
}
.dropdown-item{
    padding: 11px 15px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #EAEDF3;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: var(--primary);
    color: #fff!important;
}
.dropdown-item:hover input{
	color: #fff!important;
	border:none!important;
	outline:none!important;
}
.dropdown-item svg path {
    stroke: var(--primary);
}
.dropdown-item:hover svg path {
    stroke: #fff;
}
.white-border-btn{
    border: 1px solid var(--lightgray);
    box-sizing: border-box;
    border-radius: 7px;
    min-width: 36px;
    min-height: 36px;
    text-align: center;
    line-height: 36px;
    width: 36px;
    padding: 0px 5px;
}
.button-items .white-border-btn img{
	margin:0 auto;
}
a.dropdown-toggle{
    position: relative;
}
a.dropdown-toggle::after{
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    top: 50%;
    display: inline-block;
    background: url(../images/down-arrow.svg);
    border: none;
    content: "";
    background-position: center;
    background-size: 13px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.add-staff-body a.dropdown-toggle::after{
  background: url(../images/right-chevron.svg);
  background-repeat: no-repeat;
}
.add-staff-body a.dropdown-toggle.show::after{
  transform: rotate(90deg);
  top: 40%;
}
a.dropdown-toggle.show::after{
    transform: rotate(180deg);  
    top: 40%;

}
.motwi_topbar .custom-panel{
    width: 180px;
    padding-right: 10px;
}
.motwi_topbar .custom-panel input.form-control, .select-country-body .country-search input.form-control, .plan-search-field input.form-control{
	width: 100%;
    min-width: 100%;
    position: relative;
    background-color: transparent;
    background-image: url(../images/search-placeholder.svg)!important;
    background-repeat: no-repeat!important;
    background-position: 8px center;
    padding-left: 35px;
    text-align: left;
    font-size: 14px;
    color: #9CAAb9;
    font-weight: 500;
}
.select-country-body .country-search input.form-control::placeholder{
  color: #9CAAb9;
  font-weight: 500;
}
.dropdown-toggle{  
    min-width: 110px;
    background-position: 92% center;
    padding: 0px 10px;
}

.modal .popup-footer button{
	width: 100%;
	font-size:13px;
	margin-top: auto;
}
.modal .popup-footer button.disable{
	opacity: 0.4;
}
.modal .modal-popup-body{
	padding: 20px 30px;
}
.modal .modal-popup-body.add-vehicle-model-body, 
.modal .modal-popup-body.upload-manuals-body{
	padding-top: 0px;
}
.modal .share-location-info h5{
	color: #808598;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 230px;
}
.share-location-info .field-box{
	padding: 30px 0px 20px;
}
.share-location-info input[type=email]{
	background: #FFFFFF;
    border: 1px solid var(--lightgray);
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px 15px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9CAAB9;
    width: 100%;
}

.custom-panel-box{
    background: #FFFF;
    top: 0px;
    right: 0px;
    z-index: 99999;
    position: fixed;
    height: 100vh;
    min-width: 390px;
    padding: 0px;
    overflow-y: scroll;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	right: -390px;
	box-shadow: 0px 30px 80px rgb(151 151 151 / 28%);
}
#add-sub-companies-step1,#edit-sub-companies-step1{
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.view-info-box{
  background: #FFFF;
  top: 0px;
  right: 0px;
  z-index: 99999;
  position: fixed;
  height: 100vh;
  min-width: 950px;
  width: 950px;
  padding: 0px;
  overflow-y: scroll;
  right: -950px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  box-shadow: 0px 30px 80px rgb(151 151 151 / 28%);
}
.vehicle-slider .owl-nav button span{
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.view-info-detail-col .owl-carousel.vehicle-slider .owl-nav button:focus{
  outline: none;
}
.view-info-detail-col .owl-carousel.vehicle-slider .owl-nav button{
  position: absolute;
  background-size: 5px!important;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-repeat: no-repeat!important;
  text-indent: -9999px;
  background-color: rgba(242,244,248,0.9);
  border-radius: 35px;
  text-align: center;
  padding: 0px;
  background-position: center center;
  box-shadow: 0px 30px 80px rgba(151, 151, 151, 0.18);
}
.view-info-detail-col .owl-carousel.vehicle-slider .owl-nav button.owl-prev{
  background-image: url(../images/left.svg); 
  left: 10px;
}
.view-info-detail-col .owl-carousel.vehicle-slider .owl-nav button.owl-prev.disabled,
.view-info-detail-col .owl-carousel.vehicle-slider .owl-nav button.owl-next.disabled{
  background-color: rgba(242,244,248,0.5);
}
.view-info-detail-col .owl-carousel.vehicle-slider .owl-nav button.owl-next{
  right: 10px;
  background-image: url(../images/right.svg);
}
.view-info-detail-col .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: contain;
  max-height: 200px; 
}

.right-bar-enabled .custom-panel-box.f-nav .custom-panel-header,
.viewdetail-enabled .user-detail-box.f-nav .custom-panel-header,
.custom-panel-box.f-nav .custom-panel-header{
    background: #FFFFFF;
    box-shadow: 0px 31px 27px -15px rgba(0, 0, 0, 0.06);
    position: sticky;
    width: auto;
    left: 0px;
    top: 0px;
    padding: 30px 30px 5px;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.custom-panel-box.f-nav .custom-panel-header {
	width: 100%!important;
}
.user_permission_popup .up-field-box{
	margin-bottom: 20px;
}
.user_permission_popup .up-field-box label{
	color: #2B3354;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 7px;
}
.user_permission_popup .up-field-box input{
	border: 1px solid #EAEDF3;
	border-radius: 7px;
	min-height: 45px;
    font-size: 14px;
}
.user_permission_popup .up-field-box ul{
	padding: 0px;
}
.up-field-box ul li{
	min-height: 45px;
}
.li-disabled{
	opacity: 0.4;
}
.up-field-box ul li span{
	font-size: 14px;	
}
.success-popup .share-location-info{
	text-align: center;
}
.success-popup .share-location-info img{
	margin-bottom: 20px;
}
.success-popup .share-location-info h5{
	max-width: 100%;
	font-size: 18px!important;
	color: #2B3354!important;
	font-weight: 500!important;	
}
.share-location-step .custom-panel-header{
	width: 100%;
}

.success-popup .modal-popup-body{
	flex-direction: column;
    width: 100%;
    height: calc(100% - 70px)!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal .modal-popup-body{
	width: 100%;
}
.custom-panel-footer{
	width: auto; 
	margin-top: auto;
  position: sticky;
  bottom: 0px;
  padding: 15px 30px 25px!important;
  background-color: #FFF;
  z-index: 999;
  right: 17px;
}
#city-filter a input[type=checkbox]{
  width: 16px!important;
  height: 16px!important;
  background: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 2px solid #E3E3E3;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 2px;
}
#city-filter a input[type=checkbox]:checked{
  background-color: #2B3354;
  border: 2px solid #2B3354!important;
}
#city-filter a:hover input[type=checkbox]:checked::after{
  top: 0px;
  left: 3px;
  width: 5px;
}
#city-filter a input[type=checkbox]:checked::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.view-info-box .custom-panel-footer{
  position: relative;
}
.modal .import-unlock-footer {
  text-align: center;
}
.modal .import-unlock-footer button{
 width: auto; 
 min-width: 150px;
 margin: 0px 4px;
}
.custom-panel-header,
.custom-panel-footer{
    padding: 0px 30px;
}
.custom-panel-header{
    padding-top: 30px;
}
.custom-panel-footer{
    padding-bottom: 30px;
}
.live-address-field{
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 4px;
}
.live-address-field h5{
	color: #2B3354!important;
	margin-left: 6px;
	font-size: 14px!important;
}
.innerpagenew .map-bar-field{
	background-color: #FFF;
	border-radius: 20px;
}
.innerpagenew .map-bar-field .card-body{
	padding: 20px;
  z-index: 0;
}
.innerpagenew .map-bar-field .card-wrapper{
	padding-bottom: 15px;
}
.right-bar-enabled .custom-panel-box.f-nav .custom-panel-header h3,
.custom-panel-box.f-nav .custom-panel-header h3{
    margin-bottom: 15px;
}
.right-bar-enabled .custom-panel-box.f-nav .custom-panel-footer,
.custom-panel-box.f-nav .custom-panel-footer{
    background: #FFFFFF;
    position: fixed;
    width: auto;
    right: 17px;
    bottom: 0px;
    padding: 15px 30px 25px;
    z-index: 999;
    box-shadow: 0px -23px 47px -33px rgba(0, 0, 0, 0.25);
    position: -webkit-sticky;
    position: sticky;
}
#city-filter.dropdown-menu{
  padding-bottom: 0px!important;
}
.dropdown-footer{
  padding: 11px 12px;
  width: auto;
  position: sticky;
  bottom: -1px;
  padding: 15px 15px 15px!important;
  background-color: #FFF;
  z-index: 999;
}
.dropdown-footer button{
  padding: 8px 22px;
  font-size: 12px;
  border-radius: 4px;
}
.dropdown-footer .btn-pink-md.graybg{
  margin-right: 8px;
}
.dropdown-footer button.disable{
  opacity: 0.4;
}
a.dropdown-item:last-child{
  border-bottom: none!important;
}
.unlock-step .share-location-info h5{
	max-width: 100%;
	color: #808598;
	font-size: 18px;
}
.right-bar-enabled .right-bar {
    right: 0;
}
.viewdetail-enabled .right-detail-bar{
	right: 0;
}
a.paginate_button.previous, a.paginate_button.next{
	position: relative;
}
a.paginate_button.previous.disabled ,a.paginate_button.next.disabled{
	opacity: 0.4;
}
a.paginate_button.previous:hover, a.paginate_button.next:hover{
	cursor: pointer;
}
a.paginate_button.previous::before{
    position: absolute;
    top: 2px;
    left: -15px;
    content: "\f104";
    font-size: 16px;
    color: #2B3354;
    font-family: 'FontAwesome';
}
a.paginate_button.next::after{
	position: absolute;
    top: 2px;
    right: -15px;
    content: "\f105";
    font-size: 16px;
    color: #2B3354;
    font-family: 'FontAwesome';
}
.custom-panel-box .checkbox{
    position: relative;
    display: block;
}
.popup-footer.btn-grp button{
	display: inline;
}
.popup-footer.btn-grp button:first-child{
	width: 32%;
}
.popup-footer.btn-grp button:nth-child(2){
    width: calc(65% - 3%);
}
.custom-panel-box .checkbox input{
    visibility: hidden;
    display: none;
}
.custom-panel-box .back-btn, .user-detail-box .back-btn{
    display: inline-block;
    background-color: #F2F4F8;
    border-radius: 7px;
    /* box-shadow: 0px 30px 80px rgba(151, 151, 151, 0.18); */
}
.custom-panel-box .back-btn .close-back-btn{
	color: #2E3656;
    padding: 8px 15px 9px 25px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    border: none;
    background-color: #F2F4F8;
    border-radius: 7px;
    /* box-shadow: 0px 30px 80px rgba(151, 151, 151, 0.18); */
}
.modal .loader{
	border: 8px solid rgb(0 128 255 / 3%);
  border-radius: 50%;
  border-top: 8px solid #0080FF;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 1.4s linear infinite; /* Safari */
  animation: spin 1.4s linear infinite;
  margin: 0 auto 20px;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.modal-popup-body .progress{
	position: relative;
	height: 6px;
	border-radius: 4px;
	background-color: #EAEDF3;
}
.import-lock-step .modal-popup-body h6 , .import-unlock-step .modal-popup-body h6{
	margin-bottom: 10px;
	color: #2B3354;
	font-weight: 400;
}
.import-lock-step .modal-popup-body h6 span{
	font-weight: 600;
}
.modal-popup-body h6{
	position: relative;
}
.modal-popup-body .progress-bar-value{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progress-bar-value img, .progress-bar-value div h6{
  display: inline-block;
}
.import-unlock-step .modal-popup-body h5{
font-size: 14px;
font-weight: 500;
max-width: 90%;
margin-bottom: 10px;
}
.import-unlock-step .unlock-error-box img{
  margin-bottom: 24px;
}
.import-unlock-step .unlock-error-box{
  height: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
}
.import-unlock-step .unlock-error-box h5{
  font-size: 18px;
  color: #2B3354;
}
.import-unlock-step .unlock-error-box p{
  line-height: 1.6;
    max-width: 80%;
    color: #2B3354;
    font-size: 14px;
}
.modal-popup-body .progress .progress-bar{
	background-color: #5F76E8;
	border-radius: 4px;
  position: relative;
}
.modal .import-unlock-step.loading .back-btn button{
  opacity: 0.1;
  background: #F2F4F8;

}
.modal .import-unlock-step.loading .modal-popup-body{
  height: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.custom-panel-box .back-btn .close-back-btn:focus{
	border: none;
	outline: none;
}
.modal-popup-body .reupload-info{
	margin: 30px 0px;
}
.modal-popup-body .reupload-info h5{
	font-size: 14px;
	font-weight: 500;
	max-width: 90%;
}
.bulk-imei-tab .reupload-info h5{
  color: #808598;
}
.import-detail-info table{
  border: 1px solid var(--lightgray);
  border-radius: 4px;
  border-collapse: inherit;
}
.import-detail-info table tr th{
  border: none;
  color: #9CAAB9;
  font-size: 11px;
}
.import-detail-info table tr td{
  font-size: 12px;
  color: #2B3354;
}
.custom-panel-box .back-btn a, .user-detail-box .back-btn a{
    color: #2E3656;
    padding: 8px 15px 9px 25px;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.custom-panel-box .back-btn a::after, .user-detail-box .back-btn a::after ,
.custom-panel-box .back-btn .close-back-btn::after{
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    top: 8px;
    left: 10px;
}
.user-detail-box {
	background-color: #FFF;
	padding: 0px;
	z-index: 99999;
	right: -900px;
	top: 0%;
	width: 900px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	overflow-y: scroll;
	position: fixed;
	height: 100vh;
	overflow-x: hidden;
}
.modal .modal-dialog{
	pointer-events: initial;
}
.user-detail-info{
	padding: 0px 30px 20px;
}
.view-detail-btn{
	background-color: #eee;
	color: #FFF;
	position: absolute;
	top: 20%;
	left: 20%;
	padding: 15px;
	z-index:999;
}
.br-7{
	border-radius: 7px!important;
}
.user-detail-box .user-detail-header h3{
	padding: 20px 0px;
	font-size: 20px;
}
.user-detail-info table.detail-field-box , 
.information-tab-content table.detail-field-box{
	border: 1px solid #E3E4EC;
	margin: 15px 0px;
    border-collapse: inherit;
}
.user-detail-info table.detail-field-box tr th,
.user-detail-info table.detail-field-box tr td, 
.information-tab-content table.detail-field-box tr td, 
.information-tab-content table.detail-field-box tr th{
	font-size: 12px;
	font-weight: 500;
	padding: 18px 0px 18px 10px!important;
	border-top: none;
	border-bottom: 1px solid #EAEDF3!important;
}
.information-tab-content table.detail-field-box tr td, 
.information-tab-content table.detail-field-box tr th{
	padding: 20px 10px 14px 15px!important;
}
.view-info-box table.detail-field-box{
	border: 1px solid #E3E4EC;
  border-collapse: inherit;
  margin-bottom: 0px;
}
.view-info-box table.detail-field-box tr:first-child th , 
.view-info-box table.detail-field-box tr:first-child td{
  padding: 18px 0px 18px 10px!important;
}
.view-info-box table.detail-field-box tr th,
.view-info-box table.detail-field-box tr td{
	font-size: 14px;
	font-weight: 500;
	padding: 14px 0px 14px 10px!important;
	border-top: none;
	border-bottom: 1px solid #EAEDF3!important;
}
table.detail-field-box tr:last-child th,
table.detail-field-box tr:last-child td{
	border-bottom: none!important;
}
.border-div-box{
  border: 1px solid #E3E4EC;
  margin-top: 15px;
  padding: 15px;
}
.view-info-detail-col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.view-info-detail-col .vehicle-slide{
  width: 100%;
}
.fail-import-btn button {
  background: #FFF;
  width: 100%;
  text-align: left;
  height: auto;
  border: 1px solid #EAEDF3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 17px;
  color: #000;
  position: relative;
}
.fail-import-btn button::after{
  content: "";
  right: 20px;
  width: 12px;
  height: 6px;
  background-image: url("../images/dp-cap.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.fail-import-btn button.dp-active::after{
  transform: rotate(180deg);
}
.fail-import-btn button img{
  margin-right: 11px;
  position: relative;
  top: 0px;
}
.fail-import-btn button:focus {
  box-shadow: none;
}
.trip-records-table tr th {
	padding-right: 24px!important;
}
.view-info-detail-col .active-vehicle-detail{
  width: 100%;
  align-self: flex-end;
}
.user-detail-info table.detail-field-box tr th{
	color: #9CAAB9;
	letter-spacing: -0.02em;
}
.information-tab-content table.detail-field-box tr th{
	color: #9CAAB9;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.user-detail-info table.detail-field-box tr td{
	color: #2B3354;
}
.information-tab-content table.detail-field-box tr td{
	color: #2B3354;
	letter-spacing: -0.02em;
	text-align: right;
	padding: 20px 15px 14px 0px!important;
}
.custom-panel-box ul{
    padding: 0px 30px;
}
.information-tab-content table.detail-field-box tr td img{
	padding-left: 3px;
}
.information-tab-content table.detail-field-box tr td img.more{
	filter: opacity(0.5);
}
.custom-panel-box ul.download-main{
  padding-left: 0px;
  padding-right: 0px;
}
.custom-panel-box ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #F1F3FA;
    border-radius: 7px;
    padding: 10px 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.drag-list{
	display: flex;
    align-items: center;
   cursor: move;
}
.drag-list img{
	cursor: move;
}
.drag-list span{
	padding-left:10px;
	color: #2b3354;
}

.custom-panel-box ul li.disablelist{
    background: #F9F9F9;
}
.custom-panel-box ul li.disablelist span.handle{
    opacity: 0.3;
}
.custom-panel-box ul li.disablelist .checkbox{
    opacity: 0.6;
}
.add-vehicle-model-step .vehicle-model-handle li.handle .checkbox span{
  background-color: #008fff;
}
.add-vehicle-model-step li.handle.disablelist .checkbox span{
  background-color: #e0e4f1;
}
.add-vehicle-model-step .vehicle-model-handle li.handle .checkbox span small{
  right: 4px;
  left: auto;
}
.add-vehicle-model-step .vehicle-model-handle li.handle.disablelist .checkbox span small{
  left: 4px;
  right: auto;
}
.custom-panel-header h3{
    margin: 30px 0px;
    color: #2E3656;
    font-size: 20px;
    line-height: 1.4;
    word-spacing: normal;
}
.custom-panel-box .checkbox label{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.custom-panel-box div.checkbox label input + span{
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    background: #e0e4f1;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.custom-panel-box div.checkbox label input + span small{
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	left: 4px;
	top: 50%;
	transform: translate(0px, -50%);
	box-shadow: 0px 2px 2px rgb(50 50 50 / 25%);
}
.custom-panel-box .small,.custom-panel-box small{
    font-size: 85%;
}
.custom-panel-box div.checkbox label input:checked + span{
    background: #0080FF;
    border-color: #0080FF;
}
.custom-panel-box div.checkbox label input:checked + span small{
    left: 50%;
}




.button-items .white-border-btn{
    margin-left: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button-items .white-border-btn.handle{
	width: 37px;
    padding: 0px 8px;
    cursor: move;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-bottom: none!important;
    border-right: 1px solid var(--lightgray)!important;
}
@media only screen and (min-width: 1200px) and (max-width: 1350px){
    .counter-wrapper .color4 h3 {
	    max-width: 60px;
	}
	.totalsection .col-xl-3{
	    padding: 0px 10px;
	}
	.totalsection .counter-wrapper{
	    padding: 15px;
	}
}
.leaflet-control-zoom{
	display: flex;
    flex-wrap: wrap;
    border: none!important;
    background: #fff;
    border-radius: 6px!important;
    overflow: hidden!important;
    box-shadow: 0px 0px 10px #ccc!important;
}
.leaflet-touch .leaflet-bar a {
    width: 35px!important;
    height: 35px!important;
    line-height:35px!important;
    color: #A8B5C2;
}
.button-items .white-border-btn.handle img{
	width:100%;
}

a.white-border-btn, a.white-border-btn:hover{
    color: var(--blackcolor);
}
.button-items{
    display: flex;
    align-items: center;
}
.dropdown-toggle::after{
    display: none;
}
.nav-tabs-custom .nav-item .nav-link {
    border: none;
    padding: 15px 0px;
    background: transparent;
}
.nav-tabs-custom .nav-item {
    position: relative;
    color: var(--lightblack);
    margin-right: 30px;
}
.nav-pills>li>a, .nav-tabs>li>a{
    color: var(--lightblack);
}
.nav-tabs-custom .nav-item .nav-link.active, 
.nav-tabs>li>a:hover, 
.nav-tabs>li>a:focus, 
.nav-tabs>li>a:active {
    color: var(--primary);
}
.nav-tabs-custom .nav-item .nav-link.active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav-tabs-custom .nav-item .nav-link::after {
    content: "";
    background: var(--primary);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nav-tabs {
    border-bottom: 1px solid var(--lightgray);
    margin-bottom: 25px;
}
.tab-content canvas{
    height: 300px!important;
}
.tab-content canvas{
    height: 300px!important;
}
.dropdown-menu ul li{
    width: 100%;
}
.dropdown-menu ul li a{
    padding: 9.5px 15px;
    font-size: 14px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: var(--blackcolor);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0px!important;
}
.dropdown-menu ul li a:focus, .dropdown-menu ul li a:hover, .dropdown-menu ul li a.active {
    background: var(--secondary)!important;
    color: #fff!important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    zoom: 1;
    overflow: hidden;
    align-items: center;
}
.media-body a, .media-body a:hover{
    color: var(--blackcolor);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
.avatar{
    background: #e3e1f5 no-repeat center/cover;
}
.media img {
    width: 40px;
    height: 40px;
}
.media-body {
    zoom: 1;
    overflow: hidden;
    width: auto;
    -ms-flex: 1;
    flex: 1;
    display: block;
    vertical-align: top;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}
.avatar {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 500;
    vertical-align: bottom;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}
.sharepopup .modal-content{
    padding: 30px;
    max-height: 90vh;
    overflow: auto;
}
.sharepopup .modal-body{
    padding: 0px;
}
.sharepopup .modal-header{
    margin: 0px 0px 30px;
    padding: 0px;
    flex-wrap: wrap;
    position: relative;
}
.sharepopup .modal-title {
    text-align: center;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: var(--blackcolor);
    text-align: left;
    margin-bottom: 10px;
}
div.sharepopup .btn-close, 
div.sharepopup .btn-close:hover {
    font-size: 2.5rem;
    font-weight: normal;
    color: var(--lightblack);
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    background: no-repeat;
}
div.sharepopup .btn-close span {
    background: none;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.sharepopup p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--lightblack);
}
.sharepopup  .form-label{
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: var(--blackcolor);
    margin-bottom: 10px;
}
.sharepopup .form-control{
    background: #FFFFFF;
    border: 1px solid var(--lightgray);
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px 15px;
    
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--lightblack);
}
.sharepopup .modal-body .form-row{
    align-items: flex-end;
}
.sharepopup .btn-custom ,
.sharepopup .btn-custom :active,
.sharepopup .btn-custom :hover,
.sharepopup .btn-custom :focus{
    background: #FB4E6E;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    height: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.sharepopup hr{
    border-top: 1px solid var(--lightgray);
    margin: 30px 0px;
}
.visitor-list{
    margin: 0px 0px;
}
.sharepopup .media-body .fa{
    color: var(--lightblack);
    font-size: 16px;
    top: 1px;
    position: relative;
    padding-left: 2px;
}
.sharepopup .form-group .form-group{
    margin: 0px;
}
.btn-custom-white{
    position: absolute;
    right: 10px;
    bottom: 5px;
    height: 30px;
    background: #fff;
    
    text-align: center;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: var(--blackcolor);
}
.sharepopup .getlink .form-control{
    padding-right: 115px;
    background: rgba(240, 242, 247, 0.56);
        border: none;
}
.sharepopup .getlink .form-check .form-control{
    max-width: 135px;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: auto;
    
    background: none;
    border: none;
    color: var(--blackcolor);
    border: none!important;
    margin-left: 15px;
}
.sharepopup .getlink .form-check{
    display: flex;
    align-items: center;
    padding: 0px;
}
.input-group{
    display: flex;
    padding-left: 15px;
}
.checkcontainer {
    display: flex;
    
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    margin: 0px;
    line-height: 20px;
     color: var(--lightblack);
}
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.field-box .form-check{
	padding: 15px 4px;
}
.location-check{
	position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 19px;
    background: none;
    border: 2px solid #9CAAB9;
    box-shadow: 0px 30px 80px rgba(151, 151, 151, 0.18);
}
.location-check:after{
	content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkcontainer input:checked ~ .location-check{
	background-color: var(--primary);
	border-color: var(--primary)
}
.field-box input[type=email]{
	color: #2B3354!important;
}
.field-box input[type=email]:focus{
	  border: 1px solid #808598!important;
}
.location-check-field .checkcontainer{
	color: #2B3354;
}
.checkcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fb4e6e;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkcontainer input:checked ~ .checkmark:after , .checkcontainer input:checked ~ .location-check:after {
    display: block;
}
ul.colorlist{
    margin: 0px;
    padding: 0px;
}
ul.colorlist li{
    margin: 0px;
    padding: 16px 20px;
    list-style: none;
    border: 1px solid var(--lightgray);
    box-sizing: border-box;
    border-radius: 10px;
    line-height: normal;
    margin-bottom: 15px;
    height: 65px;
    display: flex;
    
    justify-content: space-between;
    align-items: center;
}
ul.colorlist li{
    
}
.radiobtn {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
}
.radiobtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiobtn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    
    width: 18px;
    background-color:var(--primary);
    border-radius: 50%;
    border: none;
    background: none;
    border: 1px solid #ccc;
}
.radiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%);
}
.radiobtn input:checked ~ .checkmark:after {
    display: block;
}
.colorpopup .modal-dialog{
    max-width: 400px;
    margin: 0 auto;
}
.squarebox{
    height: 28px;
    width: 28px;
    display: inline-block;
    border-radius: 7px;
    margin-left: 4px;
}
.colortheme1 .bg1{
    background-color:var(--color1bg1);
}
    
.colortheme1 .bg2{
    background-color:var(--color1bg2);
}
.colortheme1 .bg3{
    background-color:var(--color1bg3);
}

.colortheme2 .bg1{
    background-color:var(--color2bg1);
}
.colortheme2 .bg2{
    background-color:var(--color2bg2);
}
.colortheme2 .bg3{
    background-color:var(--color2bg3);
}

.colortheme3 .bg1{
    background-color:var(--color3bg1);
}
.colortheme3 .bg2{
    background-color:var(--color3bg2);
}
.colortheme3 .bg3{
    background-color:var(--color3bg3);
}

.colortheme4 .bg1{
    background-color:var(--color4bg1);
}
.colortheme4 .bg2{
    background-color:var(--color4bg2);
}
.colortheme4 .bg3{
    background-color:var(--color4bg3);
}


.radiobtn input:checked ~ .checkmark:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color:var(--primary);
}

.tab_wrapper.left_side ul {
    width: 18%;
    border: none;
    display: inline;
    border-right: 1px solid var(--lightgray);
    margin: 0px;
    padding: 45px 0px;
    border-bottom: 0px!important;
}
.settingpage .card{
	
}
.tab_wrapper.left_side ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 0px;
    border-left: none;
    text-align: left;
}
.tab_wrapper.left_side .tab-content {
    width: 82%;
    padding: 50px 15px 50px 40px;
}
.settingpage .card-body {
    border-radius: 0px;
    padding: 0px 25px 0px;
}
.settingpage .card-body .colorcard .card-body{
	    padding: 0px;
}
.settingpage .second_tab{
	padding: 0px;
}
.right-btn{
	display: flex;
	    margin-bottom: 50px
}
.left_side ul li a{
    border: none;
    position: relative;
    color: var(--lightblack);
    padding: 5px 0px;
}
.left_side ul li a.nav-link.active:after {
    content: "";
    height: 100%;
    width: 2px;
    background: var(--primary);
    position: absolute;
    right: -1px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    top: 0px;
}
.left_side ul li a.nav-link.active {
    color: var(--primary);
    border: none;
    background: none;
}
div.second_tab{
    display: flex;
    padding: 30px 0px;
    justify-content:space-between;
}

.left_side .nav-tabs .nav-link:focus, 
.left_side .nav-tabs .nav-link:hover,
.left_side .nav-tabs .nav-link{
    border:none;
}
.btn-blue{
    background: var(--secondary);
}
.btn-pink{
    background: var(--primary);
}
.btn-lg, a.btn-lg{
    font-weight: 400;
    font-size: 15px;
    padding: 18px;
    color: #fff!important;
    border:none;
    position:relative;
}
.right-btn a.btn-lg{
	padding-left: 80px;
}
.mr-10{
  margin-right: 10px;
}
.right-btn a.btn-lg .fa{
	position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 60px;
    text-align: center;
    line-height: 55px;
    border-right: 1px solid #ffffff2e;
    font-size: 16px;
}
.setting-from label{
	font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.setting-from p{
	color: var(--lightblack);
	line-height: 1.5;
}
.setting-from .form-control{
	border: 1px solid var(--lightgray);
    box-sizing: border-box;
    border-radius: 7px;
    padding: 10px 15px;
    height: 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--blackcolor);
}
.setting-from .mb-4{
	margin-bottom:35px!important;
}
.setting-from  hr{
	border-color:var(--lightgray);
}
.setting-from label.radiobtn{
    padding-left: 25px;
    margin-right: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}
.btn-pink-md{
    background: var(--primary);
    color: #fff;
    font-size: 15px;
    padding: 13px 25px;
    border: none;
    border-radius: 7px;
    outline: 0!important;
}
.btn-dark-md{
  background: #2B3354;
  color: #fff;
  font-size: 15px;
  padding: 13px 25px;
  border: none;
  border-radius: 7px;
  outline: 0!important;
}
.btn-blue-md{
  background: #0080FF;
  color: #fff;
  font-size: 15px;
  padding: 13px 25px;
  border: none;
  border-radius: 7px;
  outline: 0!important;
}
.btn-pink-md.graybg{
	background:#F2F4F8;
	color:#2B3354;
  margin-right: 8px;
}
.gray-btn{
  background:#F2F4F8;
	color:#2B3354;
  font-size: 14px;
  font-weight: 500;
}
.header-bar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.icon-btn img{
  margin-right: 8px;
    position: relative;
    top: 2px;
}
.cp-info-btn a img{
  -webkit-filter: invert(70%);
  filter: invert(70%);
}
.icon-btn:focus{
  box-shadow: none;
}
.setting-from p small{
	font-size:12px;
}
.page-header h3{
	font-weight: 600;
	font-size: 30px;
	line-height: normal;
	text-transform: capitalize;
}
.page-header{
	padding: 23px 25px;
    border-bottom: 1px solid var(--lightgray);
}
.left_side .tab-content hr{
    
	 border-top: 1px solid var(--lightgray);
}
.setting-from{
	padding-top:20px;
}
.addcolortheme{
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 70px 50px;
    border: 1px dashed #E3E4EC;
    border-radius: 10px;
}
.addcolortheme p{
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    color: var(--lightblack);
}
.locked-vehicle-popup .vehicle-owner-detail{
  border-bottom: 1px solid #E3E4EC;
  padding: 17px 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
 .leaflet-popup-content .locked-vehicle-popup p{
	margin: 0px!important;
}
.map-bar-field .leaflet-popup-content-wrapper .leaflet-popup-content{
	background-color: #FFF;
  	border-radius: 10px;
  	min-width: 230px!important;
    box-shadow: -5px 10px 15px rgb(52 64 68 / 25%);
    margin: 0px!important;
    font-family: "Inter",sans-serif;
    width: 220px;
}
/* .map-bar-field .leaflet-popup{
	position: relative;
}
.map-bar-field .leaflet-popup::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-image: url("assets/images/ar-shape.png");
  background-position: center bottom;
  background-size: contain;
  transform: translateX(-50%);
} */

button .btn-file{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 0px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
  top: 0;
  height: 40px;
}
.add-file-btn{
  position: relative;
}
.locked-popup-btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.locked-popup-btn button{
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 4px;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
.locked-popup-btn button img{
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.vehicle-owner-detail h6{
  font-size: 10px;
  color: #000;
  margin-bottom: 4px;
}
.vehicle-owner-detail > h5{
  font-size: 13px;
  color: #000;
}
.vehicle-owner-detail .vh-icon{
  background-color: #F2F4F8;
  padding: 5px;
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 15px;
}
.vehicle-owner-detail div h5{
	font-weight: 500;
}
.locked-vehicle-popup .vehicle-detail-info{
  padding: 20px 16px;
}
.locked-vehicle-popup .vehicle-owner-detail div h5{
	font-weight: 500;
	font-size: 13px;
}
.locked-vehicle-popup .vehicle-owner-detail div h6{
	font-size: 10px;
}
.vehicle-detail-info .vh-info{
  margin-bottom: 20px;
}
.vehicle-detail-info .vh-location-info{
  display: flex;
  align-items: flex-end;
}
.vehicle-detail-info .vh-location-info div:first-child{
  width: 100%;
}
.locked-vehicle-popup p{
  font-size: 13px;
}
.locked-vehicle-popup h5.title{
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}



/* fonts */

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

    
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

    
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 78px;
    padding: 0px;
}
.navbar-header .d-flex{
    
}
.rightIcon {
    margin-left: auto;
}
.rightIcon ul li{
    display: inline-block;
    margin-left: 25px;
    width: 20px;
}
.rightIcon ul li a{
	cursor: pointer;
}
.rightIcon ul{
    display: flex;
    align-items: center;
}
.main-content {
    margin-left: 86px;
    overflow: hidden;
}
.page-content {
    
    padding: 108px calc(1.5rem / 2) 0px calc(1.5rem / 2);
}
.headermenu ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 29px 0px;
    position: relative;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.headermenu ul li a.active:after{
    content: "";
    height: 2px;
    left: 0px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    
}
.headermenu ul li {
    display: inline-block;
    margin: 0 22px;
    
}
.MapMiddletopHeader .left{
	display:none;
}


/* common-css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
  blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
  q, samp, small, strong, sub, sup, var, b, dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
  th, td, article, aside, canvas, details, figcaption, figure, footer,
  header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.0s ease-in;
  box-sizing: border-box;
}




body {
  line-height: 1.5em;
  font-size: 14px;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x:hidden;
  font-family: 'Inter', sans-serif;
  color: var(--blackcolor);
  -webkit-overflow-scrolling: touch;
  
}
.table{
    color: var(--blackcolor);
}
.import-detail-info .main-div::-webkit-scrollbar {
    display: none;
}
.import-detail-info .main-div{
	min-height: 60px;
	height: 250px;
	overflow-y: scroll;
	-ms-overflow-style: none;
  	scrollbar-width: none; 
}
.import-btns a.sidebar-btn:hover img{
    filter: brightness(0) invert(1);
}
.import-btns a.sidebar-btn img{
	margin-right: 4px;
	filter: contrast(0);
}
button.navbar-toggler{
    padding: 0px!important;
    margin-left: 40px;
    border-left: 1px solid rgba(230, 237, 244, 0.17);
    border-radius: 0px;
    padding-left: 30px!important;
    height: 78px;
    box-shadow: none!important;
    outline: 0px!important;
}
.headerlogo{
    align-items: center;
}
.DownloadPage .CommonDropdown dd ul{
	min-width: 100px;
}
.dragiconactive{
	display:none;
}


.resize_handle.active img,
.card.active .button-items img{
	display:none;
}
.resize_handle.active img.dragiconactive, 
.card.active img.dragiconactive{
	display:block;
}
.dropdown-menu{
	min-width: 200px;
}
.dropdown-item{
	position: relative;
	word-break: break-word;
    /*white-space: pre-wrap;*/
}
.dropdown-item .date-control{
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    padding-left: 40px;
}
button.viewDetails, a.viewDetails{
    background: #9CAAB9!important;
    border: none;
    font-size: 12px;
    color: #fff!important;
    border-radius: 4px;
    padding: 5px 12px;
    text-decoration: none;
    outline: none;
}

body.black .button-items .btn.sidebar-btn,
body.black a.white-border-btn{
  border: 1px solid var(--lightgray);
}
body.black .modal{
	color: #2B3354;
}
body.black .innerpagenew .map-bar-field{
  background-color: #2D3039;
}
body.black .modal .popup-footer button.disable{
  opacity: 0.6;
}
body.black .modal .sub-companies-info .dropdown a.dropdown-toggle{
	color: #9CAAB9;
	border: 1px solid var(--lightgray);
}
body.black .more-popup a.dropdown-item{
	color:#FFF;
}
body.black .more-popup a.dropdown-item img{
	filter: brightness(100);
}
body.black .more-popup a.dropdown-item.delete-sub-company-anchor img {
	filter: none;
}
body.black .location-check-field .checkcontainer, 
body.black .live-address-field h5{
  color: #d1dbe5!important;
}
body.black .button-items .btn.map-btn.icon img{
  filter: contrast(5%) brightness(200%);
  -webkit-filter: contrast(5%) brightness(200%);
}
body.black .live-address-field img{
 -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
body.black .cp-info-btn a img{
  -webkit-filter: invert(0%);
    filter: invert(0%);
}
body.black .border-div-box{
  border-color: #3c404d!important;
}
body.black .locked-vehicles-tbar .back-btn button{
	background-color: #2d3238;
	color: #FFF;
	border: 1px solid #3C404D;
}
body.black .gray-btn{
  color: #FFF;
  background-color: #2d3238;
}
/* body.black .user-detail-info table.detail-field-box tr td{
	color: #FFF;
} */

body.black .sub-companies-info .add-sub-company-dropdown{
	background-color: #FFF;
	color: #2B3354;
}
body.black .sub-companies-info .add-sub-company-dropdown a.dropdown-item{
	border-bottom: 1px solid #EAEDF3;
}

body.black table tbody .btn.grant, 
body.black table tbody .btn{
    background: #24262e;
    color: #fff;
}
body.black #city-filter .dropdown-footer{
	background-color: #24262e;
}
body.black .navbar-nav.sidebar li a span:hover{
	color: #fff;
}
body.black .daterangepicker, body.black .daterangepicker .calendar-table{
	background-color: #24262e;
	border:none;
}
body.black .button-items .map-btn, body.black .button-items .btn.sidebar-btn{
	color:#FFF!important;
}
body.black .daterangepicker .calendar-table td, 
body.black .daterangepicker .calendar-table th,
body.black .daterangepicker .calendar-table .next span, 
body.black .daterangepicker .calendar-table .prev span{
    color: #fff;
}
body.black .daterangepicker td.off,
body.black .daterangepicker .calendar-table{
	background:none;
}
body.black .daterangepicker .drp-buttons{
	color: #fff;
	border-top: 1px solid #2d3039;
}
body.black .daterangepicker .calendar-table .prev span,
body.black .daterangepicker .calendar-table .next span{
	border: solid #fff;
	    border-width: 0 2px 2px 0!important;
}

body.black .daterangepicker .calendar-time select{
	color: #fff;
}

body.black .daterangepicker .calendar-time select option{
	background-color: #24262e;
}

body.black {
  background: #24262E !important;
  color:#fff;
}
body.white {
  background: #F0F2F7;
}
body.black .card{
  background-color: #2D3039;
}
body.black .counter-wrapper{
	border: 1px solid #3C404D;
}
body.black .page-header {
    border-bottom: 1px solid #3C404D;
}
body.black .colorcard{
	border: 1px solid #3C404D;
}
body.black .sharepopup .form-control{
	background:none;
	border: 1px solid #3C404D;
}
body.black  .colorcard .colorwrapper,
body.black  .left_side .tab-content hr,
body.black .sharepopup hr{
	border-top: 1px solid #3C404D;
}
body.black .addcolortheme{
	border: 1px dashed #3C404D;
}
body.black .nav-tabs {
    border-bottom: 1px solid var(--lightgray); 
}
body.black .getlink a.btn-custom-white{
	background: #434856;
    color: #fff;
}
body.black .tab_wrapper.left_side ul{
	 border-right: 1px solid #3C404D;
}

body.black .white-border-btn, 
body.black .checkmark{
	border: 1px solid #3C404D;
}
body.black a.white-border-btn, 
body.black a.white-border-btn:hover,
body.black .media-body a, 
body.black .media-body a:hover{
  color: #fff;
}
body.black a.white-border-btn.dropdown-toggle:hover, body.black a.white-border-btn.dropdown-toggle{
  color: #9CAAB9;
}

body.black a.white-border-btn.dropdown-toggle{
  border: 1px solid var(--lightgray);
}
body.black .setting-from .form-control,
body.black .hs-searchbox .form-control,
body.black .hs-searchbox .form-control:focus{
	color: var(--lightblack);
    border: 1px solid #3C404D!important;
    background:none;
    outline:0!important;
}
body.black .navbar-nav.sidebar .nav-link.active span,
body.black .sharepopup .getlink .form-check .form-control {
    color: #fff;
} 
body.black .sharepopup .form-label{
	color:#fff;
}
body.black .data-tooltip .tooltiptext{
	background: #3C404D;
}
body.black .data-tooltip .tooltiptext::after{
	border-color: transparent #3C404D transparent transparent;
}
body.black .leaflet-touch .leaflet-bar a{
	background: #2D3039;
	color:#78828D;
}
body.black .leaflet-touch .leaflet-bar a:first-child{
	border-right: 1px solid #3C404D;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
	border: 2px solid #2D3039;
}
body.black .gu-unselectable .handle svg path{
	fill:var(--primary);
}
body.black .dropdown-item, 
body.black .hs-searchbox{
	border-bottom: 1px solid #3C404D;
}

.gu-unselectable .handle svg path{
	fill:var(--primary);
}

article, aside, details, figcaption, figure, footer, header, hgroup,
  menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  color: #ED1F68;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #1F2327;
  margin: 29px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear {
  clear: both;
  display: block;
  height: 0;
}

.clear.h05 {
  height: 5px !important;
}

.clear.h10 {
  height: 10px !important;
}

.clear.h20 {
  height: 20px !important;
}

.clear.h40 {
  height: 40px !important;
}

.clear.h60 {
  height: 60px !important;
}

.weight-600 {
  font-weight: 600;
}

.textUppercase {
  text-transform: uppercase;
}
/* Form */
form input[type="text"], form input[type="password"], form input[type="color"],
  form input[type="date"], form input[type="datetime"], form input[type="datetime-local"],
  form input[type="email"], form input[type="month"], form input[type="number"],
  form input[type="password"], form input[type="search"], form input[type="tel"],
  form input[type="text"], form input[type="time"], form input[type="url"],
  form input[type="week"], form select, form textarea {
  border: 1px solid #fff;
  font-weight: 600;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: normal;
  padding: 9px 16px 8px;
  width: 100%;
  margin: 0 0 5px;
  outline: 0;
  font-size: 11px;
  line-height: 16px; /*color: #748AA1;*/
  color: #000;
}

.form-control:focus {
  box-shadow: none;
}

.CustomInput input {
  border: none !important;
  padding: 0 !important;
  display: inline-block !important;
  float: right;
  width: auto !important;
  margin: 0 5px 0 5px !important;
}

.CustomInput input:focus, .CustomInput.selected input {
  border: none !important;
}

/* disable */
form input[type="text"]:disabled, form input[type="password"]:disabled,
  form input[type="color"]:disabled, form input[type="date"]:disabled,
  form input[type="datetime"]:disabled, form input[type="datetime-local"]:disabled,
  form input[type="email"]:disabled, form input[type="month"]:disabled,
  form input[type="number"]:disabled, form input[type="password"]:disabled,
  form input[type="search"]:disabled, form input[type="tel"]:disabled,
  form input[type="text"]:disabled, form input[type="time"]:disabled,
  form input[type="url"]:disabled, form input[type="week"]:disabled, form select:disabled,
  form textarea:disabled {
  background-color: #fff !important;
  border-color: #fff !important;
}

/*input:disabled {
  background-color: #fff !important;
  border-color:  #fff !important;
}*/

/* placeholder */
form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #748AA1;
}

form input::-moz-placeholder { /* Firefox 19+ */
  color: #748AA1;
}

form input:-ms-input-placeholder { /* IE 10+ */
  color: #748AA1;
}

form input:-moz-placeholder { /* Firefox 18- */
  color: #748AA1;
}

form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0) url("assets/images/icon-selecte.png")
    no-repeat scroll right center;
  border: 1px solid #E2E8F0;
  color: #A0AEC0 !important;
  display: block;
  line-height: 14px;
  width: 100%;
  padding: 12px 14px 12px 20px;
  outline: 0;
}

form input[type="submit"], .inputBtn {
  background: #0080FF;
  border: 1px solid transparent;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.inputBtn.red {
  background-color: #FF4B55;
}

.inputBtn.black {
  background-color: #000;
}

.inputBtn.grey {
  background-color: #748AA1;
}

.inputBtn.grey.disable {
  background-color: rgba(116, 138, 161, 0.2);
  color: rgba(116, 138, 161, 1);
  opacity: 100%;
}

.inputBtn.blue.disable {
  background-color: rgba(0, 128, 255, 0.2);
  color: rgba(0, 128, 255, 1);
  opacity: 100%;
}

.inputBtn.pink {
  background-color: #ED1F68;
}

.inputBtn.delete, .inputBtn.delete:focus {
  background: #FF4B55;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.inputBtn.editUser, .inputBtn.editUser:focus {
  background: #fff;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

form textarea {
  max-height: 100px;
}

input:focus, textarea:focus {
    outline: none; 
    border-color: var(--lightgray)!important;
}
body.black .motwi_topbar .custom-panel input.form-control:focus{
	border: 1px solid #3C404D!important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 1.3em!important;
}
body.black .motwi_topbar .custom-panel input.form-control, 
body.black .motwi_topbar .custom-panel input.form-control:focus{
  border: 1px solid var(--lightgray)!important;
  color: var(--lightgray);
}

.selected input, .selected textarea {
  border: 1px solid #0080FF !important;
  /*color: #fff !important;*/
  outline: none !important; /*text-transform: uppercase;*/
}
/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A0AEC0;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #A0AEC0;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #A0AEC0;
}

:-moz-placeholder { /* Firefox 18- */
  color: #A0AEC0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}
dark
input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}


form .row {
  margin-right: -15px;
  margin-left: -15px;
}
/* White Theme */

/* common CSS */
.frontPage {
  background: linear-gradient(107.46deg, #ED1F68 11.65%, #264AC9 94.24%);
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
body.black .modal-popup-body .dropdown-menu a.dropdown-item{
  color: #FFF;
}
.frontPage a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  margin: 31px 0 0 0;
  text-align: center;
  float: none;
  width: 100%;
  display: inline-block;
  padding: 0 px 0 0;
}
.new-login-page.reset-password-page .LoginDiv{
  background-color: rgba(255,255,255,0.1);
  border-radius: 20px;
  backdrop-filter: blur(18px);
  min-width: 470px;
}
.new-login-page.reset-password-page h2.page-title{
  font-size: 1.8rem;
}
.new-login-page.reset-password-page .LoginDiv .login-page-message{
  font-size: 14px;
  margin: 20px 0;
  font-weight: 400;
  background:linear-gradient(89.53deg, #FC4F6F 25.26%, #3F46FF 128.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new-login-page form #error-div h6{
  color: #FD424D;
  line-height: 1.5em;
  margin: 5px 40px;
  font-weight: 400;
}
.new-login-page.reset-password-page .loginform-div input{
  background-color: transparent;
  color: #FFF;
  border-radius: 7px;
  padding: 14px 20px;
  border: 1px solid rgba(255,255,255,0.35);
  min-height: 40px;
}
.new-login-page.reset-password-page .loginform-div a.forgotPW{
  color: #FB4E6E;
  font-size: 14px;
  font-weight: 500;
}
.new-login-page.reset-password-page .loginform-div input::placeholder{
  color: #FFF;
}
.new-login-page.reset-password-page .loginform-div div.pwd .icon-eye{
  right: 8%;
}
.new-login-page.reset-password-page .loginform-div input{
  color: #FFF;
}
.new-login-page.reset-password-page .loginform-div h5.error-msg{
  color: #fb4e6e;
}
.new-login-page.reset-password-page .loginform-div input:focus{
  border-color: #FB4E6E!important;
}
.new-login-page.reset-password-page .loginform-div input[type=submit]{
  background-color: #FB4E6E;
  border-color: #FB4E6E;
  min-height: 50px;
}
.new-login-page.reset-password-page .loginform-div input[type=submit]:disabled{
  opacity: 0.5;
}

/* LoginDiv */
.LoginDiv {
     position: absolute;
    top: 50%;
    width: 100%;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.LoginDiv .LoginDivContent {
  width: 90%;
  margin: auto;
}

.LoginDiv .logo {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
body.black .ui-autocomplete>li .ui-menu-item-wrapper{
  color: #748AA1!important;
}

.LoginDiv .logo .subtitle {
  color: #fff;
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 21px;
}

.loginForm h1 {
  color: #fff;
  margin: 40px 0 15px;
  font-size: 14px;
  line-height: 21px;
}

.loginForm .forgotPW, .loginForm .forgotPW:hover {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0 30px;
  display: block;
  font-weight: 600;
}

.loginForm input[type="text"], .loginForm input[type="password"] {
  color: #fff;
  background: transparent;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #FFFFFF;
}

.loginForm h6{
	color: #FFF;
	line-height: 1.4;
	margin-bottom: 10px;
}

.loginForm input:focus {
  border: 1px solid #fff !important;
  color: #fff !important;
  outline: none !important;
}

.loginForm .Formbtn, .loginForm .Formbtn:hover, .loginForm .Formbtn:focus
  {
  text-align: center;
  color: #fff !important;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid #ED1F68 !important;
  width: 100%;
  background: #ED1F68;
  box-shadow: none;
  font-weight: 600;
}
/* placeholder */
.loginForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

.loginForm ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.loginForm :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.loginForm :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

@media ( min-width : 576px) {
  .LoginDiv .LoginDivContent {
    width: 432px;
    margin: auto;
    padding: 0 70px;
  }
}

/* container */
.middleSection .container{
	padding:0px;
}
.middleSection .row{
	margin:0px;
}
.container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar .container{
    padding-left:40px;
}

@media (max-width: 992px){
	.button-items .white-border-btn.resize_handle{
		display:none;
	}
    .container{
        width: 100%;
        max-width: 100%;
    }
    .navbar .container {
        padding-left: 20px;
    }
    .extraClassWidth {
        display: none;
    }
    nav ul {
        padding: 0px;
        margin: 4px 0 4px;
    }
    .navmiddleSection .row{
        align-items: center;
    }
    nav ul li a{
        padding: 8px 12px!important;
    }
    .new-login-page.reset-password-page h2.page-title{
      margin-top: 1.5rem!important;
    }
    .new-login-page.reset-password-page .login-btn{
      margin-bottom: 1.5rem!important;
    }
    .new-login-page.reset-password-page .loginform-div h5.error-msg{
      margin-left: 20px;
      margin-right: 20px;
    }
    .new-login-page .LoginDiv .logo img{
      height: 20px;
    }

}


/* header */
header {
  background: #ED1F68;
  width: 100%;
  padding: 0px 0; /* height:6.8vh; */
}

header .logo {
  display: block;
}

.service-header .logo img {
  padding: 0px 0px;
  /* height: 21px; */
  height: 21px;
}

header .rightIcon .BulbOpen {
  background-image: url(../images/bulb-White-on.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 18px;
}

header .rightIcon .BulbClose {
  background-image: url(../images/bulb-White-off.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
}


/* header Toogle */
/* The switch - the box around the slider */
.sk-chase-dot:before {
   background-color: var(--primary)!important;
}

header .rightIcon .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18.46px;
  float: left;
  margin: 1px 11px 0 0;
}

/* Hide default HTML checkbox */
header .rightIcon .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
header .rightIcon .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

header .rightIcon .slider:before {
  position: absolute;
  content: "";
  height: 14.5px;
  width: 14.5px;
  left: 1px;
  bottom: 1.2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

header .rightIcon input:checked+.slider {
  background-color: transparent;
}

header .rightIcon input:checked+.slider:before {
  -webkit-transform: translateX(11.5px);
  -ms-transform: translateX(11.5px);
  transform: translateX(11.5px);
}

/* Rounded sliders */
header .rightIcon .slider.round {
  border-radius: 34px;
}

header .rightIcon .slider.round:before {
  border-radius: 50%;
}

/* extraClassWidth */
.extraClassWidth {
  width: 55px;
}
div.table-responsive table.dataTable{
	margin:0px!important;
	border-spacing: 0px 2px;
  margin-bottom: 20px!important;
}
.black{
	
}
/* Nav */
.navbar-collapse {
  position: relative;
  width: 100%;
  left: 0;
  background: #2D3238;
  z-index: 8;
}

.navbar-collapse ul {
  margin: 0 0 10px;
  width: 100%;
}

nav {
  background: #2D3238;border: 1px solid #3C404D;
  width: 100%;
  position: relative;
}

nav ul {
  padding: 0px;
  margin: 4px 0 0;
}

nav ul li {
  display: inline-block;
  margin: 4px;
}
nav ul li:first-child{
    margin-left: 0px;
}
nav ul li:last-child{
    margin-right: 0px;
}
nav ul li a {
  font-size: 11px;
  line-height: 150%;
  font-weight: 600;
  color: #748AA1;
  border-radius: 6px;
  background: #33393F;
  padding: 12px;
  transition: 0.5s all;
  margin: 0 0 10px;
  display: inline-block;
}

nav ul li:last-child a {border: 1px solid #3C404D;
  margin: 0 0;
}

nav ul li a.active, nav ul li a:hover {
  color: #ED1F68;
  background: rgba(237, 31, 104, 0.2);
  transition: 0.5s all;
}

.navmiddleSection {
  width: 100%;
}
.navmiddleSection .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media ( max-width : 991px) {
  .navbar-collapse
  {
    position: absolute;
    width: 28%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 10px;
  }
}
@media ( min-width : 992px) {
  nav ul {
    margin: 0;
  }
}



.navbar {
  padding: 0 0;
   /*height: 12vh;*//*ashish*/
}

.navbar-toggler {
  padding: 10px 0;
}

.navbar-toggler-icon {
    background-image: url(../images/menu.svg);
    width: 22px;
    height: 22px;
    background-size: auto;
}

.navbar-toggler:focus {
  outline: none;
}

@media ( min-width : 980px) {
  .navbar-collapse {
    position: relative;
  }
}

@media ( min-width : 992px) {
  nav ul li a {
    margin: 0;
  }
  .navbar-toggler {
    padding: 0 0 12px 0;
  }
  /* nav ul{padding:12px 0px;} */
  nav ul {
    padding: 0px 0px;
  }
  .navbar-collapse ul {
    margin: 0;
  }
}

/* MainSidebar */


.white .MainSidebar {
  background: #fff;
}
.black .MainSidebar {
  background: #2D3238;
}

.MainSidebar {
    height: 100%;
    position: fixed;
    left: 0px;
    top: 78px;
    width: 86px;
    z-index: 9;
}
.vertical-collpsed .MainSidebar{
    width: 270px;
    box-shadow: 2px 1px 5px rgb(0 0 0 / 6%);
}
.vertical-collpsed .navbar-nav.sidebar li a span{
    display: block;
}
.vertical-collpsed .navbar-nav.sidebar .nav-link {
    text-align: left;
    justify-content: flex-start;
    /*padding: 4px 32px;*/
}
.vertical-collpsed .navbar-nav.sidebar{
	padding-left:7px;
}
.vertical-collpsed .navbar-nav.sidebar li a img {
    margin: unset;
}
.vertical-collpsed .MainSidebar > ul > li:last-child:before {
    transform: translate(-50%, 0%);
    left: 50%;
    WIDTH: 80%;
}
body.viewdetail-enabled, body.right-bar-enabled{
  position: relative;
}
body.viewdetail-enabled::before , body.right-bar-enabled::before{
  content: ""!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5)!important;
  z-index: 9999;
}
.MainSidebar ul li:last-child{
    margin-top: auto;
}
.navbar-nav a.nav-link.active:after {
    content: "";
    height: 100%;
    width: 3px;
    background: var(--primary);
    position: absolute;
    right: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.navbar-nav li{
    margin: 15px 0px;
}
.page-content .container-fluid{
	padding-right: 15px;
    padding-left: 15px;
}
.navbar-nav.sidebar .nav-link {
    padding: 4px 25px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: all .2s ease-in-out;
}
.navbar-nav li a{
	transition: all .2s ease-in-out;
}
.navbar-nav.sidebar .nav-link svg{
	    width: 22px;
}
.MainSidebar > ul > li:last-child:before{
	content: "";
	width: 40px;
	position: absolute;
	top: -25px;
	left: 50%;
	height: 1px;
	background: var(--lightgray);
	transform: translate(-50%, -50%);
}
.navbar-nav.sidebar .nav-link.active span {
    color: var(--blackcolor);
}
.navbar-nav.sidebar li a span{
	display: none;
	padding-left: 25px;
	color: var(--lightblack);
}
.navbar-nav.sidebar li a img{
    margin: 0 auto;
}
.metismenu.navbar-nav.sidebar li a img{
  margin: 0px;
}
.navbar-nav.sidebar.left-sidebar-menu li a img{
	margin: 0;
}
.navbar-nav li ul.sub-menu{
	display:none;
}
.navbar-nav li ul.sub-menu li a{
	text-align: left;
    color: var(--lightblack);
    display: inline-block;
    width: 100%;
    padding: 10px 0px 10px 70px;
}
.navbar-nav li ul.sub-menu li.mm-active a{
	color: var(--primary);
}
.navbar-nav li ul.sub-menu li{
	margin: 5px 0px;
}
input.date-control, .dropdown-item svg{
	cursor: pointer;
}
.navbar-nav.sidebar .footer {
  position: absolute;
  bottom: 10px;
  display: block;
  height: auto;
  margin: 0 0 20px;
}

.sidebar {
    padding: 20px 0px;
    display: flex;
    height: calc(100% - 78px);
    box-shadow: 0px 1px 2px rgb(151 154 168 / 23%);
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76563rem;
    word-wrap: break-word;
    opacity: 0;
}
.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
/* __________________________ inner page css _________________________ */
.p0{
	padding:0px!important;
}
.hs-searchbox{
	border-bottom: 1px solid #EAEDF3;
	padding: 5px 15px 13px;
}
.hs-searchbox  input.form-control:focus{
  border:1px solid #ced4da!important
}
.hs-searchbox  input.form-control{
	font-size:14px;
	position:relative;
	background: url(../images/search-placeholder-dark.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 30px;
	
}
.motwi_topbar .dropdown-toggle{
	min-width:170px;
	    height: 36px;
}



/* progress-bar */
.progress {
  border-radius: 0;
  background-color: #748AA1;
  height: 5px;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.progress-bar {
  background-color: #ED1F68;
  transition: width linear;
}

/* middleSection */


.middleSection.graph {
  height: auto;
}
.map{
	height:calc(100% + 20px)!important;
}
@media ( min-width : 768px) {
  nav ul li a {
    margin: 0;
  }
  .navbar {
    padding: 5px 0 5px 0;
     /*height: 12vh;*//*ashish*/
  }
}

@media ( min-width : 992px) {
  nav ul li a {
    margin: 0;
  }
}
.MiddletopHeader {
    position: relative;
    width: 100%;
    margin: 0px auto 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.map-common-container {
  position: relative;
}

.MiddletopHeader .left ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  padding: 7px 17px;
  margin: 0 2px;
  vertical-align: top;
}

.MiddletopHeader .MiddletTopLeft ul .Middle-Left-li-search {
  padding: 0px 5px;
}

.MiddletopHeader .left ul li.MiddleTopDropDown {
  padding: 0;
  margin: 0 0 10px;
}

.MiddletopHeader .center {
  float: left;
  text-align: center;
  width: 50%;
}
.buttonbar{
    margin-bottom: 15px;
    display: inline-block;
    text-align: right;
    width: 100%;
}
.MiddletopHeader .right ul li.topbtn a{
	padding: 12px;
	color: #000;
	color: #748AA1;
	display: inline-block;
	padding: 5px 10px;
}
.black .MiddletopHeader .right ul li a{
	 color: #748AA1;
}
.black .buttonbar ul li a{
	background:#2d3039!important;
}

.MiddletopHeader .right ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  padding: 7px;
  margin: 0 2px;
  vertical-align: top;
}
.MiddletopHeader .clearfix{
	display:none;
}
.MiddletopHeader .right ul li.MixColumn {
  padding: 4px 20px !important;
}

.MiddletopHeader .right ul li.MixColumn a {
  margin: 2px 3px 0;
  display: inline-block;
}

.white .MiddletopHeader .left ul li {
  background: #F6F6F6;
}

.black .MiddletopHeader .left ul li {
	background: #24262e;
}

.white .MiddletopHeader .right ul li {
  background: #F6F6F6;
}

.black .MiddletopHeader .right ul li {
  background: #24262e;
}

.MiddletopHeader .left ul li.DevicebackBtn {
  background: transparent;
  padding: 0;
}

.MiddletopHeader .left ul li.DevicebackBtn a {
  background: #0080FF;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 7px 17px;
  margin: 0 2px;
  vertical-align: top;
}

.MiddletopHeader .left ul li.DevicebackBtn img {
  display: inline-block;
  position: relative;
  float: left;
}

.MiddletopHeader .left ul li.DevicebackBtn a span {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%;
  display: inline-block;
  margin: 5px 5px 0;
}

@media ( max-width : 441px) {
  .MiddletopHeader .center {
    width: 100%;
  }
  .MiddletopHeader .right {
    float: left;
    width: 100%;
    text-align: left;
  }
}

@media ( min-width : 460px) {
  .MiddletopHeader .left ul li.MiddleTopDropDown {
    padding: 0;
    margin: 0;
  }
}


@media ( min-width :768px) {
  .MiddletopHeader .center, .MiddletopHeader .right {
    margin: 5 px 0;
  }
}


@media ( max-width :978px) and (min-width:719px) {
  .MiddletopHeader .MiddletTopLeft ul .Middle-Left-li-search {
    margin: 5px 0px;
  }
}

@media ( max-width :718px) and (min-width:599px) {
  .MiddletopHeader .MiddletTopLeft ul .Middle-Left-li-search {
    margin: 5px 0px;
  }
  .list-download {
    margin: 5px 0px !important;
    
  }
}


@media ( min-width : 449px) and (max-width:453px) {
  .MiddletopHeader .MiddletTopLeft ul .Middle-Left-li-search {
    margin: 0px 0px;
  }
}

@media ( max-width : 448px) {
  .list-download {
    margin: 0px 0px !important;
  }
  .MiddletopHeader .MiddletTopLeft ul .Middle-Left-li-search {
    margin: 0px 0px;
  }
}

@media ( max-width : 389px) {
  .MiddletopHeader .MiddletTopLeft ul .Middle-Left-li-search {
    margin: 5px 0px;
  }
}

@media ( max-width : 731px) {
  .MiddletopHeader .serviceright {
    margin: 3px 0;
  }
}


/* SearchBox */
.white .SearchBox input[type=text] {
  background-color: #F6F6F6 !important;
  color: #748AA1 !important
}

.black .SearchBox input[type=text] {
  background-color: #24262e!important;
  color: var(--lightblack)!important;
}

.SearchBox input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 0px solid transparent;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  background-image: url(../images/icon-search.svg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 13px 20px 13px 40px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin: 10px 0;
  color: #748AA1;
  font-weight: 600;
}

.modal .SearchBox input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 0px solid transparent;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  background-image: url(../images/icon-search.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding: 13px 20px 13px 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin: 10px 0;
  color: #748AA1;
  font-weight: 600;
}

.modal .SearchBox.RemoveSearchIcon input[type=text] {
  background-image: none;
  margin: 5px 0;
}

.modal .SearchBox.SearchDropDown input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 0px solid transparent;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  background-image: url(../images/icon-downArrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding: 13px 20px 13px 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin: 10px 0;
  color: #000 !important;
  font-weight: 600;
}

.modal .SearchBox input[type=text] {
  background-color: #fff !important
}

.SearchBox input:focus, .modal .SearchBox input[type=text]:focus {
  border: 0px solid transparent !important;
  box-shadow: none;
}

@media ( min-width : 768px) {
  .SearchBox input[type=text] {
    width: 100%;
    margin: 0;
  }
}

@media ( min-width :992px) {
  .SearchBox input[type=text] {
    width: 100%;
    margin: 0;
  }
}
/* autocomplete searchbox */
.SearchBox {
  position: relative;
}

.SearchBox .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9;
  border-radius: 4px;
}

.SearchBox.active .autocom-box {
  padding: 10px 0;
  opacity: 1;
  pointer-events: auto;
  margin: 2px 0;
}

.autocom-box li {
  list-style: none;
  padding: 5px 0px 5px 40px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
  font-weight: 600;
  text-align: left;
}

.SearchBox.active .autocom-box li {
  display: block;
}

.autocom-box li:hover {
  background: transparent;
}

.SearchBox .icon {
  position: absolute;
  left: 12px;
  top: 9px;
  height: auto;
  width: auto;
  text-align: center;
  color: #644bff;
  cursor: pointer;
}

/* Top Header Dropdown */
.CommonDropdown dd, .CommonDropdown dt, .CommonDropdown ul {
  margin: 0px;
  padding: 7px 7px 0;
}

.CommonDropdown dd {
  position: relative;
}

@media ( min-width : 576px) {
  .CommonDropdown dd, .CommonDropdown dt, .CommonDropdown ul {
    margin: 0px;
    padding: 7px 15px 0;
  }
}

@media ( min-width : 768px) {
  .CommonDropdown dd, .CommonDropdown dt, .CommonDropdown ul {
    margin: 0px;
    padding: 7px 20px 0;
  }
}

/* DT styles for sliding doors */
.CommonDropdown dt a {
  color: #748AA1;
  background: url('../images/icon-downArrow.svg') no-repeat scroll right;
  background-size: 6%;
  display: block;
  padding-right: 30px;
  width: auto;
  text-decoration: none;
}

.CommonDropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px 0;
  color: #748AA1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16.5px;
}

.CommonDropdown dt a span pre {
  display: inline-block;
  color: #0080FF;
  overflow: inherit;
  font-family: 'Gilroy';
  margin: 0 0 0 3px;
}
/* UL styles */
.white .DownloadPage .CommonDropdown dd ul {
	background-color: #f6f6f6 !important;
	min-width: 86px;
	padding-left: 4px!important;
}

.black .DownloadPage .CommonDropdown dd ul {
  background-color: #24262e!important;
}
.sk-chase{
  -webkit-animation: sk-chase 2.5s infinite linear both;
  -ms-animation: sk-chase 2.5s infinite linear both;
  -o-animation: sk-chase 2.5s infinite linear both;
 -moz-animation: sk-chase 2.5s infinite linear both;
  animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: --1.0s;
    -ms-animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
	-webkit-animation-delay: -0.7s;
    -moz-animation-delay:-0.7s;
    -o-animation-delay: -0.7s;
    -ms-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
	-webkit-animation-delay: -0.6s;
    -moz-animation-delay:-0.6s;
    -o-animation-delay: -0.6s;
    -ms-animation-delay:-0.6s;
}
.sk-chase-dot{
	-webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
	-moz-animation: sk-chase-dot 2.0s infinite ease-in-out both;
	-o-animation: sk-chase-dot 2.0s infinite ease-in-out both;
	-ms-animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.CommonDropdown dd ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 10px 15px;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  min-width: 230px;
  z-index: 9;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: scroll;
}
.DownloadPage .CommonDropdown dd ul{
	min-width:100px!important;
}
.white .CommonDropdown dd ul {
  background-color: #f6f6f6 !important;
}

/*
.black .CommonDropdown dd ul {
  background-color: #24262e!important;
}

.black .CommonDropdown dd ul li a, 
.black .CommonDropdown dd ul li a:hover{
	background-color: #2d3039!important;
    color: #fff;
}*/

/* ::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 4px;
  border: 1px solid var(--primary);
} */

/* ::-webkit-scrollbar {
  width: 5px;
} */

.CommonDropdown span.value {
  display: none;
}

.CommonDropdown dd ul li {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
}

.CommonDropdown dd ul li a {
  display: block;
  outline: none;
  text-decoration: none;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%;
  background: #EAEAEA;
  border-radius: 4px;
  padding: 8px 16px;
}

.CommonDropdown dd ul li a pre {
  display: inline-block;
  color: #748AA1;
  overflow: inherit;
  font-family: 'Gilroy';
  margin: 0 0 0 3px;
}

.CommonDropdown dd ul li a:hover {
  background-color: var(--primary);
  color: #FFF;
  text-decoration: none;
}

.CommonDropdown dd ul li a:hover pre {
  color: #fff;
}

.CommonDropdown span.value {
  display: none;
}

/* downloadPageDD */
/* General CommonDropdown styles */
li.DownloadPage {
  padding: 0 !important;
}

.DownloadPage .CommonDropdown dd, .DownloadPage .CommonDropdown dt,
  .DownloadPage .CommonDropdown ul {
  margin: 0px;
  padding: 5px 20px 2px !important;
}

.DownloadPage .CommonDropdown dd {
  position: relative;
}

/* DT styles for sliding doors */
.DownloadPage .CommonDropdown dt a {
  color: #748AA1;
  /*background:url('../images/icon-downArrow.svg') no-repeat scroll right;*/
  background-size: 6%;
  display: block;
  padding-right: 0;
  width: auto;
  text-decoration: none;
  background: none;
}

.DownloadPage .CommonDropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 3.5px 0;
  color: #748AA1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16.5px;
}

/* UL styles */
.DownloadPage .CommonDropdown dd ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 10px 15px;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
  min-width: 100%;
  padding: 4px 0 !important;
  border-radius: 4px;
}

.DownloadPage .CommonDropdown span.value {
  display: none;
}

.DownloadPage .CommonDropdown dd ul li {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
}

.DownloadPage .CommonDropdown dd ul li a {
  display: block;
  outline: none;
  text-decoration: none;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%;
  background: #EAEAEA;
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
}

.DownloadPage .CommonDropdown dd ul li a:hover {
  background-color: var(--primary);
  color: #FFF;
  text-decoration: none;
}
.custom-map-pin div.custom-map-pin {
    background-color: var(--primary)!important;
    height: 25px!important;
    width: 25px!important;
    margin: 0px!important;
    text-indent: -9999999999px;
    box-shadow: 0px 0px 4px rgb(88 101 134 / 32%);
    border: 7px solid #fff;
}
div.custom-map-pin{
	background-color: rgba(181, 226, 140, 0.6);
    display: flex!important;
    align-items: center;
    justify-content: center;
    background-color: var(--mapbg)!important;
}

 .chart-map-icon div.custom-map-pin {
    background-color: var(--primary)!important;
    height: 25px!important;
    width: 25px!important;
    margin: 0px!important;
    text-indent: -9999999999px;
    box-shadow: 0px 0px 4px rgb(88 101 134 / 32%);
}
.chart-map-icon div.custom-map-pin img{
  width: 9px;
  height: auto;
}
.chart-map-icon{
	background: var(--bg-border1) !important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}  

.DownloadPage .CommonDropdown span.value {
  display: none;
}

/* TableColDD */
/* General CommonDropdown styles */
dl#TableColDD {
  position: relative;
}

li .TableColDD {
  padding: 0 !important;
  display: inline-block;
  margin: 0 !important;
}

.TableColDD .CommonDropdown dd {
  position: absolute;
}

.TableColDD .CommonDropdown dd, .TableColDD .CommonDropdown dt,
  .TableColDD .CommonDropdown ul {
  margin: 0px;
  padding: 0;
}

/*.TableColDD .CommonDropdown dd, .TableColDD .CommonDropdown dt, .TableColDD .CommonDropdown ul { margin:0px; padding: 0 !important; }*/
.TableColDD .CommonDropdown dd {
  /*position: relative;
  float: initial;*/
  right: -17px;
}
/* .table-thead-common{position: sticky;top: 0;z-index: 10;} */
/* DT styles for sliding doors */
.TableColDD .CommonDropdown dt a {
  color: #748AA1;
  /*background:url('../images/icon-downArrow.svg') no-repeat scroll right;*/
  background-size: 6%;
  display: block;
  padding-right: 0;
  width: auto;
  text-decoration: none;
  background: none;
}

.TableColDD .CommonDropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 3.5px 0;
  color: #748AA1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16.5px;
}

/* UL styles */
.white .TableColDD .CommonDropdown dd ul {
  background-color: #f6f6f6 !important;
}
.black .hs-searchbox input.form-control {
    background: url(../images/search-placeholder.svg)!important;
    background-repeat: no-repeat!important;
    background-position: 8px center!important;
   
}
.black .TableColDD .CommonDropdown dd ul {
  background-color: #24262e !important;
}
.black .TableColDD .CommonDropdown dd ul li a{
  background: #2d3039;
}
.black .dropdown-menu{
    background: #24262e;
    color:#fff;
}
.black .date-control{
	color:#fff;
}
.black .motwi_topbar .custom-panel input.form-control{
	color: var(--lightblack);
}

.TableColDD .CommonDropdown dd ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 10px 15px;
  position: relative;
  right: 0px;
  top: 10px;
  width: 200px;
  min-width: 200px;
  /*padding: 4px 0 !important;*/
  border-radius: 4px;
  height: 345px;
  overflow-y: scroll;
}

.TableColDD .CommonDropdown span.value {
  display: none;
}

.TableColDD .CommonDropdown dd ul li {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 5px !important;
}
/* .TableColDD .CommonDropdown dd ul li a { 
display: block;
outline: none;
text-decoration: none;
color: #748AA1;font-weight: 600; font-size: 11px; line-height: 150%;background: #EAEAEA;border-radius: 4px;padding: 8px 16px; 
} */
.TableColDD .CommonDropdown dd ul li a {
  display: block;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%;
  background: var(--primary);
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
}

.List-grey {
  background: #EAEAEA !important;
  color: #748AA1 !important;
}
.graph-row .col-lg-4{
	display:flex;
}
.List-grey {
    background: #EAEAEA !important;
    color: #748AA1 !important;
}
.List-grey:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

.TableColDD .CommonDropdown dd ul li a {
 /* width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff!important;*/
  cursor: pointer;
}

.TableColDD .CommonDropdown dd ul li a:hover {
  background-color: var(--primary);
  color: #FFF;
  text-decoration: none;
}

.TableColDD .CommonDropdown span.value {
  display: none;
}

/* TableColDD scrollbar */
.TableColDD ul {
  scrollbar-height: thin;
  scrollbar-color: #ED1F68 #fff;
}

.TableColDD ul::-webkit-scrollbar {
  width: 4px;
}

.TableColDD ul::-webkit-scrollbar-track {
  background: #fff;
}

.TableColDD ul::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 4px;
  border: 1px solid var(--primary);
}
/* White DataTable */
.table-responsive.Commontable {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  margin-bottom:60px;
  /* z-index: 0; */
  position: relative;
  /*
   overflow-y: unset;
    overflow-x: unset;*/
}





/* table-responsive scrollbar start */

.bottom{
	    background: #F6F7FB;
    display: flex;
    bottom: 0px;
    width: calc(100% - 86px);
    padding: 13px 30px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 86px;
}
.bottom div.dataTables_paginate{
    margin-right: 20px!important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    background: #edeff5;
    border: none!important;
    padding: 8px 22px 8px 10px;
    vertical-align: middle;
    border-radius: 4px;
    letter-spacing: -0.01em;
    color: #2E3440;
    font-weight: 600;
    outline: 0!important;
    appearance: none;
    position: relative;
    background: #edeff5 url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 85%;
}
div.dataTables_wrapper div.dataTables_length select:before{
    content: "\f107";
    position:absulate;
    font: normal normal normal 14px/1 FontAwesome;
}
div.dataTables_info, 
div.dataTables_wrapper div.dataTables_length label{
	color:#9CAAB9;
	font-size: 14px;
	letter-spacing: -0.01em;
	padding:0px!important;
}
.paging_simple_numbers span a{
	font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #2B3354;
    opacity: 0.7;
    padding: 5px 10px;
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
        margin: 0px 3px;
}
.paging_simple_numbers span a.paginate_button.current{
    background: #edeff5;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    color: #2B3354;
    opacity: 1;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 0px!important;
}
.ellipsis{
    color: #2B3354;
    font-size: 20px;
    line-height: 18px;
    display: inline-block;
    height: 28px;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.7;
 }
 a.paginate_button.previous{
 	margin-right: 15px;
 }
  a.paginate_button.next{
 	margin-left: 15px;
 }
 
.Commontable.tableScrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgb(156 170 185 / 35%);
}

.Commontable.tableScrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.app-user-info{
	margin-top:40px;
}

.Commontable.tableScrollbar::-webkit-scrollbar-track {
  background: #F6F6F6;
}

.Commontable.tableScrollbar::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 4px;
  border: none;
  background:rgb(156 170 185 / 35%);
}
/* table-responsive scrollbar end */

.Commontable  #example_length, .Commontable  #example_filter,
  .Commontable #example_info, .Commontable #example_paginate {
  display: none;
}

.Commontable table {
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
  text-transform: uppercase;
}

.Commontable thead {
  background: #F1F8FF;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--lightblack);
  position: relative;
  top: 0;
  z-index: 1;
  margin-bottom:10px;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 12%);
}
.Commontable .table thead tr th{
	padding:14px 15px; 
	color:#2B3354;
	font-weight: 700;
	font-size:11px;
}
.innerpagenew .card{
	background: transparent;
}
.motwi_topbar{
	background: #fff;
	padding: 15px 20px;
	margin: 0px calc(-1.5rem / 2);
	box-shadow: 0px 1px 2px rgb(151 154 168 / 23%);
	    z-index: 1;
    position: relative;
}
.motwi_topbar .card-wrapper{
	padding-bottom:0px
}
.subpages .page-content{
	padding: 78px calc(1.5rem / 2) 0px calc(1.5rem / 2);
}
.page-content .innerpagenew{
	/*overflow: auto;
    margin: 0px calc(-1.5rem / 2);
    padding: 0px calc(1.5rem / 2);*/
    
    margin-top: 30px;
}
.Commontable tbody:before {
    line-height: 5px;
    content: "";
    display: block;
    height:5px;
}
.Commontable tbody tr td, .Commontable thead tr th{
	background:#fff;
}
.Commontable .table thead tr th:first-child,
.Commontable .table tbody tr td:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.Commontable .table thead tr th:last-child,
.Commontable .table tbody tr td:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.table-bordered td, .table-bordered th {
  border: none;
}

.Commontable .table td, .Commontable .table th {
  border-top: none;
  text-align: center;
  white-space: nowrap;
}

.Commontable table tbody td.email {
  text-transform: lowercase;
}

.Commontable .table thead th {
  vertical-align: middle;
  border-bottom: none;
  
}


body.black .motwi_topbar{
    background: #2d3238;
    box-shadow: none;
}
body.black .sidebar{
	box-shadow: none;
}
body.black .Commontable tbody tr td, 
body.black .Commontable thead tr th {
    background: #2d3238;
}
body.black .Commontable .table td {
    border-bottom: 2px solid #24262e;
    color: #FFFFFF;
}
body.black .Commontable .table thead tr th{
    color:#fff;
}
.black .Commontable .table tbody tr:hover {
  background-color: var(--primary)!important;
  color: #2B3354;
}
div.map{
	height:300px!important;
}
.card.active div.map{
	height:700px!important;
}
.VehicleModelDropDown .VehicleModelSelect .toogle {
    padding: 15px 11px ;
}
table tbody .btn,
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after,
  table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after
  {
  opacity: 1 !important;
}

/* Black DataTable */
.black .table-responsive.Commontable {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #24262e;
}
/* table-responsive scrollbar start */
.black .Commontable.tableScrollbar {
  scrollbar-width: thin;
  scrollbar-color: #ED1F68 #000000;
}

.black .Commontable.tableScrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.black .Commontable.tableScrollbar::-webkit-scrollbar-track {
  background: #F6F6F6;
}

.black .Commontable.tableScrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: none;
  background:var(--primary);
}
/* table-responsive scrollbar end */
.Commontable .dataTables_length, .Commontable .dataTables_filter,
  .Commontable .dataTables_info, .Commontable .dataTables_paginate {
  display: none;
}

.Commontable table {
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
  text-transform: uppercase;
}

.black .Commontable thead {
  background: #24262e;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--lightblack);
  position: sticky;
}
.Commontable .table tbody tr:hover{
   filter: drop-shadow(0px 14px 14px rgba(216, 225, 236, 0.61));
}
.black .Commontable .table tbody tr:hover{
   filter: drop-shadow(0px 14px 14px rgba(36, 38, 42, 1));
}
.Commontable .table td img{
	width:30px!important;
	height:auto!important;
}

.table-bordered td, .table-bordered th {
  border: none;
}

.Commontable .table td, .Commontable .table th {
  border-top: none;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 12px;
}
.Commontable .table td {
    border: none;
    padding: 11px 15px;
    font-size: 13px;
    text-transform: initial;
    line-height: 1.6;
}
.Commontable table tbody td.email {
  text-transform: lowercase;
}
.Commontable .table td strong{
	font-weight: 500;
}
.Commontable .table td label.light-gray{
	font-size:12px;
	opacity: 0.6;
}
.Commontable .table .motwitable-inactive{
	color:#748AA1;
}
.Commontable .table thead th {
  vertical-align: middle;
  border-bottom: none;
}
table.dataTable thead .sorting_desc:after{
	content: "";
}
.Commontable table.dataTable thead .sorting_asc:before,
.Commontable table.dataTable thead .sorting:after{
	content: "";
	background-image: url(../images/sort-down.svg);
	width: 15px;
    height: 15px;
    background-size: contain;
    top: 50%;
    margin-top: -8px;
}
.Commontable table.dataTable thead .sorting_asc:after,
.Commontable table.dataTable thead .sorting:before{
	display:none;
}
.Commontable table.dataTable thead .sorting_desc:before{
	display:none;
}
.Commontable table.dataTable thead .sorting_desc:after{
	content: "";
    background-image: url(../images/sort-up.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    top: 50%;
    margin-top: -8px;
}
.Commontable .table .motwitable-active{
	color:#58B32E;
}

table tbody td.disable {
  opacity: 0.5;
}

.Commontable .table tbody td a.link {
  color: #0080FF;
  font-weight: 600;
  text-decoration: underline;
}
.black .bottom{
	background: #24262e;
}
.black .paging_simple_numbers span a{
	color: #9CAAB9;
}
.black .Commontable .table td {
  border-bottom: 1px solid #3C404D;
  color: #FFFFFF;
}
.black .paging_simple_numbers span a.paginate_button.current{
	background-color: #2d3238;
    color: #fff;
}
.black div.dataTables_wrapper div.dataTables_length select{
	    background: #2d3238 url(../images/down-arrow.svg);
	    color:#9CAAB9;
	    background-repeat: no-repeat;
    background-position: 80% 50%;
}
.white .Commontable .table tbody tr:hover {
  background-color: #E7E9EB !important;
  color: #2B3354;
  font-size:13px;
}
.black a.paginate_button.next::after,.black a.paginate_button.previous::before{
	color: #FFF;
}
.black .Commontable .table tbody tr:hover{
	background-color: #2d3238!important;
}

.Commontable .table  thead{
	position: sticky !important;
}

/* Table CheckBox */

.custom-control.fill-checkbox .fill-control-input {
  display: none;
}

.custom-control.fill-checkbox .fill-control-input:checked ~
  .fill-control-indicator {
  background-size: 80%;
}

.custom-control {
  min-height: 0.5rem;
}

.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #95CAFF;
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon-tick-lightblue.svg);
  background-position: center left 1.1px;
}

thead .custom-control.fill-checkbox .fill-control-indicator, 
.black thead .custom-control.fill-checkbox .fill-control-indicator
  {
  background-image: url(../images/icon-tick-grey.svg);
  border: 2px solid #748AA1;
}

.black .custom-control.fill-checkbox .fill-control-indicator {
  border: 2px solid #0080FF;
  background-image: url(../images/icon-tick-blue.svg);
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after
  {
  color: #0080FF;
}

/* blueLine  */
.blueLine {
  background-color: #F7FBFE;
  color: #fff;
  position: relative;
  width: 100%;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 7px 25px 7px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.blueLine .left .filter-select{
  color: #2B3354;
}
.blueLine .right .btn:focus{
  box-shadow: none!important;
}
.blueLine .right .btn img{
  margin-right: 10px;
}
.blueLine .right .copy-info-btn{
  background-color: #0080FF;
}
.blueLine .right .selection-btn {
  background-color: #FB4E6E;
}
.blueLine .right .selection-btn , .blueLine .right .copy-info-btn{
  color: #FFF;
  font-size: 14px;
  border-radius: 7px;
  margin-left: 5px;
  padding: 7px 16px 7px 16px;
}
.blueLine .left {
  float: none;
}

.blueLine .left form {
  float: left;
  margin: 7px 8px 0 0;
}

.blueLine .left form .custom-control.fill-checkbox .fill-control-indicator
  {
  background-image: url(../images/icon-tick-white.svg);
  border: 2px solid #fff;
}

.blueLine .left form .material-control-description {
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  margin: 0 20px 0 8px;
  text-transform: uppercase;
}
.option-field{
	align-items: center;
}
.option-field a.float-right{
    padding-left: 10px;
}
.Commontable .table td .option-field .unlocked-vehicle img{
	width: 13px!important;
}

.blueLine .right {
  float: none;
  text-align: left;
  margin: 15px 0 0;
}

.blueLine .right span {
  margin: 0 20px 0 0;
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
}

.blueLine .btn.white {
  background: #fff;
  color: #000000;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  border-radius: 4px;
}
.mobile-header{
	display:none;
}
.MiddleTopRight .buttonbar{
	margin-bottom:0px;
}
.share-location-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.share-location-field .location-info{
	padding-right: 20px;
}
.Commontable .table td .share-location-field .share-location img{
	width: 15px!important;
	cursor: pointer;
}
body.black .blueLine{
	background-color: #2d3238;
}
body.black .blueLine .left .filter-select{
	color: #FFF;
}
.Commontable .table td .unlocked-vehicle img{
	width: 16px!important;
}
.gb-icon-btn {
	border: 1px solid var(--lightgray);
    padding: 10px 10px;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #2B3354;
}
.gb-icon-btn img{
	margin-right: 8px;
}
.map-btn.gb-icon-btn{
	padding: 10px 15px;
	color: #0080FF;
	font-weight: 500;
	margin-right: 8px;
}
.button-items .btn.sidebar-btn:focus{
	box-shadow: none;
}
.button-items .btn.sidebar-btn.icon-btn{
	padding: 7px;
	margin-right: 10px;
}
.sub-companies-info .add-sub-company-dropdown, .add-sub-company-dropdown {
  height: 300px;
  overflow-y: scroll;
}
.custom-panel-box .add-vehicle-model-body ul.column-list{
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
}
.custom-panel-box .add-vehicle-model-body ul.column-list li.handle{
	min-height: 50px;
	display: flex;
	align-items: center; 
	flex-wrap: wrap;
    padding-left: 20px;
    color: #2B3354;
}
.custom-panel-box ul.column-list li span.handle{
	color: #2B3354;
    font-size: 13px;
    font-weight: 500;
}
.add-vehicle-model-body ul.vehicle-model-handle li.disablelist{
	background-color: #F4F6F8;
}
.add-vehicle-model-body .detail-handle-field ul li{
	border: 1px solid #EAEDF3;
	border-radius: 7px;
	color: #9CAAB9;
	font-size: 14px;
	font-weight: 500;
	padding: 13px 18px;
	width: 50%;
}
.add-vehicle-model-body .detail-handle-field ul li:last-child{
	width: 100%;
}
.assign-imei-info div#failed-assign-table-div{
	max-height: 245px;
    overflow-y: scroll;
    min-height: 30px;
    margin-top: 10px;
}
.sub-companies-info .add-sub-company-dropdown::-webkit-scrollbar , 
.assign-imei-info div#failed-assign-table-div::-webkit-scrollbar{
  width: 7px;
}
.assign-imei-info div#failed-assign-table-div .dataTables_wrapper {
	padding: 0px 0px;
}
.assign-imei-info div#failed-assign-table-div .dataTables_wrapper table{
	margin-top: 0px!important;
}
.sub-companies-info .add-sub-company-dropdown::-webkit-scrollbar-track, 
.assign-imei-info div#failed-assign-table-div::-webkit-scrollbar-track {
  background: transparent;
}
.sub-companies-info .add-sub-company-dropdown::-webkit-scrollbar-thumb, 
.assign-imei-info div#failed-assign-table-div::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.2);
  border-radius: 20px;
  border: transparent;
  top: 10px;
  position: relative;
}


.information-body .sub-information-tab ul.nav{
	background-color: #F6F7FB;
    border-radius: 7px;
    border-bottom: none;
}
.information-body .sub-information-tab ul.nav li{
	min-height: 36px;
	width: 50%!important;
	padding: 4px;
	margin-right: 0px;
}
.logo-col .thumb-img-div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.logo-col .thumb-img-div .upload-img{ 
  display: block;
}
.import-detail-info table tr td:first-child{
  width: 100%;
}
.setting-from .row.logo-col .col-xl-6.col-lg-8 button.btn-pink-md{
	margin-right: 40px;
}
.information-body .sub-information-tab ul.nav li a.nav-link.active{
	background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(165 165 165 / 25%);
    border-radius: 5px;
}
.information-body .sub-information-tab ul.nav li a.nav-link:hover,
.information-body .sub-information-tab ul.nav li a.nav-link:focus{
	color: var(--lightblack)!important;
}
.information-body .sub-information-tab ul.nav li a.nav-link.active .tab-label{
	color: #2B3354;
	font-weight: 600;
}
.information-body .sub-information-tab ul.nav li a.nav-link{
    width: 100%;
    border: none;
    background: transparent;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.information-body .sub-information-tab ul.nav li a.nav-link img{
	margin-right: 10px;
	filter: opacity(0.6);
}
.information-body .sub-information-tab ul.nav li a.nav-link.active img{
	filter: opacity(1);
}
.information-body .sub-information-tab ul.nav li a.nav-link:hover .tab-label{
	color: #2B3354;
}
.information-tab-content .single-table h3{
	color: #78838F;
	font-size: 12px;
	text-transform: uppercase;
}
.information-tab-content .single-table{
	margin-bottom: 30px;
}
.information-body .sub-information-tab ul.nav li a.nav-link .tab-label{
	line-height: normal;
}
.sub-companies-info .upload-img, .assign-imei-info .bulk-imei-tab .upload-img, 
.add-vehicle-model-body .upload-img{
	border: 1px dashed #EAEDF3;
	border-radius: 7px;
	padding: 30px 0px;
	width: 100%;
    text-align: center;
    line-height: 1.5em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* .sub-companies-info .upload-img, .sub-companies-info .dropdown-toggle{
	max-width: 313px;
}
.sub-companies-info .dropdown a.dropdown-toggle{
    white-space: pre-wrap;
    line-height: 1.4!important;
    align-items: center;
    display: flex!important;
} */
.add-vehicle-model-body .upload-img input[type=file], 
.sub-companies-info .upload-img input[type=file]{
	cursor: pointer;
	text-indent: -999px;
	background-size: 9%;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
.add-vehicle-model-body .upload-img input[type=file]{
	background-image: url("../images/cam-icon.svg");
	background-size: 10%;
}
.sub-companies-info .upload-img input[type=file]{
	background-image: url("../images/file-upload.svg");
}
.assign-imei-info .bulk-imei-tab .upload-img input[type=file]{
	cursor: pointer;
	text-indent: -999px;
	background-image: url("../images/drop-file.svg");
	background-size: 6%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
    margin-bottom: 10px;
    min-height: 55px;
}
.assign-imei-info .bulk-imei-tab .upload-img input[type=file]::after{
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	background-color: rgb(189 198 208 / 10%);
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
    z-index: -9;
    border-radius: 50%;
    line-height: 55px;
}
.upload-process.file-upload-btn .file-thumb{
  position: relative;
  margin-right: 25px;
 padding: 10px 12px;
	background-color: rgb(189 198 208 / 10%);
  border-radius: 50%;
 
}
.modal .assign-imei-info.modal-popup-body{
	height: auto;
}
.assign-imei-info .bulk-imei-tab .upload-img label{
    font-weight: 600;
    font-size: 13px;
    color: #2B3354;
   font-family: 'Inter'
}
.otp-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 600;
    color: #2B3354;
}
.otp-info h5, .otp-info span.time{
  color: #2B3354;
  font-size: 14px;
  font-weight: 500;
}
.verification-info h5{
  color: #807598;                                   
}
.otp-digits{
  display: flex;
  justify-content: space-between;
}
.otp-digits input.ic-input{
  border-radius: 5px;
  padding: 10px;
  color: #0080FF;
  font-size: 20px;
  font-weight: 600;
  min-width: 45px;
  margin-right: 10px;
    min-height: 50px;
    text-align: center;
}
.otp-digits input.ic-input:focus{
  border: 1px solid #CED4DA!important;
}


.otp-digits input.ic-input:last-child{
  margin-right: 0px;
}
.assign-imei-info .bulk-imei-tab .upload-img label a{
	color: #0080FF;
}
.assign-imei-info .bulk-imei-tab .upload-img span{
	display: block;
	font-size: 10px;
	color: #9CAAB9;
	line-height: normal;
	font-weight: 500;
}
.button-items .btn.map-btn{
	min-width: 36px;
	min-height: 36px;
	justify-content: center;
}

.sub-companies-info .upload-img label{
	font-size: 14px;
	font-weight: 500;
	color: #9CAAB9;
	line-height: 1.3em;
	max-width: 220px;
}
.add-vehicle-model-body .upload-img label{
	font-size: 12px;
	font-weight: 500;
	color: #9CAAB9;
	line-height: 1.3em;
	max-width: 145px;
}
.sub-companies-info button.dp-toggle:focus{
	box-shadow: none;
}
select.custom-dpdown{
    background: #FFF;
    width: 100%;
    text-align: left;
    height: auto;
    border: 1px solid #EAEDF3;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 17px;
    color: #9CAAB9;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/dp-cap.png);
    background-size: 10px;
    background-position: 95% center;
    background-repeat: no-repeat;
}
select.custom-dpdown:hover{
	color: #9CAAB9;
}
.more-popup a.dropdown-item img{
  width: auto!important;
}

.width100f{
  width: 100%;
  min-width: 100%;
}
.wb-100{
  width: 100%!important;
}
.subscription-body ul.single-country-dropdown{
  padding-left: 0;
  padding-right: 0;
}
.subscription-body ul.single-country-dropdown > li{
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 4px 0;
}
ul.single-country-dropdown li .country-dp-body ul{
  padding-left:0;
  padding-right:0;
}
.blue{
  color: #008fff;
}
ul.single-country-dropdown li .country-dp-body table tr.handle td{
  background-color: #F0F2F7;
  border: 1px solid #EAEDF3;
  border-radius: 7px;
  margin: 3px 0;
  display: block;
  padding: 0;
  background-color: transparent;
}
.expand-currency-div .toggle-div{
  padding: 12px 13px;
} 
.expand-currency-div .toggle-div span.handle{
  max-width: 190px;
  text-overflow: ellipsis;
  line-height: 1.4em;
}
.expand-currency-div .country-detail-info{
   padding: 4px 13px 12px;
} 
.country-detail-info .d-flex-wrap{
  grid-gap: 0px 6px;
}
.expand-currency-div .toggle-div.opened{
  background-color: #F2F6FF;
}
.expand-currency-div .toggle-div.opened .checkbox{
  display: flex;
}
.expand-currency-div .toggle-div.opened .checkbox button.btn{
  width: auto;
  padding: 0;
}
.country-detail-info .field-box {
  width: 31.33%;
}
.country-detail-info .field-box label{
  color: #9CAAB9;
  font-size: 12px;
  font-weight: 500;
}
.country-detail-info .field-box select{
  cursor: pointer;
}
.country-detail-info .field-box select:focus{
  outline: none;
}
.country-detail-info .field-box input, .country-detail-info .field-box select, .country-detail-info .field-box textarea{
  width: 100%;
  padding: 5px 8px;
  min-height: 32px;
}
ul.single-country-dropdown li .country-dp-body table tr:last-child{
  margin-bottom: 0;
}
ul.single-country-dropdown li .country-dp-body table tr td.d-checkbox{
  opacity: 0.4;
  border: 1px solid #CACACA;
  display: block;
  margin: 3px 0;
}
ul.single-country-dropdown li .country-dp-body table{
  margin-bottom: 0;
}
.d-flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
ul.single-country-dropdown li .country-dp-body{
  border: 1px solid #EAEDF3;
  padding: 12px 15px;
}
ul.single-country-dropdown li table tr td div.checkbox label input + span{
  background: #bfbfbf;
}
.modal-popup-body .dropdown a.slide-toggle.show{
  border-bottom-left-radius: 0;
  border-bottom: none;
  border-bottom-right-radius: 0;
}
.modal-popup-body .dropdown a.dropdown-toggle, .modal-popup-body .dropdown a.slide-toggle{
     min-width: 170px;
    text-align: left;
    min-height: 44px;
    display: block;
    width: 100%;
    line-height: 44px;
}
.add-vehicle-model-body .dropdown a.dropdown-toggle, 
.upload-manuals-body .dropdown a.dropdown-toggle,
.vehicle-categories-step .modal-popup-body a.dropdown-toggle{
	color: #9CAAB9;
  word-break: break-all;
  max-width: 100%;
  white-space: normal;
  line-height: 1.5em;
  padding: 10px 30px 10px 10px;
  max-width: 320px;
}
.add-vehicle-model-body a.dropdown-toggle::after{
	filter: brightness(0.4);
}
.add-vehicle-model-body div.ui-menu-item-wrapper{
  color: #2B3354;
  font-size: 15px;
  margin: 12px 0px;
  font-weight: 600;
}
.modal-popup-body .dropdown-menu a.dropdown-item{
  white-space: pre-wrap;
  line-height: 1.3em;
  color: #2B3354;
}
select.custom-dpdown:focus, select.custom-dpdown:active{
	box-shadow: none;
	outline: none;
	color: #2B3354;
}

.sub-companies-info input:disabled {
  background-color: #F2F4F8 !important;
}
ul.add-vehicle-model-name-textbox > li, ul.add-vehicle-category-textbox > li{
	background: #FBFBFB;	
	border: 1px solid #F4F6F8;
	border-radius: 7px;
    padding: 15px 10px;
    align-items: center;
    margin: 10px;
    justify-content: space-between;
}
ul.add-vehicle-model-name-textbox > li .ui-menu-item-wrapper.title,
ul.add-vehicle-category-textbox > li .ui-menu-item-wrapper.title{
	width: 70%;
	font-size: 13px;
    color: #2B3354!important;
    font-weight: 500;
    font-family: 'Inter',sans-serif;
}
ul.add-vehicle-model-name-textbox > li .ui-menu-item-wrapper.toggle,
ul.add-vehicle-category-textbox > li .ui-menu-item-wrapper.toggle{
	width: 30%;
}
ul.add-vehicle-category-textbox > li.ui-menu-item .toogle{
  width: 30%;
  cursor: pointer;
}
ul.add-vehicle-model-name-textbox > li a.ui-menu-item-wrapper.existTag,
ul.add-vehicle-category-textbox > li .ui-menu-item-wrapper.existTag{
	color: #9DA9B6!important;
    background-color: transparent!important;
    font-size: 12px!important;
    font-weight: 500!important;
}
ul.add-vehicle-model-name-textbox > li .ui-menu-item-wrapper.ui-state-active,
ul.add-vehicle-category-textbox > li .ui-menu-item-wrapper.ui-state-active{
	outline: none;
	margin: 0;
	border: none;
}
ul.add-vehicle-model-name-textbox .ui-menu-item,
ul.add-vehicle-category-textbox .ui-menu-item{
	list-style-image: none;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px 5px;
	margin: 10px;
}
.add-vehicle-model-name-textbox>li,
ul.add-vehicle-category-textbox > li{
  
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
}
.add-vehicle-model-name-textbox .switch,
ul.add-vehicle-category-textbox .switch{
    width: 100%!important;
    color: #008fff;
    cursor: pointer;
}
table tr td.expand-currency-div .toggle-div button.edit-bt{
  padding: 0;
}
.add-vehicle-model-name-textbox .switch .title,
ul.add-vehicle-category-textbox .swithc .title{
	color: #008fff;
    font-size: 12px!important;
    font-weight: 500!important;
    font-family: 'Inter',sans-serif;
    cursor: pointer;
}  
.vehicle-img {
  position: relative;
}  
.vehicle-img .edit-image{
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
}
.add-vehicle-model-name-textbox .ui-menu-item .toogle{
	width: auto!important;
}
.upload-manual-field.single-field h4{
	font-size: 14px;
	color: #2B3354;
	font-weight: 700;
}
.single-field .detail-field-div{
	background: #FFFFFF;
	border: 1px dashed #EAEDF3;
	border-radius: 7px;
	padding: 15px 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.detail-field-div a.delete-manual{
	margin-left: auto;
}
.single-field .detail-field-div .upload-file{
	margin-right: 15px;
}
.single-field .detail-field-div .file-upload-info span, 
.detail-field-div .file-info span{
    margin-top: 5px;
    font-size: 10px;
    color: #9caab9e3;
    font-weight: 500;
   display: inline-block;
}
.progress-bar-div .progress_div{
	width: 40px;
	height: 40px;
	background: conic-gradient( #008FFF 3.6deg, #FFFFFF 0deg);
    position: relative;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.progress-bar-div .progress_div::after{
    content: "";
    height: 30px;
    width: 30px;
    background-color: #FFF;
    position: absolute;
    border-radius: 50%;
}
.progress-bar-div .progress-value{
    color: #000;
    position: relative;
    z-index: 9;
    font-size: 10px;
}
.br_7{
	border: 1px solid #E3E4EC;
	border-radius: 7px;
}
.edit-vehicle-model-step .information-body ul.nav-tabs li{
	margin-right: 20px;
}
.edit-vehicle-model-step .information-body ul.nav-tabs li a span{
	font-size: 14px;
	font-weight: 500;
}
.manuals-tab-section .single-field h4{
	color: #2B3354;
	font-weight: 700;
}
.manuals-tab-section .single-field .detail-field-div input[type=file]{
	background-image: url("../images/download-icon.svg");
	background-size: 17px;
}
.information-tab-content .vehicle-img{
	padding: 20px;
	margin-bottom: 10px;
}
.edit-vehicle-model-step .information-tab-content .detail-field-box{
	margin: 10px 0px;
}
.edit-vehicle-model-step .information-tab-content .detail-field-box tr td{
	text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3em;
}
.edit-vehicle-model-step .information-tab-content .vehicle-description-info p{
	width: 100%;
	text-align: center;
	display: block;
	color: #808598;
	font-size: 12px;
	font-weight: 500;
	margin-top: 40px;
	line-height: normal;
	max-width: 100%;
}
.edit-vehicle-model-step .information-tab-content .single-table{
	width: 100%;
	text-align: center;
	display: block;
  max-width: 300px;
  margin: 0 auto;
}
.vehicle-img img{
	width: 100%;
	text-align: center;
}
.add-vehicle-model-body .vehicle-img > img, .information-tab-content .vehicle-img img {
  padding: 15px 10px;
  max-width: 300px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  max-height: 280px;
}
.import-detail-info table.edit-vehicle-category-list tr td{
  border-top: none;
  width: auto;
  display: block;
  padding: 0;
}
.import-detail-info table.edit-vehicle-category-list tr td .d-flex{
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.import-detail-info table.edit-vehicle-category-list tr td .edit-category-textbox{
  width: 82%;
  position: relative;
}
.add-vehicle-model-body .edit-category-textbox input[type=text]{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 46px;
}
.add-vehicle-model-body .edit-category-textbox button.edit-button{
  border: 1px solid #EAEDF3;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
table.edit-vehicle-category-list tr td .edit-category-textbox .save-btn{
  position: absolute;
  right: 15px;
  width: 17px;
}
table.edit-vehicle-category-list tr td .edit-category-textbox input[type=text]{
  padding: 10px 12px;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  min-height: 46px;
  display: block;
}
.import-detail-info table.edit-vehicle-category-list tr td span{
  margin-right: auto;
  color: #2b3354;
  font-size: 13px;
  font-weight: 500;
}
table.edit-vehicle-category-list tr td .btn.edit-button img{
  width: 14px;
}
table.edit-vehicle-category-list tr td .btn{
  border: none;
  background: transparent;
  padding: 0;
  width: auto;
}
.subscription-body .search-country-field{
  padding: 3px;
  min-height: 45px;
}
.subscription-body input[type=search]{
  border: none;
  width: 100%;
  padding: 5px 10px 5px 45px;
  min-height: 42px;
  background-image: url(../images/search.svg);
  background-size: 20px;
  background-position: 3% center;
  background-repeat: no-repeat;
}
table.vehicle-categories-list tr td{
  border-top: none;
  font-size: 13px;
  font-weight: 500;
  padding: 14px 14px;
}
.table.vehicle-categories-list.table{
  margin: 0!important;
}
.import-detail-info table.edit-vehicle-category-list tr{
  margin: 12px 12px 10px;
  padding: 0;
  display: block;
}
table.edit-vehicle-category-list tr td .d-flex .edit-category-label{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 82%;
  background: #FAFAFA;
  border: 1px solid #f2f4f8;
  border-radius: 7px;
  padding: 14px 15px;
  min-height: 46px;
}
table.edit-vehicle-category-list tr td .btn.trash-button.disabled{
  opacity: 0.5!important;
}
table.edit-vehicle-category-list tr td .btn.trash-button{
  background: #FAFAFA;
  border: 1px solid #f2f4f8;
  width: 16%;
  padding: 14px 15px;
  border-radius: 7px;
  min-height: 46px;
}
table.vehicle-categories-list tr{
  background-color: #FAFAFA;
  border: 1px solid #F2F4F8;
  border-radius: 7px;
  margin: 9px 0;
  display: block;
} 
table.vehicle-categories-list tr:last-child{
  margin-bottom: 0;
}
.add-vehicle-model-body .vehicle-img{
  text-align: center;
}
.edit-vehicle-model-step .information-body ul.nav-tabs{
	justify-content: space-between;
}
.dropdown .vehicle-category-dropdown{
  max-height: 275px;
  overflow-y: auto;
}
.dropdown .vehicle-category-dropdown::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #FFFFFF;
}

.dropdown .vehicle-category-dropdown::-webkit-scrollbar{
	width: 9px;
	background-color: #F5F5F5;
}
.dropdown .vehicle-category-dropdown::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #e05584;
}
.single-field .detail-field-div .file-upload-info h6{
	color: #2B3354;
	font-size: 13px;
	font-weight: 600;
}
.single-field .detail-field-div .file-upload-info h6 a{
	color: #0080FF;
}
.mb_15{
	margin-bottom: 13px;
}
.countries-dropdown .single-country-dropdown a{
  color: #2B3354;
  font-size: 14px;
  font-weight: 500;
}
.countries-dropdown .single-country-dropdown a.dropdown-toggle::after{
  filter: brightness(0) saturate(100%) invert(17%)
   sepia(10%) saturate(2919%) hue-rotate(191deg) brightness(95%) contrast(89%);
}

.single-field .detail-field-div input[type=file],
.single-field .detail-field-div .upload-file a{
	background-image: url("../images/drop-file.svg");
    cursor: pointer;
    text-indent: -999px;
    background-size: 15px;
    background-color: #bdc6d01a;
    border-radius: 50%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
}
.single-field .detail-field-div .upload-file a.up-file{
	background: none;
    line-height: normal;
}
.single-field .detail-field-div .upload-file a.up-file img{
    width: 20px;
    height: 22px;
    position: relative;
    left: 10px;
    object-fit: cover;
    object-position: center;
}
.single-field .detail-field-div .upload-file a.up-file::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0080FF;
	opacity: 0.05;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: translate(-30%,-66%);
}
.single-field .detail-field-div .file-info{
	position: relative;
	left: 20px;
}
.sub-companies-info input[type=text], .sub-companies-info input[type=email],  
.assign-imei-info input[type=email], .assign-imei-info input[type=text],
.add-staff-body input[type=text], .add-staff-body input[type=email], 
.add-vehicle-model-body input[type=text]{
	 background-color: #FFF;
    width: 100%;
    text-align: left;
    border: 1px solid #EAEDF3;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 12px;
    color: #2B3354;
    min-height: 54px;
    display: block;
    max-width: 100%;
}
.add-vehicle-model-body input[type=text]{
	font-size: 14px;
}
.add-vehicle-model-body .handle-inner-detail input[type=text], 
.add-vehicle-model-body .handle-inner-detail input[type=text]::placeholder{
	letter-spacing: -0.2px;
}
.add-staff-body input[type=text], .add-staff-body input[type=email]{
  min-height: 46px!important;
}

.modal-popup-body.add-staff-body .dropdown a.dropdown-toggle{
  min-height: 46px!important;
  line-height: 46px;
  background: #F4F8FC;
  border: 1px solid rgba(0, 128, 255, 0.03);
}

.modal-popup-body.select-country-body .dropdown a.dropdown-toggle{
  background-color: transparent;
  color: #2B3354;
  font-weight: 500;
  border: 1px solid #EAEDF3;
}
.modal-popup-body.select-country-body .dropdown a.dropdown-toggle::after{
  background-image: url(../images/right-chevron.svg);
  transform: rotate(90deg);
  right: 15px;
  top: 42%;
}
.modal-popup-body.select-country-body .dropdown a.dropdown-toggle.show::after{
  transform: rotate(-90deg);
  top: 20%;
}
.information-body ul.nav li {
  width: auto;
  margin-right: 0px;
  background-color: transparent;
  padding: 10px 0px;
  margin-right: 40px;
}
.information-body ul.nav li a.nav-link{
  padding: 5px 0px;
}
.information-body ul.nav{
  padding-left: 0px;
  padding-right: 0px;
}
.devices-dragula{
  margin-top: 30px;
}
.devices-dragula h5{
  padding-bottom: 15px;
}
.devices-dragula ul li.disablelist span.handle{
  opacity: 1;
}
.devices-dragula ul.toggle-div{
  padding-left: 0px;
  padding-right: 0px;
}

body.black .sub_company_table.table td .unlocked-vehicle img{
	filter: brightness(100);
}

.uploaded-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0px!important;

}
.uploaded-img button:focus{
	box-shadow: none;
}
.uploaded-img button{
	background-color: #F2F4F8;
	border-radius: 7px;
	color: #2E3440;
	font-size: 14px;
	padding: 10px 30px;
	height: 42px;
    line-height: normal;
}
.upload-process .circle-wrap{
	 width: 40px;
	 height: 40px;
	 background: #EAEDF3;
	 border-radius: 50%;
     margin: 0px 10px 0px 0px;
     position: relative;
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
}
.mask .fill {
  clip: rect(0px, 20px, 40px, 0px);
  background-color: #227ded;
}
.circle-wrap .circle .mask {
  clip: rect(0px, 40px, 40px, 20px);
}

.circle-wrap .inside-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFF;
  line-height: 30px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #1e51dc;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 10px;
}

.mask.full,
.circle .fill {
  animation: fill ease-in-out 1s;
  transform: rotate(var(--progress-update));
}

@keyframes fill{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(var(--progress-update));
  }
}

.more-popup{
	background-color: #FFF;
	border-radius: 7px;
	max-width: 130px;
	box-shadow: 0px 8px 18px rgba(131, 135, 153, 0.24);
}
.more-popup a{
	border-bottom: 1px solid #EAEDF3;
}
.more-popup a.dropdown-item{
	color: #2B3354;
	font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
	font-size: 13px;
}
.more-popup a.dropdown-item img{
  margin-right: 8px;
}
.more-popup a.dropdown-item:hover img, .more-popup a.dropdown-item:focus img{
  filter: brightness(100);
}
.upload-process .file-info {
  max-width: 180px;
  word-break: break-all;
}
.upload-process .file-info h4{
	color: #2B3354;
	font-size: 14px;
	font-weight: 600;
}
.upload-process .file-info p{
	font-size: 11px;
	color: #9CAAB9;
	padding-top: 6px;
}
.upload-process{
  border: 1px solid #EAEDF3;
	border-radius: 7px;
	padding: 12px 15px;
	display: flex;
	flex-wrap: wrap;
  position: relative;
  align-items: center;
}
 .upload-process.file-upload-btn{
	border: 1px solid #EAEDF3;
	border-radius: 7px;
	padding: 12px 15px;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.upload-process button{
	border: none;
	margin-left: auto;
	background: none;
}
.upload-process button.close span{
  background-color: transparent;
  height: auto;
  width: auto;
}
.modal .upload-process button.close{
  top: auto;
}
.upload-process button.close span img{
  width: 12px;
  height: 12px;
}
.upload-process button:focus{
	box-shadow: none;
	outline: none;
}
.more-popup ul li.active img{
	filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%);
}

.more-detail-popup .single-detail-popup{
	background-color: #FFF;
	padding: 40px 25px;
	max-width: 420px;
	text-align: center;
  margin: 0 auto;
  border-radius: 7px;
}

.more-detail-popup .modal-content{
  border-radius: 7px;
  border: none;
	box-shadow: 0px 8px 18px rgba(131, 135, 153, 0.12);
}
.more-detail-popup .single-detail-popup h3{
	font-size: 18px;
	font-weight: 600;
}
.more-detail-popup#delete-sub-company-popup .single-detail-popup p{
  padding: 20px;
}

.more-detail-popup .single-detail-popup p{
	font-size: 14px;
	padding: 20px 0px;
	line-height: 1.4em;
}

.more-detail-popup .single-detail-popup .btn-group{
	margin-top: 10px;
}

.more-detail-popup .single-detail-popup .btn-group button{
	min-width: 110px;
	padding: 11px 34px;
} 
.more-popup ul li.active a{
	color: #FF2020;
}

.more-popup ul li img{
	margin-right: 10px;
}

.uploaded-img .file-thumbnail{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.uploaded-img .file-thumbnail img{
	width: 100%;
	height: 90px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.assign-imei-info input[type=text]{
	color: #2B3354!important;
}

.assign-imei-info .tab-div{
	display: none;
}

.modal .success-popup .sub-company-footer button{
	width: 100%;
}
.modal .success-popup .sub-companies-info{
  height: auto;
}
.modal .success-popup .sub-companies-info h4{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.modal .modal-popup-body.sub-companies-info ,
 .modal .modal-popup-body.add-staff-body, .modal .modal-popup-body.information-body,
 .modal .modal-popup-body.add-vehicle-model-body{
	height: auto;
}

.modal .success-popup .sub-companies-info img{
	width: 88px;
	height: auto;
	margin: 0px auto 30px;
}
.modal h4.admin-info{
	color: #2B3354;
	font-size: 16px;
}
.custom-panel-box.add-sub-companies-popup{
	max-width: 390px;;
}

.modal .add-sub-companies-popup .success-popup h4{
	font-size: 18px;
}

.modal .sub-company-footer button{
	width: auto;
	padding: 16px 30px;
}
.modal .sub-company-footer button.add_btn{
	padding: 16px 30px;
}
.button-items .btn.sidebar-btn.icon img{
	margin-right: 8px;
}
.button-items .btn.sidebar-btn img{
	margin-right: 0px;
}
.button-items .btn.sidebar-btn.map-btn{
	color: #0080FF;
	font-weight: 500;
}
.locked-vehicles-tbar .card-wrapper .card-header-right button.icon-btn{
  margin-right: 0px;
}
.locked-vehicles-tbar .card-wrapper .card-header-right button.icon-btn:last-child{
  margin-right: 8px;
}
.verification-info .reupload-info h5{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4em;
  max-width: 100%;
}
.assigned-imei-step .custom-panel-footer button{
  padding: 15px 25px;
}
.add-vehicle-model-step .custom-panel-footer button{
	width: 100%;
}
.add-vehicle-model-step .custom-panel-footer button.disabled{
	opacity: 0.2;
}
.button-items .btn.sidebar-btn{
	font-size: 14px;
	border: 1px solid var(--lightgray);
	border-radius: 7px;
	margin-left: 8px;
	z-index: 1050;
	position: relative;
	display: flex;
  padding: 7px 9px;
    flex-wrap: wrap;
    align-items: center;
}
.modal.show .custom-panel-box{
	right: 0px;
	z-index: 9999;
  	 display: flex;
    flex-flow: column;
}
.modal.show .custom-panel-box.export-billing-step .modal-popup-body{
  height:auto;
  padding-top: 0;
}
a.custom-date-picker input.date-control{
  position: relative;
  width: auto;
  padding-left: 20px;
  height: auto;
}
.dropdown-menu a.custom-date-picker{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.assign-imei-info .imei-radio-btns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.fail-import-btn button.btn{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 54px;
}
.fail-import-btn a.unlock-download{
  margin-left: auto;
  margin-right: 40px;
  position: relative;
}
.fail-import-btn a.unlock-download img{
  top: 0px;
  margin-right: 0px;
}

.fail-import-btn a.unlock-download::before{
  content: "";
  position: absolute;
  width:34px;
  height: 34px;
  background-color: #F1F5F9;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  border-radius: 50%;
  line-height: 34px;
}
.assign-imei-info .imei-radio-btns .radiobtn{
	padding-left: 25px;
	font-size: 13px;
	font-weight: 500;
}
.advance-export-btn img{
  filter: invert(34%) sepia(97%) saturate(3188%) hue-rotate(197deg) brightness(103%) contrast(106%);
}
.assign-imei-info .imei-radio-btns .radiobtn .checkmark{
	top: -2px;
	border-color: #B8BAC8;
}
body .full-widthdp{
  min-width: 100%;
  width: 100%;
}
/* .modal-backdrop.show{
	display: none;
	opacity: 0;
	z-index: 0;
} */

@media ( min-width :768px) {
  .blueLine .left {
    float: left;
  }
  .blueLine .right {
    float: right;
    text-align: right;
    margin: 0;
  }
}

@media ( max-width :767px) and (min-width:610px) {
  .blueLine .left {
    float: left;
  }
  .blueLine .right {
    float: right;
    text-align: right;
    margin: 0;
  }
}

@media ( max-width :609px) and (min-width:378px) {
  .blueLine .right {
    margin: 0px;
    display: flex;
  }
  .blueLine {
  	min-height:88px;
  }
  .blueLine .right .selection-btn, .blueLine .right .copy-info-btn{
  	padding: 7px 12px 7px 12px;
  }
}

@media ( max-width :377px) and (min-width:313px) {
  .blueLine .left {
    display: inline-grid;
  }
  .blueLine .right {
    display: inline-grid;
  }
  .blueLine .btn.white {
    margin-top: 10px;
  }
}

@media ( max-width :312px) {
  .blueLine .btn.white {
    margin-top: 10px;
  }
  blueLine .right {
    margin: 15px 0px 0;
  }
  .blueLine {
  height:138px;
  }
}
.rightIcon .navbar-toggler{
	display:none;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table td:active,
.daterangepicker .calendar-table td:hover,
.daterangepicker .calendar-table td:fous 
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table th:active,
.daterangepicker .calendar-table th:hover,
.daterangepicker .calendar-table th:fous {
	    color: var(--blackcolor);
}
.daterangepicker {
    direction: ltr;
    text-align: left;
    
}
.tooltipc, .tooltipaction {
	  position: relative;
	  display: inline-block;
	  border-bottom: 0px dotted black;
	}
	
	.tooltipc .tooltiptextc, .tooltipaction .tooltiptextc {
	    visibility: hidden;
	    width: auto;
	    background-color:var(--blackcolor);
	    color: #fff;
	    text-align: center;
	    border-radius: 6px;
	    padding: 5px 14px;
	    position: absolute;
	    z-index: 1;
	    bottom: 130%;
	    left: 0px;
	    margin-left: auto;
      transition: opacity 0.3s ease-in-out;
	}
	
	.tooltipc .tooltiptextc::after, .tooltipaction .tooltiptextc::after {
	    content: "";
	    position: absolute;
	    top: 100%;
	    left: 50%;
	    margin-left: -5px;
	    border-width: 5px;
	    border-style: solid;
	    border-color: var(--blackcolor) transparent transparent transparent;
	}
	
	.tooltipc:hover .tooltiptextc {
	  visibility: visible;
	}

  .tooltipaction:active .tooltiptextc {
	  visibility: visible;
	}

 

@media print {
	.MainSidebar{
		display:none;
	}
	.motwi_topbar{
		display:none;
	}
}

@media (min-width:2000px){
	.sp-container{
	    
	}
	.counter-wrapper .color4 h3 {
	    max-width: inherit;
	}
	.counter-wrapper h3{
		 max-width: inherit;
	}
	.card-body {
	    padding: 30px;
	}
	.main-content  .middleSection .row {
	    margin: 0px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
	{
	    padding-right: 20px;
    	padding-left: 20px;
	}
	.main-content .row{
		    margin-left: -20px;
    		margin-right: -20px;
	}
	.card{
		margin-bottom:40px;
	}
	.page-content {
	    padding: 118px calc(2rem / 2) 0px calc(2rem / 2);
	}
	.page-content .container-fluid {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.colorpopup.modal, .sharepopup.modal {
	  padding:0px!important;
	      overflow: hidden;
	}
	.colorpopup.modal .modal-dialog-centered, 
	.sharepopup.modal .modal-dialog-centered{
	    align-items: flex-start;
	    top: 100px;
	}
	
	/*body, html{
		zoom:125%;
	}*/
}
@media (min-width:2500px) {
	#cities1 .col-lg-12{
	    flex: 0 0 90%;
    	max-width: 90%;
	}
	#color-schemes .col-lg-6{
		flex: 0 0 45%;
    	max-width: 45%;
	}
}
@media (min-width:3000px) {
	.tab_wrapper.left_side ul{
		width:10%;
	}
	.tab_wrapper.left_side .tab-content {
	    width: 90%;
	    padding: 50px 15px 50px 40px;
	}
	#cities1 .col-lg-12{
	    flex: 0 0 90%;
    	max-width: 90%;
	}
	#color-schemes .col-lg-6, 
	.tab_wrapper.left_side .tab-content .col-lg-6{
		flex: 0 0 45%;
    	max-width: 45%;
	}
   .tab-content canvas {
        height: 350px!important;
    }
    div.map{
        height:500px!important;
    }
	
	/*body, html{
		zoom:125%;
		
	}*/
}

@media (min-width:3500px) {
	.hs-searchbox input.form-control{
		height: calc(2.5em + 0.75rem + 2px);
	}
	.dropdown-menu.width200{
		min-width: 370px;
	}
	a.dropdown-toggle::after{
		top: 19px;
	    background-size: 18px;
	    right: 18px;
	}
	.motwi_topbar .dropdown-toggle {
	    min-width: 300px;
	}
	.motwi_topbar {
	    padding: 25px 30px;
	    margin: 0px calc(-3rem / 2);
	}
	.subpages .page-content {
	    padding: 127px calc(3rem / 2) 0px calc(3rem / 2);
	}
	.page-content .innerpagenew {
	    margin-top: 40px;
	}
	.table-responsive.Commontable{
		height: calc(100vh - 50.5vh)!important;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	    padding-right: 27px;
	    padding-left: 27px;
	}
	.card {
    margin-bottom: 55px;
}
	.card {
	    margin-bottom: 55px;
	}
   .tab-content canvas {
        height: 550px!important;
    }
    div.map{
        height:550px!important;
    }
    .LoginDiv .LoginDivContent, .modal-dialog, .middleSection, header, .MainSidebar, 
    .card-header-left, .zoom125, .nav-tabs, .headermenu,
    .tab_wrapper.left_side .tab-content, .sp-container,
    .settingpage .page-header{ 
        zoom: 160%;
    }
    .page-content {
	    padding: 180px calc(3rem / 2) 0px calc(3rem / 2);
	}
	.main-content{
	    margin-left: 138px;
	    overflow: hidden;
	    
	}
	.card-body {
	    padding: 55px;
	}
	.row.zoom125{
	    margin: 0px -30px;
	}
	.nav-tabs{
		margin-top:5px;
	}
	.dropdown-toggle {
		min-width: 155px;
		background-position: 92% center;
		font-size: 22px;
		min-height: 56px;
		line-height: 56px;
		margin-left: 0px!important;
		min-width: 180px;
		padding: 0px 15px;
		background-size: 18px;
	}
	.dropdown-item{
		font-size: 18px;
	}
	.dropdown-menu{
		min-width: 250px;
	}
	
}

@media (max-width:1200px){
	.motwi_topbar .card-wrapper{
	    display: inline-block;
	    width:100%;
	}
	.motwi_topbar .card-header-right{
		margin-top:8px;
	}
	.numbox{
	    padding-left: 12px;
	    width: calc(100% - 70px);
	}
	.counter-wrapper .color4 h3{
		max-width: 100%;
	}
	.counter-wrapper h3{
		max-width: 100%;
	}
	.counter-wrapper{
		margin-bottom:15px;
	}
	div.map{
		height:357px!important
	}
}

@media (max-height:510px) {
	.sidebar-enable .MainSidebar > ul > li:last-child:before{
		top: -8px;
	}
}
@media (max-width:1100px) {
  .sidebar-enable .MainSidebar {
    width: 270px;
    box-shadow: 2px 1px 5px rgb(0 0 0 / 6%);
}
	.MiddletopHeader .left ul li,
	.MiddletopHeader .right ul li{
	    margin: 0px 5px 8px 0px!important;
	}
	.headermenu{
		display:none;
	}
	.headermenu ul li {
	    margin: 0 5px;
	}
	.headermenu ul li a {
		font-size:14px;
	}
	.service-header{
		padding: 0px 20px;
	}
	button.navbar-toggler{
		margin-left: 20px;
	}
	.sidebar{
	    overflow: hidden;
        overflow-y: auto;
	}
	.navbar-nav a.has-arrow:before {
	    content: "\f107";
	    font: normal normal normal 14px/1 FontAwesome;
	    display: block;
	    float: right;
	    -webkit-transition: -webkit-transform .2s;
	    transition: -webkit-transform .2s;
	    transition: transform .2s;
	    transition: transform .2s,-webkit-transform .2s;
	    font-size: 20px;
	    position: absolute;
	    right: 20px;
	    color: var(--lightblack);
	    display:none;
	}
	.navbar-nav .activado a.has-arrow:before {
	    -webkit-transform: rotate(-180deg);
	    transform: rotate(-180deg);
	}
	.navbar-nav li.nav-item.activado a.has-arrow::before ,
	 .navbar-nav li.nav-item.active a.has-arrow::before{
		color: #2B3354;
	}
	
	body.black .navbar-nav li.nav-item.activado a.has-arrow::before,
	body.black .navbar-nav li.nav-item.active a.has-arrow::before{
		color: #FFF;
	}
    .sidebar-enable .navbar-nav.sidebar .nav-link {
	    text-align: left;
	    justify-content: flex-start;
	}
	.sidebar-enable .navbar-nav.sidebar {
	    padding-left: 7px;
	}
	.sidebar-enable .data-tooltip .tooltiptext{
	    display:none;
	}
	.sidebar-enable .MainSidebar {
	    width: 270px;
	    box-shadow: 2px 1px 5px rgb(0 0 0 / 6%);
	    display:block;
	}
	.sidebar-enable .navbar-nav a.has-arrow:before{
		display:block;
	}
	.sidebar-enable .navbar-nav.sidebar li a span{
		display:block;
	}
	.counter-wrapper{
		margin-bottom:15px;
	}
	.sidebar{
	    overflow: hidden;
        overflow-y: auto;
	}
	span.d-none {
	    display: block!important;
	}
}

@media (max-width:992px) {
	.motwi_topbar .card-header-left-inner .button-items{
		display: flex;
    flex-wrap: wrap;
    align-items: center;
    	width: 100%;
	}
  .bottom{
		flex-wrap: wrap;
		width: calc(100% - 110px);
	}
	.sidebar-enable .MainSidebar > ul > li:last-child:before {
	    transform: translate(-50%, 0%);
	    left: 50%;
	    WIDTH: 80%;
	}
  .motwi_topbar .dropdown-toggle{
    min-width: 160px;
  }
	.motwi_topbar .card-header-left-inner .dropdown{
		display:inline-block;
	}
	.motwi_topbar .card-header-left-inner .button-items .dropdown:last-child{
		margin-top:8px;
	}
	.button-items .white-border-btn.handle{
		display:none;
	}
	.MainSidebar ul li:last-child{
		margin-top: auto;
	}
	.right-btn a.btn-lg:last-child{
		margin-bottom: 0px;
	}
	.setting-from .mb-4 {
	    margin-bottom: 20px!important;
	}
	.setting-from p{
		margin-bottom: 10px;
    	line-height: 1;
	}
	.setting-from label{
		margin-bottom: 10px;
	}
	.tab_wrapper.left_side ul{
		padding: 25px 0px;
	}
	.btn-lg, a.btn-lg{
		padding: 15px;
	}
	.tab_wrapper.left_side .tab-content {
	    width: 75%;
	    padding: 30px 5px 30px 30px;
	}
	.tab_wrapper.left_side ul{
		width: 25%;
	}
	.setting-from {
	    padding-top: 0px;
	}
	.right-btn{
		display: inline-block;
	    width: 100%;
	}
	.right-btn a.btn-lg{
		display: inline-block;
    	margin-bottom: 10px;
	}
    .SearchBox input[type=text]{
    	width: 100%;
    	margin: 0;
    }
	.MiddletopHeader .left ul li {
	    background: #F6F6F6;
	    margin: 0px 5px 8px 0px!important;
	}
	.MiddletopHeader{
    	display: inline-block;
	}
}

@media (max-width:767px) {
	.custom-panel-box{
	    min-width: 300px;
	}
  .nav-tabs-custom .nav-item{
		margin-right: 22px;
	}
	.motwi_topbar .card-header-right {
	    margin-top: 0px;
	}
	.motwi_topbar .card-header-left-inner .button-items .dropdown:last-child{
		margin-top:0px;
	}
	.motwi_topbar .dropdown-toggle {
	    min-width: 100%;
	    margin-bottom: 10px;
	}
	.motwi_topbar .button-items{
	    margin-top: 0px;
	    flex-wrap: wrap;
	    align-items: flex-start;
	}
	.dropdown.lock-group-btn{
	    width: auto!important;
	    margin-left: 8px;
  	}
	.map-section .card-wrapper {
	    display: flex;
	    width: 100%;
	}
	.map-section .button-items {
	    margin-top: 0px;
	}
	body.black .tab_wrapper.left_side ul{
		border-bottom: 1px solid #3C404D!important;
		border-right: 0px;
	}
	.page-content .container-fluid {
	    padding-right: 20px;
	    padding-left: 20px;
	}
  .button-items .btn.sidebar-btn.map-btn{
    margin-left: 0px;
  }
	.dropdown-toggle{
	    min-width: 100%;
	    background-position: 96% center;
	}
	.button-items .dropdown{
		width: 100%;
	}
	.button-items .dropdown.custom-dp{
		width: auto;
	}
  .button-items .btn.sidebar-btn{
    margin-left: 0px;
    margin-bottom: 8px;
  }
	.locked-vehicles-tbar .dropdown.custom-dp{
    margin-left: 8px;
    margin-bottom: 8px;
	}
	.bottom{
		left: 0px;
    flex-wrap: wrap;
		width: 100%;
	}
	.bottom .dataTables_paginate {
		display: none!important;
	}
  .bottom a.paginate_button.previous{
		margin-right:8px;
	}
	.bottom .paging_simple_numbers span a{
		font-size: 12px;
		width: 22px;
		height: 22px;
		line-height: 22px;
	}
	a.paginate_button.next::after , .bottom a.paginate_button.previous::before{ 
		top: 0px;
	}
	.bottom a.paginate_button.next , .bottom a.paginate_button.previous{
		font-size: 12px;
	}
	.bottom div.dataTables_info{
		font-size: 13px;
	}
	.locked-vehicles-tbar.motwi_topbar .custom-panel {
		width: 100%;
		padding-right: 0px;
	}
	.locked-vehicles-tbar.motwi_topbar .card-header-right{
		margin-top: 8px;
  }
	.card-wrapper{
		display:inline-block;
		width: 100%;
	}
	.button-items{
		margin-top: 15px;
	}
	.button-items .white-border-btn{
		margin-left: 0px;
		margin-right: 8px;
	}
	.mobile-header{
		display:flex;
	}
	.sidebar-enable .navbar-nav.sidebar .nav-link svg{
		width:20px;
	}
	body.sidebar-enable{
		overflow: hidden;
	}
	.MainSidebar ul li:last-child {
	    margin-top: auto;
	}
	.navbar-nav a.has-arrow:before{
		right: 25px;
	}
	.MainSidebar{
		top:0px;
	}
	.sidebar-enable .MainSidebar{
		z-index: 9999;
	}
	.sharepopup .modal-content{
		max-height: 530px;
		overflow: auto;
	}
	.radiobtn{
		 font-size: 14px;
		 padding-left: 25px;
	}
	ul.colorlist li{
		padding: 15px 15px;
	}
	.sharepopup .modal-content {
	    padding: 20px;
	}
	.colorpopup .modal-dialog {
	    max-width: 350px;
	    margin: 0 auto;
	}
	.color-left p{
		line-height:1.5;
	}
	.colorcard .colorwrapper{
		padding: 15px 20px;
	}
	.page-header{
		padding: 15px 20px;
	}
	.page-header h3{
		font-size: 22px;
	}
	.settingpage .card-body {
	    border-radius: 0px;
	    padding: 0px 20px 0px;
	}
	.btn-pink-md{
		font-size:14px;
	}
	.left_side .tab-content hr {

	    margin: 30px 0px !important;
	}
	.setting-from .form-control{
		font-size:14px;
	    border-radius: 5px;
	    height:50px;
    	z-index: 9999;
	}
	.right-btn a.btn-lg {
	    display: inline-block;
	    margin-bottom: 10px;
	    width: 100%;
	    margin-right: 0px!important;
	    padding-left: 55px;
	    font-size:14px;
	}
	.right-btn a.btn-lg .fa{
		font-size: 14px;
		width: 40px;
		    line-height: 50px;
	}
	.tab_wrapper.left_side ul{
		padding: 15px 0px 15px;
	}
	.left_side ul li a.nav-link.active:after{
		display:none;
	}
	.tab_wrapper.left_side ul {
	    width: 100%;
	    border-bottom: 1px solid var(--lightgray)!important;
	    display: inline-block;
	    border-right: 0px;
	}
	
	.tab_wrapper.left_side .tab-content {
	    padding: 30px 5px 30px 0px;
	    width: 100%;
	}
	.settingpage .second_tab{
		display: inline-block;
	}
	.TableColDD .CommonDropdown dd {
	    right: auto;
	}
	body.sidebar-enable:before {
	    content: "";
	    background: rgb(0 0 0 / 58%);
	    width: 100%;
	    height: 100%;
	    left: 0px;
	    top: 0px;
	    position: absolute;
	    z-index: 9999;
	}
	.rightIcon ul{
		padding-right: 40px;
	}
	.headerlogo .navbar-toggler{
		display: block!important;
		position: absolute;
		right: 20px;
		border: none;
		padding: 0px!important;
		margin: 0px;
	}
	.xs-hide{
		display:none!important;
	}
	.row .col-xl-4:last-child .counter-wrapper{
		margin-bottom: 0px;
	}
	.card{
	    margin-bottom: 25px;
	}
	.page-content {
	    padding: 105px calc(0rem / 2) 0px calc(0rem / 2);
	}
	.xs-hide{
		display:none;
	}
	.counter-wrapper{
	    align-items: flex-start;
	}
	.counter-wrapper .badge{
	    margin-top: 0px;
    	margin-left: 0px;
    	display: inline-block;
   	 	margin-bottom: 10px;
	}
	.nunbox-wrapper {
	    display: inline-block;
	    align-items: flex-start;
	}
	.main-content {
	    margin-left: 0px;
	    overflow: hidden;
	}
	.navbar-nav.sidebar li a span {
	    display: block;
	}
	
	.MainSidebar{
	    display:none;
	}
	.buttonbar{
	    text-align: left;
	}
	dl.CommonDropdown{
		padding: 0px 5px;
	}
}

/* user table */
table tbody .btn {
  background: #F1F8FF;
  border-radius: 4px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  width: 88px;
  vertical-align: middle;
}

table tbody .btn.grant {
  color: #0080FF;
}

table tbody .btn.wait {
  color: #748AA1;
}

/* company user page */

.btnBlue a:hover {
  background: #33393f;
  border-radius: 5px;
  color: #748AA1;
  font-size: 11px;
  line-height: 150%;
}
.btnBlue a:hover{
  background: rgba(0, 128, 255, 0.2);
  border-radius: 5px;
  color: #0080FF;
  font-size: 11px;
  line-height: 150%;
}

.btnPink a, .btnPink a:hover {
  background: #ED1F68;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  line-height: 150%;
  background-image: url("../images/icon-order-white.svg");
  background-position: 12px 6px;
  background-repeat: no-repeat;
  padding: 12px 40px;
}

.darkBlue a, .darkBlue a:hover {
  background: #0080FF;;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  line-height: 150%;
  background-image: url("../images/icon-scan-white.svg");
  background-position: 12px 6px;
  background-repeat: no-repeat;
  padding: 12px 40px;
}



/* Modal */


.modal-open {
  padding-right: 0 !important;
}


.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  /* width: 90% !important; */
  width: 90%;
  /* width: 100% !important; */
  height: 100%;
  top: 0px;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .map-models {
  width: 90% !important;
}

@media ( min-width : 576px) {
  .modal.right .modal-dialog {
    width: 390px;
    /* width: 560px !important; */
  }
}
@media ( min-width : 576px) {
  .modal.right .modal-dialog-w {
    width: 410px !important;
    /* width: 560px !important; */
  }
}

@media ( min-width :560px) {
  .model-right .map-models {
    width: 560px !important;
  }
}

.modal-header {
  padding: 15px 10px;
  background: #fff;
  border-bottom: none;
}

.modal.right .modal-content {
  height: 100%;
  /* overflow-y: auto; border-radius: 0; background: #FBFBFB;overflow-x: clip; */
  overflow-y: auto;
  border-radius: 0;
  background: #FBFBFB;
  overflow-x: clip;
}
/* TableColDD scrollbar */
.modal.right .modal-content {
  scrollbar-height: thin;
  scrollbar-color: #ED1F68 #fff;
}

.modal.right .modal-content::-webkit-scrollbar {
  width: 4px;
}

.modal.right .modal-content::-webkit-scrollbar-track {
  background: #fff;
}

.modal.right .modal-content::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 4px;
  border: 1px solid var(--primary);
}

.modal-title {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.modal.right .modal-body {
  padding: 15px 15px 100px;
  width: 80%;
  margin: 20px auto;
}

.modal.right .model-registration-body {
  padding: 15px 40px 100px;
}

.modal.right .modal-body.VerticalCenter {
  margin: 0 auto;
  padding: 0 15px;
}

.modal .close, .modal .close:hover {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  outline: 0;
}

.modal .close span {
  background: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}

.modal-Footer {
  background-color: #fff;
  padding: 15px 0 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: none;
  z-index: 9;
}

.modal-Footer .row {
  width: 100%;
}

.modal-Footer .FooterBtn {
  width: 80%;
  margin: auto;
}

.modal-Footer .FooterBtn .inputBtn.disable, .modal-Footer .FooterBtn .inputBtn.disable:focus
  {
  opacity: 20%;
  border: none !important;
  color: #fff !important;
}

.modal-Footer .FooterBtn .inputBtn.disable.grey, .modal-Footer .FooterBtn .inputBtn.disable.grey:focus
  {
  opacity: 100%;
  border: none !important;
  color: #fff !important;
  background: rgba(116, 138, 161, 0.2);
  color: #748AA1 !important;
}

.modal-Footer .FooterBtn p {
  font-size: 10px;
  line-height: 10px;
  padding: 0 30px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* User popup */
.UserPopup li div.title {
  background: #fff;
  width: 79%;
  float: left;
  padding: 9px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #748AA1;
}

.UserPopup li input.title {
  width: 79%;
  float: left;
}

.UserPopup li.checked div.title {
  color: #0080FF;
}

.UserPopup li div.toogle {
  background: #fff;
  width: 20%;
  float: right;
  padding: 8px 16px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
}

.UserPopup li {
  margin: 0 0 4px;
}
/* Popup Toogle */
/* The switch - the box around the slider */
.modal-body .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18.46px;
  float: none;
  margin: 0 auto;
}

/* Hide default HTML checkbox */
.modal-body .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.modal-body .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #748AA1;
  border: 1px solid #748AA1;
  -webkit-transition: .4s;
  transition: .4s;
}

.modal-body .slider:before {
  position: absolute;
  content: "";
  height: 14.5px;
  width: 14.5px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.modal-body input:checked+.slider {
  background-color: #0080FF;
  border: 1px solid #0080FF;
}

.modal-body input:checked+.slider:before {
  -webkit-transform: translateX(11.5px);
  -ms-transform: translateX(11.5px);
  transform: translateX(11.5px);
}

/* Rounded sliders */
.modal-body .slider.round {
  border-radius: 34px;
}

.modal-body .slider.round:before {
  border-radius: 50%;
}

.modal-body .PopupTitle {
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  color: #000;
  margin: 10px 0;
}

.Iconemail {
  background-image: url(../images/Union.svg) !important;
  background-repeat: no-repeat !important;
  position: relative;
  right: 0;
  display: block;
  background-position: right 13px center !important;
}

/* ----------- */
.modal-body .FullItemSelect a {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  background: #748AA1;
  padding: 10px 16px;
  border-radius: 4px;
  display: block;
}

.modal-body .FullItemSelect a.SelectArrow {
  background-image: url(../images/icon-NextArrow-White.svg) !important;
  background-repeat: no-repeat !important;
  position: relative;
  right: 0;
  display: block;
  background-position: right 13px center !important;
}

.modal-body .FullItemSelect.checked a {
  color: #0080FF;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  display: block;
}

.modal-body .FullItemSelect.checked a.SelectArrow {
  background-image: url(../images/icon-NextArrow-grey.svg) !important;
  background-repeat: no-repeat !important;
  position: relative;
  right: 0;
  display: block;
  background-position: right 13px center !important;
}

.GlobalIcon {
  background-image: url(../images/icon-worldMap.svg) !important;
  background-repeat: no-repeat !important;
  position: relative;
  right: 0;
  display: block;
  background-position: right 13px center !important;
}

@media ( max-width :375px) {
  .GlobalIcon {
    background-position: right 2px center !important;
  }
}

@media ( max-width :356px) {
  .GlobalIcon {
    background-position: right 2px center !important;
    background-size: 10px 10px !important;
  }
}

@media ( max-width :343px) {
  .GlobalIcon {
    background-position: right 0px center !important;
  }
}

.CustomSearchIcon {
  background-image: url(../images/icon-downArrow.svg) !important;
  background-repeat: no-repeat !important;
  position: relative;
  right: 0;
  display: block;
  background-position: right 13px center !important;
}

/* MasterUserOn */
.MasterUserON {
  position: relative;
  width: 100%;
}

.TextOR {
  font-size: 14px;
  line-height: 17px;
  margin: 15px 0 20px;
  display: block;
  font-weight: 500;
}

.modal .TopBackBtn, .modal .TopBackBtn:focus {
  background: #000000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%;
  padding: 7px 20px;
  color: #FFFFFF;
  border: none;
  float: left;
  outline: none;
  position: absolute;
}

/* Search Autocomplete */
.ui-autocomplete {
  display: bolck;
}

.ui-autocomplete {
  position: absolute;
  z-index: 99999 !important;
  cursor: default;
  padding: 15px 0 0px;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ui-autocomplete>li {
  padding: 3px 10px;
  clear: both;
}

.ui-autocomplete>li .ui-menu-item {
  margin: 0 0 5px;
}



.ui-autocomplete>li .ui-menu-item-wrapper {
  background: #FBFBFB;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  width: 79%;
  border-radius: 4px;
  float: left;
  color: #748AA1!important;
}

.ui-autocomplete>li.ui-state-focus {
  background-color: #DDD;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete .ui-menu-item .toogle {
  float: right;
  width: 20%;
  text-align: center;
  padding: 7px 8px 7px 8px;
}

.SearchBox.SearchDropDown input[type=text]:focus {
  border: 1px solid #80bdff !important;
}

.border-selected {
  border: 1px solid #0080FF !important;
}

.border-selected:focus {
  border: 1px solid #0080FF !important;
}
/* placeholder */
form input.border-selected:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0080FF !important;
}

form input.border-selected::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0080FF !important;
}

form input.border-selected:focus::-moz-placeholder { /* Firefox 19+ */
  color: #0080FF;
}

form input.border-selected:focus:-ms-input-placeholder { /* IE 10+ */
  color: #0080FF;
}

form input.border-selected:focus:-moz-placeholder { /* Firefox 18- */
  color: #0080FF;
}

.modal-body .BrandSelect a {
  color: #0080FF;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  display: block;
  text-align: center;
}

.modal-body .BrandSelect a.SelectArrow {
  background-image: url(../images/icon-NextArrow-grey.svg) !important;
  background-repeat: no-repeat !important;
  position: relative;
  right: 0;
  display: block;
  background-position: right 13px center !important;
}

/* ui comlete toogle */
/* Popup Toogle */
/* The switch - the box around the slider */
.ui-autocomplete .switch,
.add-vehicle-category-textbox li.ui-menu-item div.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18.46px;
  float: none;
  margin: 0 auto;
}

/* Hide default HTML checkbox */
.ui-autocomplete .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.ui-autocomplete .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #748AA1;
  border: 1px solid #748AA1;
  -webkit-transition: .4s;
  transition: .4s;
}

.ui-autocomplete .slider:before {
  position: absolute;
  content: "";
  height: 14.5px;
  width: 14.5px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.ui-autocomplete input:checked+.slider {
  background-color: #0080FF;
  border: 1px solid #0080FF;
}

.ui-autocomplete input:checked+.slider:before {
  -webkit-transform: translateX(11.5px);
  -ms-transform: translateX(11.5px);
  transform: translateX(11.5px);
}

/* Rounded sliders */
.ui-autocomplete .slider.round {
  border-radius: 34px;
}

.ui-autocomplete .slider.round:before {
  border-radius: 50%;
}

/* ModalAccountDetails  */
.modal.right.ModalAccountSetting .modal-body {
  padding: 15px 10px 0;
  width: 100%;
  margin: 20px auto 60px;
}

input.disable {
  opacity: 20%;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled,
  button:disabled {
  cursor: none;
  opacity: 20%;
}

.mw-150{
	min-width: 150px;
}

.ModalAccountDetails {
  position: relative;
}

.ModalAccountDetails label {
  background-color: #fff;
  float: left;
  width: 44%;
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  color: #748AA1;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
}

.ModalAccountDetails input, .ModalAccountDetails input:focus {
  float: right;
  width: 54% !important;
  padding: 8px 16px !important;
  border-radius: 4px;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #000 !important;
  border: none !important;
  font-weight: 500 !important;
}

.myCompanyTitle {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin: 23px 0;
}

.ModalAccountDetails .col-diff {
  position: relative;
}

.ModalAccountDetails .col-diff .code {
  margin: 0 4px 0 0px;
  position: relative;
  width: 19% !important;
}

.ModalAccountDetails .col-diff .codeText {
  position: relative;
  width: 34% !important;
}

.ModalAccountSetting .FooterBtn .inputBtn.grey, .ModalAccountSetting .FooterBtn .inputBtn.pink
  {
  text-align: left;
  padding: 8px 16px;
  margin: 8px 0 10px;
  text-transform: capitalize;
}

.ModalAccountSetting .inputBtn.grey, .ModalAccountSetting .inputBtn.grey:focus,
  .ModalAccountSetting .inputBtn.pink, .ModalAccountSetting .inputBtn.pink:focus
  {
  display: inline-block;
  background-image: url(../images/icon-NextArrow-White.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.ModalAccountSetting .inputBtn:focus {
  border: none !important;
}

.ModalAccountSetting .modal-Footer {
  padding: 15px 0 50px;
}

.ModalAccountSetting .modal-Footer .FooterBtn {
  width: 100%;
  margin: auto;
  padding: 0 10px 0;
}

/* accountPermitions */
.ModalAccountSetting .accountPermitions label {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
  margin: 0 10px 5px;
}

.ModalAccountSetting .accountPermitions label.blue {
  font-size: 14px;
  line-height: 17px;
  color: #0080FF;
  font-weight: 600;
  margin: 0 10px 5px;
}

.ModalAccountSetting .accountPermitions form .row {
  margin-right: 0;
  margin-left: 0;
}

.ModalAccountSetting .modal-content.accountPermitions input {
  padding: 9px 5px 8px;
  font-weight: normal;
}

.ModalAccountSetting .modal-content.accountPermitions input:focus {
  border: 1px solid#fff !important;
  color: #000 !important;
}

/* modalCenterBtn */
.modalCenterBtn {
  width: 202px;
  margin: auto;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px 0;
}

.modalCenterBtn img {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}

.modalCenterBtn span {
  display: inline-block;
  font-size: 14px;
  line-height: 39px;
  font-weight: 600;
  color: #748AA1;
  text-transform: lowercase;
}

a.ForgotPassword {
  color: #0080FF;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-top: 10px;
  float: right;
}

.ModalAccountSetting .modal-Footer.UpdatePassword .FooterBtn {
  width: 80%;
}

/* loader */
.loaderModel {
  position: relative;
  top: 50%;
  margin-top: -25%;
}

@keyframes spinner { 0% {
  opacity: 1;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.5, 1.5);
}

100%
{
opacity:0;backface-visibility:hidden;transform:translateZ(0)scale(1,1);}
}
.spinner div>div {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #ED1F68;
  animation: spinner 1s linear infinite;
}

.spinner div:nth-child(1)>div {
  left: 148px;
  top: 88px;
  animation-delay: -0.875s;
}

.spinner>div:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 160px 100px;
}

.spinner div:nth-child(2)>div {
  left: 130px;
  top: 130px;
  animation-delay: -0.75s;
}

.spinner>div:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 142px 142px;
}

.spinner div:nth-child(3)>div {
  left: 88px;
  top: 148px;
  animation-delay: -0.625s;
}

.spinner>div:nth-child(3) {
  transform: rotate(90deg);
  transform-origin: 100px 160px;
}

.spinner div:nth-child(4)>div {
  left: 46px;
  top: 130px;
  animation-delay: -0.5s;
}

.spinner>div:nth-child(4) {
  transform: rotate(135deg);
  transform-origin: 58px 142px;
}

.spinner div:nth-child(5)>div {
  left: 28px;
  top: 88px;
  animation-delay: -0.375s;
}

.spinner>div:nth-child(5) {
  transform: rotate(180deg);
  transform-origin: 40px 100px;
}

.spinner div:nth-child(6)>div {
  left: 46px;
  top: 46px;
  animation-delay: -0.25s;
}

.spinner>div:nth-child(6) {
  transform: rotate(225deg);
  transform-origin: 58px 58px;
}

.spinner div:nth-child(7)>div {
  left: 88px;
  top: 28px;
  animation-delay: -0.125s;
}

.spinner>div:nth-child(7) {
  transform: rotate(270deg);
  transform-origin: 100px 40px;
}

.spinner div:nth-child(8)>div {
  left: 130px;
  top: 46px;
  animation-delay: 0s;
}

.spinner>div:nth-child(8) {
  transform: rotate(315deg);
  transform-origin: 142px 58px;
}

.loadingio-spinner-spin {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  margin-top: 0;
}

.loadingio-spinner-spin.RegisterLoaderContent {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  margin-top: 0;
}

.spinner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.spinner div {
  box-sizing: content-box;
}

.spinner img {
  padding-top: 87px;
  margin-left: -4px;
}

h2.loader-content {
  color: #000000;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin: 10px 0;
}

.spinner span {
  padding-top: 97px;
  margin-left: 5px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 11px;
  text-transform: uppercase;
}
/* loder End */
/* verification Code */
.verify-input {
  text-align: center;
  padding: 0;
}

.verify-input label {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 20px;
  padding-top: 120px;
  display: block;
}

.verify-input input {
  padding: 26px 0px !important;
  border-radius: 6px !important;
  border: 1px solid #0080FF !important;
  text-align: center !important;
  color: #0080FF !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  width: 40px !important;
  height: 54.11px !important;
  margin: 11px 2px 0px !important;
  box-sizing: border-box !important;
}

@media ( max-width :439px) {
  .verify-input input {
    width: 32px !important;
  }
}

@media ( max-width :439px) {
  .verify-input input {
    width: 28px !important;
  }
}

@media ( max-width :334px) {
  .verify-input input {
    width: 20px !important;
  }
}

.time-count {
  padding-bottom: 15px;
  text-align: center;
}

.time-count span {
  text-align: center;
  color: #ED1F68;
  font-size: 12px;
  line-height: 125%;
  font-weight: 600;
  display: block;
}

.inputBtn.verificationbtn {
  border: 1px solid #0080FF;
}
/* subscription-list */
.subscription-list {
  display: flex;
}

.subscription-labels {
  width: 39%;
  margin: 0;
  height: auto;
  background: #0080FF;
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  padding-bottom: 10px;
  border-radius: 4px;
}

.subscription-list .title-subscription {
  width: 39%;
  float: left;
  margin: 0;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  color: #000;
  border: 1px solid #0080FF;
  text-align: center;
  font-weight: 600;
}

/* countryDropdown */
.countryDropdown {
  width: 100%;
  position: relative;
  padding-top: .5rem;
}

.countryTitle {
  color: #000 !important;
  border: 1px solid #0080FF !important;
  text-align: center;
  font-weight: 600;
  background: #fff !important;
  width: 50% !important;
  display: inline-block;
  border-radius: 4px;
  margin: 0 !important;
  padding: 15px 0px !important;
}

.countrySelect {
  color: #000 !important;
  border: 1px solid #0080FF !important;
  text-align: center;
  font-weight: 600;
  background: #fff !important;
  width: 27.5% !important;
  display: inline-block;
  border-radius: 4px;
  margin: 0 !important;
}

.countrySelect .CommonDropdown dd, .countrySelect .CommonDropdown dt,
  .countrySelect .CommonDropdown ul {
  margin: 0px;
  padding: 7px 5px 0;
}

.countrySelect .CommonDropdown dt a {
  color: #748AA1;
  background: url(../images/icon-downArrow.svg) no-repeat scroll right;
  background-size: 12%;
  display: block;
  padding-right: 30px;
  width: auto;
  text-decoration: none;
}

.countrySelect .CommonDropdown dt a span {
  padding: 0;
}

.countrySelect .CommonDropdown dd ul {
  box-shadow: 0 0 8px 0px rgb(0 0 0/ 50%);
  clear: both;
  padding: 0;
}

.countrySave {
  color: #000 !important;
  border: 1px solid #0080FF !important;
  text-align: center;
  background: #fff !important;
  width: 20% !important;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  padding: 8px 0;
  text-align: center;
}

.modal .notification {
  font-size: 14px;
  line-height: 17px;
  margin: 15px 0 20px;
  display: block;
  font-weight: bold;
}

.modal .subscription-text p {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #748AA1;
  padding-top: 5px;
  padding-bottom: 20px;
}

/* graph */
/* -----Graph------ */
.common-graph {
  width: 100% !important; /* width:360px; */
  min-height: 265px;
}

.common-graph canvas {
  width: 100% !important; /* width:360px; */
}

.graph-left {
  margin-left: -32 px;
}

.graph-section {
  padding-right: 0px;
  padding-left: 0px;
}

.sims-btn:hover {
  background-color: #33393F;
  color: #748AA1;
}

.graph-box {
  width: 100%;
  height: 56vh;
}

@media ( min-width :1920px) {
  .graph-box {
    width: 100%;
    height: auto;
  }
}

.white .graph-box {
  height: 100%;
}

.black .graph-box {
  height: 100%;
}

@media ( min-width :1024px) {
 
  .black .graph-box { 
    height: auto;
  }
  .black .safariHeight {
    background: #1F2327;
    margin: 1px;
    max-width: 33% !important;
  }
  .white .safariHeight {
    background: #fff;
    margin: 1px;
    max-width: 33% !important;
  }

}

@media (max-width :480px) {
    .DownloadPage .CommonDropdown dd, .DownloadPage .CommonDropdown dt, .DownloadPage .CommonDropdown ul {
        margin: 0px;
        padding: 5px 10px 2px !important;
    }
    .MiddletopHeader .MiddletTopLeft ul .Middle-Left-li-search {
        padding: 0px 0px;
    }
    .MiddletopHeader .left ul li.MiddleTopDropDown{
        margin: 0 0 5px;
    }
    .button-items .btn.sidebar-btn.icon-btn{
      margin-left: 8px;
    }
    .new-login-page.reset-password-page .LoginDiv{
      min-width: auto;
    }

}


.white .middleSection.graph {
  background-color: #F6F6F6;
}

.black .middleSection.graph {
  background-color: #2D3238;
}

.white .graph-box {
  background-color: #fff; /* height:100%; */
}

.black .graph-box {
  background-color: #1F2327; /* height:100%; */
}

.grey-font-color {
  color: #748AA1;
}

.graph-box h4 {
  font-size: 16px;
  line-height: 17px;
  color: #748AA1;
  padding-left: 8.75%;
  padding-top: 34px;
  text-transform: capitalize;
}


.graph-tabs {
  padding-left: 7.75%;
  padding-top: 30px;
}

.graph-box .graph-tabs .nav-pills .nav-item .active {
  background: rgba(237, 31, 104, 0.2) !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  color: #ED1F68 !important;
  font-family: 'Gilroy';
  padding: 8px 16px;
  margin-left: 3px;
}

.graph-box .graph-tabs .nav-pills .nav-item .nav-link {
  border-radius: 4px;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  padding: 8px 16px;
  margin-left: 5px;
  margin-top: 5px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%
}
.white .graph-box .graph-tabs .nav-pills .nav-item .nav-link {
  background: #EAEAEA;
}
.white .graph-box .graph-tabs .nav-pills .nav-item .nav-link:hover {
  color: #ED1F68;
  background: rgba(237, 31, 104, 0.2);
}
.black .graph-box .graph-tabs .nav-pills .nav-item .nav-link:hover {
  color: #ED1F68;
  background: rgba(237, 31, 104, 0.2);
}


.black .graph-box .graph-tabs .nav-pills .nav-item .nav-link {
  background: #23272C;
}

.graph-verticle {
  padding: 8%;
  /* padding-left: 8.75%;
padding-top: 8%;padding-right: 8.75%; */
}

.graph-verticle .nav .nav-item img {
  border-radius: 4px;
  padding: 8px 16px;
}

.white .graph-verticle .nav .nav-item img {
  background: #EAEAEA;
}

.black .graph-verticle .nav .nav-item img {
  background: #23272C;
}

.graph-verticle .nav .nav-item span {
  font-weight: 600;
  margin-top: 6px;
  margin-left: 30px;
  position: absolute;
  color: #748AA1;
  font-size: 30px;
  line-height: 29px;
}

.graph-verticle .nav li {
  margin: 0 0 20px;
}

/* Ranklist */
.graph-verticle.Rank {
  padding: 8% 8.75%;
}

.Ranklist {
  display: inline-block;
  width: 100%;
}

.Ranklist li {
    display: flex;
    font-size: 12px;
    line-height: normal;   
    vertical-align: middle;
    margin: 20px 0;
    font-weight: 400;
    justify-content: space-between;
}
.Ranklist li:first-child{
    margin-top: 0px;
}

.Ranklist li pre {
    display: inline-block;
     color: var(--blackcolor);
    overflow: inherit;
    margin: 0 10px 0 0;
    width: 10px;
}

.Ranklist li span {
    display: inline-block;  
    float: right;
    font-weight: 600;
}

@media ( max-width :1100px) and (min-width:992px) {
  .graph-verticle .nav .nav-item span {
    font-size: 24px;
  }
}
/* -----Graph------ */
/* -----Graph-1------ */
.sims-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sims-ul .inlines {
  display: flex;
  align-item:center;
}
/* .graph-new-tabs .nav .nav-item
{
  padding:1.375rem 1rem;
} */
.sims-list li:nth-child(1) {
  color: #748AA1;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 30px;
  line-height: 29px;
  padding-left: 20px;
}

.sims-list li:nth-child(2) {
  color: #748AA1;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 17px;
  padding-left: 20px;
  padding-top: 5px;
  font-weight: 500;
}

.graph-new-tabs {
  padding-left: 2%;
  /* padding-top: 30px; */
}

@media ( min-width :1300px) {
  .graph-new-tabs .nav .nav-item {
    margin: 0 0 0px;
  }
}

.graph-new-tabs .nav .nav-item {
  margin: 30px 0 0px !important;
}

@media ( max-width :1100px) and (min-width:992px) {
  .graph-box h4 {
    font-size: 14px;
  }
  .graph-new-tabs .nav .nav-item {
    padding: 1.1rem 1rem;
    margin: 0px 0 0px !important;
  }
}
/* -----Graph-1------ */

/* created-message */
.created-message {
  position: fixed;
  padding: 10px 20px;
  background: #E6FFFA;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px
    rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 4px 4px;
  border-top: 4px solid #38B2AC;
  right: 2px;
  top: 2px;
  z-index: 9999;
}

.created-message.wrong-data {
  position: fixed;
  padding: 10px 20px;
  background: #FDFFE6;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px
    rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 4px 4px;
  border-top: 4px solid #B2AD38;
  right: 50%;
  transform: translateX(50%);
  top: 2px;
  z-index: 99999;
}

.new-created-massage {
  background: #FFF !important;
  border-top: 4px solid #ed1f68 !important;
}

.success-massage {
  background: #FFF !important;
  border-top: 4px solid #548c57 !important;
}
/* @media(min-width:1920px){
  .created-message.wrong-data {
      position: absolute;
  }
} */
.created-message h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.created-message p {
  font-size: 14px;
  line-height: 150%;
  color: #234E52;
}

.created-message img {
  display: inline-block;
  float: left;
  margin: 0 10px 0px 0px;
}

.created-message .left {
  float: left;
}

.created-message.yellow {
  border-top: 4px solid #FFC700;
  background: #FFFBDC;
}

/* AddcompanyPopup form dropdown */
.modal.AddcompanyPopup .SearchBox input[type=text] {
  margin: 0 0 5px;
  padding: 17px 16px !important;
  background-image: none;
}

form li.DropDown {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
}

form li.DropDown .CommonDropdown dd, form li.DropDown .CommonDropdown dt,
  form li.DropDown .CommonDropdown ul {
  margin: 0px;
  padding: 9px 16px 0;
}

form li.DropDown .CommonDropdown dt a {
  color: #748AA1;
  background: url(../images/icon-downArrow.svg) no-repeat scroll right;
  background-size: 4%;
  display: block;
  padding-right: 30px;
  width: auto;
  text-decoration: none;
}

form li.DropDown .CommonDropdown dt a span {
  text-transform: capitalize !important;
  padding: 0 !important;
}

/* CompnayInfoDetail Placeholder */
.CompanyInfoDetail li input {
  color: #748AA1;
}

.CompanyInfoDetail .col-diff input.codeText {
  width: 78% !important;
  float: right;
}

.CompanyInfoDetail .col-diff input.code {
  width: 20% !important;
  float: left;
  text-align: center;
}

.existTag {
  font-weight: 600 !important;
  font-size: 11px !important;
  line-height: 16px !important;
  color: #8E8E8E !important;
  text-align: center !important;
  position: relative !important;
  width: 20% !important;
  background: #fff !important;
  text-transform: lowercase;
}

/* DetailList */
.DetailsList li {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 9px 16px 8px;
  width: 100%;
  background: #fff;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #748AA1;
}

.DetailsList li span {
  color: #000;
}

.DetailsList li.selected {
  border: 1px solid #0080FF;
}
/* DeleteMasterUser */
.col-diff.DeleteMasterUser a {
  width: 100%;
  display: inline-block;
}

.col-diff.DeleteMasterUser .code {
  margin: 0 4px 0 0px;
  position: relative;
  width: 19% !important;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 16px 8px;
  vertical-align: top;
  text-align: center;
}

.col-diff.DeleteMasterUser .codeText {
  position: relative;
  width: 78% !important;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 13px 16px;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  color: #FF4B55;
  margin: 0;
}

.container-fluid.MapSection {
  padding-right: 0;
  padding-left: 0;
}
.MapSection .map{
	height:100%!important
}


/* vehicle Account */
.modal.right.ModalVehicleAccount .tabbingPopup .modal-body {
  padding: 15px 10px 0;
  width: 100%;
  margin: 20px auto 60px;
}

.modal.right.ModalVehicleAccount .modal-body {
  padding: 15px 10px 0;
  width: 100%;
  margin: 0 auto 60px;
}

.modal.right.ModalVehicleAccount .verifycode .modal-body {
  padding: 15px 15px 100px;
  width: 80%;
  margin: 20px auto;
}

.ModalVehicleAccount .vehicle-details {
  width: 80%;
  margin: 0 auto 20px;
}

.ModalVehicleAccount .vehicle-details ul li label {
  color: #748AA1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  /* width: 120px;*/
  width: 113px;
  line-height: 24px;
}

.ModalVehicleAccount .vehicle-details ul li span {
  padding-left: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
}

.locked-vehicles-tbar .back-btn{
	margin-left: 10px;
}

.locked-vehicles-tbar .back-btn button{
	color: #2E3656;
    padding:10px 20px 11px 30px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    border: 1px solid #EAEDF3;
    background-color: #F2F4F8;
    border-radius: 7px;
}
.locked-vehicles-tbar .back-btn button::after{
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    top: 8px;
    left: 14px;
}
.locked-vehicles-tbar .back-btn button:focus{
	outline: none;
}

/* VehicleAccountMiddleSection */
.ModalVehicleAccount li.MiddleTopDropDown.TabDropDown {
  background: #EAEAEA;
  border-radius: 4px;
  padding: 0;
}

.ModalVehicleAccount .VehicleAccountMiddleSection {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* .ModalVehicleAccount .VehicleAccountMiddleSection li{ display: inline-block; background: #EAEAEA; border-radius: 4px; color: #000; vertical-align: middle; } */
.ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(1) {
  width: 65%;
}

.ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(1) .CommonDropdown dt a
  {
  color: #748AA1;
  background: url(../images/icon-downArrow.svg) no-repeat scroll right;
  background-size: 6%;
  display: block;
  padding-right: 30px;
  width: auto;
  text-decoration: none;;
}

.ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(1) .CommonDropdown dd ul li
  {
  text-align: left !important
}

.ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(2) {
  width: 16%;
}

.ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(2) {
  text-align: center;
  padding: 12px 0;
}

.ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(3) {
  width: 17%;
  position: relative;
}

.ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(3) {
  text-align: center;
  padding: 11px 0;
}

@media ( max-width :415px) {
  .ModalVehicleAccount .VehicleAccountMiddleSection li:nth-child(3) {
    float: right;
    padding: 12px 0;
  }
  .ModalVehicleAccount span.auto-review {
    top: -24px !important;
  }
}

@media ( max-width :450px) and (min-width:416px) {
  .ModalVehicleAccount span.auto-review {
    top: -24px !important;
  }
}
/* vehicle-tabs */
.ModalVehicleAccount .vehicle-tabs .tab-section {
  margin: 20px 0;
}

.ModalVehicleAccount .vehicle-tabs .tab-content {
  margin: 30px 0;
}

.ModalVehicleAccount .tab-section ul li a#bike-tab {
  background-image: url(../images/icon-bike-grey.svg);
}

.ModalVehicleAccount .tab-section ul li a#sim-tab {
  background-image: url(../images/icon-sim-grey.svg);
}

.ModalVehicleAccount .tab-section ul li a#transfer-tab {
  background-image: url(../images/icon-transfer-grey.svg);
}

.ModalVehicleAccount .tab-section ul li a#trip-tab {
  background-image: url(../images/icon-trip-grey.svg);
}

.ModalVehicleAccount .tab-section ul li a#services-tab {
  background-image: url(../images/icon-wrench-grey.svg);
}

.ModalVehicleAccount .tab-section ul li a#AlertTab-tab {
  background-image: url(../images/icon-bike-grey.svg);
}

.ModalVehicleAccount .tab-section ul li a.active#bike-tab {
  background-image: url(../images/icon-bike-pink.svg);
}

.ModalVehicleAccount .tab-section ul li a.active#sim-tab {
  background-image: url(../images/icon-sim-pink.svg);
}

.ModalVehicleAccount .tab-section ul li a.active#transfer-tab {
  background-image: url(../images/icon-transfer-pink.svg);
}

.ModalVehicleAccount .tab-section ul li a.active#trip-tab {
  background-image: url(../images/icon-trip-pink.svg);
}

.ModalVehicleAccount .tab-section ul li a.active#services-tab {
  background-image: url(../images/icon-wrench-pink.svg);
}

.ModalVehicleAccount .tab-section ul li a.active#AlertTab-tab {
  background-image: url(../images/icon-bike-pink.svg);
}

.ModalVehicleAccount ul#myTab {
  display: inline-block;
  position: relative;
  width: 100%;
  border-bottom: none;
}

.ModalVehicleAccount ul#myTab li {
  display: inline-block;
  position: relative;
  width: 13.9%;
  text-align: center;
  margin: auto;
  background: #EAEAEA;
  border-radius: 4px;
  padding: 7px 14px;
  margin: 0px 3px;
}

@media ( max-width :469px) {
  .ModalVehicleAccount ul#myTab li {
    margin: 4px 3px;
  }
}

@media ( max-width :469px) {
  .ModalVehicleAccount ul#myTab li {
    width: 16%;
  }
}

.ModalVehicleAccount ul#myTab li a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 25px;
  text-align: center;
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  background-position: center center;
}

.ModalVehicleAccount ul#myTab li a.active {
  background-color: transparent;
  border-color: transparent;
}

.ModalVehicleAccount span.auto-review {
  padding-bottom: 5px;
  color: #748AA1;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: -17px;
  width: 100%;
  right: 0;
}

.ModalVehicleAccount ul#myTab li:last-child {
  padding: 6px 11px;
  vertical-align: top;
  width: auto;
}

.ModalVehicleAccount ul#myTab li.promotion:last-child {
  padding: 6px 26px;
}

.ModalVehicleAccount ul#myTab li:last-child a {
  float: left;
  position: relative;
  top: 3px;
}

.ModalVehicleAccount ul#myTab li.promotion:last-child a {
  top: 0;
}

.ModalVehicleAccount ul#myTab li:last-child .toogle {
  float: right;
  position: relative;
  top: 3px;
}

.ModalVehicleAccount .vehicle-details.txt ul li label {
  width: 160px;
}

.ModalVehicleAccount .vehicle-details.txt a {
  position: relative;
  padding: 0;
  margin: 0 10px;
  top: 10px;
}

.ModalVehicleAccount .vehicle-details ul li img {
  position: absolute;
  margin: -9px 16px;
}

.ModalVehicleAccount .vehicle-tabs .nav-pills .nav-item .nav-link {
  background: #EAEAEA;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 0px 2px;
}

.ModalVehicleAccount .vehicle-tabs .nav-pills .nav-item .nav-link img {
  width: 24px;
  height: 20px;
}

.ModalVehicleAccount .vehicle-tabs .nav-pills .nav-item .nav-link .setting-img
  {
  width: 24px;
  height: 20px;
}
/* vehicle-table */
.ModalVehicleAccount .vehicle-table table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.ModalVehicleAccount .vehicle-table .table thead tr th {
  color: #748AA1;
  font-size: 12px;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 16px 10px;
}

.ModalVehicleAccount .vehicle-table .table tbody tr td {
  border-top: none;
  color: #748AA1;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 10px;
  vertical-align: middle;
}

.ModalVehicleAccount .vehicle-table .table tbody tr .transfer {
  text-transform: lowercase;
}

.ModalVehicleAccount .vehicle-table .table tbody tr {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 8px 20px rgb(0 0 0/ 8%);
  border-radius: 5px;
}

.ModalVehicleAccount .vehicle-table .table tbody tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ModalVehicleAccount .vehicle-table .table tbody tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* ReasonDropDown start */
.ModalVehicleAccount .ReasonDropDown {
  position: relative;
}

.ModalVehicleAccount li.MiddleTopDropDown {
  background: #fff;
  border-radius: 4px;
  padding: 1px 0;
}

.ModalVehicleAccount .VehicleAccountMiddleSection li {
  display: inline-block;
  background: #EAEAEA;
  border-radius: 4px;
  color: #000;
  vertical-align: middle;
}

.ModalVehicleAccount .ReasonDropDown .CommonDropdown dt a {
  width: 100%;
}

.ModalVehicleAccount .ReasonDropDown .CommonDropdown dd ul {
  position: relative;
  height: 220px;
}

.ModalVehicleAccount .ReasonDropDown .CommonDropdown dd,
  .ModalVehicleAccount .ReasonDropDown .CommonDropdown dt,
  .ModalVehicleAccount .ReasonDropDown .CommonDropdown ul {
  margin: 0px;
  padding: 0 16px;
}

.ModalVehicleAccount .ReasonDropDown .CommonDropdown dd {
  overflow-y: scroll;
}
/* TableColDD scrollbar start */
.ModalVehicleAccount .ReasonDropDown dd {
  scrollbar-height: thin;
  scrollbar-color: #ED1F68 #fff;
}

.ModalVehicleAccount .ReasonDropDown dd::-webkit-scrollbar {
  width: 4px;
}

.ModalVehicleAccount .ReasonDropDown dd::-webkit-scrollbar-track {
  background: #fff;
}

.ModalVehicleAccount .ReasonDropDown dd::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 4px;
  border: 1px solid var(--primary);
}
/* TableColDD scrollbar end */
.ModalVehicleAccount .ReasonDropDown .CommonDropdown dt a span {
  text-transform: capitalize;
}
/* ReasonDropDown end */
.ModalVehicleAccount .accordion-started.accordion-bral .vehicle-labels {
  background: #EAEAEA;
  padding: 9px 16px 8px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #000;
  border: none;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  width: 58%;
  border-radius: 4px;
  margin: 0 0 5px;
  float: left;
}

.ModalVehicleAccount .accordion-started.accordion-bral .UserPopup li input.vehicle-title
  {
  width: 58%;
  float: left;
  margin: 0;
  height: auto;
  background: #EAEAEA;
}

.ModalVehicleAccount .accordion-started.accordion-bral div.toogle.vehicle-toggle
  {
  background: #EAEAEA;
  width: 20%;
  float: right;
  padding: 8px 16px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
}

.ModalVehicleAccount .vehicle-cards {
  background: #EAEAEA;
  width: 18%;
  float: right;
  padding: 8px 16px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
}

.ModalVehicleAccount .vehicle-cards img {
  height: 16px !important;
}

.ModalVehicleAccount .vehicle-profile-img {
  position: relative;
}

.ModalVehicleAccount .vehicle-profile-img img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100px;
  margin: auto;
}

.ModalVehicleAccount .vehicle-user-tab .nav-pills .nav-link {
  color: #0080FF;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  background: #EAEAEA;
  padding: 0;
  margin: 0px 5px;
  height: 33px;
  width: 128px;
  text-align: center;
  line-height: 33px;
  display: inline-block;
}

.ModalVehicleAccount .vehicle-user-tab .nav-pills .active {
  background: #0080FF;
  color: #FFFFFF;
}

.ModalVehicleAccount .vehicle-bottom {
  padding: 30px 50px;
}

.ModalVehicleAccount .accordion-started.accordion-bral .vehicle-label {
  background: #fff;
  padding: 9px 16px 8px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #0080FF;
  border: none;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  width: 79%;
  border-radius: 4px;
  margin: 0 0 5px;
  float: left;
}

.ModalVehicleAccount .accordion-started.accordion-bral .vehicle-account-label
  {
  background: #fff;
  padding: 9px 16px 8px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #748AA1;
  border: none;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 5px;
  float: left;
}

.ModalVehicleAccount .UserPopup li div.vehicle-account-title {
  background: #fff;
  width: 100%;
  float: left;
  padding: 9px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #748AA1;
}

.ModalVehicleAccount .vehicle-accounts li div.title {
  background: #fff;
  width: 58%;
  float: left;
  padding: 13px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #748AA1;
  text-align: center;
  color: #0080FF;
}

.ModalVehicleAccount .UserPopup li div.toogle {
  font-size: 12px;
  line-height: 17px;
  color: #000;
}

.ModalVehicleAccount .UserPopup li div.toogle {
  /* width: 53%; */
  
}
/*.ModalVehicleAccount .UserPopup li div.toogle {
  background: none !important;
  width: 40%;
  float: right;
  padding: 0px 16px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
}*/
/* Number  */
.ModalVehicleAccount .quantity {
  position: relative;
  display: flex;
  margin-left: 10px;
}

.ModalVehicleAccount .quantity input[type=number]::-webkit-inner-spin-button,
  .ModalVehicleAccount .quantity input[type=number]::-webkit-outer-spin-button
  {
  -webkit-appearance: none;
  margin: 0;
}

.ModalVehicleAccount .quantity input[type=number] {
  -moz-appearance: textfield;
}

.ModalVehicleAccount .quantity input {
  width: 60px !important;
  /* width: 100% !important; */
  height: 42px !important;
  line-height: 1.65 !important;
  float: left !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  font-size: 11px !important;
  border-radius: 4px !important;
  text-align: center;
  color: #000;
  border: 1px solid #0080FF !important;
  font-weight: bold !important;
}

.ModalVehicleAccount .quantity input:focus {
  outline: 0;
}

.ModalVehicleAccount .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  margin-left: 55px;
}

.ModalVehicleAccount .quantity-button {
  position: relative;
  cursor: pointer;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  width: 21px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "FontAwesome" !important;
  line-height: 1.5;
  padding: 0;
  background: #FAFAFA;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ModalVehicleAccount .quantity-button:active {
  background: #EAEAEA;
}

.ModalVehicleAccount .quantity-button.quantity-up {
  position: absolute;
  height: 48%;
  top: 0;
  border: 1px solid #0080FF;
  border-radius: 4px;
  line-height: 1.6;
  width: 50px;
  background: #fff;
}

.ModalVehicleAccount .quantity-button.quantity-up img {
  padding-top: -10px;
}

.ModalVehicleAccount .quantity-button.quantity-down {
  position: absolute;
  background: #fff;
  bottom: 0;
  height: 48%;
  border-radius: 4px;
  width: 50px;
  border: 1px solid #0080FF;
}
/* Number */
.ModalVehicleAccount .payment-method {
  display: flex;
  margin: 0 0 5px;
}

.ModalVehicleAccount .payment-method.disable {
  opacity: 20%;
}

.ModalVehicleAccount .payment-toggle {
  width: 18%;
  background: #fff;
  margin: 0px 5px 0px 5px;
  text-align: center;
  padding: 8px 0px;
  border-radius: 4px;
}

.ModalVehicleAccount .payment-toggle-grey {
  width: 16%;
  background: #EAEAEA;
  margin: 0px 5px 0px 5px;
  text-align: center;
  padding: 8px 0px;
  border-radius: 4px;
}

.ModalVehicleAccount .payment-method.active .payment-toggle-grey {
  background: #fff;
}

.ModalVehicleAccount .payment-toggle-white {
  width: 16%;
  background: #fff;
  margin: 0px 5px 0px 5px;
  text-align: center;
  padding: 8px 0px;
  border-radius: 4px;
}
/*.ModalVehicleAccount .payment-toggle-grey .slider:before{
background-color: #EAEAEA;
}*/
.ModalVehicleAccount .visa-card {
  background: #fff;
  width: 20%;
  padding: 9px 12px;
  border-radius: 4px;
  margin: 0 5px;
  text-align: center;
}

.ModalVehicleAccount .visa-card-gray {
  background: #EAEAEA;
  width: 20%;
  padding: 9px 12px;
  border-radius: 4px;
  text-align: center;
  margin: 0 5px;
}

.ModalVehicleAccount .payment-method.active .visa-card-gray {
  background: #fff;
}

.ModalVehicleAccount .visa-card-gray span {
  background: url(../images/icon-card-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 17px;
  width: 21px;
  display: inline-block;
}

.ModalVehicleAccount .payment-method.active .visa-card-gray span {
  background: url(../images/icon-card-blue.svg);
}

.ModalVehicleAccount .visa-form-card-gray {
  background: #fff;
  width: 20%;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
}

.ModalVehicleAccount .visa-form-card-gray img {
  margin-left: -12px;
}

.ModalVehicleAccount .payment-method-input {
  border: 1px solid #fff;
  font-weight: 600;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: normal;
  padding: 9px 16px 8px;
  width: 100%;
  margin: 0 0 5px;
  outline: 0;
  font-size: 11px;
  line-height: 16px;
  /* color: #748AA1; */
  color: #000 !important;
  margin: auto;
}

.ModalVehicleAccount .delete-btn {
  background: #fff;
  width: 18%;
  float: right;
  padding: 7px 16px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
}

.ModalVehicleAccount .add-card-btn {
  padding: 6px 12px;
  background: #EAEAEA;
  border-radius: 4px;
  font-size: 14px;
  color: #748AA1 !important;
  font-weight: 500;
  border: none;
  width: 42%;
  text-align: left;
}

.ModalVehicleAccount .payment-method.active .add-card-btn {
  background: #fff;
  color: #0080FF !important;
}

.ModalVehicleAccount .add-card-btn:active {
  background: #EAEAEA;
  color: #748AA1;
}

.ModalVehicleAccount .add-card-btn:hover {
  background: #EAEAEA;
  color: #748AA1;
}

.ModalVehicleAccount .add-card-btn:focus {
  background: #EAEAEA;
  color: #748AA1;
}

.ModalVehicleAccount .add-card-body-btn {
  padding: 6px 0px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  color: #0080FF !important;
  font-weight: 500;
  border: none;
  width: 55%;
}

.ModalVehicleAccount .add-card-body-btn:hover {
  color: #0080FF;
  background: #ffffff;
}

.ModalVehicleAccount .add-card-body-btn:active {
  color: #0080FF;
  background: #ffffff;
}

.ModalVehicleAccount .add-card-body-btn:focus {
  color: #0080FF;
  background: #ffffff;
}

.ModalVehicleAccount .add-card {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  width: 80%;
  padding-bottom: 20px;
  margin: 0 5px 40px;
}

.ModalVehicleAccount .add-card-body form label {
  color: #748AA1;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.ModalVehicleAccount .add-card-body form input {
  background: #FFFFFF;
  border: 1px solid #748AA1;
  box-sizing: border-box;
  border-radius: 4px;
  color: #748AA1 !important;
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
  padding: 8px 16px;
}

.ModalVehicleAccount .payment-header h4 {
  color: #748AA1;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.ModalVehicleAccount .checkbox-border {
  border: 2px solid #0080FF !important;
  background-image: url(../images/icon-tick-blue.svg) !important;
}
/* Vehicle model End */

/* brands */
.company-brands {
  display: flex;
}

.company-brands form input {
  margin: auto;
  color: #000 !important;
  width: 201px !important;
  text-transform: uppercase;
}

.company-brands .brands-delete-btn {
  width: 19%;
}

.company-brands .brands-delete-btn img {
  background: #fff;
  padding: 7px 18px;
  border-radius: 4px;
  margin: 0 0 0 5px;
}

.company-brands input {
  width: 78% !important;
}

/* VehicleModelDropDown */
.VehicleModelDropDown {
  position: relative;
  width: 100%;
}

.VehicleModelDropDown li {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 5px;
}

.VehicleModelDropDown li .CommonDropdown dt a {
  width: 100%;
}

.VehicleModelDropDown .VehicleModelSelect .CommonDropdown dd ul li {
  padding: 2px !important;
}

.VehicleModelDropDown .VehicleModelSelect .CommonDropdown dd ul li a,
  .VehicleModelDropDown .VehicleModelSelect .CommonDropdown dd ul li a:hover
  {
  width: 79%;
  line-height: 180%;
  display: inline-block;
  background: #EAEAEA;
  color: #748AA1;
}

.VehicleModelDropDown .VehicleModelSelect .SelectVehicleCategoryList .CategoryName
  {
  width: 79%;
  line-height: 180%;
  display: inline-block;
  background: #EAEAEA;
  color: #748AA1;
  font-weight: bold;
  font-size: 11px;
  line-height: 150%;
  padding: 9.2px 16px;
  border-radius: 4px;
  vertical-align: top;
}

.VehicleModelDropDown .VehicleModelSelect .toogle {
  display: inline-block;
  width: 19%;
  background: #EAEAEA;
  vertical-align: top;
  padding: 8px 11px;
  text-align: center;
  border-radius: 4px;
  vertical-align: middle;
}

.VehicleModelDropDown li.vehicleAddDel {
  text-align: center;
  margin: 15px 0;
  display: block;
  font-size: 10px;
  line-height: 17px;
  font-weight: bold;
  color: #0080FF;
  margin: 30px 0 15px !important;
}

/* image selct css */
.image-input {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #fff;
  height: 222px;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.image-input input {
  display: none;
}

.image-input .imageMiddleTxt {
  position: relative;
  vertical-align: middle;
  width: 40%;
  margin: auto;
}

label.image-button img {
  display: inline-block;
  float: left;
  vertical-align: middle;
}

.image-input label {
  color: #FFF;
  background: #0095FF;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0;
  text-align: center;
  width: 100%;
  display: flex;
}

.image-input label i {
  margin-right: 0.3rem;
}

.image-preview {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  /* margin-top: -34px;
  margin: -34px 0px 5px -6px; */
}

.image-input .image-button span {
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  left: 12px;
  position: relative;
  top: 0;
}

.image-input .change-image {
  text-transform: capitalize;
  color: #748AA1;
  font-size: 10px;
  font-weight: 600;
  margin: 10px;
  display: block;
}

.image-input.output .image-preview {
  display: block;
}

/* SelectWarrranyList */
.SelectWarrranyList {
  position: relative;
}

.SelectWarrranyList li {
  position: relative;
  vertical-align: top;
}

.CommonDropdown dd ul.SelectWarrranyList li {
  padding: 2px !important;
}

.SelectWarrranyList li .number {
  width: 20%;
  display: inline-block;
  background: #EAEAEA;
  padding: 11.2px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  text-align: center;
  vertical-align: top;
}

.SelectWarrranyList li .yrKm {
  width: 54%;
  display: inline-block;
  background: #EAEAEA;
  padding: 11.2px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  vertical-align: top;
}

.SelectWarrranyList li .toogle {
  vertical-align: top;
  display: inline-block;
  background: #EAEAEA;
  padding: 7.4px 16px;
  border-radius: 4px;
  text-align: center;
  width: 23%;
}

.CommonDropdown dd ul.SelectWarrranyList li.vehicleAddDel:last-child {
  text-align: center;
  margin: 15px 0;
  display: block;
  font-size: 10px;
  line-height: 17px;
  font-weight: bold;
  color: #0080FF;
  margin: 30px 0 60px !important
}

/* RemoveImage */
a.RemoveImage {
  display: block;
  width: 100%;
  text-align: center;
}

a.RemoveImage span, a.RemoveImage:hover span {
  font-size: 10px;
  line-height: 17px;
  color: #748AA1;
  text-transform: capitalize;
  position: relative;
  top: 7px;
}

.RemoveImage img {
  vertical-align: middle;
  margin: 10px 10px 0 0;
}

/* Categories */
.InputRightArrow {
  background-image: url(../images/icon-downArrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  color: #0080FF !important;
}

/* Categories Accordian */
.accordion-started.accordion-bral.CategoriesAccordian {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  margin: 5px auto !important;
  color: #484848;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

.accordion-started.accordion-bral.CategoriesAccordian .ac-label {
  background: #F6F6F6;
  padding: 9px 16px 8px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #748AA1;
  border: none;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 5px;
  float: left;
}

.CategoriesAccordian .ac-content {
  padding: 0;
}

.CategoriesAccordian .CategoriesAccList {
  padding: 0 20px;
  height: 130px;
  overflow-x: scroll;
}

.CategoriesAccordian .CategoriesAccList li {
  border-bottom: 1px solid #F2F2F2;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 0 5px;
  margin: 5px 0;
}

.CategoriesAccordian .AddCatBtn {
  text-align: left;
  margin: 5px 0;
}
/* CategoriesAccordian List scrollbar */
.ac-content ul.CategoriesAccList {
  scrollbar-height: thin;
  scrollbar-color: #ED1F68 #fff;
}

.ac-content ul.CategoriesAccList::-webkit-scrollbar {
  width: 4px;
}

.ac-content ul.CategoriesAccList::-webkit-scrollbar-track {
  background: #fff;
}

.ac-content ul.CategoriesAccList::-webkit-scrollbar-thumb {
  background-color:var(--primary);
  border-radius: 4px;
  border: 1px solid var(--primary);;
}

.AddCategoryInput {
  position: relative;
}

.AddCategoryInput input[type="text"], .AddCategoryInput input[type="text"]:focus
  {
  border: 1px solid #0095FF !important;
  background: #fff;
  border-radius: 4px;
  padding: 16px 20px 16px 20px !important;
  margin: 0 !important;
}

.modal .SearchBox.AddCategoryInput input[type=text]:focus {
  border: 1px solid #0095FF !important;
  box-shadow: none;
}

.vehicleCategoryList li {
  background: #fff;
  margin: 0 0 5px;
  border-radius: 4px;
}

.vehicleCategoryList li .CommonDropdown dt a {
  width: 100%;
}

.vehicleCategoryList li .CommonDropdown dt a span {
  color: #0080FF;
}

.vehicleCategoryList li .CommonDropdown dd, .vehicleCategoryList li .CommonDropdown dt,
  .vehicleCategoryList li .CommonDropdown ul {
  margin: 0px;
  padding: 5px 16px 0;
}
.add-new-category-box table.table{
  margin: 0;
}
.single-table.add-new-category-box{
  padding: 15px;
}
.b_br_7{
  border: 1px solid #008fff;
  border-radius: 7px;
  padding: 2px 8px;
}
.add-new-category-box .add-new-category-btn button{
  width: 100%;
  font-size: 14px;
  color: #008fff;
  padding: 10px 0px;
  min-height: 44px;
  font-weight: 500;
}
.add-new-category-box .add-new-category-btn button img{
  margin-right: 15px;
  vertical-align: middle;
  filter: brightness(1) blur(0px) contrast(1);
}
button.btn:focus{
  box-shadow: none;
}
.add-new-category-box input[type=text].add-category{
  width: 100%;
  min-height: 44px;
  margin: 0px!important;
  border: none;
} 
.selectBrand .CommonDropdown dt a span {
  color: #000 !important;
}

.DeviceModel .CommonDropdown dt a span {
  color: #0080FF !important;
}
/* categories-vehicle Edit */
.categoriesVehicleEdit {
  position: relative;
  background: #fff;
  margin: 5px auto;
  padding: 20px;
  display: block;
}

.categoriesVehicleEdit .payment-method {
  display: block;
  vertical-align: top;
}

.categoriesVehicleEdit .payment-method .vehicle-categories-input {
  display: inline-block;
  width: 58%;
  float: left;
  background: #F6F6F6;
  border-radius: 4px;
}

.categoriesVehicleEdit .payment-method .edit-btn {
  display: inline-block;
  width: 19%;
  float: left;
  background: #F6F6F6;
  border-radius: 4px;
  margin: 0 5px;
  padding: 8px 16px;
}

.categoriesVehicleEdit .payment-method .edit-btn.active {
  background: #0080FF;
}

.categoriesVehicleEdit .payment-method .edit-btn span {
  display: block;
  background-image: url(../images/icon-Edit-blue.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
}

.categoriesVehicleEdit .payment-method .edit-btn.active span {
  display: block;
  background-image: url(../images/icon-Edit-white.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
}

.categoriesVehicleEdit .payment-method .delete-btn {
  display: inline-block;
  width: 19%;
  float: left;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 6.5px 16px;
  border: none;
}

/* error-success */
.error span {
  color: #FF4B55;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  display: block;
}

.error input {
  border: 1px solid #FF4B55 !important;
}

.success span {
  color: #14AE64;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  display: block;
}

.success input {
  border: 1px solid #14AE64 !important;
}

/* multicolored Placeholder */
label.CustomisedLabel {
  position: relative;
  width: 100%;
}

.ScanPlacholderColor {
  color: #748AA1;
  position: absolute;
  left: 5px;
  top: 1px;
  z-index: 1;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  padding: 9px 13px 8px;
}

.imeiColor {
  color: #ED1F68;
}

.vinColor {
  color: #0080FF;
}

label.CustomisedLabel:hover span {
  display: none;
}

label.CustomisedLabel input[type="text"]:focus, label.CustomisedLabel input[type="text"]:active,
  label.CustomisedLabel input[type="text"].active {
  z-index: 2;
}

/* Add Devices Popup Start */

/* add-file */
form.AddFileMiddle {
  position: relative;
  top: 50%;
  margin: -90px 0;
}

.add-file {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
}

.add-file button label {
  display: flex;
  align-items: center;
}

.add-file button label span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 11px;
  margin-left: 10px;
}

.add-file #custom-button, .custom-btn {
  padding: 10px;
  color: #fff;
  background: #0080FF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 28px;
  margin-bottom: 10px;
  cursor: pointer;
}
/*.modal .modal-popup-body{
	height: 100%;
}

.add-file #custom-button:hover, .add-file #custom-button:focus, .custom-btn:hover, .custom-btn:focus {
  background: #0080FF;
  outline: none;
}
a.access-label{
	float: right;
	color: #FD1A28;
	font-weight: 500;
	font-size: 14px;
	margin-top: 5px;
}
a.access-label:hover{
	color: #FD1A28;
}
a.access-label img{
	vertical-align: middle;
	margin-right: 5px;
}
.add-file #custom-text, .custom-text {
  color: #748AA1;
  text-transform: capitalize;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  margin: 5px 0;
  display: block;
}
.setting-from h3.card-title{
	padding-left: 15px;
	font-size: 22px;
	font-weight: 600;
}
.setting-from h3.card-title.cp-title{
	padding-left: 20px;
}
.setting-from.disabled-div{
	padding-top: 0px;
}
.update_password_step .password-field.current{
	margin-bottom: 40px;
}
.update_password_step .password-field input::placeholder{
	color: #9CAAB9;
	font-size: 14px;
	font-weight: 500;
}
.main-div .dataTables_wrapper {
	margin-right: 22px;
}
div.fail-import-btn, div.fail-unlock-import-btn{
	align-items: center;
}
.update_password_step .password-field input{
	border-radius: 7px;
	border: 1px solid #EAEDF3;
	height: 46px;
	margin-top: 7px;
}
input[type=password]:focus .icon-eye img{
	display: none;
}
.update_password_step .password-field > div{
	position: relative;
}
.update_password_step .password-field .icon-eye {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}
.update_password_step .password-field .icon-eye img{
	width: 16px;
}
.update_password_step .password-field label{
	color: #2B3354;
	font-size: 12px;
	font-weight: 600;
}
.add-file .add-device {
  margin: 20px 0 0;
  display: block;
  vertical-align: middle;
}

.add-file .add-device span {
  text-transform: capitalize;
  color: #748AA1;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  position: relative;
  top: -6px;
  margin-left: 5px;
}

/* device-li */
.device-li {
  display: flex;
}

.device-li form input {
  width: 240px;
  text-align: center;
}

.device-li form input::placeholder {
  color: #000;
  text-align: center;
}

.device-li div {
  margin-top: 0px !important;
}

.device-li .device-input-manually {
  width: 100px !important;
  margin: auto 5px !important;
}

.verifycode .time-count .SendCode {
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.verifycode .opacity {
  opacity: 0.3;
}

.DevicesOrder .download-main .device-download-csv {
  background: #0080FF;
  width: 79%;
  float: right;
  padding: 11px 16px;
  border-radius: 4px;
  margin: auto;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
}

.DevicesOrder .download-main .device-download {
  background: #0080FF;
  width: 20%;
  float: left;
  padding: 4px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.DevicesOrder .download-main .device-download img {
  
}

.RejectedDeviceRemoved, .RejectedDeviceRemoved:hover {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 9px 16px 8px;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #FF4B55;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  display: block;
}

.opacity {
  opacity: 0.3;
}


/* Parallax */
@media ( max-width :400px) {
  .graph-verticle .nav .nav-item span {
    font-size: 22px;
  }
}

@media ( max-width :300px) {
  .graph-verticle .nav .nav-item span {
    font-size: 16px;
  }
}

@media ( min-width : 768px) {
  #myBtn {
    display: none !important;
  }
}

@media ( max-width : 576px) {
  .Ranklist li span {
    margin-right: 50px;
  }
}

@media ( max-width : 767px) {
  .Ranklist li span {
    margin-right: 50px;
  }
  .graph-renk.Ranklist li span{
  	margin-right:0px;
  }
  .footer .graph-footer {
    margin-bottom: -30px;
  }
  .sims-ul {
    display: block;
  }
  .locked-vehicles-tbar .back-btn, .dropdown.lock-group-btn{
  	margin: 0px 0px 10px 0px;
  }
  .graph-box {
    height: 100vh;
    padding-top: 100px;
  }
  /* .common-graph .common-canvas
{
  height:250px !important;
} */
  .background {
    overflow: hidden;
    backface-visibility: hidden;
    height: 130vh;
    position: fixed;
    width: 100%;
    transform: translateY(30vh);
    transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
    margin-top: 40px;
  }
  .background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .background:nth-child(1) {
    z-index: 6;
  }
  .background:nth-child(2) {
    z-index: 5;
  }
  .background:nth-child(3) {
    z-index: 4;
  }
  .background:nth-child(4) {
    z-index: 3;
  }
  .background:nth-child(5) {
    z-index: 2;
  }
  .background:nth-child(6) {
    z-index: 1;
  }
  .content-wrapper {
    transform: translateY(40vh);
    transition: all 1.7s cubic-bezi er(0.22, 0.44, 0, 1);
  }
  .background.up-scroll {
    transform: translate3d(0, -15vh, 0);
  }
  .background.up-scroll .content-wrapper {
    /* transform: translateY(15vh); */
    transform: translateY(0vh);
  }
  .background.up-scroll+.background {
    transform: translate3d(0, 30vh, 0);
  }
  .background.up-scroll+.background .content-wrapper {
    transform: translateY(30vh);
  }
  .background.down-scroll {
    transform: translate3d(0, -160vh, 0);
  }
  .background.down-scroll .content-wrapper {
    transform: translateY(40vh);
  }
  .background.down-scroll+.background:not(.down-scroll) {
    transform: translate3d(0, -15vh, 0);
  }
  .background.down-scroll+.background:not(.down-scroll) .content-wrapper {
    transform: translateY(15vh);
  }
	.import-lock-step .modal-popup-body ul li, .import-unlock-step .modal-popup-body ul li{
	    flex-wrap: wrap!important;
	}
	.import-lock-step .modal-popup-body ul.download-main li a , 
	.import-unlock-step .modal-popup-body ul.download-main li a{
		margin-right: 8px;
		margin-top: 8px;
	}
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ED1F68;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  #myBtn:hover {
    background-color: #ED1F68;
  }
}

@media ( max-width : 576px) {
  .Ranklist li span {
    margin-right: 36px;
  }
}
/* Parallax */

/* Service section */
.service-booking-box {
  background: #fff;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 9px 35px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
  height: 160px;
}

.service-booking-box .service-booking-img {
  background: #E8E7FF;
  width: 62px;
  height: 62px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 18px;
}

.service-booking-box .service-completed-img {
  background: #DAF7E8;
  width: 62px;
  height: 62px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 18px;
}

.service-booking-box .service-pending-img {
  background: #F0F0F7;
  width: 62px;
  height: 62px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 18px;
}

.service-booking-box .service-process-img {
  background: #FFF4E5;
  width: 62px;
  height: 62px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 18px;
}

/* .service-booking-box .service-booking-img  img
{
width: 30px;
} */
/* .service-booking-box img
{
padding: 25px;
background: #E8E7FF;
border-radius: 50%;
} */
.service-booking-box .service-booking-title {
  margin-left: 20px;
}

.service-booking-box .service-booking-title h4 {
  font-weight: 600;
  font-size: 14px;
  color: #404040;
  font-family: 'Gilroy';
  margin-left: 5px;
}

.service-booking-box .service-booking-title h2 {
  font-weight: 600;
  font-size: 28px;
  color: #404040;
  font-family: 'Gilroy';
  letter-spacing: 1px;
  margin-left: 5px;
  padding-top: 20px;
}

.service-btns {
  padding: 5px 0px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  font-family: 'Gilroy';
  width: 88px;
  text-transform: uppercase;
  color: #748AA1;
}

.services-btns {
  padding: 5px 15px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Gilroy';
  /* width: 88px; */
  text-transform: uppercase;
  color: #748AA1;
}

.services-btns:hover {
  color: #748AA1;
}

.service-btns:hover {
  color: #748AA1;
}

.check-btn {
  background: rgba(0, 128, 255, 0.2);
}

.process-btn {
  background: rgba(255, 184, 0, 0.2);
}

.hold-btn {
  background: rgba(116, 138, 161, 0.2);
}

.complete-btn {
  background: rgba(74, 217, 145, 0.2);
}

.cancels-btn {
  background: rgba(255, 75, 85, 0.2);
}

.suspended {
  background: #FF4B55 !important;
  color: #fff;
  width: 100% !important;
}

.suspended:hover {
  color: #fff;
}

.pending {
  background: #FFB800 !important;
  color: #fff;
  width: 100% !important;
}

.pending:hover {
  color: #fff;
}

.tablefilter {
  background: #0080FF;
  border-radius: 4px;
  padding: 6px;
  margin-left: 1px;
  position: absolute;
  margin-top: -9px;
}

.booking-informations {
  background: #fff;
  margin-top: 30px;
  /* margin-bottom: 100px; */
  border-radius: 8px;
  padding-bottom: 30px;
}

.booking-top-header h4 {
  color: #748AA1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.benihil-logo ul li {
  display: flex;
  justify-content: space-between;
}

.benihil-logo ul li label {
  margin-top: 33px;
  color: #000000;
  font-size: 20px;
  line-height: 11px;
  font-weight: bold;
  font-family: 'Gilroy';
}

.booking-detail-title {
  font-size: 16px;
  line-height: 11px;
  color: #000000;
  font-family: 'Gilroy';
  font-weight: normal;
}

.service-detail-title {
  font-size: 20px;
  line-height: 17px;
  color: #000000;
  font-family: 'Gilroy';
  font-weight: bold;
}

.booking-details-top ul li {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

.booking-details-top ul li label {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  /* width: 160px; */
  /* line-height: 30px; */
}

.booking-details-top ul li span {
  padding-left: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  /* line-height: 11px; */
  font-weight: bold;
}

.booking-details-top ul li .booking-span {
  color: #0080FF;
}

.booking-details ul li {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}

.booking-details ul li label {
  color: #748AA1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.booking-details ul li span {
  padding-left: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  /* line-height: 11px; */
  font-weight: 500;
}

.booking-check-details ul li {
  display: flex;
  justify-content: space-between;
}

.booking-check-details ul li label {
  color: #748AA1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  /* width: 160px; */
  /* line-height: 20px; */
}

.booking-check-details ul li span {
  padding-left: 0;
  color: #748AA1;
  text-transform: uppercase;
  font-size: 14px;
  /* line-height: 20px; */
  font-weight: 600;
}

.booking-form-details ul li {
  display: flex;
  justify-content: space-between;
}

.booking-form-details ul li label {
  color: #748AA1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  /* width: 160px; */
  /* line-height: 20px; */
}

.booking-form-details ul li span {
  padding-left: 0;
  color: #748AA1;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
}

.booking-date-details ul li {
  display: flex;
  justify-content: space-between;
}

.booking-date-details ul li label {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Gilroy';
  /* width: 160px; */
  /* line-height: 20px; */
}

.booking-date-details ul li span {
  padding-left: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Gilroy';
}

.booking-date-details ul li .date-span {
  color: #0080FF;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Gilroy';
}

.booking-date-details ul .date-border {
  border-bottom: 1.5px solid #1F2327;
  padding-bottom: 20px;
}

.booking-date-details ul li label .date-express {
  margin-top: 1px;
  position: absolute;
  margin-left: 10px;
}

.time-cheked span {
  color: #0080FF;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Gilroy';
  font-weight: normal;
}

.service-tabs ul li a {
  padding: 12px 12px !important;
  color: #748AA1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  font-family: 'Gilroy';
}

.service-tabs ul li .active {
  background: none !important;
  color: #ED1F68 !important;
  border-bottom: 3px solid #ED1F68;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-tabing-body .tab-content .service-header h4 {
  color: #748AA1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.service-information ul li {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

.service-information ul li label {
  color: #748AA1;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.service-information ul li span {
  padding-left: 0;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Gilroy';
  text-transform: uppercase;
}

.service-map-link a {
  color: #ED1F68;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-align: right;
  text-decoration: underline;
}

.service-tabs-workshop ul li {
  display: flex;
  justify-content: space-between;
  /* line-height: 30px; */
  line-height: 15px;
}

.service-tabs-workshop ul li label {
  color: #748AA1;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.service-tabs-workshop ul li span {
  padding-left: 0;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Gilroy';
  /* position: absolute; */
  /* margin-top: -14px; */
  margin-top: -8px;
  line-height: 12px;
  text-transform: lowercase;
}

.service-tabs-workshop ul li h4 {
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  margin-top: 26px;
}

.service-tabing-body .service-information-btn {
  display: flex;
  text-align: center;
}

.booking-main-subpop {
  height: 210px !important;
  overflow: hidden !important;
  position: relative;
  top: 50%;
  margin-top: -25%;
  border: 0px;
  background: #fff !important;
}

.booking-subpop-title h4 {
  color: #748AA1;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Gilroy';
}

.submodel-booking-billing ul li {
  display: flex;
  justify-content: space-between;
}

.submodel-booking-billing ul li .left span {
  color: #748AA1;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Gilroy';
  line-height: 20px;
}

.submodel-booking-billing ul li .right span {
  color: #748AA1;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Gilroy';
}

.submodel-booking-billing ul li .right label {
  color: #000000;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 10px;
  padding-left: 20px;
}

.submodel-booking-billing ul li .left label {
  color: #000000;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 10px;
}

.submodel-booking-billing ul li .right img {
  padding-top: 16px;
}

.submodel-booking-billing ul li .left p {
  font-size: 10px;
  line-height: 12px;
  font-family: 'Gilroy';
  font-weight: normal;
  margin-top: 5px;
}

/* Service Exected page start */
.service-bookings-li label {
  /* background: none; */
  padding: 2px 10px;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  font-family: 'Gilroy';
}

.black .MiddletopHeader .left ul .service-bookings-li {
  background: none;
  padding: 13px 17px;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  font-family: 'Gilroy';
}

.white .MiddletopHeader .left ul .service-bookings-li {
  background: none;
  padding: 13px 17px;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  font-family: 'Gilroy';
}

.MiddletopHeader .left ul li.booking-type {
  background: #0080FF;
}

.MiddletopHeader .left ul li.booking-type a {
  background: #0080FF;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 6px 17px;
  margin: 0 2px;
  vertical-align: top;
  color: #fff;
}

.service-exectedbox {
  background: #F6F6F6;
  border-radius: 8px;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
  padding: 16px;
}

.service-vehicle-owners {
  max-height: 500px;
  min-height: 200px
}

.service-warranty-mandatory {
  max-height: 320px;
  min-height: 200px
}

.service-history {
  max-height: 320px;
  min-height: 200px
}

.service-check-times {
  max-height: 300px;
  min-height: 200px
}

.service-next-service {
  max-height: 600px;
  min-height: 524px
}

.service-logs-hight {
  max-height: 400px;
  min-height: 290px;
}

.service-exectedbox h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #748AA1;
}

.service-exectedbox .vehicle-owner-information ul li {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}

.service-exectedbox .vehicle-owner-information ul li label {
  color: #748AA1;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.service-exectedbox .vehicle-owner-information ul li span {
  padding-left: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Gilroy';
  text-transform: uppercase;
}

.service-exectedbox .benelli-icon-section {
  text-align: right;
  margin-top: -20px;
}

.service-exectedbox .bike-zoom {
  margin-top: -30px;
}

.service-exectedbox .service-check-details ul li label {
  color: #748AA1;
  font-size: 14px;
  font-weight: 600;
  width: 59%;
  font-family: 'Gilroy';
}

.service-exectedbox .service-check-details ul li span {
  padding-left: 0;
  color: #748AA1;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Gilroy';
}

.service-exectedbox .service-check-details .service-formto li label {
  color: #748AA1;
  font-size: 11px;
  font-weight: 600;
  width: 59%;
}

.service-exectedbox .service-check-details .service-formto li span {
  padding-left: 0;
  color: #748AA1;
  font-size: 11px;
  font-weight: 600;
}

.service-date-details  ul li {
  display: flex;
  /* justify-content: space-between; */
}

.service-date-details  ul li label {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Gilroy';
  width: 38%;
  /* line-height: 20px; */
}

.service-date-details  ul li div {
  width: 21%;
}

.service-date-details  ul li span {
  padding-left: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Gilroy';
}

.service-date-details  ul .date-border {
  border-bottom: 1.5px solid #1F2327;
  padding-bottom: 10px;
}

.service-date-details  ul .date-border label {
  color: #0080FF;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Gilroy';
  width: 59%;
  font-weight: bold;
}

.service-date-details  ul .date-border span {
  color: #0080FF;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Gilroy';
  font-weight: bold;
}

/* .service-date-details  ul .service-type
{
border-bottom: 1.5px solid #1F2327;
padding-bottom: 10px;
} */
.service-date-details  ul .service-type label {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  font-size: 11px;
  width: 59%;
  font-family: 'Gilroy';
}

.service-date-details  ul .service-type span {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #748AA1;
  font-weight: 600;
  font-family: 'Gilroy';
  font-size: 11px;
}

.service-date-details  ul .service-hrs-usd label {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #748AA1;
  font-weight: 600;
  font-size: 11px;
  font-size: 11px;
  width: 59%;
  font-family: 'Gilroy';
}

.service-date-details  ul .service-hrs-usd label .date-express {
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}

.service-date-details  ul .service-hrs-usd span {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #748AA1;
  font-weight: 600;
  font-family: 'Gilroy';
  font-size: 11px;
}

.service-exectedbox .service-check-details .next-service li {
  display: flex;
  justify-content: space-between;
}

.service-exectedbox .service-check-details .next-service li label,
  .service-exectedbox .service-check-details .next-service li span {
  text-shadow: -3px -3px 4px rgba(255, 255, 255, 0.0370138);
  color: #000000;
  letter-spacing: 0.236111px;
  font-size: 10px;
  font-family: 'Gilroy';
  font-weight: 500;
  line-height: 20px;
  width: auto;
}

.service-exectedbox .service-check-details .sevice-more a {
  color: #0080FF;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  font-family: 'Gilroy';
}

/*Vertical wizard*/
.list-group.vertical-steps {
  padding-left: 10px;
}

.list-group.vertical-steps .list-group-item {
  border: none;
  /* border-left:3px solid #ece5dd; */
  border-left: 1px solid #748AA1;
  box-sizing: border-box;
  border-radius: 0;
  counter-increment: step-counter;
  padding-left: 24px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
  list-style-type: none;
  background: none;
}

.list-group.vertical-steps .list-group-item.active {
  background-color: transparent;
  color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
  border-left: 3px solid transparent;
  padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color: #ece5dd;
  color: #555;
  content: "";
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  width: 20px;
}

.list-group.vertical-steps .list-group-item span, .list-group.vertical-steps .list-group-item a
  {
  display: block;
  overflow: hidden;
  padding-top: 2px;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
  background-color: #0052c2;
  color: #fff;
}
/* .list-group.vertical-steps .list-group-item.completed{
border-left:3px solid #0052c2;
} */
.list-group.vertical-steps .list-group-item.completed::before {
  background-color: #0080FF;
  /* content:''; */
  background-image: url(../images/icon-right-tick-white.svg);
  /* position:absolute; */
  /* width:20px;
  height:20px; */
  background-repeat: no-repeat;
  background-position: center;
}

.list-group.vertical-steps .list-group-item.completed-yellow::before {
  background: #FFB800;
}

.list-group.vertical-steps .list-group-item.completed-green::before {
  background: #4FD1C5;
  background-image: url(../images/icon-right-tick-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.resend-code {
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
  border-left: 3px solid transparent;
}

.wizard-main {
  display: flex;
}

.wizard-sub {
  margin-left: 5px
}

.wizard-main .wizard-time span {
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'G                                                                                     ilroy';
  font-weight: bold;
  margin-left: -5px;
}

.wizard-main .wizard-text {
  display: flex;
}

.wizard-main .wizard-text .checked {
  color: #000000;
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  font-family: 'Gilroy';
}

.wizard-main .wizard-text .date-time {
  color: #000000;
  font-size: 11px;
  margin-left: 5px;
  font-weight: normal;
  font-family: 'Gilroy';
}

.wizard-main .wizard-sub-text span {
  color: #000000;
  font-weight: 600;
  font-size: 11px;
  margin-top: 5px;
  margin-left: 5px;
  font-family: 'Gilroy';
}

.wizard-assign-btn a {
  background: #0080FF;
  display: inline-block !important;
  vertical-align: middle;
  border-radius: 4px;
  padding: 7px 30px;
  margin: 0 2px;
  vertical-align: top;
  background-image: url(../images/icon-right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center right 4px;
  font-family: 'Gilroy';
}

.wizard-assign-btn a span {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: inline-block !important;
  margin: 5px 20px 0 -10px;
}

.wizard-process-btn a {
  background: rgba(255, 184, 0, 0.05);
  display: inline-block !important;
  vertical-align: middle;
  border-radius: 4px;
  padding: 7px 37px;
  margin: 0 2px;
  vertical-align: top;
  background-image:
    url('../images/icon-Chevron Down-single-left-yellow.svg');
  background-repeat: no-repeat;
  background-position: center right 4px;
  font-family: 'Gilroy';
}

.wizard-process-btn a span {
  color: #FFB800;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: inline-block !important;
  margin: 5px 20px 0 -10px;
}

.wizard-equal-btn a {
  background: none;
  /* display: inline-block !important; */
  vertical-align: middle;
  border-radius: 4px;
  padding: 7px 30px;
  margin: 0 2px;
  vertical-align: top;
  background-image:
    url('../images/icon-Chevron Down-single-left-grey.svg');
  background-repeat: no-repeat;
  background-position: center right 4px;
  font-family: 'Gilroy';
}

.wizard-equal-btn a span {
  color: #748AA1;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  display: inline-block !important;
  margin: 5px 20px 0 -10px;
}

/*Vertical wizard*/
.service-periods ul {
  display: flex;
  justify-content: space-between;
}

.service-periods ul li {
  display: flex;
}

.service-periods ul li span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.236111px;
  color: #000000;
  font-family: Gilroy;
  margin-top: 6px;
}
/* Border Graph */
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.single-chart {
  width: 33%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  max-height: 100%;
}

.circle-bg {
  fill: none;
  stroke: #FFFFFF;
  box-shadow: inset 0px 4px 8px rgba(23, 25, 29, 0.05);
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress { 
	0% {
  stroke-dasharray: 0 100;
}
}
.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
/* Border Graph */
.ModalVehicleAccount .service-table .table tbody tr td {
  color: #000;
  padding: 12px 7px;
  font-family: 'Gilroy';
}

.ModalVehicleAccount .service-table .table tbody tr td:nth-child(1) {
  font-weight: bold;
}

.ModalVehicleAccount .service-table .table tbody tr .service-td {
  font-weight: bold;
  color: #0080FF;
  font-size: 11px;
  line-height: 11px;
}

.staff-tabs ul li {
  margin-top: 40px;
}

.staff-tabs ul li a {
  margin: 0px 20px;
  font-size: 20px;
  line-height: 17px;
  color: #748AA1;
  font-family: 'Gilroy';
  font-weight: bold;
}

.staff-tabs ul .active {
  color: #0080FF !important;
}

.ModalVehicleAccount .staff .table tbody tr {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 8px 20px rgb(0 0 0/ 8%);
  border-radius: 5px;
}

.ModalVehicleAccount .staff .table tbody tr td {
  color: #000;
  padding: 12px 7px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 11px;
}

.ModalVehicleAccount .staff .table thead tr th {
  color: #0080FF;
  font-size: 11px;
  font-weight: 500;
  border-top: none;
  border-bottom: none;
  padding: 16px 10px;
}

.ModalVehicleAccount .staff .td-span {
  color: #0080FF;
  font-weight: 600;
  font-size: 11px;
  padding-left: 10px;
}

.ModalVehicleAccount .staff .assign-btn {
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  background: #0080FF;
}

.all-staff ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.all-staff ul li div {
  width: 48%;
  border-radius: 4px;
  background: #FFFFFF;
  text-align: center;
  padding: 8px 0px;
}

.all-staff ul li div span {
  color: #748AA1;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Gilroy';
  font-weight: normal;
}

.all-staff ul li .active {
  background: #0080FF;
  border-radius: 4px;
  padding: 8px 0px;
  color: #fff;
}

.all-staff ul li .active span {
  color: #fff;
}

.ModalVehicleAccount .staff .td-notavailable {
  font-weight: 600;
  font-size: 10px;
  font-size: 10px;
  color: #000000;
  text-align: center;
}

.allstaff-table {
  position: relative;
  width: 100%;
  margin: 20px auto;
}
/* .allstaff-table .right
{
    float: right;
    width: 36%;
    text-align: right;
    margin: 0;
} */
.allstaff-table .right ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 7px 0px;
  margin: 0 2px;
  vertical-align: top;
  width: 100%;
}

.allstaff-table .right ul li #StaffTableColDD ul table tbody tr td {
  padding: 12px 3px;
}

dt #StaffTableColDDspan {
  color: #748AA1;
  font-weight: 600;
  font-size: 10px;
  font-family: 'Gilroy';
  line-height: 25px;
}

.allstaff-table .right ul li dl dt {
  display: flex;
  justify-content: flex-end;
}

.allstaff-table .right ul li dl dt a {
  display: flex;
}

.ModalVehicleAccount .staff .assigned-btn {
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  background: #CDCDCD;
}

.ModalVehicleAccount .staff .available-btn {
  padding: 5px 8px;
  border-radius: 5px;
  color: #039033;
  font-size: 10px;
  font-weight: 600;
  background: rgba(3, 144, 51, 0.2);
}

.service-subpop-btn {
  display: flex;
  justify-content: space-evenly;
}

.subpop-title h4 {
  color: #000000;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
}

.subpop-title h5 {
  color: #000000;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cancel-btn {
  background: #000000;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}

.delete-sub-popup {
  height: 180px !important;
  overflow: hidden !important;
  position: relative;
  top: 50%;
  margin-top: -25%;
  border: 0px;
  background: #F6F6F6 !important;
}

.confirm-sub-popup {
  height: 220px !important;
  overflow: hidden !important;
  position: relative;
  top: 50%;
  margin-top: -25%;
  border: 0px;
  background: #fff !important;
}

.confirm-models li div.title {
  width: 79%;
  float: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 0px;
  color: #000;
  background: none !important;
}

.confirm-models  li div.toogle {
  background: #F6F6F6 !important;
}
/* Service Exected page End */

/* Service Exected Freme-1306 page Start */
.service-date-filter {
  width: 50px;
  height: 50px;
  background: #0080FF;
  background-image: url(../images/icon-Union-white.svg);
  padding: 6px 14px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.service-td-logo {
  display: flex;
}

.service-td-logo span {
  padding: 10px 5px;
}

.service-common-table thead {
  background: #F6F6F6;
}

.black table tbody .btn.ready {
  padding: 1px 8px 1px 8px;
  width: 104px;
  border-radius: 4px;
  background: rgba(79, 209, 197, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #4FD1C5;
  text-align: center;
  font-family: Gilroy;
}

.white table tbody .btn.ready {
  padding: 1px 8px 1px 8px;
  width: 104px;
  border-radius: 4px;
  background: #0080FF;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: Gilroy;
}

.black table tbody .btn.process {
  padding: 1px 8px 1px 8px;
  width: 100px;
  border-radius: 4px;
  background: rgba(255, 184, 0, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFB800;
  text-align: center;
  font-family: Gilroy;
}

.white table tbody .btn.process {
  width: 100px;
  border-radius: 4px;
  background: rgba(255, 184, 0, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #748AA1;
  text-align: center;
  font-family: Gilroy;
}

.black table tbody .btn.completed {
  width: 100.27px;
  border-radius: 4px;
  background: rgba(0, 128, 255, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0080FF;
  text-align: center;
  font-family: Gilroy;
}

.white table tbody .btn.completed {
  width: 100.27px;
  border-radius: 4px;
  background: rgba(0, 128, 255, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #748AA1;
  text-align: center;
  font-family: Gilroy;
}

.black table tbody .btn.cancelled {
  padding: 1px 8px 1px 8px;
  width: 104.27px;
  border-radius: 4px;
  background: rgba(255, 75, 85, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FF4B55;
  text-align: center;
  font-family: Gilroy;
}

.white table tbody .btn.cancelled {
  padding: 1px 8px 1px 8px;
  width: 104.27px;
  border-radius: 4px;
  background: rgba(255, 75, 85, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #748AA1;
  text-align: center;
  font-family: Gilroy;
}

.black table tbody .btn.not-show {
  padding: 1px 8px 1px 8px;
  width: 100px;
  border-radius: 4px;
  background: rgba(251, 135, 0, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FB8700;
  text-align: center;
  font-family: Gilroy;
}

.white table tbody .btn.not-show {
  padding: 1px 8px 1px 8px;
  width: 100px;
  border-radius: 4px;
  background: rgba(251, 135, 0, 0.2);
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #748AA1;
  text-align: center;
  font-family: Gilroy;
}

/*ToolTip*/
.data-tooltip { 
  position: relative;
  display: inline-block;
}

.data-tooltip .tooltiptext {
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 11px 15px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 80%;
    width: max-content;
    max-width: 200px;
    background: #A0ABB6;
    box-shadow: 0px 4px 12px rgb(36 38 46 / 7%);
    transform: translate(10px, -50%);
    font-size: 16px;
    font-weight: 400;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

.data-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #A0ABB6 transparent transparent;
}
.data-tooltip:hover .tooltiptext {
    visibility: visible;
    transition: opacity 0.4s ease-in-out;
}
.vertical-collpsed .data-tooltip:hover .tooltiptext{
    visibility: hidden;
}

.footer {
  display:grid !important;
}
/*ToolTip*/
/* Service Exected Freme-1306 page End */

/* Media Start */


/* Media End */

@media(max-width: 784px) and (min-width:768px){
  .order-dowmload{margin: 5px 0px!important;}
}
@media(max-width: 767px) and (min-width:712px){
  .order-dowmload{margin: 5px 0px!important;}
  .order-print{margin: 5px 0px!important;}
}
@media(max-width: 711px) and (min-width:664px){
  .order-print{margin: 5px 0px!important;}
}
@media(max-width: 663px) and (min-width:599px){
  .DevicebackBtn{margin: 5px 0px!important;}
}
@media(max-width: 598px) and (min-width:498px){
  .order-dowmload{margin: 5px 0px!important;}
}
@media(max-width: 497px) and (min-width:460px){
  .order-dowmload{margin: 5px 0px!important;}
  .order-print{margin: 5px 0px!important;}
}
@media(max-width: 453px) and (min-width:419px){
  .order-dowmload{margin-bottom: 5px!important;}
  .order-print{margin-bottom: 5px!important;}
}
@media(max-width: 418px) and (min-width:320px){
  .DevicebackBtn{margin-bottom: 5px!important;}
}


.switchDiv li div.title {
  background: #fff;
  width: 79%;
  float: left;
  padding: 9px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #748AA1;
}

.switchDiv li input.title {
  width: 79%;
  float: left;
}

.switchDiv li.checked div.title {
  color: #0080FF;
}

.switchDiv li div.toogle {
  background: #fff;
  width: 20%;
  float: right;
  padding: 8px 16px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
}

.switchDiv li {
  margin: 0 0 4px;
}

.err-tooltip {
  position: relative;
}

.err-tooltip .err-tooltiptext {
  visibility: hidden;
  width: 70%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 35px;
  left:20%;
}

.err-tooltip .err-tooltiptext::after {
  content: "";
  position: absolute;
  top: -22%;
  right: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent  transparent black transparent;
}


.err-tooltip-visible .err-tooltiptext {
  visibility: visible;
}

	
/*Start B2B Billing Page CSS */
.status-badge {
    width: fit-content;
    height: 23px;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
}
.status-badge.badge-light-red {
  color: #FD424D;
  background: rgb(253 66 77 / 5%);
}
.status-badge.badge-green {
  color: #58B22E;
  background: rgb(88 178 46 / 5%);
}
.status-badge.badge-orange {
  color: #F39520;
  background: rgb(243 149 32 / 5%);
}
.f-22 {
  font-size: 22px;
}
.text-blue {
  color: #0080FF;
}

.filter-dropdown {
  min-width: max-content;
}
.filter-dropdown-heading {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #2B3354;
    border-bottom: 1px solid #F1F1F1;
}
.filter-dropdown-item {
  padding: 10px 15px !important;
  display: flex;
  align-items: center;
}

#filter-checkbox input[type=checkbox]{
    appearance: none;
    background: #FFF;
    border: 1px solid #B3C0CF !important;
    border-radius: 1px;
    height: 16px;
    width: 16px;
    position: relative;
    outline: 0px;
    margin-right: 12px;
}
#filter-checkbox input[type=checkbox]:checked{
  background-color: #2B3354;
  border: 1px solid #2B3354 !important;
}
#filter-checkbox input[type=checkbox]:checked::after{
    content: "";
    position: absolute;
    top: 1px;
    left: 4.5px;
    width: 6px;
    height: 10px;
    border: solid #FFF;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left-send-payment-dropdown.show {
    height: 100%;
    min-height: 61.9px;
    box-shadow: rgba(170, 170, 170, 0.27) -3px 0px 5px -2px !important;
    border-radius: 0px !important;
    position: absolute;
    margin: 0px;
    right: 0px !important;
    left: auto !important;
    top: -20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset !important;
    min-width: fit-content !important;
    cursor: pointer;
    padding: 0px 0px 0px 20px;
}
#sendPayment {
    font-size: 12px;
    font-weight: 500;
    color: #0080FF;
    display: flex;
    align-items: center;
}

.custom-status-tooltip {
  opacity: 1 !important;
}

.custom-status-tooltip:before {
  /* half of the height */
  border-top-right-radius: 20px;
  /* as per preference */
  left: 65px;
}

.custom-status-tooltip:after {
  /* half of the height */
  border-top-left-radius: 20px;
  /* as per preference */
  left: 90px;
}

.custom-status-tooltip:before,
.custom-status-tooltip:after {
  content: "";
  position: absolute;
  height: 34px;
  width: 26px;
  bottom: -26px;
  background-color: transparent;
  box-shadow: 0 -20px 0 0 #fff;
}

.custom-status-tooltip .tooltip-inner {
  background: #fff !important;
  padding: 20px 15px; 
  box-shadow: 0px 0px 18px rgb(36 38 46 / 12%);
  border-radius: 12px;
  background: #fff !important;
}
.custom-status-tooltip .tooltip-arrow {
  border-bottom-color: #fff; 
}
.status-pending .text-top-divider {
  background: #F39520;
}
.status-paid .text-top-divider {
  background: #58B22E;
  width: 20px;
}
.status-overdue .text-top-divider {
  background: #FD424D;
}
.text-top-divider {
  width: 35px;
  height: 3px;
  border-radius: 100px;
  margin-bottom: 3px;
}
.heading-text {
  color: #000;
  text-align: justify;
  font-size: 13px;
  font-weight: 600;
}
.des-text {
  font-size: 12px;
  color: #2B3354;
  font-weight: 400;
}
tr.selected-row td {
  background: #FAFDFF !important;
}
.single-row-check input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 6px !important;
    left: 3.5px !important;
    width: 5px !important;
    height: 2px !important;
    border: solid #FFF;
    border-width: 0px 5px 0px 4px !important;
    transform: rotate(180deg) !important;
}
.b2b-blueLine {
  background-color: #FAFDFF !important;
  padding: 7px 15px 7px 15px;
}
.b2b-blueLine .copy-info-btn {
  font-weight: 500;
}
.b2b-status-filter-btn {
  font-size: 14px !important;
    padding: 8px 16px !important;
}
.b2b-filter .filter-indication {
  width: 9px;
  height: 9px;
  background: #FF212A;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px;
  border: 1px solid #fff;
}
.b2b-filter {
  position: relative;
}
.plan-search-field .white-border-btn {
  min-height: 45px !important;
}
.handle-sub-field-text {
  font-size: 13px;
  font-weight: 500;
}
.expand-currency-div .b2b-plan-field-opened {
  background-color: #FAFAFA;
}
.show-bill.d-block .bill-plan-div {
  display: block !important;
}
.show-bill.d-block .plan-div {
  display: none !important;
}
.b2b-plan-field .field-box input, .b2b-plan-field .field-box select {
    min-height: 36px !important;
}
.b2b-plan-field .field-box input:disabled, .b2b-plan-field .field-box select:disabled  {
    background-color: #F6F7FB !important;
}
.b2b-file-upload {
    display: flex;
    align-items: center;
    border: 1px dashed #EAEDF3;
    border-radius: 7px;
    padding: 15px;
}
.b2b-file-upload .heading-text {
  text-align: left;
}
.b2b-file-upload .upload-text {
    color: #0080FF;
    position: relative;
}
.b2b-file-upload #file-upload {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  min-height: 0px !important;
}
.b2b-file-upload .file-sub-text {
  color: #9CAAB9;
  font-size: 10px;
  font-weight: 500;
}
.b2b-plan-field textarea {
  resize: none;
  min-height: 88px !important;
}
.not-persist.opened .bill-edit-button {
    display: block !important;
}
.not-persist.opened .edit-button {
    display: block !important;
}
.create-b2b-plan .country-dp-body {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.create-b2b-plan span.b2b-active-plan {
  position: absolute;
  right: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #0080FF;
}
.create-b2b-plan a.dropdown-toggle.show::after {
  top: 35% !important;
}
.b2b-verify-header h3 {
  font-weight: 500;
  color: #2B3354;
}
.b2b-verify-header .reupload-info h5 {
  font-size: 18px;
  font-weight: 500;
  color: #6B7087;
}
/* End B2B Billing Page CSS */



.dropdown-menu.filter-by-status-dropdown {
  min-width: 657px !important;
  padding-bottom: 0px !important;
}

.dropdown-menu.filter-by-status-dropdown .left-filter-menu {
  min-height: 383px !important;
}

.filter-by-status-dropdown .left-filter-menu {
  border-right: 1px solid var(--lightgray);
}

.filter-by-status-dropdown .left-filter-menu .filter-menu-item {
  font-size: 14px;
  line-height: 20px;
  color: #9CAAB9;
  padding: 0px 15px;
  margin: 15px 0px;
  cursor: pointer;
}

.filter-by-status-dropdown .left-filter-menu .filter-menu-item.active {
  color: #FB4E6F;
  border-right: 2px solid #FB4E6F;
}

.filter-small-heading {
  color: #2B3354;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.right-filter-options {
  padding: 15px;
  position: relative;
}

.filter-by-status-dropdown .right-filter-options .status-badge-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
 }

.filter-by-status-dropdown .right-filter-options .status-badge-item p {
  cursor: pointer;
  color: #2B3354;
  font-weight: 500;
  font-size: 12px;
  background-color: #FAFAFA;
  border: 1px solid #EAEDF3;
  border-radius: 4px;
  padding: 0px 12px; 
  margin-right: 10px;
  height: 23px;
  display: flex;
  align-items: center;
} 

.filter-by-status-dropdown .right-filter-options .status-badge-item p.active { 
  border: 1px solid #0080FF;
  color: #0080FF;
}

#right-filter-options-footer {
  position: absolute;
  bottom: 20px;
}

.filter-by-status-dropdown .right-filter-options .filter-name-field:disabled {
  background-color: #FAFAFA !important;
}
.filter-by-status-dropdown .right-filter-options .filter-name-field {
  text-align: left !important;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  min-height: 36px;
  margin: 8px 0px 25px !important;
} 



/***New  ***/

.filter-by-status-dropdown .left-filter-menu .filter-menu-item.active {
  color: var(--primary);
  border-right: 2px solid var(--primary);
}

body.black .b2b-blueLine {
  background-color: #2d3238 !important;
}
body.black  tr.selected-row td {
  background-color: #2d3238 !important;
}
body.black #filter-checkbox input[type=checkbox]:checked {
  background-color: #0080FF;
}
body.black .dropdown-menu.filter-by-status-dropdown {
  background: #fff !important;
  color: unset !important;
}
body.black .dropdown-menu.filter-by-status-dropdown .filter-name-field {
  border: 1px solid var(--lightgray) !important;
}
/* B2B Details Screen CSS */
.locked-vehicles-tbar .detail-p-back-btn {
  font-weight: 500;
  padding: 4px 14px 4px 24px !important;
}
.locked-vehicles-tbar .detail-p-back-btn::after {
  top: 4px !important;
  left: 12px !important;
}
.blue-btn {
  background-color: #0080FF !important;
  color: #fff !important;
  padding: 7px 16px !important;
  border: 1px solid transparent !important;
}
.robin-blue-btn {
  background-color: #00E1C6 !important;
  color: #fff !important;
  padding: 7px 16px !important;
  border: 1px solid transparent !important;
}
.red-btn {
  background-color: #FB4E6F !important;
  color: #fff !important;
  padding: 7px 16px !important;
  border: 1px solid transparent !important;
}
.invoice-info {
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid rgb(46 52 64 / 5%);
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.black .invoice-info {
 background-color: #2d3238 !important;
}
.invoice-info .info-label {
    font-size: 12px;
    font-weight: 500;
    color: #2B3354;
    opacity: 0.6;
}

body.black .invoice-info .info-label {
  color: #fff !important;
}

.invoice-info .info-text {
  font-size: 14px;
  font-weight: 400;
  color: #2B3354;
}

body.black .invoice-info .info-text { 
  color: #fff;
}
.invoice-info .info-id {
  color: #0080FF;
  font-size: 25px;
  font-weight: 600;
}

.status-badge.badge-magenta {
  color: #AC18C4;
  background: rgb(172 24 196 / 5%);
}

.status-badge.badge-tiffany-blue {
  color: #18C4B0;
  background: rgb(24 196 176 / 5%);
}

.create-b2b-plan .update-status-label label {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
  color: var(--blackcolor);
}

.create-b2b-plan .update-status-label h4 {
  font-size: 25px;
  font-weight: 600;
  color: #0080FF;
}
.create-b2b-plan .update-status-label h4.text-orange { 
  color: #F39520 !important;
}

.update-subscription-plan-config-table .expand-currency-div {
  background-color: #FAFAFA !important;
}
.update-subscription-plan-config-table .expand-currency-div.field-enabled {
  background-color: transparent !important;
}

.update-subscription-plan-config-table .payment-method-type .custom-radio {
  display: flex;
  align-items: center;
}
.update-subscription-plan-config-table .payment-method {
  border: 1px solid var(--lightgray);
  border-radius: 7px;
  margin: 3px 0;
  display: block;
  background-color: transparent;
  overflow: hidden;
}

.update-subscription-plan-config-table .payment-method .payment-method-type { 
  padding: 10px 12px;
}

input.radio-btn[type=radio] {
    position: absolute;
    opacity: 0;
    width: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    padding: 0px !important;
}

input.radio-btn[type=radio]:checked + .custom-radio-label:before {
  background-color: #fff;
  box-shadow: inset 0 0 0 2.5px #0080FF;
  border: 2px solid #0080FF !important;
}

input.radio-btn[type=radio] + .custom-radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 3px solid rgb(0 0 0 / 18%);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  transition: all 250ms ease;
  vertical-align: middle;
}

.update-subscription-plan-config-table .payment-method-type label.custom-radio-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--blackcolor);
    line-height: 19px;
    cursor: pointer;
}

.update-subscription-plan-config-table .payment-method .payment-detail-section {
  display: none;
}
.update-subscription-plan-config-table .payment-method.opened .payment-detail-section {
  padding: 4px 12px 12px;
  display: block;
}
.update-subscription-plan-config-table .payment-method.opened .payment-method-type {
    background-color: #F2F6FF;
}
.update-subscription-plan-config-table .country-detail-info {
    padding: 4px 12px 12px !important;
}

.update-plan ul.single-country-dropdown li .country-dp-body {
  padding: 12px 12px !important;
}

#date_of_bank_transfer, #date_of_credit_Note, #amount {
  min-width: 100%;
  position: relative;
  background-color: transparent;
  background-image: url(../images/date-pick-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 8px center;
  padding-left: 35px;
  text-align: left;
  font-size: 14px;
  color: var(--blackcolor);
  font-weight: 500;
}
#amount { 
  background-image: url(../images/amount-icon.svg) !important;
}
#date_of_bank_transfer:focus, #date_of_credit_Note:focus {
  border-color: #0080FF !important;
}

.b2b-file-upload .progress-bar {
  position: relative;
  background-color: transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.b2b-file-upload .progress-bar #progressCanvas {
  position: relative;
}

.b2b-file-upload .progress-bar .progress-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 500;
  color: var(--blackcolor);
}
.update-subscription-plan-config-table .b2b-file-upload.uploaded-file {
  border-color: rgb(0 128 255 / 40%) !important;
}
.update-subscription-plan-config-table .b2b-file-upload.uploaded-file .file-sub-text {
  font-size: 11px !important;
}
.update-subscription-plan-config-table .b2b-file-upload.uploaded-file .heading-text {
  font-size: 14px !important;
}

.update-subscription-plan-config-table textarea.comment-textarea {
    resize: none;
    min-height: 72px !important;
}

.design-2 .update-subscription-plan-config-table .country-detail-info {
  padding: 4px 0px 12px !important;
}

.design-2 .design_2_heading {
  font-size: 14px;
  font-weight: 500;
  color: var(--blackcolor);
  margin-bottom: 10px;
}

.design-2 .update-subscription-plan-config-table .payment-method.opened .payment-detail-section {
  border-top: 1px solid var(--lightgray);
}

.design-2 .b2b-file-upload .heading-text {
  line-height: initial;
}

.text-green {
  color: #58B22E !important;
}

a.dropdown-toggle.status-paid::after {
  display: none;
}

.payment-status-paid {
  border-color: #58B22E !important;
}

.payment-status-paid input.radio-btn[type=radio]:checked + .custom-radio-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #58B22E;
    box-shadow: unset !important;
    border: unset !important;
    text-align: center;
    font-size: 11px;
}

.expand-currency-div .checkbox .btn {
  background: #F1F8FF !important;
}

.plan-search-field .white-border-btn {
  border: 1px solid var(--lightgray) !important;
}


/* Start Device List CSS */
.cursor-pointer {
  cursor: pointer;
}

.custom-checkbox label input:checked + span small {
    left: 50%;
}

.custom-checkbox label input + span small {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 4px;
  top: 50%;
  transform: translate(0px, -50%);
  box-shadow: 0px 2px 2px rgb(50 50 50 / 25%);
}

.custom-checkbox small {
  font-size: 85%;
}

.custom-checkbox label input:checked + span {
  background: #0080FF;
  border-color: #0080FF;
}

.custom-checkbox label input + span {
    background: #bfbfbf;
}

.custom-checkbox label input + span {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  background: #e0e4f1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.custom-checkbox input {
    visibility: hidden;
    display: none;
}

.custom-checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.device-pannel .device-tab {
    display: flex;
}

.device-pannel .device-tab .tab-item {
  margin-right: 30px;
  font-size: 16px;
  color: var(--blackcolor);
  cursor: pointer;
}

.device-pannel .device-tab .tab-item.active {
  color: #0080FF;
  font-weight: 600;
  border-bottom: 2px solid;
  padding-bottom: 4px;
}

.device-pannel .upload-file .upload-label { 
  color: var(--blackcolor);
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}
.device-pannel .upload-file input { 
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.device-pannel .upload-file.active {
  border-color: #0080FF !important;
  background-color: rgb(0 128 255 / 3%);
}
.device-pannel .upload-file {
  position: relative;
  overflow: hidden;
  border: 1px dashed var(--lightgray);
  margin-top: 25px;
  height: 190px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.device-pannel .upload-file .upload-file-icon { 
  position: absolute;
  right: 10px;
  bottom: 4px;
}
.device-pannel .upload-file .small-text {
  color: var(--lightblack);
  font-size: 10px;
  font-weight: 500;
}

.device-pannel .b2b-file-upload.uploaded-file {
  position: relative;
  overflow: hidden;
}
.device-pannel .b2b-file-upload.uploaded-file input { 
  width: 100%;
  height: 100%;
}

.bg-yellow-800 {
  background: #FBB000 !important;
}

.text-dark-800 {
  color: #121211 !important;
}


/* Survey Page CSS */
.survey-icon {
  background-color: #F3F4F7;
  border-radius: 50%;
  padding: 2px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.w-15 {
  width: 15%;
}

.w-36 {
  width: 36%;
}

@media (max-width : 767px) { 
  .w-15 {
    width: auto;
  }
}

.survey-details.invoice-info {
  padding-bottom: 2px !important;
  padding-top: 12px !important;
}

body.black .survey-detail-field-card { 
    background-color: #2d3238 !important;
}
.survey-detail-field-card {
  border: 1px solid rgb(46 52 64 / 5%);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 15px;
}

.survey-detail-field-card .heading span {
  color: #728096;
}

.survey-detail-field-card .sub-title { 
  font-size: 14px;
  font-weight: 400;
  color: var(--blackcolor);
  margin-top: 5px;
}

.survey-detail-field-card .heading {
  font-size: 18px;
  font-weight: 500;
  color: var(--blackcolor);
}

body.black .survey-detail-field-card .heading,  body.black .survey-detail-field-card .sub-title  { 
  color: #fff;
}
body.black .input-field-border-b { 
  background: transparent !important;
  color: #fff;
}
.input-field-border-b {
  border: 0px;
  border-bottom: 1px solid #EBEAE9;
  font-size: 14px;
  padding: 3px 0px;
  font-weight: 400;
  width: 100%;
  color: var(--blackcolor);
}
.input-field-border-b::placeholder {
  color: #728096;
}
select.input-field-border-b {
  padding: 6px 0px;
  outline: 0px !important;
}

select.input-field-border-b.empty {
  color:  #728096;
}

select.input-field-border-b option {
  color: var(--blackcolor);
}

.survey-status-badge {
  background: #EFFCF5;
  box-shadow: 0px 1px 2px rgb(36 38 46 / 12%);
  color: #777E7A;
}

.form-group-field {
  display: flex;
  flex-direction: column;
}
.form-group-field label span.required {
  color: #D81B23;
}

.form-group-field label {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: var(--blackcolor);
  margin-bottom: 8px;
}

.form-group-field .input-field {
  padding: 12px 15px;
}

#survey_created_date {
  min-width: 100%;
  position: relative;
  background-color: transparent;
  background-image: url(../images/date-pick-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center;
  padding-right: 35px;
}

.form-group-field select {
  padding: 13.3px 12px !important;
  outline: 0px !important;
  position: relative;
}

.form-group-field .input-field.dropdown-toggle { 
  padding: 7.5px 15px !important;
  min-width: 46px !important;
  line-height: 30px !important;
  color: var(--blackcolor) !important;
}
.form-group-field .input-field.dropdown-toggle.icons-dropdown {
  min-width: 94px !important;
  width: 94px !important;
}
.form-group-field .icon-dropdown-menu {
  min-width: 94px !important;
  width: 94px !important;
}
.form-group-field .dropdown-item.icons-dropdown-item:focus, .form-group-field .dropdown-item.icons-dropdown-item:hover {
  background-color: var(--lightgray) !important;
}
.form-group-field a.input-field.dropdown-toggle::after {
  filter: invert(1);
}

.add-sub-company-dropdown::-webkit-scrollbar {
    width: 7px;
}
.add-sub-company-dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.2);
  border-radius: 20px;
  border: transparent;
  top: 10px;
  position: relative;
}
.add-sub-company-dropdown::-webkit-scrollbar-track {
    background: transparent;
}
.border-top-grey {
  border-top: 1px solid var(--lightgray);
}


/* Extension Request */
.f-15 {
  font-size: 15px;
}
.f-500 {
  font-size: 15px;
}
.ex-pending-badge {
  color: #7D7666;
  background-color: #FBECCC;
  box-shadow: 0px 1px 2px rgb(36 38 46 / 12%);
}
.ex-approve-badge {
  color: #777E7A;
  background-color: #EFFCF5;
  box-shadow: 0px 1px 2px rgb(36 38 46 / 12%);
}
.ex-reject-badge {
  color: #7E7979;
  background-color: #FCF2F2;
  box-shadow: 0px 1px 2px rgb(36 38 46 / 12%);
}
button.approve-btn {
  border: 1px solid #CDE1D1;
  background: #EBF9ED;
  color: #05A820;
  font-size: 12px;
  font-weight: 500;
  border-radius: 7px;
  padding: 6px 10px;
  outline: 0px;
  margin-right: 10px;
}
button.reject-btn {
  border: 1px solid #F9D2D4;
  background: #FDE5E6;
  color: #DB494F;
  font-size: 12px;
  font-weight: 500;
  border-radius: 7px;
  padding: 6px 10px;
  outline: 0px;
  margin-right: 10px;
}

.pl-5px {
  padding-left: 5px !important;
}
.pr-5px {
  padding-right: 5px !important;
}

.border-b-grey {
  border-bottom: 1px solid #EBEAE9;
}

/* Device list B2B billing CSS */
.dot-circle {
  background: var(--lightblack);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  margin: 0px 6px;
}


.b2b-field .form-group-field .input-field.dropdown-toggle {
  font-weight: 500;
}
.expand-currency-div.b2b-plan {
  border: 1px solid var(--lightgray);
  border-radius: 7px;
  overflow: hidden;
  margin-top: 15px;
}	