@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0 auto;
  font-family: 'Mulish', sans-serif;
  background: #fafafa;
}

.form-control:focus {
    color: #28293D !important;
    background-color: #fff;
    border-color:#ff5947 !important;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
.error-red{
  color: #880303 !important;
}
.bark-green{
  color: #033C40 !important;
}
.icon-edit-bx {
  color: #ff5947;
  filter: drop-shadow(0px 0px 1px rgba(40, 41, 61, 0.08)) drop-shadow(0px 0.5px 2px rgba(96, 97, 112, 0.16));
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  font-size: 20px;
}
form input[placeholder]{
  color:red #28293D !important;
}
form input[value]{
  color:#28293D !important;
}
a{
  text-decoration: none !important;
  cursor: pointer;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 40px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color:#000;
  line-height: 24px;
  cursor: pointer;
}

/*---=== Index Page Css Start ==---*/
.your-rating{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 12px; 
  padding: 24px;
  display: inline-flex;
  margin: 0 0 40px;
}
.your-rating .ratingBx-part{
  font-weight: bold;
  font-size: 24px;
  line-height:16px;
  display: flex;
  align-items: center;
  color: #1C1C28;
}
.your-rating .ratingBx-part fieldset {
    border: 0 solid #c0c0c0;
    margin: 0 2px 0 15px;
    padding: 0;
    display: inline-block;
}
.your-rating a{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #004FC4;
}
.your-rating label {
  display: inline-block;
  margin-bottom:0;
}
.main-graph{
  background: #FFFFFF;
  border: 1px solid #E8ECEF;
  box-shadow: 0px 0px 15px rgba(231, 236, 239, 0.1);
  border-radius: 10px;
  margin:0 0 24px;
  padding: 20px 24px;
}

.earnung-part {
  display: flex;
  align-items: center;
}
.earnung-part h1{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #1C1C28;
  display: inline-block;
}
.earnung-part .nav-tabs .nav-link{
   font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #28293D;
}
.earnung-part .nav-tabs .nav-item.show .nav-link, .earnung-part .nav-tabs .nav-link.active {
  font-weight: 600;
  color: #28293D !important;
  background: transparent !important;
  border-bottom:2px solid #ff5947 !important;
  border-radius: 2px 0px 0px 0px;
}
.earnung-part .nav-tabs .nav-tabs .nav-link:focus, .earnung-part .nav-tabs .nav-link:hover {
  font-weight: 600;
  color: #28293D !important;
  background: transparent !important;
  border-bottom:2px solid #ff5947 !important;
  border-radius: 2px 0px 0px 0px;
}
.main-graph .tab-content{
  position: relative;
}
.main-graph .tab-content h6{
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #8590B3;
  margin: 0;
}
.main-graph .tab-content h2{
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #1C1C28;
  margin-bottom: 26px;
}
.chart-cale {
  background: #f3f3f6;
  border-radius: 6px;
  padding: 10px;
  line-height: 0;
  margin-left: 24px;
  cursor:pointer;
}
.earung-search {
  display: flex;
  width: auto;
  margin-left: 50px;
}
.earung-search .form-control {
  background: #FFFFFF;
  border: 1px solid #C7C9D9;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #8F90A6;
}
.earung-search .input-search-box {
    padding-left: 32px !important;
    background: url(../images/search-icon.png) 10px 14px no-repeat;
    cursor: pointer;
    border-radius: 31px !important;
    line-height: 24px;
    height: auto;
}
.earung-search button {
    background: #ff5947;
    box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
    border-radius: 31px;
    padding: 6px 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5947;
    margin-left: 16px;
    border: none;
    flex: none;
}
.main-graph rect.highcharts-point.highcharts-color-0 {
  width: 22px !important;
}
text.highcharts-title::before{
  background: #000;
  padding:15px;
}
.dayTab-user {
    display: inline-flex;
}
.dayTab-user-img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.dayTab-user-img img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.dayTab-user-txt h4{
  font-weight:700;
  font-size: 24px;
  line-height: 32px;
  color: #1C1C28;
  margin: 0;
}
.bg-graph-earn {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  margin-bottom: 20px;
}
.bg-graph-earn span {
  background: #004FC4;
  padding: 2px 25px;
  margin-right: 16px;
}


.chart-list{
  background: #FFF;
  padding:0;
  border-radius:0 0 8px 8px;
}
.chart-list ul {
  margin: 0;
  padding: 0;
}
.chart-list ul li {
  list-style-type: none;
  display: inline-block;
}
.chart-list ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.chart-list span {
  width: 16px;
  height: 16px;
  background: #ff5947;
  border-radius: 50%;
  display: inline-block;
  margin-right:4px;
}

@media (max-width:1199px){
.earnung-media{
  display: inline-block;
}  
.earnung-media .earung-search {
  margin: 20px 0;
}
}
/*---=== Index Page Css End ==---*/


/*---=== Page Not Found Start ==----*/
.page-not-found {
    position: fixed;
    padding:15px 0;
}
.page-not-found img {
    width: 132px;
    height: auto;
}
.page-not-found-body {
    margin: 0 auto;
    width: 280px;
    text-align: center;
    height: 100vh;
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    padding: 110px 0 0;
}
.page-not-found-body img {
    width: 100%;
    height: auto;
    margin: 0 0 70px;
}
.page-not-found-body h1{
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #28293D;
  margin:0 0 16px;
}
.page-not-found-body p{
  font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #28293D;
mix-blend-mode: normal;
opacity: 0.7;
margin: 0 0 16px;
}
.page-not-found-body a{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 14px 35px;
  background: #ff5947;
  box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
  border-radius: 31px;
}

.page-oopp-body {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    text-align: left;
    height: 100vh;
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}
.page-oopp-body h1{
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #28293D;
  margin:0 0 16px;
}
.page-oopp-body p{
  font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #28293D;
mix-blend-mode: normal;
opacity: 0.7;
margin: 0 0 16px;
}
.page-oopp-body a{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 14px 35px;
  background: #ff5947;
  box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
  border-radius: 31px;
}
.foot-oopp {
  background: url(../images/mountain.png) no-repeat;
  padding: 80px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-flex;
  background-size: cover;
}
.foot-oopp img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px){
.foot-oopp {
  padding: 50px 0;
}
.foot-oopp img {
  width: 60%;
}
}
/*---=== Page Not Found End ==----*/

/*----======= Main Heading Css Start ========--------*/
.main-container {
  width: 80%;
  position: relative;
  left: 20%;
  padding:32px 24px;
  top: 62px;
}
.main-heading {
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
}

.main-heading h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #1C1C28;
  margin: 0;
}
.main-heading p{
  color: #6b778c;
  line-height: 20px;
  font-size: 16px;
  float: right;
}
.main-heading p a {
    float: right;
    background: #ff5947;
    color: #fff;
    padding: 10px 30px;
    border-radius: 31px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    border:1px solid #ff5947;
}
.main-heading p a:hover {
    background: transparent;
    color: #ff5947;
}
.main-heading p .only-border {
    background: transparent !important;
    border: 1px solid #ff5947 !important;
    color: #ff5947 !important;
}
.main-heading p .only-border:hover {
    background: #ff5947 !important;
    color: #fff !important;
}
.main-heading p .only-border-DarkGreen {
    background: transparent !important;
    border: 1px solid #033C40 !important;
    color: #033C40 !important;
}
.main-heading p .only-border-DarkGreen:hover {
    background: #033C40 !important;
    color: #fff !important;
}
.main-heading p .input-calunder-box {
    padding-left: 32px !important;
    background: url(../images/calendar-icon.png) 10px 14px no-repeat;
    cursor: pointer;
    border-radius: 31px !important;
   padding: 10px 10px;
height: -webkit-fill-available;
}
.main-heading .down-icon {
    position: absolute;
    right: 26px;
    bottom: 31px;
}
.bottom-head{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555770;
  margin:0;
}
.bottom-head span{
  font-weight: 600;
  color: #1C1C28;
  margin: 0px 4px;
}
/*----======= Main Heading Css End ========--------*/

/*---=== Missed Validation Css Start ==--*/
.missed-validation{
  width: 100%;
  background: #E5F0FF;
  margin:0 0 24px;
  border-radius: 12px;
  padding: 12px 16px;
}
.missed-validation h1 {
  color: #033C40;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0 0 8px;
  display: inline-flex;
}
.missed-validation h1 button {
    border: none;
    background: transparent;
}
.body-validation {
  width: 100%;
  display: flex;
  align-items: center;
}
.body-validation p {
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  width: 72%;
  margin-bottom: 0;
  display: inline-block;
}
.body-validation a{
  border: 1px solid #033C40;
  box-sizing: border-box;
  border-radius: 31px;
  text-align: center;
  padding: 10px 16px;
  background: transparent;
  text-decoration: none;
  color: #033C40;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 8px;
}
.body-validation a:hover{
  background: #033C40;
  color: #fff;
}
@media (max-width: 991px){
.body-validation p {
    width: 100%;
}
.body-validation {
  display: block;
}
.body-validation a {
  display: inline-flex;
  margin-top: 10px;
}
}
/*---=== Missed Validation Css End ==--*/

/*---=== Wapp Box Css Start ==--*/
.wapp-box {
  width: 100%;
  background: #fff;
  padding: 24px 24px 80px;
  border-radius: 20px;
}

.reach-main .col-md-7, .col-md-5{
  padding: 0;
  margin: 0;
}
.reach-main .right-droup {
    float: right;
}
.reach-main .search {
    position: relative;
    width: 100%;
}
.reach-main .search .form-group.has-search {
    display: inline-block;
    width: 66%;
}
.reach-main .search input {
    width: 100%;
    padding: 0 12px 0 34px;
    border: 1px solid rgba(115, 113, 107, 0.39);
    box-sizing: border-box;
    border-radius: 31px;
    height: 46px;
    font-size: 14px;
    line-height: 24px;
    color: #8F90A6;
}
.reach-main .search button {
    background: #ff5947;
    border-radius:31px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #ff5947;
    width: 30%;
    float: right;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    background: url(../images/search-icon.png) 12px 16px no-repeat;
}
.mainnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
.cli-dro a {
  padding: 12px !important;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #1C1C28 !important;
  width: auto !important;
}
.mainnav li {
  display: inline-block;
  position: relative;
}
.mainnav a {
    color: #555770;
    text-decoration: none;
    padding: 13px 12px 12px;
    display: block;
    position: relative;
    font-size: 14px;
    width: 189px;
}
.mainnav ul ul {
  position: absolute;
  top: 100%;
  width:210px;
  background: #fff;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
  padding: 8px 0;
}
.mainnav ul ul ul {
  left: 100%;
  top: 0;
}
.mainnav ul ul li {
  display: block;
}
.mainnav ul ul li:hover {
  border-right: 3px solid #ff5947;
}
.mainnav li i {
  color: #292929;
  float: right;
  padding-left: 20px;
}
.hasDD > a::after {
  content: "\f107";
  position: absolute;
  right: 4px;
  top: 25%;
  width: 0;
  height: 0;
  font: normal normal normal 14px/1 FontAwesome;
  color: #ff5947;
  font-size: 20px;
}
.hasDD.on > a::after {
    transform: rotate(180deg);
    position: absolute;
    top: 75%;
    right: -10px;
}
ul ul .hasDD.on > a::after {
  transform: rotate(-90deg);
  position: absolute;
  top: 31%
  right: 0;
}
.mainnav{
  background: #FFFFFF;
  border: 1px solid #EBEBF0;
  box-sizing: border-box;
  border-radius: 31px;
  width: 210px;
  display: inline-block;
}
.mainnav-160{
  width: 160px;
}
.mainnav-160 ul ul{
  width: 160px;
}
.mainnav-160 a {
    width: 139px !important;
}

@media (max-width: 1294px){
.mainnav-160{
  width: 120px !important;
}
.mainnav-160 a {
    width: 99px !important;
}
}

@media (max-width: 991px){
.reach-main .right-droup {
  float: left;
}
.mainnav-160{
  width: 160px !important;
}
.mainnav-160 a {
  width: 139px !important;
}
.mainnav {
  margin-right: 15px;
}
}
/*---=== Wapp Box Css End ==--*/

/*---=== DataTable Css Start ==--*/
.dataTables_main{
  width: 100%;
}
.datatable-no-contan #example_wrapper .table-bordered {
    border-bottom: 0px solid #e1e1e6 !important;
}
.datatable-no-contan #example_wrapper .no-request-available tbody{
  display: none;
}
.datatable-no-contan #example_wrapper #example_length{
  display: none;
}
.datatable-no-contan #example_wrapper .dataTables_paginate {
    display: none;
}
#example_wrapper {
    position: relative;
}
div.dataTables_wrapper div.dataTables_filter {
    display: none;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
}
div#example_length {
    position: absolute;
    right: 0;
    bottom: -68px;
}
div.dataTables_wrapper div.dataTables_length label{
  color: #92929D;
}
div.dataTables_wrapper div.dataTables_length select {
  color: #92929D;
  text-decoration: none;
  background-color: transparent;
  padding: 9px 0px;
  border-radius: 10px;
  border: 1px solid #E2E2EA;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    position: absolute;
    right: 60px;
    bottom: -50px; 
}
#example_wrapper .table-bordered {
    border:  1px solid transparent;
}
#example_wrapper .table-bordered {
    border-bottom: 1px solid #e1e1e6 !important;
}
#example_wrapper .table{
border-spacing: 0 4px;
}
#example_wrapper .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    background: #fafafc;
}
#example_wrapper .table-bordered td, .table-bordered th {
    border: 0px solid transparent;
}
#example_wrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
#example_wrapper .table td, .table th{
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
}
#example_wrapper .table th{
  text-transform: uppercase;
  color: #1C1C28;
}
#example_wrapper .table td a{
  text-decoration: none;
  color: #1C1C28;
}
#example_wrapper .table tbody td:last-child a{
  color: #ff5947 !important;
  font-weight: 600;
  font-size: 14px;
}
#example_wrapper .table tbody td p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16px;
}
#example_wrapper .table td, th {
    flex: auto;
    align-self: center;
}
#example_wrapper .table td, .table th {
    vertical-align: inherit;
}
#example_paginate a {
    color: #92929D;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}
#example_paginate a:hover{
  color: #444444;
}
#example_paginate a.paginate_button.current {
  color: #444444;
}
#example_wrapper .previous {
  border: 1px solid #E2E2EA;
}
#example_wrapper .previous::before {
  content: "\f104";
  width: 0;
  height: 0;
  font: normal normal normal 14px/1 FontAwesome;
  color: #92929D;
  font-size: 20px;
}
#example_wrapper .next{
  border: 1px solid #E2E2EA;
}
#example_wrapper .next::after {
  content: "\f105";
  width: 0;
  height: 0;
  font: normal normal normal 14px/1 FontAwesome;
  color: #92929D;
  font-size: 20px;
}

.table-box-main{
  background: #fff;
  padding:24px;
  border-radius: 20px;
}
#example_wrapper .table-responsive {
    display: inline-table;
}

.radius-table td:first-child,
th:first-child {
  border-radius: 20px 0 0 20px;
}

.radius-table td:last-child,
th:last-child {
  border-radius: 0 20px 20px 0;
}
#example_wrapper .radius-table{
    border-bottom: 0 solid #e1e1e6 !important;    
}
.radius-table tbody tr {
  background: #FFFFFF;
  box-shadow: 0 1px 24px rgb(40 41 61 / 8%), 0px 0.5px 0px rgb(96 97 112 / 16%);
  border-radius: 20px;
}

#example_wrapper tbody td {
    padding: 8px 12px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#example_wrapper thead th {
    padding: 12px;
}

#example_wrapper tbody tr:nth-of-type(odd):hover{
  background: #E5F0FF;
}
#example_wrapper tbody tr.even:hover{
  background: #E5F0FF;
}
@media (max-width: 1024px){
#example_wrapper .table tbody td p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    width: 250px;
}
#example_wrapper .table-responsive {
    display: block !important;
}
}
/*---=== DataTable Css End ==--*/


/*---=== Wapp Box Css Start ==--*/

/*---=== No Request Css Start ==--*/
.no-request {
    width: 100%;
    margin: 150px 0;
    text-align: center;
}
.no-request h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #28293D;
  margin-bottom: 24px;
}
.no-request p a {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #033C40;
    padding: 15px 28px 14px;
    background: #ff5947;
    border-radius: 31px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5947;
    margin: 0 8px;
}
.no-request p a:hover{
  background: transparent;
  color: #ff5947;  
  border: 1px solid #ff5947;
}
.no-request p .a-border{
  background: transparent;
  color: #033C40;  
  border: 1px solid #033C40;
}
.no-request p .a-border:hover{
  background:#033C40;
  color: #fff;  
  border: 1px solid #033C40;
}
/*---=== No Request Css End ==--*/

/*---=== Load Detail Css Start ==--*/
.load-detail-page {
  width: 100%;
  padding: 24px 9px;
  margin-top: 70px;
  float: left;
}
.load-detail-page .col-md-5{
  padding: 0 15px;
  margin: 0 0;
}
.load-detail-page .col-md-7{
  padding: 0 15px;
  margin: 0 0;
}
.load-scroll {
  height: 80vh;
  overflow-y: scroll;
  padding:0 15px 0 0;
}
#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb {
    background-color: #ff5947;
}
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.load-contant{
  padding:20px 16px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 16px;
}
.load-address{
  padding: 12px 16px;
  border: 1px dashed #ff5947;
  border-radius: 8px;
  margin: 8px 0px;
}
.load-address h1 {
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #8F90A6;
  margin: 0 0 5px;
}
.load-address h1 span{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #1C1C28;
  flex: none;
  order: 2;
  flex-grow: 0;
  margin: 0px 4px;
}
.load-address h1 span.right-brd {
  border-right: 1px solid #8F90A6;
  padding-right: 4px;
  margin-right: 8px;
  margin-left: auto !important;
}
.load-address .h1-load{
  color: #555770 !important;
  font-size: 14px !important;
}
.load-address .h1-load span a{
  color: #004FC4 !important;
  font-size: 10px !important;
  line-height: 16px !important;
  background: #E5F0FF;
  border-radius: 6px;
  padding: 8px 16px;
}
.load-contant .green-text{
  color: #ff5947;
}
.load-contant .border-btm {
  width: 100%;
  padding: 1px 0 0;
  background: #E4E4EB;
  margin: 12px 0;
}
.add-mp-box{
  width: 100%;  
  display: inline-flex;
  margin-top: 8px;
}
.add-mp-icon {
  width:28px;
  display: flex;
  position: relative;
  color: #ff5947;
}

.add-mp-icon .border {
    border:1px dashed #ff5947 !important;
    display: block;
    position: absolute;
    height: 80%;
    top: 20px;
    left: 5px;
}
.add-mp-text h2{
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #28293D !important;
  margin: 0 !important;
}
.add-mp-text h6{
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #555770;
}
.add-mp-text p{
  font-size: 12px !important;
  line-height: 24px !important;
  display: flex !important;
  align-items: center !important;
  color: #28293D !important;
  font-weight: 600 !important;
}
.add-mp-ank {
  flex: auto;
}
.add-mp-ank a{
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #004FC4;
}

.load-contant h6 {
  padding: 0px;
  margin: 8px 4px;
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  font-weight: 400;
  margin: 6px 0;
}
.load-contant h6 span{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #033C40;
  margin: 0px 4px;
}
.load-contant h6 span a{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #004FC4;
  margin: 0px 12px;
  text-decoration: none;
}
.load-contant h6 span i {
  color: #FFC107;
  font-size: 19px;
  line-height: 18px;
}
.add-alright {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  margin: 15px 0 0;
}
.load-contant h2{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #555770;
  margin: 8px 0px;
}
.load-contant p{
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #555770;
  margin: 0px 4px;
}
.load-contant p span{
  color: #1C1C28;
  margin-left: 7px;
  font-weight: 500;
}
.map{
  position: relative;
}
.map img{
  width: 100%;
}

.map-button-contact {
    position: absolute;
    right: 20px;
    top: 0;
}
.map-button-contact h1{
  margin-top: 20px;
}
.map-button-contact h1 img {
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px;
}
.map-button-contact a {
  background: #FAFAFC;
  box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
  border-radius: 31px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #555770;
  margin: 0 8px;
  padding: 16px;
  width: 100%;
  display: flex;
  text-align: center;
  cursor: pointer;
}
.map img {
    height: 70vh;
    width: 100%;
}

@media (max-width: 1366px){
.map img, .load-scroll {
    height: 70vh;
}
}
@media (max-width: 1024px){
.map img, .load-scroll {
    height: 76vh;
}
.load-address h1 span {
  font-size: 12px;
}
.load-address h1 span.right-brd {
  margin-right: 0;
}
}

@media (max-width: 800px){
.map img, .load-scroll {
    height:68vh;
}
}

@media (max-width: 768px){
.map img, .load-scroll {
    height:78vh;
}
}
/*---=== Load Detail Css End ==--*/

/*---=== Footer Css Start ==--*/
footer {
  padding: 20px 0;
  width: 100%;
  float: left;
  bottom: 0px;
  background: #033C40;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 0px 0px;
  position: fixed;
  z-index: 1;
}
footer ul{
  margin: 0;
  padding: 0;
  float: right;
}
footer p{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
footer ul li{
  list-style-type: none;
  display: inline-block;
}
footer ul li a{
  background: #fff;
  border-radius: 31px;
  padding: 13px 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
  text-decoration: none !important;
  border: 1px solid #fff;
  margin-left: 24px;
}
footer ul li a:hover{
  background: transparent;
  color: #fff;
}
footer ul li .only-border{
  background: transparent ;
  color: #fff;
}
footer ul li .only-border:hover{
  background: #fff;
  color: #28293D;
}
@media (max-width: 991px){
footer ul li a {
  padding: 8px 12px;
  font-size: 12px;
  margin-left: 10px;
}
}
/*---=== Footer Css End ==--*/


/*---=== Modal Css Start ==--*/
  /*-= Common Css =-*/
.main-modal .modal-dialog {
    max-width: 378px;
    margin: 1.75rem auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
    border-radius: 12px;
}
.main-modal .modal-content {
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 12px;
}
.main-modal .modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
}
.main-modal .modal-header .close {
    padding: 0 1rem;
    margin: -15px -1rem -1rem auto;
}
.main-modal .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.main-modal .modal-footer a{
  background: #ff5947;
  box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
  border-radius: 31px;
  padding: 10px 50px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ff5947;
  margin-left: 16px;
}
.main-modal .modal-footer a:hover{
  background: transparent;
  color: #ff5947;
}
.main-modal .modal-footer .only-border{
  background: transparent !important;
  color: #ff5947;
}
.main-modal .modal-footer .only-border:hover{
  background: #ff5947 !important;
  color: #fff !important;
}
.main-modal .modal-footer .cancel-border {
    background: transparent !important;
    color: #004FC4;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px rgba(97, 164, 14, 0), 0px 4px 8px rgba(97, 164, 14, 0);
}
.main-modal .modal-footer .cancel-border:hover {
    background: transparent !important;
    color: #004FC4;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px rgba(97, 164, 14, 0), 0px 4px 8px rgba(97, 164, 14, 0);
}
.main-modal .modal-content {
    padding: 28px 24px;
}
.main-modal .modal-footer {
  padding: 0;
  border-top: 0 solid #dee2e6;    
  margin-top: 24px;
}
.main-modal .modal-header {
    padding: 0;
    border-bottom: 0 solid #dee2e6;
}
.main-modal .modal-body {
    padding:0;
}
.main-modal .modal-title{
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #1C1C28;
  margin:0 0 4px;
}
.main-modal .modal-body p{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #555770;
  margin:4px 0;
}
.main-modal .date-selec{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #1C1C28;
}
.modal { overflow: auto !important; }
  /*-= Common Css =-*/

#select-date-modal .modal-body p span{
    font-weight: 600;
    color: #1C1C28;
}

   /*-= Accept Load Model Css =-*/ 
.accept-width .modal-dialog{
  max-width: 478px;
}
  /*-= Accept Load Model Css =-*/ 

  /*-= Equipment and Driver Model Css =-*/ 
.assign-width .modal-dialog{
  max-width: 720px;
}
.assign-width .modal-body {
    padding:17px 0 0;
}
.assign-width .modal-content {
    padding: 28px 24px 0 !important;
}
.assign-width-site{
  width: 174px;
  float: left;
}
.assign-width-site .nav-tabs {
    border-bottom: 0 solid #dee2e6;
}
.assign-width-site ul{
  margin:16px 24px 0 0;
  padding: 0;
}
.assign-width-site ul li{
  list-style-type: none;
  display:block;
}
.assign-width-site ul li{
  list-style-type: none;
  display:block;   
  text-align: center;
  margin-bottom: 12px;
  width: 100%;
}
.assign-width-site .nav-link {
  display: block;
  padding: 0;    
  padding: 12px 8px;
}
.assign-width-site .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background:#ff5947 !important;
  border-radius: 8px;
}
.assign-width-site .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ff5947 !important;
  border-color:transparent;
}
.assign-width-site .nav-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #ff5947 !important;
    border-radius: 8px;
    color: #fff;
}
.assign-width-site ul .active{  
  background:#ff5947;
  border-radius: 8px;
}
.assign-width-site ul li a{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #28293D;
  text-decoration: none;
}
.assign-width-site ul li:hover {
  background:#E5F0FF;    
  border-radius: 8px;
  border: none;
}
.assign-width-container {
    display: flow-root;
    border-left: 1px solid #F2F2F5;
    padding-bottom: 28px;
    padding-top: 16px;
}
.dropbtn {
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #C7C9D9;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 7px;
  min-width:282px;
  text-align:left;  
  border-radius: 31px;
}

#myInput {
    box-sizing: border-box;
    background-position: 8px 12px;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 11px 8px 11px 32px;
    border: none;
    background: url(../images/search-icon.png) 9px 14px no-repeat;
    line-height: 24px;
    width: 100%;
}
#myInput:focus {
  outline:none;
  border:0.5px solid #ff5947;
  border-radius: 31px;
}

.dropdown-assi {
  position: relative;
  display: inline-block;
  margin-left: 24px;  
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 282px;
  overflow: auto;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  text-align: center;
  border-radius: 12px;
}

.dropdown-content h6 a {
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #004FC4;
  padding: 12px;
}
.dropdown-content p{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  padding: 12px;
}
.dropdown-content h6 a span {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  padding: 10px;
  display: inline-flex;
  margin-right: 10px;
}
/*.dropdown a:hover {background-color: #ddd;}*/

.show {display: block;}

.mainnav-modal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
.cli-dro01 a {
  padding: 12px !important;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #1C1C28 !important;
  width: auto !important;
}
.mainnav-modal li {
  display: inline-block;
  position: relative;
}
.mainnav-modal a {
    color: #555770;
    text-decoration: none;
    padding: 13px 12px 12px;
    display: block;
    position: relative;
    font-size: 14px;
    width: 139px;
}
.mainnav-modal ul ul {
  position: absolute;
  top: 48px;
  width:160px;
  background: #fff;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
  padding: 8px 0;
}
.mainnav-modal ul ul ul {
  left: 100%;
  top: 0;
}
.mainnav-modal ul ul li {
  display: block;
}
.mainnav-modal ul ul li:hover {
  border-right: 3px solid #ff5947;
}
.mainnav-modal li i {
  color: #292929;
  float: right;
  padding-left: 20px;
}
.hasD > a::after {
  content: "\f107";
  position: absolute;
  right: 4px;
  top: 25%;
  width: 0;
  height: 0;
  font: normal normal normal 14px/1 FontAwesome;
  color: #ff5947;
  font-size: 20px;
}
.hasD.on > a::after {
    transform: rotate(180deg);
    position: absolute;
    top: 75%;
    right: -10px;
}
ul ul .hasD.on > a::after {
  transform: rotate(-90deg);
  position: absolute;
  top: 31%
  right: 0;
}
.mainnav-modal {
  background: #FFFFFF;
  border: 1px solid #EBEBF0;
  box-sizing: border-box;
  border-radius: 31px;
  width: 160px;
  display: inline-block !important;
  margin-left: 24px;
}
.mainnav-modal ul li {
    list-style-type: none;
    padding: 0 0 !important;
    margin-bottom: 0 !important;
}
.mainnav-modal ul li:hover {
  background: transparent !important;
  border-radius: 0 !important;
}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll !important;
}
.assign-width-container ul {
    margin: 0 !important;
    padding: 0;
}

.assign-width-container .driver-btn {
    display: inline-block;
    margin-left: 27px;
}
.assign-width-container .driver-btn a{
    border-radius: 31px;
    border:1px solid #033C40;
    padding:12px 18px;
    color: #033C40;
    text-decoration: none;
}

.assign-width-container ul{
  margin: 0 0 0 24px;
  padding: 0;
}
.assign-width-container ul li{
  list-style-type: none;
  padding: 12px 16px;
  margin-bottom: 8px;
}
.assign-width-container ul li:hover{
  background: #E5F0FF;
  border-radius: 12px;
}
.assign-width-container ul li a{
  color: #28293D;
  text-decoration: none;
}
.assign-width-container .modal-footer {
    border-top: 1px solid #F2F2F5;
    margin-top: 0;
    padding-top: 24px;
}
.assign-width-container .validation{
    position: relative;
    top: -12px;
    margin: 0 0 8px 24px !important;
    width: 100%;
    float: left;
    color: #E53535 !important;
}
.assign-width .list-bootum {
    padding: 24px 0 0 24px !important;
    float: inline-end;
}
  /*-= Equipment and Driver Model Css =-*/ 

  /*-= reject Model Css =-*/ 
.reject-width .modal-dialog{
  max-width: 720px;
}
.reject-width form .form-control {
    border: 1px solid #C7C9D9;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #8F90A6;
    outline: none;
}
.reject-width form label {
  display: inline-block;
  margin: 4px 0;
  font-size: 16px;
  line-height: 24px;
  color: #555770;
}
.reject-width form h6 {
    margin: 16px 0 24px;
    color: #1C1C28;
    line-height: 20px;
    padding: 0;
    float: left;
}
.reject-width form h6 span {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.reject-width form h6 span label {
    cursor: pointer;
    padding-right: 15px;
    width: auto;
}
.reject-width form input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1.5px solid #ff5947 !important;
    outline-color: #ff5947 ;
    border-radius: 50% !important;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    background: #fff;
    outline: none;
    cursor: pointer;
    margin-right: 12px;
}
.reject-width form input[type="radio"]:checked {
    border: 5px solid #ff5947 !important;
    background-size: 16px 16px;
    outline: none;
    background: #fff;
}
  /*-= reject Model Css =-*/ 
/*---=== Modal Css Start ==--*/

/*---=== Equipment and Driver Css Start ==--*/
.assign-contant{
  background: #FFFFFF;
 border-radius: 20px;
 padding: 24px;
}
.assign-contant h2{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1C1C28;
  margin:0 0 24px 0;
}
.assign-contant form {
    margin-left: -15px;
}
.assign-contant .down-icon {
    position: absolute;
    right: 26px;
    bottom: 12px;
}
.assign-contant button {
  ;background: #ff5947;
  color: #fff;
  padding: 10px 30px;
  border-radius: 31px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #ff5947;
  display: flex;
  margin-left: 15px
}
.assign-contant button:hover {
    background: transparent;
    color: #ff5947;
}
.assign-contant form .form-control{
  background: #FFFFFF;
  border: 1px solid #EBEBF0;
  box-sizing: border-box;
  border-radius: 31px;
  padding:9px 12px;
  color: #8F90A6;
  font-size: 14px;
  line-height: 24px;
  height: auto;
}
.assign-contant form select.form-control{
  padding: 11px 12px;
}
.assign-contant form .input-calunder-box {
    padding-left: 32px !important;
    background: url(../images/calendar-icon.png) 10px 14px no-repeat;
    cursor: pointer;
    border-radius: 31px !important;
}
.assign-contant form .ft_class {
    position: absolute;
    top: 34px;
    right: -4px;
}
.assign-contant form label{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  color: #28293D;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.assign-contant form .form-group p{
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  margin: 2px 0px;
}
.assign-contant form .form-group{
  margin-bottom: 16px;
}
.upload-file{
  position: relative;
  border: 1px dashed #ff5947;
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
.upload-file .file-upload {
  width: 60px;
  text-align: center;
  padding: 18px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.upload-file span {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
/*---=== Equipment and Driver Css End ==--*/

/*---=== Information Page Css Start ==--*/
.company-info{
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 6px;
  padding: 24px 16px;
}
.company-profile a {
  background:#ff5947;
  padding:8px 9px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  float: right;
  margin-top: 26px;
}
.company-info form .form-group{
  margin:12px 0 0 !important;
}
.company-info form label{
  font-weight:400;
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  width: 100%;
  margin-bottom: 0;
}
.company-info form input {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
  width: 100%;
  height: 24px;
  border: none;
  outline: none;
}
.company-payment h2 {
  font-size: 24px;
  line-height: 32px;
  color: #28293D;
  margin: 0 0 20px;
}
.company-payment h2 a {
    background: #ff5947;
    padding: 3px 9px 6px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    float: right;
}
.company-payment .payment-bx {
  background: #FAFAFC;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  margin: 10px 0px;
  padding: 16px 24px;
  display: inline-flex;
  width: 100%;
}
.company-payment .payment-bx .pay-70 {
    width: 50%;
    position: relative;
    float: left;
}
.company-payment .payment-bx .pay-70 h4{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #28293D;
  margin:0;
}
.company-payment .payment-bx .pay-70 h6 {
    position: absolute;
    top: 14px;
    right: 0;
    margin:0;
}
.company-payment .payment-bx .pay-70 p{
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #555770;
  margin:0;
}
.company-payment .payment-bx .pay-30 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.company-payment .payment-bx .pay-30 p{
  color: #28293D;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width:991px){
.company-info {
    margin-bottom: 30px;
}
}


.company-detail{
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 20px;
  padding: 0 16px 27px;
}
.company-detail h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #28293D;
  margin:24px 0px 19px;
}
.company-detail form .form-group {
    margin-bottom: 16px;
}
.company-detail form label{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin: 0 0px 4px;
  width: 100%;
}
.company-detail form .form-control {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #8F90A6;
  width: 100%;
  height: auto;
  border: 1px solid #8F90A6;
  border-radius: 31px;
  padding:9px 12px;
}
.upload-file-duc {
    position: relative;
    border: 1px dashed #ff5947;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    cursor: pointer;
    float: left;
}
.file-upload-duc {
    width: 60px;
    text-align: center;
    padding:18px;
    opacity: 0;
    position: relative;
    z-index: 1;
    float: left;
    border: 1px dashed #ff5947;
    cursor: pointer;
}
.upload-file-duc-img{
  width: 60px;
  text-align: center;
  padding: 0 !important;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 10px;
}
.upload-file-duc-img img{
  border: 1px dashed #ff5947;
  border-radius: 8px;
  margin-right: 15px;
  padding: 2px;
}
.upload-file-duc-img h2{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #222222;
  margin: 12px 0px;
  display: block;
}
.upload-file-duc span {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
}
.company-detail .small-12.medium-2.large-2.columns {
    position: relative;
    width: 128px;
    height: auto;
}
.company-detail .profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.company-detail .file-upload {
    display: none;
}
.company-detail .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 1px solid #8F90A6;
    position: absolute;
    top: 42px;
}

.company-detail img {
    max-width: 100%;
    height: 100%;
}
.company-detail .p-image {
    position: absolute;
    top: 126px;
    right:0;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background:#ff5947;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.company-detail .p-image i {
    text-align: center;
    padding-top: 7px;
    color: #fff;
    font-size: 26px;
}
.company-detail button {
  display: inline-flex;
  border: none;
  background: transparent;
  color: #000;
  text-align: center;
  width: 128px;
  justify-content: center;
  align-items: center;
  color: #28293D;  
  position: absolute;
  top: 180px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
.company-detail button i{
  padding-top:0;
  padding-right: 8px;  
  color: #28293D;
}

/*---=== Information Page Css End ==--*/

/*---=== Payment History Page Css Start ==--*/
.payment-date {
    background: #FFFFFF;
    border: 1px solid #EBEBF0;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 5px 20px;
    line-height: 30px;
    outline: none;
}
.payment-history-page {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 20px;
    padding: 24px 24px 80px;
    width: 100%;
}
/*---=== Payment History Page Css End ==--*/


/*---=== My Fleet Page Start ==--*/
.fleet-page{
  width: 100%;
}

.fleet-page .tab-contentBox {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px 24px 82px;
}
.fleet-ul{
  margin:0;
  padding: 0;
  margin-bottom: 24px;

}
.fleet-ul li {
  display: inline-block;
  background: #fff;
  padding: 8px 5px !important;
  margin-right: -3px;
}
.fleet-ul .active{
  color: #555770 !important;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #ff5947;
  border-radius: 0;
  font-weight: 600 !important;

}
.fleet-ul li a{
  font-size: 14px;
  line-height: 24px;
  color: #8F90A6;
  font-weight: 400;   
  padding: 8px 35px !important;
  text-decoration: none;
}
.fleet-page ul li:last-child{
  border-radius: 0 10px 10px 0;
}
.fleet-page ul li:first-child{
  border-radius: 10px 0 0 10px;
}
@media (max-width: 991px){
.fleet-page #example_wrapper .table-responsive {
    display: inline-table !important
}
}
.edit-buttom-btn {
    display: inline-flex;
    justify-content: flex-end;
}
.edit-buttom-btn .delete-red{
  color: #E53535;
  background: transparent;
  border: none;
}
/*---=== My Fleet Page End ==--*/

/*---=== Users Page Start ==--*/
.user-profile-img{
  margin-right: 15px;
}
.user-modal .modal-footer a {
    background: #ff5947;
    box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
    border-radius: 31px;
    padding: 10px 31px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5947;
    margin-left: 16px;
}
.user-modal .form-control {
    border: 1px solid #C7C9D9;
    border-radius: 20px;
    padding: 9px 12px;
    height: -webkit-fill-available;
    border-radius: 31px;
}
.user-modal select{
  border: 1px solid #EBEBF0;
  border-radius: 31px !important;
}
.user-modal .down-icon {
    position: absolute;
    right: 5px;
    bottom: 25px;
}
.user-modal .modal-title {
    margin: 0 0 24px;
}
.user-modal .select_mate {
    position: relative;
    float: left;
    min-width: 100%;
    width: 100%;
    min-height: 40px;
    color: #777;
    font-weight: 300;
    background-color: #fff;
    border-radius: 31px;
    transition: all 375ms ease-in-out;
    border: 1px solid rgba(115, 113, 107, 0.39);
}
.user-modal .icon_select_mate {
    position: absolute;
    top: 9px;
    right: 3%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}
.user-modal .selecionado_opcion {
    padding: 6px 12px;
    width: 100%;
    display: block;
    margin: 0px;
    cursor: pointer;
}

.alert-box {
  padding: 20px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: fixed;
  bottom: 28px;
  width: 97%;
  text-align: left;
  background: #ff5947;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
  z-index: 2;
}
.alert-box img{
  padding-right:10px;
}
.success {
  color: #fff;  
  display:none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
/*---=== Users Page End ==--*/

/*---=== My Preferred Lanes Page Start ==--*/
.preferred-page{
  background:#FAFAFB;
  width: 100%;
  padding: 24px 9px;
  margin-top: 70px;
  float: left;
}
.heading-prefe{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin:0 0 24px;
}
.heading-prefe a {
    font-size: 14px;
    color: #ff5947;
    padding: 13px 44px;
    border: 1px solid #ff5947;
    border-radius: 31px;
    margin-left: 16px;
}
.prefe-box {
  padding: 20px 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 16px;
  background: #FFFFFF;
  border: 1px solid #F2F2F5;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
}
.prefe-box .add-mp-box {
  width: 100%;
  display: inline-flex;
  margin-top: 8px;
}
.prefe-box .add-mp-icon {
  width: 28px;
  display: flex;
  position: relative;
  color: #ff5947;
}
.prefe-box .add-mp-icon .border {
  border: 1px dashed #ff5947 ;
  display: block;
  position: absolute;
  height: 80%;
  top: 16px;
  left: 4.5px;
}
.prefe-box .add-mp-text h6 {
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #555770;
  margin: 0;
}
.prefe-box .add-mp-text h2 {
  font-weight: 600 ;
  font-size: 12px;
  line-height: 24px;
  color: #28293D ;
  margin: 0 ;
}
.prefe-box .add-mp-text a {
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16)
  padding: 6px 8px 8px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  padding: 6px 11px 8px;
}
.prefe-box .form-pref a {
  border-radius: 31px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  padding: 10px 32px;
  margin-right: 8px;
}
.prefe-box .form-pref h2{
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #555770;
}
.prefe-box .clr-btn{
  color: #033C40;
  background: #D1F1F3;
}
.prefe-box .mango-btn{
  color: #E67A00;
  background: #FFF8E6;
}
.prefe-box .blue-btn{
  color: #00B7C4;
  background: #E6FFFF;
}
.prefe-box .form-pref ul{
  margin:0 0 24px;
  padding: 0;
}
.prefe-box .form-pref ul li {
  list-style-type: none;
  display: inline-flex;
  background: #ff5947;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.prefe-box .form-pref ul li a {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
}
.prefe-box .form-pref ul li a:hover {
  color: #fff !important;
}
.pre-mainform form .form-control {
  background: #FFFFFF;
  border: 1px solid #C7C9D9;
  box-sizing: border-box;
  border-radius: 31px;
  padding: 10px 12px;
  color: #8F90A6;
  font-size: 14px;
  line-height: 24px;
  height: auto;
}
.pre-mainform form label{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.pre-mainform form label span{
  font-weight: 400;
  color: #B5B5B5;
}
.pre-mainform form .form-group {
    margin-bottom: 16px;
}
.pre-mainform form .plue {
  position: absolute;
  right: 42px;
  bottom: 6px;
  font-size: 14px;
  font-weight: 400;
}
.pre-mainform form .down-icon {
    position: absolute;
    right: 26px;
    bottom: 13px;
}
.datepicker.dropdown-menu{
  width: auto !important;
}
.select-type a {
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #033C40;
  border: 1px solid #033C40;
  box-sizing: border-box;
  border-radius: 31px;
  padding: 4px 12px;
}
.select-type a img{
  margin-left:3px;  
}
.select-type li {
  margin: 0 16px 16px 0;
  display: inline-flex;
}
.select-type ul{
  list-style-type: none;
  margin:0;
  padding: 0;
}

.select-type .transform{
  background-color:red;
}
.pre-mainform form .input-calunder-box {
  padding-left: 32px !important;
  background: url(../images/calendar-icon.png) 10px 14px no-repeat;
  cursor: pointer;
  border-radius: 31px !important;
}
.pre-mainform form input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid #ff5947 !important;
  outline-color: #ff5947 ;
  border-radius: 50% !important;
  position: relative;
  top: 3px;
  -webkit-appearance: none;
  background: #fff;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
}
.pre-mainform form input[type="radio"]:checked {
  border: 5px solid #ff5947 !important;
  background-size: 16px 16px;
  outline: none;
  background: #fff;
}
.pre-mainform form h6 span label {
  cursor: pointer;
  padding-right: 45px;
  width: auto;
}
.pre-mainform button {
  background: #ff5947;
  color: #fff;
  padding: 10px 15px;
  border-radius: 31px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #ff5947;
  margin-top: 24px;
}
.pre-mainform button:hover {
  background: transparent;
  color: #ff5947;
}
.weekDays-selector input {
  display: none!important;
}
.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius:50%;
  background: transparent;
  height: 40px;
  width: 40px;
  margin-right: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #035459;
  color: #035459;
  font-size: 14px;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #035459;
  color: #ffffff;.pre-mainform form .input-calunder-box {
    padding-left: 32px !important;
    background: url(../images/calendar-icon.png) 10px 11px no-repeat;
    cursor: pointer;
    border-radius: 12px !important;
}
}
.preferred-page .map-box iframe {
    height: 616px;
}
.pre-mainform .cont_select_center1 {
  position: absolute;
  right: 16px;
  top: 62%;
  margin-top: -28px;
  margin-left: 0;
}
.pre-mainform .cont_select_center {
  position: absolute;
  right: 16px;
  top: 62%;
  margin-top: -28px;
  margin-left: 0;
  left: auto;
}
.pre-mainform .select_mate {
  position: relative;
  float: left;
  min-width: 75px;
  width: 75px;
  min-height: 40px;
  color: #777;
  font-weight: 300;
  background-color: #fff;
  border-radius: 0  31px 31px 0;
  transition: all 375ms ease-in-out;
  border: 0 solid rgba(115, 113, 107, 0.39);
}
@media (max-width: 1024px){
.pre-mainform .cont_select_center {
  left: auto !important;
  top: 70% !important;
}
.pre-mainform .cont_select_center1 {
  top: 70% !important;
}
}
@media (max-width: 991px){
.pre-mainform .cont_select_center1 { 
  right: 16px !important;
}
}
/*---=== My Preferred Lanes Page End ==--*/

/*---=== Setting Page Start ==--*/
.setting-main{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px;
}
.setting-main h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #28293D;
  margin: 0 0 8px;
}
.setting-main .a-border {
  background: transparent;
  color: #ff5947;
  border: 1px solid #ff5947;
}
.setting-main a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 32px;
    background: #ff5947;
    border-radius: 31px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5947;
    margin: 0 12px 10px 0;
    display: inline-block;
}
.setting-main a:hover {
  background: transparent;
  color: #ff5947;
  border: 1px solid #ff5947;
}
.setting-main .a-border:hover {
  background: #ff5947;
  color: #fff;
}
/*---=== Setting Page End ==--*/

/*----Message Page Css Start----*/
.message-page{
  width: 100%;  
  display: inline-block;
  background: #fff;
}
.message-left {
  width: 25%;
  background: #fff;
  padding: 20px 10px;
  float: left;
}
.message-left .form-group{
  position: relative;
}
.message-left .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  background: url(../images/search-icon.png) 10px 17px no-repeat;
}
.message-left .form-control {
    width:93%;
    padding: 0 12px 0 34px;
    box-sizing: border-box;
    border-radius: 31px;
    height: 46px;
    font-size: 14px;
    line-height: 24px;
    color: #8F90A6;
}
.message-left .cont_select_center {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    float: left;
}
.message-left .select_mate {
    position: relative;
    float: left;
    min-width: 100%;
    width: 100%;
    min-height: 46px;
    color: #777;
    font-weight: 300;
    background-color: #fff;
    border-radius: 31px;
    transition: all 375ms ease-in-out;
    border: 1px solid rgba(115, 113, 107, 0.39);
}
.message-left .selecionado_opcion {
    padding: 11px 5%;
    width: 100%;
    display: block;
    margin: 0px;
    cursor: pointer;
}
.message-left ul {
  margin: 0;
  padding: 0 ;
}
.online-viewBox {
  padding: 0 10px 0 0 !important;
  overflow-y: auto;
  /*height: 70vh;*/
  height: 100vh;
  position: fixed;
  width: 17.5%;
  background: #fff;
}
.message-left ul .form-group {
    position: relative;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.message-left ul li {
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
    border-right: 2px solid transparent;
}
.message-left ul li:hover{
  background: #eee;
  border-right: 2px solid #ff5947;
}
.message-left .uers-icon {
    width: 34px;
    height: 34px;
    background: #5f5f5f;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.message-left .uers-icon span {
  background: #5f5f5f;
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  bottom: -2px;
  right: -1px;
}
.message-left .uers-icon .active{
  background: #ff5947;
}
.message-left .uers-icon img{
    width: 100%;
    height: auto;
}
.message-left .uers-icon b {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}
.uers-details {
  display: inline-block;
  width: 75%;
  float: right;
  white-space: nowrap;
}
.uers-details h2 {
  font-size: 8px;
 text-align: right;
}
.uers-details h2 span{
  font-size: 12px;
  line-height: 16px;
  margin:0;
  color: #1C1C28;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  text-align: left;
  width: 62%;
}
.uers-details p {
  font-size: 10px;
  line-height: 16px;
  margin:0;
  color: #1C1C28;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.uers-details h6{
  font-size: 9px;
  line-height: 12px;
  margin:0;
  color:#6e6e6f;
  overflow: hidden;
  text-overflow: ellipsis;
}

.message-right {
  width: 75%;
  background: #fff;
  padding: 20px 10px;
  float: left;
  position: relative;
  /*height: 62vh; */
  height: 77vh;
}
/*.message-right .msg-headar {    
    margin-bottom: 15px;
}*/
.message-right .msg-headar .form-group{
  position: relative;
}
.message-right .msg-headar .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  background: url(../images/search-icon.png) 10px 15px no-repeat;
}
.message-right .msg-headar .form-control {
    width: 100%;
    padding: 0 12px 0 34px;
    box-sizing: border-box;
    border-radius:31px;
    height: 46px;
    font-size: 14px;
    line-height: 24px;
    color: #8F90A6;
}
.message-right .msg-headar h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #1C1C28;
    margin: 0;
}
.message-right .msg-headar h2 span{
    font-size: 9px;
    line-height: 12px;
    margin: 0;
    color: #6e6e6f;
    padding-left: 10px;
    margin-top: 10px;
}
.message-right .msg-headar p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6f
}
.msg-body-main{
  overflow-y: auto;
  height: 100%;
  padding: 0 10px 50px 0;
  background: #fff;
}
.user-partMain .uers-body-icon {
    width: 34px;
    height: 34px;
    background: #5f5f5f;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.user-partMain .uers-body-icon b {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}
.user-partMain .uers-body-icon .active {
    background: #ff5947;
}
.user-partMain .uers-body-icon span {
    background: #5f5f5f;
    position: absolute;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: -2px;
    right: -1px;
}
.user-partMain {
  width: 100%;
  background: #fff;
  padding: 10px;
  float: left;
}
.message-right .bg-dark-light{
 background:#f7f7f7 !important; 
}
.user-partMain h1 {
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  /*margin-top: 15px;*/
  padding-top: 15px;
}
.part-of-msg{
  width: 100%;
  background:#fff;
  float: left;
  padding: 10px;
}
.mgg-reply-box {
    width: 100%;
    padding-left: 65px;
}
.mgg-reply-box h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #6e6e6f !important;
    font-weight: 700 !important;
    text-align: left;
}
.mgg-reply-box h4 {
  font-size: 16px;
  line-height: 24px;
  color:#ff5947 
}
.mgg-reply-box p {
  font-size: 14px;
  line-height: 24px;
  color: #6e6e6f;
}

.user-partMain .uers-descp {
    display: inline-block;
    width: 93%;
    float: right;
}

.user-partMain .uers-descp h2{
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #1C1C28;
  font-weight: 700;
  text-align: left;
}
.uersWidth-100 {
    width: 100%;
    float: left;
}
.user-partMain .uersWidth-90 {
    float: left;
    text-align: left;
    width:92%;
}
.user-partMain .uersWidth-90 p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #1C1C28;
}
.user-partMain .uersWidth-10 {
    float: left;
    text-align: left;
    width:8%;
}
.user-partMain .uersWidth-10 p {
    font-size: 10px;
    line-height: 16px;
    margin: 0;
    color: #1C1C28;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.user-partMain .uers-descp h6 {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  color: #6e6e6f;
}

.message-page .msg-foot {
  position: relative;
  bottom: 16px;
  background: #F2F2F5;
  width: 100%;
  padding: 16px 16px 8px;
  display: inline-flex;
}
.message-page .textBar {
  width: 94%;
  position: relative;
}
.message-page .msg-foot textarea {
  resize: none;
  background: #FFFFFF;
  border: 1px solid #8F90A6;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 12px;
  overflow: hidden;
  overflow-wrap: break-word;
  outline: none;
  width: 94%;
}
.message-page .msg-foot .attach {
  display: block;
  height: 22px;
  width: 20px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-right: 14px;
  overflow: hidden;
  left: 0;
  top: 15px;
}
.message-page .msg-foot .attach:before {
    content: '\f0c6';
    font-family: FontAwesome;
    line-height: 22px;
    font-size: 20px;
    font-weight: normal;
    color: #8F90A6;
}
.message-page .msg-foot .attach input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}
.message-page .msg-foot button {
    border: none;
    background: #ff5947;
    color: #fff;
    border-radius: 31px;
    padding: 12px 40px;
}

#components-app {
  width:100%;
  float: left;

  display: flex;
  align-items: center;
  justify-content: center;
}

#components-app ul.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
#components-app ul.pagination li.page-item {
  line-height: 24px;
  margin-right: 2px;
}
#components-app ul.pagination li.page-item a.page-link {
  padding: 0;
  width: 20px;
  height:20px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  user-select: none;
  position: relative;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ff5947;
  box-sizing: content-box;
  background: transparent;
  color: #ff5947;
}
#components-app ul.pagination li.page-item.active > a.page-link,
#components-app ul.pagination li.page-item > a.page-link:hover {
  color: #fff;
  cursor: pointer;
  border-color: #ff5947;
  background-color: #ff5947 !important;
}


#components-app li.page-item:hover {
    background: transparent !important;
    border-right: 2px solid transparent !important;
}

@media screen and (max-width: 1920px) and (max-height: 720px){
.message-right {  height: 69vh;}
.online-viewBox {  height: 72vh;} 
}

@media (max-width: 1600px){
.message-right {  height: 73vh;}
.online-viewBox {  height: 78vh;} 
.message-left .form-control {  width:92%;}
}

@media (max-width: 1440px){
.message-right {  height: 78vh;}
.online-viewBox {  height: 80vh;} 
}

@media (max-width: 1366px){
.message-right {  height: 62vh;}
.online-viewBox {  height: 68vh;} 
}

@media screen and (max-width: 1280px) and (max-height: 1024px){
.message-right {  height: 76vh;}
.online-viewBox {  height: 80vh;} 
.message-left .form-control {  width:96%;}
}

@media screen and (max-width: 1280px) and (max-height: 960px){
.message-right {  height: 75vh;}
.online-viewBox {  height: 80vh;} 
}

@media screen and (max-width: 1280px) and (max-height: 800px){
.message-right {  height: 70vh;}
.online-viewBox {  height: 76vh;} 
}

@media screen and (max-width: 1280px) and (max-height: 768px){
.message-right {  height: 68vh;}
.online-viewBox {  height: 74vh;} 
}

@media screen and (max-width: 1280px) and (max-height: 720px){
.message-right {  height: 66vh;}
.online-viewBox {  height: 72vh;} 
}

@media screen and (max-width: 1152px) and (max-height: 864px){
.message-right {  height: 72vh;}
.online-viewBox {  height: 77vh;} 
}

@media screen and (max-width: 1024px){
.message-left .cont_select_center {  left: 0 !important;}
.message-left {  width: 30%;}
.message-right {  width:70%; height: 68vh;}
.online-viewBox { width: 20%; height: 74vh;}
.user-partMain .uers-descp { width: 88%;}
}

@media screen and (max-width: 991px){ 
.message-left .form-control {  width:100%;}
}

@media screen and (max-width: 860px){
.user-partMain .uers-descp { width: 80%;}
.message-right { width: 65%;}
.message-left {width: 35%;}
.online-viewBox { width: 23%;}
}

@media screen and (max-width: 768px) and (max-height: 1024px){
.message-right {  height: 70vh;}
.online-viewBox {  height: 78vh;} 
}
/*----Message Page Css End----*/

/*---=== Notification Page Start ==--*/
.notifica-page h2{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #8F90A6;
  margin:8px 0 12px;
}
.noti-navi-top{
  margin:0;
  padding: 0;
}
.noti-navi-top li{
  list-style-type: none;
  display: inline-block;
  border: 1px solid #035459;
  margin-right: 16px;
  border-radius: 31px;
  margin-bottom: 16px
}
.noti-navi-top li a{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #035459;
  margin: 10px 10px;  
  display: inline-block;
}
.listing-notifica{
  margin:0;
  padding: 0;
}
.listing-notifica li{
  list-style-type: none;
  display: block;
  margin-bottom: 8px;
}
.listing-notifica li a {
  list-style-type: none;
  display: block;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
}
.listing-notifica li a:hover{
  background: #E5F0FF;
  padding: 12px 16px;  
}
.listing-notifica li a .noti-80{
    width: 80%;
    float: left;
}
.listing-notifica li a .noti-80 h4{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
  margin: 0px 4px;
}
.listing-notifica li a .noti-80 h4 span{
  color: #ff5947;
  padding-left: 4px;
}
.listing-notifica li a .noti-80 h6{
  font-size: 10px;
  line-height: 16px;
  color: #8F90A6;
}
.listing-notifica li a .noti-80 h6 span{
  padding-left: 1px;
}
.listing-notifica li a .noti-80 p{
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  margin: 4px 0px;
}
.listing-notifica li:last-child{
  margin-bottom: 26px;
}
.listing-notifica li a .noti-20 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.listing-notifica li a .noti-20 p{
  font-size: 10px;
  line-height: 16px;
  color: #8F90A6;
  margin: 0
}
/*---=== Notification Page End ==--*/


/*---=== Open Field Page Css Start ==--*/
.open-page table {
  padding-top: 30px;
}
.open-filed-search button {
    width: 16% !important;    
    margin-top: 32px;
}
.open-filed-search .form-group.has-search {
    width: 40% !important;
    margin-right: 1.5%;
}
.open-filed-search .has-search .form-control-feedback {
    width: 40% !important;
}
.open-filed-search input {
    width: 80% !important;
    border-radius: 31px 0 0 31px !important;
}
@media (max-width:1024px){
.open-filed-search .form-group.has-search {
    width: 95% !important;
}
.open-filed-search input {
    width: 91% !important;
    border-radius: 31px 0 0 31px !important;
}
.cont_select_center {
  left: 86% !important;
  top: 35% !important;
  margin-left: 0 !important;
}
.cont_select_center1 {
  position: absolute;
  right: 18px !important;
  top: 85% !important;
  margin-left: 0 !important;
}
.open-filed-search button {
  width: 100% !important;
  margin-top: 0;
}
}

@media (max-width:991px){
.cont_select_center1 {
  right: 12px !important;
}
}

@media (max-width:860px){
.cont_select_center1 {
  right: -1px !important;
}
}

@media (max-width:768px){
.cont_select_center1 {
  right: -10px !important;
}
}

/* ///  DECORATION CSS ///  */
.cont_select_center {
    position: absolute;
    left: 31.9%;
    top: 66%;
    margin-top: -30px;
    margin-left: 0;
}
.cont_select_center1 {
    position: absolute;
    right: 21.4%;
    top: 66%;
    margin-top: -30px;
    margin-left: 0;
}
.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 10px;
  right: 6%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}
.select_mate svg {
    overflow: hidden;
    vertical-align: inherit;
}
.select_mate {
  position: relative;
  float: left;
  min-width: 75px;
  width: 75px;
  min-height: 46px;
  color: #777;
  font-weight: 300;
  background-color: #fff;
  border-radius:0  31px 31px 0;
  transition: all 375ms ease-in-out;
  border: 1px solid rgba(115, 113, 107, 0.39);
}
.reach-main .search input {
    width: 100%;
    padding: 0 12px 0 34px;
    box-sizing: border-box;
    border-radius:31px;
    height: 46px;
    font-size: 14px;
    line-height: 24px;
    color: #8F90A6;
}

.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  transition: all 375ms ease-in-out;

  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 12px;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #fff;
}
.cont_select_int .active {
  background-color: #fff;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 10px 5%;
  width: 10px;
  display: block;
  margin: 0px;
  cursor: pointer;
}
.input-datebx {
    width: 180px;
    display: inline-block;
    position: relative;
}
.input-datebx .input-calunder-box {
    padding-left: 32px !important;
    background: url(../images/calendar-icon.png) 10px 14px no-repeat;
    cursor: pointer;
    border-radius: 31px !important;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    padding: 10px 12px;
}
.input-datebx .down-icon {
    position: absolute;
    right: 10px;
    bottom: 13px;
}
.open-navi-left {
    margin: 0;
    padding: 0;
}
.open-navi-left li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 16px;
}
.open-navi-left li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #ff5947;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #ff5947;
    border-radius: 31px;
}
.open-navi-left li .active{
  background: #ff5947;
  color: #fff;
}
.open-navi-left li a:hover{
  background: #ff5947;
  color: #fff
}
.open-navi-left li .Blue{
  color:#004FC4;
  border: 1px solid #004FC4;
}
.open-navi-left li .Blue:hover{
  color:#fff;
  background: #004FC4;
}
.open-navi-left li .Blue.active{
  background: #004FC4;
  color: #fff;
}
.open-navi-left li .Dark-Green{
  color: #033C40;
  border: 1px solid #033C40;
}
.open-navi-left li .Dark-Green:hover{
  color: #fff;
  background:#033C40;
}
.open-navi-left li .Dark-Green.active{
  background: #033C40;
  color: #fff;
}

@media (max-width: 1366px){
.input-datebx .input-calunder-box {
   background: url(../images/calendar-icon.png) 10px 10px no-repeat;
}
}
@media (max-width: 1280px){
.input-datebx {
  width: 130px;
}
}

@media (max-width: 1199px){
.open-page .mainnav {
    margin-left: 15px;
}
.input-datebx {
    width: 47%;
}
}

@media (max-width: 1024px){
.input-datebx {
    width:138px;
}
.open-navi-left {
    margin: 15px 0 0;
}
}
@media (max-width: 991px) {
.input-datebx {
  width: 100%;
  margin-bottom: 15px;
}
.open-Empty-page .mainnav {
  margin-left: 0;
  margin-right: 15px;
}
.open-page .mainnav {
  margin-left: 0;
  margin-right: 15px;
}
}
.round-effect .st-100 {
  width: 100%;
  float: left;
  padding:5px 0;
}
.round-effect .st-100 .bleu{
  color:#004FC4 !important;
  font-weight: 600;
}

.round-effect .st-100.bottum-border {
  border-bottom: 1px solid #EBEBF0 !important;
  padding: 8px 12px;
}
.round-effect .st-100.border-bottum-no {
  border-bottom: 1px solid transparent !important;
  padding: 8px 12px;
}
.round-effect .border-padding {
    padding: 0 !important;
}

.counter-width .modal-dialog{
  width:368px;
}
.counter-width .modal-footer a {
  padding:10px 25px !important;
}
.counter-width .form-control {
    border: 1px solid #C7C9D9;
    border-radius: 31px;
    height: -webkit-fill-available;
    padding: 9px 12px;
}
.counter-width .green-text {
    color: #ff5947;
    font-weight: 600;
}
.counter-width label{
  font-size: 16px;
  line-height: 24px;
  color: #28293D;
  font-weight: 400;
}
.counter-width .modal-body {
    padding: 8px 0;
}
.counter-width .form-group {
  margin-bottom: 24px;
}
.counter-width .modal-footer {
  margin-top: 0;
}
/*---=== Open Field Page Css End ==--*/

/*---=== Open Field Detail Page Css Start ==--*/
  /*---=== Round Banner Css ==--*/
.round-banner {
  background: #033C40;
  width: 100%;
  margin: 0 0 24px;
  border-radius: 12px;
  padding: 12px 16px;
  display: inline-block;
}
.round-banner h1 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 0 0 0;
    display: inline-flex;
}
.round-banner h1 button {
    border: none;
    background: transparent;
    color: #fff;
}
.round-banner h1 button img {
  filter: brightness(0) invert(1);
}
.map-button-contact a {
    background: #FAFAFC;
    box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    border-radius: 31px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #555770;
    margin: 0 8px;
    padding: 13px 16px;
    width: 100%;
    display: flex;
    text-align: center;
    cursor: pointer;
}
.round-banner p {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    margin-bottom: 12px;
    
}
      /*---=== Make It A Round Trip Banner Modal Css ==--*/
.round-trip-width .modal-dialog{
  max-width: 1100px !important;
}
.round-trip-width table input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1.5px solid #ff5947 !important;
    outline-color: #ff5947;
    border-radius: 50% !important;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    background: #fff;
    outline: none;
    cursor: pointer;
    margin-right: 12px;
}
.round-trip-width table input[type="radio"]:checked {
    border: 5px solid #ff5947 !important;
    background-size: 16px 16px;
    outline: none;
    background: #fff;
}
.round-trip-form {
  width: 100%;
  float: right;
  display: flex;
  align-self: center;
  justify-content: flex-end;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}
.round-trip-width .modal-content {
    padding: 28px 0;
}
.round-trip-width .modal-header, .round-trip-width .modal-body{
 padding: 0 24px;
}
.round-trip-width .modal-footer {
    padding: 0 20px;
    border-top: 1px solid #dee2e6;
    margin-top:70px;
}
.round-trip-width .round-trip-form input {
    line-height: normal;
    width: 50px;
    border-bottom: 1px solid #000 !important;
    border: none;
    margin-right: 30px;
}
.round-trip-width .round-trip-form label{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #28293D;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 8px;
}

@media (max-width:1199px){
.round-trip-width .modal-dialog {
  max-width: 1000px !important;
}
}

@media (max-width:1024px){
.round-trip-width .modal-dialog {
  max-width: 840px !important;
}
}
@media (max-width:991px){
.round-trip-width .modal-dialog {
  max-width: 700px !important;
}
}
      /*---=== Make It A Round Trip Banner Modal Css ==--*/

  /*---=== Round Banner Css ==--*/


  /*---=== Open Field / Round Trip Page ==--*/
/****** Star Rating Css Start *****/
.ratingBx-part fieldset {
  border: 0 solid #c0c0c0;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
}
.rating {
  border: none;
  margin-top: -3px;
  position: relative;
  display: inline-flex;
}
.rating.rating-left {
    float: left !important;
    width: auto;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 0 5px 0 0;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #C4C4C4; 
 float: right; 
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFC107;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFC107;  }
.appoi-dock{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #033C40;
  display: flex;
 align-items: center;
}
.appoi-dock img {
  padding-left: 8px;
}
/****** Star Rating Css Close *****/
  /*---=== Open Field / Round Trip Page ==--*/ 


/*---=== Open Field Detail Page Css End ==--*/

/*---=== Open Field Detail Bid Page Css Start ==--*/
.waiting-banner h1 span{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C28;
  padding: 8px 16px;
  background: #C7C9D9;
  border-radius: 6px;
}
.waiting-banner .waiting-box{
  padding: 20px 16px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 16px;
  float: left;
  width: 100%;
}
.waiting-banner .waiting-box h2{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1C1C28;
  margin:0 0 4px;
}
.waiting-banner .waiting-box p{
  font-size: 14px;
  line-height: 24px;
  color: #555770;
  margin: 0px 4px;
}
.waiting-banner .waiting-box p span{
  color: #28293D;
  font-weight: 600;
}
.waiting-banner .waiting-box a{
  background: #ff5947;
  box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
  border-radius:31px;
  margin: 12px 0px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 16px;
  float: right;
}
.success-diplay{
  display:block !important;
}
.footer-diplay{
  display:none;
}

.eq-dre-width {
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.eq-dre-width-7 {
  width: 63%;
  display: inline-flex;
}
.eq-dre-width-3 {
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.eq-dre-proflie-img {
  width: 50px;
  float: left;
  margin-right: 15px;
  height: 50px;
}
.eq-dre-proflie-img .img-fluid {
    width: 50px;
    height: 50px;
    border: 2px dotted #000;
    border-radius: 50%;
}
.eq-dre-proflie h2 {
    margin: 0 0 0 8px;
    width: 100%
}
.eq-dre-proflie p {
    width: 100%;
    display: block;
    flex: none;
}
.load-contant .edit-icon {
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    padding: 9px;
    float: right;
    display: inline-flex;
    position: relative;
    top: -4px;
}
@media (max-width: 1240px){
.eq-dre-width {
  display: block;
}
.eq-dre-width-7 {
  width: 100%;
}
.eq-dre-width-3 {
  width: 100%;
  justify-content: flex-start;
  margin-top: 5px;
}
}
  /*---=== Documents Modal Css ==--*/
.documents-width .modal-dialog{
  max-width: 800px;
}
.documents-width .modal-content {
    padding: 28px 0;
}
.documents-width .modal-footer {
    padding:24px 24px 0;
    border-top: 1px solid #dee2e6;
    margin-top: 5px;
}
.documents-width .modal-body{
    padding: 0 24px;
}
.documents-width .modal-header{
    padding: 0 24px;
}
.documents-width .tab-content img{
  width: 100%;
} 
.documents-width .nav-tabs .nav-tabs .nav-link:focus, .documents-width .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #035459 !important ;
    border-radius: 31px !important;
    color: #fff;
}
.documents-width .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid #035459 ;
  border-radius: 31px;
  color: #035459;
  margin-right: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  padding:10px 20px;
}
.documents-width .nav-tabs .nav-item.show .nav-link, .documents-width .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #033C40 !important;
    border-color: transparent;
}
.documents-width .nav-tabs {
  border-bottom: 1px solid transparent !important;
  margin-top: 24px;
}
.down-dlt-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 9px 0 23px;
}
.down-dlt-box a {
  background: #033C40;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  margin-left: 16px;
}
.documents-width .pre-btn {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.documents-width .next-btn {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
@media (max-width: 991px){
.documents-width .modal-dialog {
  max-width: 720px;
}
.documents-width .nav-tabs .nav-link {
    margin-right: 7px;
    font-size: 11px;
    padding: 4px 15px;
}
}
  /*---=== Documents Modal Css ==--*/

/*---=== Open Field Detail Bid Page Css End ==--*/

/*---=== My Counter Page Css Start ==--*/
.my-counter-search input {
  width: 82% !important;
  border-radius: 31px 0 0 31px !important;
}
.my-counter-search .cont_select_center {
  left: 53.9%;
  top: 48%;
}
.counter-banner h1{
  color:#004FC4;
}
.counter-banner a{
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 31px;
  border-color: #fff;
  color: #28293D;
}
.counter-banner a:hover{
  background:#28293D;
  border-color: #28293D;
  color: #FFFFFe;
}
.cross-bg {
  background:#E53535;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
.cross-bg img{
  width: 10px;
  height: 10px;
}
.tick-bg{
  background: #ff5947;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
.tick-bg img{
  width: 10px;
  height: 10px;
}
.tooltip-box {
  display: inline-block;
  position: relative;
}
.tooltip-box:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    margin: -81px auto 0;
    font-size: 10px;
    padding: 6px 8px;
    width: 101px;
    line-height: 16px;
    position: absolute;
    left: -40px;
    top: 47px;
}
.tooltip-box:hover:before {
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 10px 0 10px;
    content: "";
    left: 2%;
    bottom: 23px;
    position: absolute;
}
.my-counter-page #example_wrapper .table tbody td:nth-child(6) a{
  font-weight: 600;
  font-size: 14px;
}
.my-counter-page #example_wrapper .table tbody td:last-child{
  font-weight: 600;
  font-size: 14px;
}
.count-bnr span{
  background: #D1F1F3 !important;
  color: #033C40 !important;
}
@media (max-width: 1199px){
.my-counter-page .mainnav {
    margin-left: 0;
    margin-right: 15px;
}
.my-counter-page .right-droup {
    float: left !important;
}
.my-counter-search .cont_select_center {
  left: 58.9%;
}
.my-counter-search input {
  width: 90% !important;
}
}
@media (max-width: 1024px){
.my-counter-search .cont_select_center {
  left: 51% !important;
  top: 54% !important;
}
.my-counter-search input {
  width: 80% !important;
}
}
/*---=== My Counter Page Css End ==--*/

/*---=== In Transit Page Css Satrt ==--*/
.in-transitPage .reach-main .search .form-group.has-search {
    width: 82%;
}
.in-transitPage .reach-main .search button {
    width:16%;
}
.in-transitPage .mainnav li {
    display: inline-block;
    position: relative;
    width: 100%;
}
.in-transitPage .hasDD > a::after {
    right: 22px;
}
.in-transitPage .hasDD.on > a::after {
    right: 8px !important;
}
.in-transitPage .mainnav {
  width: 100%;
}
.in-transitPage .mainnav a {
    width: auto;
}
@media (max-width: 1199px){
.in-transitPage .mainnav {
  width: 28%;
  margin-bottom: 20px;
} 
.mainnav ul ul {
  width: 100%;
}
.portfolio .filters ul li {
  margin: 0 12px 5px 0 !important;
}
.portfolio .filters {
  text-align: left !important;
}
.portfolio .filters ul li {
  padding: 4px 15px;
}
}


.portfolio .filters {
  text-align: right;
}
.portfolio .filters ul {
    padding: 0;
    margin: 0;
}
.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 1px solid #035459;
  border-radius: 31px;
  color: #035459;
  margin-left: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  padding: 10px 20px;
}
.portfolio .filters ul li:hover {
  color: #fff;
  background-color: #033C40;
  border-color: transparent;
}
.portfolio .filters ul li.active {
  color: #fff;
  background-color: #033C40;
  border-color: transparent;
}
.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.portfolio .filters-content .item {
  cursor: pointer;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 6px;
  padding: 16px;
}

.portfolio .filters-content .item h1{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #1C1C28;
  margin: 0px 0 7px;
}
.portfolio .filters-content .item h1 span{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  margin: 0px 10px;
  border-radius: 31px;
  padding: 6px 16px;
}
.portfolio .filters-content .item h4{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  margin: 0;
}
.portfolio .filters-content .item h6{
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  margin:0;
}
.portfolio .filters-content .item p{
  font-size: 10px;
  line-height: 16px;
  color: #28293D;
  margin: 0;
}
.portfolio .filters-content .deadheading .item h1 span{
  color: #1E75FF;
  background: #E5F0FF;
}
.portfolio .filters-content .deadheading .item:hover {
  background: #E5F0FF;
}
.portfolio .filters-content .at-pick .item h1 span{
  color: #033C40;
  background: #D1F1F3;
}
.portfolio .filters-content .at-pick .item:hover {
  background: #D1F1F3;
}
.portfolio .filters-content .transit .item h1 span{
  color: #004FC4;
  background: #E5F0FF;
}
.portfolio .filters-content .transit .item:hover {
  background: #E5F0FF;
}
.portfolio .filters-content .truckstop .item h1 span{
  color: #E53535;
  background: #FFE6E6;
}
.portfolio .filters-content .truckstop .item:hover {
  background: #FFE6E6;
}
.portfolio .filters-content .delivery .item h1 span{
  color: #033C40;
  background: #D1F1F3;
}
.portfolio .filters-content .delivery .item:hover {
  background: #D1F1F3;
}

.portfolio .filters-content .all{
    width: 100%;
}
.portfolio .filters-content .add-pick{
  margin: 8px 0 16px;
}
.portfolio .filters-content .add-pick .col-md-6:first-child {
    border-right: 1px solid #E8E8E8;
}
.portfolio .filters-content .item img {
  width: 100%;
}
.in-transitPage .map iframe {
    height: 500px;
}
.in-transitPage .reach-main .col-md-7, .col-md-5 {
    padding: 0 15px;
    margin: 0; 
}
/*---=== In Transit Page Css Close ==--*/


/*---=== In Transit Dtetail Page Css Satrt ==--*/
.in-transit-banner h1 {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.in-transit-banner h1 a {
    color: #ff5947;
    font-size: 12px;
    padding-left: 15px;
    font-weight: 700;
}
.in-transit-banner h1 .En-RoutBx {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #004FC4;
    padding: 8px 16px;
    background: #E5F0FF;
    border-radius: 6px;
    text-align: center;
}
.in-transit-banner h1 .En-RoutBxRight {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    flex: auto;
    text-align: right;
    color: #1C1C28;
}
.in-transit-banner .banner-box {
    padding: 20px 16px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    display: inline-block;
}
.in-transit-banner .banner-box h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1C1C28;
    margin: 0 0 4px;
}
.in-transit-banner .banner-box h4{
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #1C1C28;
  margin: 0;
}
.in-transit-banner .banner-box p{
    font-size: 12px;
    line-height: 24px;
    color: #555770;
    margin: 0px 0;
}
.in-transit-banner .banner-box p span{
    color: #28293D;
    float: right;
}
.in-transit-banner .banner-box a {
    background: transparent;
    border-radius: 31px;
    margin: 16px 0px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #033C40;
    padding:10px 25px;
    float: right;
    border: 1px solid #033C40;
}
.in-transit-banner .banner-box .point {
    background:#ff5947;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    display: inline-block;
    padding: 8px;
}
.in-transit-banner .banner-box .point-txt {
    display: inline-block;
}
.in-transit-banner .banner-box .point-live {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}
.point-txt-time {
  flex: auto;
}
.point-txt-time p {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1280px){
.in-transit-banner h1 .En-RoutBxRight {
  text-align: left;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.in-transit-banner h1 {
    display: block;
}
in-transit-banner h1 .En-RoutBxRight {
    font-size: 12px;
}
.in-transit-banner h1 a {
    padding-left: 0;
    /*width: 100%;*/
    float: left;
    margin: 12px 0;
}
}

.in-transit-banner h1 .load-deli-bg {
    color: #033C40;
    background: #D1F1F3;
}
.in-transit-banner h1 .truck-deli-bg {
    color: #E53535;
    background: #FFE5E5 !important;
}
.truck-deli-bg {
    color: ;
    background:#E53535 !important;
}
/*---=== In Transit Dtetail Page Css End ==--*/
.timeline-target{
  display: inline-block;  
  width: 100%;  
}
.timeline-target h1{
  font-size: 16px;
  line-height: 24px;
  color: #1C1C28;
  margin: 0;
}
.timeline-target h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #8F90A6;
    margin:8px 0 0;
}
.timeline-target ul{
  margin:0;
  padding: 0;
}
.timeline-target ul li{
  list-style-type: none;
  border-bottom: 1px solid #E4E4EB;
  padding:12px 0;
  position: relative;
}
.timeline-target ul li .point-BX {
    width: 100%;
    display: inline-flex;
}
.timeline-target ul li .point-BX .point {
    background: #ff5947;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.timeline-target ul li .point-BX .point-main{
  float: left;
  margin-right: 10px;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.timeline-target ul li .border-1 {
  border-left: 1px dashed #C7C9D9 !important;
  display: block;
  position: absolute;
  height: 17%;
  top: 49px;
  left: 5.4px;
}
.point-green {
  background: #ff5947 !important;
  width: 16px;
  border-radius: 50%;
  height: 16px;
  display: block;
}
.timeline-target .point-red{
  background: #E53535 !important;
  width: 16px;
  border-radius: 50%;
  height: 16px;
  display: block;
}
.timeline-target .point-dark{
  background: #C7C9D9 !important;
  width: 16px;
  border-radius: 50%;
  height: 16px;
  display: block;
}
.point-BX .main-loc{
  display: inline-grid;
}
.point-BX .add-mp-icon {
    width: 28px;
    position: relative;
    color: #C7C9D9;
    display: inline-grid;
    margin-top: 5px;
}
.point-BX  i {
  position: relative;
  top: -7px;
  font-size: 10px;
  color: #C7C9D9;
  left: 2px;
}
.timeline-target ul li .point-BX .point-txt {
    display: inline-block;
    align-items: baseline;
}
.timeline-target ul li .point-BX h4 {
  font-size: 12px;
  line-height: 16px;
  color: #28293D;
}
.timeline-target ul li .point-BX p {
    font-size: 10px;
    line-height: 16px;
    color: #28293D;
    margin: 0px 0;
}
.timeline-target ul li .point-date {
    flex: auto;
}
.timeline-target ul li .point-date p {
  font-size: 12px;
  line-height: 16px;
  color: #555770;
  margin: 0px 0;
  display: flex;
  justify-content: flex-end;
}
/*---=== In Transit Dtetail Load Delivered Page Css Satrt ==--*/

.load-deliverd-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
}
.load-deliverd-form .form-group img {
    max-width: 100%;
    height: 100%;
}



#trasit-deliveret-modal  .tab-content{
    text-align: center;
}
.wizard .tab-content .down-dlt-box img {
    width: auto !important;
}
#main_form h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #28293D;
  text-align: center;
  margin-bottom: 15px;
}
.wizard .tab-pane {
  position: relative;
}
.prev-step, .next-step {
    margin-top: 50px;
    background: #ff5947;
    box-shadow: 0px 0px 2px rgba(255, 89, 97, 0.04), 0px 4px 8px rgba(255, 89, 97, 0.16);
    border-radius: 31px;
    padding: 10px 31px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5947;
    margin-left: 16px;
}
.next-step{
  background-color: #ff5947;
}
.signup-step-container {
  padding:10px 0 24px;
  border-bottom: 1px solid #EBEBF0;

}
.signup-step-container .form-group {
    padding: 50px;
}
#trasit-deliveret-modal .custom-bx .modal-body {
    padding: 0;
}
#trasit-deliveret-modal .custom-bx .modal-body .nav-tabs {
    padding: 0 24px
}
#trasit-deliveret-modal .custom-bx #main_form{
  margin:  0 0;
}
#trasit-deliveret-modal .custom-bx #main_form .form-group {
  margin:  0 0;
  border: 1px dashed #ff5947;
  box-sizing: border-box;
  border-radius: 8px;
  padding-top: 60px;
}
#trasit-deliveret-modal .custom-bx #main_form {
  padding: 0 24px;
}
/* Upload Area */
.upload-area {
  width: 100%;
}
.upload-area--open { /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}
@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}
.upload-area__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
}
.upload-area__tooltip {
  position: relative;
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}
.upload-area__tooltip:hover {
  color: var(--clr-blue);
}
.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height:auto; /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed var(--clr-light-blue);
  border-radius: 15px;
  margin-top: 2.1875rem;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: #035459;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}
.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none !important;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
  
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: #035459;
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color:#ff5947;
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}
/*---=== In Transit Dtetail Load Delivered Page Css End ==--*/

/*---=== Flex Parent TimeLine Css Satrt ==--*/
.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-bottom: 10%;
}
.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 35vw;
  max-width: 35vw;
  position: relative;
  z-index: 0;
}

.flex-parent input {
  width: 16px;
  height: 16px;
  background:url(../images/flex-parent-tick-right.png) ;
  position: relative;
  border-radius: 50%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-size: cover;
}
.flex-parent input:focus {
  outline: none;
}
.flex-parent input::before, .flex-parent input::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #E4E4EB;
    width: 7vw;
    height: 0px;
    max-width: 80px;
}

.flex-parent .input-first::before{
  left: 0;
}
.flex-parent .input-last::after, .input-last::before{
  right: 0;
}
.flex-parent input:checked ~ input {
    border: 2px solid #ff5947 !important;
    border: 0px dashed #E4E4EB;
    background: #fff;
}
.flex-parent input:checked ~ input::before, input:checked ~ input::after {
  
  border: 1px dashed #E4E4EB;
}
.flex-parent input:checked + .dot-info span {
  font-size: 10px;
}
.flex-parent .dot-info {
    width: 16px;
    height: 16px;
    display: block;
    visibility: hidden;
    position: relative;
    z-index: -1;
    left: calc((((72vw - 25px) / 20) * -1) - 1px);
    margin-top: 25px;
    cursor: pointer;
}
.flex-parent .dot-info span {
  visibility: visible;
  position: absolute;
  font-size: 10px;
  line-height: 16px;
}
.flex-parent .dot-info span.year {
    /*bottom: -15px;*/
    left: 50%;
    width:80px;
}
.flex-parent .dot-info span.year b{
  width: 100%;
  float: left;
}
.flex-parent .dot-info span.label {
  top: -65px;
  left: 0;
  transform: rotateZ(-45deg);
  width: 70px;
  text-indent: -10px;
}

@media (max-width: 1280px) {
.flex-parent .dot-info span.year {
  width: 50px;
}
.flex-parent .dot-info span {
  line-height: 11px;
}
}
@media (max-width: 1024px) {
.flex-parent .dot-info span.year {
  width: 40px;
}
.flex-parent .dot-info span {
  font-size: 7px;
}
.flex-parent {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 125px;
}
}
/*---=== Flex Parent TimeLine Css End ==--*/

/*---=== Rate Shipper Popup Css Start ==--*/
.rate-shipper-width .modal-dialog {
  max-width: 400px;
}
.rate-shipper-width .modal-footer a {
    padding: 6px 25px !important;
}
.rate-shipper-width .modal-body p {
  color: #555770;
  margin: 8px 0 28px;
}
.rate-shipper-width .modal-body label {
  color: #555770;
  margin-bottom: 4px;
}
.rate-shipper-width .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height:24px;
    color: #8F90A6;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rate-shipper-width .modal-body fieldset label {
    color: #E4E4EB;
}
.rate-shipper-width .rating > label:before {
    margin: 0 5px 0 0;
    font-size: 24px;
    line-height: 21px;
}
.rate-shipper-width .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: #FFC107;
}
.rate-shipper-width .rating {
  line-height: 7px;
}
/*---=== Rate Shipper Popup Css End ==--*/

/*---=== Message Box Css ==--*/
.main-message{
  display: none;
}
.main-message .cross{
  width: 32px;
  height: 32px;
  text-align: center;
  background: red;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  cursor: pointer;
  margin-bottom: 24px;
  cursor: pointer;
}
.main-message {
  position: fixed;
  z-index: 999;
  height: 100vh;
  right: 0;
  width: 404px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 8px 0px 0px 8px;
  top: 0;
}
.msg-head{
  padding: 16px 16px 0;
}
.msg-head h2{
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin:0 0 8px;
}
.msg-head .user-pro{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #444444;
  margin: 0 4px;
}
.msg-head .user-pro img{
  width: 32px;
  height: 32px;
}
.msg-body{
  padding:0 16px 16px;
  width: 100%;
}
.msg-body .right-box{
  width: 70%;
  margin-top: 34px;
}
.msg-body .right-box span{  
  background: #E5F0FF;
  border-radius: 15px 0 15px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #1C1C28;
  padding: 8px 16px;
  margin: 0;
  display: inline-block;
}
.msg-body .left-box{
  width: 70%;  
  margin-top: 34px;
}
.msg-body .left-box span{
  background:#E4E4EB;
  border-radius: 15px 15px 15px 0;
  font-size: 14px;
  line-height: 24px;
  color: #1C1C28;
  padding: 8px 16px;
  margin: 0;
  display: inline-block;
}
.main-message .msg-foot {
  position: absolute;
  bottom: 0;
  background: #F2F2F5;
  width: 100%;
  padding: 16px 16px 8px;
  display: inline-flex;
}
.main-message .msg-foot textarea{
  resize:none;
  background: #FFFFFF;
  border: 1px solid #8F90A6;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 12px 40px 12px 50px;
  overflow: hidden;
  overflow-wrap: break-word;
  outline: none;
  width: 324px;
}
.textBar{
  width: 324px;
  position: relative;
}
.main-message .msg-foot .smile-Bx{
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  overflow: hidden;
  left: 12px;
  top: 15px;
}
.main-message .msg-foot .smile-Bx:before{
  content: '\f118';
  font-family: FontAwesome;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #8F90A6;
}
.main-message .msg-foot .attach {
  display: block;
  height: 22px;
  width: 20px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  overflow: hidden;
  right: 16px;
  top: 15px;
}
.main-message .msg-foot .attach:before{
    content: '\f0c6';
    font-family: FontAwesome;
    line-height: 22px;
    font-size: 20px;
    font-weight: normal;
    color:#8F90A6;
}
.main-message .msg-foot .attach input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}
.main-message .msg-foot .mic {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 5px;
}
.main-message .msg-foot .mic:before{
  content: '\f130';
  font-family: FontAwesome;
  line-height: 22px;
  font-size: 20px;
  font-weight: normal;
  color: #ff5947;
}
/*---=== Message Box Css ==--*/

/*---=== Canvelled Page Css Start ====----*/
.canvelled-table tbody td:nth-child(4) a {
    font-weight: 600;
    font-size: 14px;
}
.canvelled-banner h1 {
  margin: -5px 0 16px;
}
.canvelled-banner h1 span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #E53535;
    padding: 8px 16px;
    background: #FFE5E5;
    border-radius: 6px;
    text-align: center;
}
.canvelled-banner .canvelled-bnr-box{
  background: #033C40;
  width: 100%;
  margin: 0 0 24px;
  border-radius: 12px;
  padding:12px 16px;
  color: #FFFFFF;
  font-weight: 600;
}
.canvelled-banner .canvelled-bnr-box h2{
  font-size: 18px;
  line-height: 24px;
  margin:4px 0;
}
.canvelled-banner .canvelled-bnr-box h2 img{
  margin-left: 8px;
}
.canvelled-banner .canvelled-bnr-box p{  
  font-size: 14px;
  line-height: 24px;
  margin:4px 0;
}
.canvelled-banner .canvelled-bnr-box h6{
  font-size: 14px;
  font-weight: 400;
  margin:4px 0;
}
.delivered-table .dark-clr {
  color: #28293D !important;
}
/*---=== Canvelled Page Css End ====----*/

/*---=== Claim Overdue Page Css Start ====----*/
.claim-overdue-width .modal-dialog {
    max-width: 460px;
}
.claim-overdue-width button{
  cursor: pointer;
}

.claim-overdue-width .modal-title {
    margin: 24px 0 4px;
}
.claim-overdue-width button.right-close {
  border: none;
  background: transparent;
  float: left;
  display: inline-flex;
  position: absolute;
  left: 16px;
}
.claim-overdue-width input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width:16px;
  height: 16px;
  border: 1.5px solid #ff5947 !important; 
  outline-color: #ff5947; 
  position: relative;
   -webkit-appearance: none; 
  background: transparent;
  outline: none;
  margin-right: 10px;
  cursor: pointer;
  float: left;
  margin-top:4px;
  border-radius: 4px;
}
.claim-overdue-width input[type="radio"]:checked {
  outline: none;
  background: url(../images/checkbox-icon.png);
  background-size: cover;    
}
.claim-overdue-width form p label {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C28;
}
.claim-overdue-width .modal-footer #discrepancy-target{
  display: none;
}
.detention-mainForm .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 4px 0 4px 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 31px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.detention-mainForm textarea.form-control{
    padding:8px !important;
    font-size: 14px !!important;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #ced4da;
    border-radius: 20px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}
.detention-mainForm .align-content h2 {
  font-size: 11px;
  line-height: 16px;
  color: #555770;
  text-align: center;
}
.detention-mainForm .align-content{
    display: flex;
    text-align: left;
    align-self: center;
    align-items: center;
}
.detention-mainForm .align-content h4 .form-control {
  border: 1px solid #C7C9D9;
  border-radius: 16px;
  margin: 0px 4px;
  height: 32px;
  display: inline-block;
  width: 70px !important;
}
.detention-mainForm .align-content h4{
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
  margin: 0px 4px;
}
.detention-mainForm .form-group {
  margin-bottom: 16px;
}
.detention-mainForm .modal-footer {
  margin-top: 0;
}

.claim-overdue-width .uploaded-box{
  text-align: center;
  padding: 72px 0 126px;
}
.claim-overdue-width .uploaded-box .right-check-box {
  width: 120px;
  height: 120px;
  background: #ff5947;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.claim-overdue-width .uploaded-box .right-check-box i {
    color: #fff;
    font-size: 59px;
    line-height: 53px;
}
.claim-overdue-width .uploaded-box h2{
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #1C1C28;
  margin:24px 0 8px;
}

.claim-overdue-width .uploaded-box p{
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
  margin:0;
}
.claim-overdue-width .uploaded-box a{
  background: #ff5947;
  box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
  border-radius: 16px;
  margin-top: 32px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 4px 60px;
  display: inline-block;
}
#successfully-target {
  background: #033C40;
  width: 100%;
  margin: 0 0 24px;
  border-radius: 12px;
  padding: 12px 16px;
  float: left;
  display: none;
}
#successfully-target h1 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

/*---=== Claim Overdue Page Css End ====----*/

/*---=== Upcoming Load Page Css Start ====----*/
.upcoming-page{
  width: 100%;
  display: inline-flex;
}
.upcoming-calun{
  width: 72%;
  position: relative;
  padding-right: 15px;
}
.upcoming-calun .mainnav {
  float: right;
}
.upcoming-calun .select_mate {
    position: relative;
    float: left;
    min-width: 213px;
    width: 213px;
    min-height: 46px;
    color: #777;
    font-weight: 300;
    border-radius: 31px;
    transition: all 375ms ease-in-out;
    background: #FFFFFF;
    border: 1px solid #EBEBF0;    
}
.upcoming-calun .select_mate{
  background:url(../images/upcoming-icon.png) 7px 10px no-repeat;
}
.upcoming-calun .cont_select_center {
    position: absolute;
    left:0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
}
.upcoming-calun .cont_select_center1 {
    position: absolute;
    left:0;
    top: 0;
    margin-top: 0;
    margin-left: 228px;
}
.upcoming-calun .selecionado_opcion {
    padding:10px 16%;
    width: 10px;
    display: block;
    margin: 0px;
    cursor: pointer;
}

.upcoming-calun #calendar td .btn-day {
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border: none;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 99;
  outline: 0;
  border-radius: 0;
  transition: 0.4s all;
  line-height: 24px;
  color: #555770;
}
.upcoming-calun #calendar td .btn-day.active {
    color: #FFF;
    z-index: 99;    
    background: #ff5947;
}
.upcoming-calun .calendar {
  height: auto;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  padding: 24px;
  user-select: none;
  display: inline-block;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.upcoming-calun .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  padding: 0;
  height: auto;
  width: 100%;
  color: #262626;
}
.upcoming-calun .month {
    font-size: 0.7em;
}
.upcoming-calun .month h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #28293D;
}
.upcoming-calun .icon {
  padding: 0;
  margin: 0 0 0 5px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  outline: 0;
  box-shadow: 0px 0px 1px rgb(40 41 61 / 8%), 0px 0.5px 2px rgb(96 97 112 / 16%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.upcoming-calun .icon:hover {
    cursor: pointer;
}
.upcoming-calun #calendar {
    width: 100%;
}
.upcoming-calun .weekends th {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  margin: 0 0 7px;
  display: flex;
  height: 20px;
  width: 14.4%;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 16px;
}
.upcoming-calun #calendar tr {
  display: -webkit-inline-box;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 0;
}
.upcoming-calun #calendar th {
  
}
.upcoming-calun #calendar td {
  display: flex;
  height: 88px;
  width: 14.4%;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  border: 1px solid #E4E4EB;
  margin-left: -1px;
  margin-bottom: -1px;
}
.upcoming-calun .calendar-list{
  background: #FFF;
  padding: 0 24px 24px;
  border-radius:0 0 8px 8px;
}
.upcoming-calun .calendar-list ul {
  margin: 0;
  padding: 0;
}
.upcoming-calun .calendar-list ul li {
  list-style-type: none;
  display: inline-block;
}
.upcoming-calun .calendar-list ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.upcoming-calun .calendar-list span {
  width: 16px;
  height: 16px;
  background: #ff5947;
  border-radius: 50%;
  display: inline-block;
  margin-right:4px;
}

.upcoming-event {
  width: 28%;
}
.upcoming-event h1 {
  display: inline-flex;
  width: 100%;
}
.upcoming-event h1 a {
    border: 1px solid #035459;
    box-sizing: border-box;
    border-radius: 32px;
    padding: 10px 10px 9px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #3F3F3F;
    width: 100%;
    display: inline-block;
}
.upcoming-event h1 a img{
  padding-right:16px;
}
.upcoming-event .mainnav-160 {
  width: 160px;
  float: right;
  margin: 16px 0;
}
.upcoming-event .event-list{
  margin:10px 0 0;
  padding: 0;
  display: inline-block;  
  width: 100%;
  height:100vh;
  overflow-y: scroll;
  padding: 0 15px 0 0;
}

.upcoming-event .event-list li{
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 12px;
  padding: 12px;  
  width: 100%;
  border-left:3px solid #FFCC00;
}
.upcoming-event .event-list li h2{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  margin: 0;
}
.upcoming-event .event-list li p{
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  margin: 0 0 8px;
}
.upcoming-event .event-list li h6{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #E6B800;
}
.upcoming-event .event-list li h6 span {
  color: #28293D;
  border-left: 1px solid #C7C9D9;
  padding: 0 4px;
  margin: 0 4px;
}

@media (max-width: 1050px){
.upcoming-calun{
  width:100%;  
  display: inline-block;
  padding-right: 0;
}
.upcoming-event{
  width: 100%;
  margin-top: 30px;
}
.upcoming-page {
  display: block;
}
.upcoming-calun .cont_select_center {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  margin-top: 0;
  margin-left: 0;
}
.upcoming-calun .cont_select_center1 {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  margin-top: 0;
  margin-left: 145px !important;
}
.upcoming-calun .select_mate {
  min-width: 130px;
  width: 130px;
}
.upcoming-calun .selecionado_opcion {
    padding: 7px 20%;
}
.upcoming-calun .select_mate {
    background: url(../images/upcoming-icon.png) 2px 8px no-repeat;
}
.upcoming-calun .mainnav {
  margin-right: 0;
}
.upcoming-calun #calendar td {
  height: 60px;
}
}

/*--=== Calunder Css Color ==--*/
.yellow-calu{
  background:#E5B800 !important
}
.yellow{
  border-left: 3px solid #E5B800 !important;
}
.yellow h6{
  color:#E5B800 !important;
}
    /*---=== Orange Color ==--*/
.orange-calu{
  background: #E57A00 !important
}
.orange{
  border-left: 3px solid #E57A00 !important;
}
.orange h6{
  color:#E57A00 !important;
}
.orange-light-calu{
  background:#FCCC75 !important
}
.orange-light{
  border-left: 3px solid #FCCC75 !important;
}
.orange-light h6{
  color:#FCCC75 !important;
}
  /*---=== Orange Color ==--*/

  /*---=== Blue Color ==--*/
.blue-calu{
  background:#004FC4 !important
}
.bluee {
  border-left: 3px solid #004FC4 !important;
}
.bluee h6{
  color:#004FC4 !important;
}
  /*---=== Blue Color ==--*/

  /*---=== Teal Color ==--*/
.teal-calu{
  background:#00B7C4 !important
}
.teal{
  border-left: 3px solid #00B7C4 !important;
}
.teal h6{
  color:#00B7C4 !important;
}
  /*---=== Teal Color ==--*/

  /*---=== Dark Green Color ==--*/
.dark-green-calu{
  background:#078892 !important
}
.dark-green {
  border-left: 3px solid #004FC4 !important;
}
.dark-green h6{
  color:#004FC4 !important;
}
  /*---=== Dark Green Color ==--*/

  /*---=== Purple Color ==--*/
.purple-calu{
  background:#4D0099 !important
}
.purple {
  border-left: 3px solid #4D0099 !important;
}
.purple h6{
  color:#4D0099 !important;
}
.purple-light-calu{
  background:#AC5DD9 !important
}
.purple-light {
  border-left: 3px solid #AC5DD9 !important;
}
.purple-light h6{
  color:#AC5DD9 !important;
}
  /*---=== Purple Color ==--*/

  /*---=== Red Color ==--*/
.red-light-calu{
  background:#FF8080 !important
}
.red-light {
  border-left: 3px solid #FF8080 !important;
}
.red-light h6{
  color:#FF8080 !important;
}
.red-calu{
  background:#B50000 !important
}
.red {
  border-left: 3px solid #B50000 !important;
}
.red h6{
  color:#B50000 !important;
}
  /*---=== Red Color ==--*/

  /*---=== Breaker Bay Color ==--*/
.breaker-bay-calu{
  background: #1389CB !important
}
.breaker-bay {
  border-left: 3px solid #1389CB !important;
}
.breaker-bay h6{
  color:#1389CB !important;
}
  /*---=== Breaker Bay Color ==--*/

  /*---=== Arapawa Color ==--*/
.arapawa-calu{
  background: #0F6F00 !important
}
.arapawa {
  border-left: 3px solid #0F6F00 !important;
}
.arapawa h6{
  color:#0F6F00 !important;
}
  /*---=== Arapawa Color ==--*/

  /*---=== Erie Blacky Color ==--*/
.erie-black-calu{
  background: #272121 !important
}
.erie-black {
  border-left: 3px solid #272121 !important;
}
.erie-black h6{
  color:#272121 !important;
}
  /*---=== Erie Blacky Color ==--*/
/*--=== Calunder Css Color ==--*/
/*---=== Upcoming Load Page Css End ====----*/

/*---=== Upcoming Load Detail Page Css Start ====----*/
.upload-banner{
  background: #033C40;
  width: 100%;
  margin: 0 0 24px;
  border-radius: 12px;
  padding: 12px 16px;
  display: inline-block;
}
.upload-banner h1{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.upload-banner h1 button {
  border: none;
  background: transparent;
  color: #fff;
}
.upload-banner h1 button img {
    filter: brightness(0) invert(1);
}
.upload-banner p{
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  margin:0;

}
.in-transit-banner h1 .cancel-load {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #FF8080;
    border: 1px solid #FF3B3B;
    box-sizing: border-box;
    border-radius: 31px;
    padding: 12px 16px 11px;
    margin-left: 15px;
}
/*---=== Upcoming Load Detail Page Css End ====----*/


/*---=== Cancel Load Width Page Css Start ====----*/
.cancel-load-width .modal-dialog {
  max-width: 478px;
}
.cancel-load-width .form-control {
  padding: 8px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #495057;
  border: 1px solid transparent;
}
.cancel-load-width .modal-footer a {
  background: #FF5C5C;
  box-shadow: 0px 0px 0 rgba(255, 89, 71, 0.04), 0px 0 0 rgba(255, 89, 71, 0.16);
  border-radius: 31px;
  padding: 10px 25px;
  color: #fff;
  border: 1px solid #FF5C5C;
}
.cancel-load-width .modal-footer a:hover {
  color: #FF5C5C;
}
.cancel-load-width .modal-footer .cancel-border{
  color: #033C40 !important;
  background: transparent;
  border:1px solid #033C40 !important;
}
.cancel-load-width .modal-footer .cancel-border:hover{
  color: #fff !important;
  background:#033C40 !important;
}
@media (max-width:1280px){
.in-transit-banner h1 .cancel-load {
    margin-left: 0;
}
}
.cancel-penalty-page {
    width: 100%;
    padding: 24px 9px;
    margin-top: 70px;
    float: left;
}
.cancel-penalty-page h1{
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin:0;
}
.cancel-penalty-page h2{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin:15px 0 0;
}
.cancel-penalty-page .corsd-box{
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
  padding: 27px 0;
  margin-top: 16px;
}
.cancel-penalty-page .corsd-box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #28293D;
  margin: 0 24px 16px;
  display: flex;
}
/*---=== Cancel Load Width Page Css End ====----*/

.corsd-box .paybox {
  background: #FAFAFC;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  margin: 0 24px 21px;
  padding: 16px 24px;
  display: flex;
}
.corsd-box .paybox .pay-radio {
  width: 8%;
  display: flex;
}
.corsd-box .paybox .pay-radio input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 24px;
  height: 24px;
  border: 1.5px solid #ff5947 !important;
  outline-color: #ff5947;
  border-radius: 50% !important;
  position: relative;
  top: 0;
  -webkit-appearance: none;
  background: #fff;
  outline: none;
  cursor: pointer;
  margin-right: 12px;
  display: inline-block;
  align-self: center;
}
.corsd-box .paybox .pay-radio input[type="radio"]:checked {
  border: 7px solid #ff5947 !important;
  background-size: 16px 16px;
  outline: none;
  background: #fff;
}
.corsd-box .paybox .pay-left {
  width: 30%;
  position: relative;
  float: left;
}
.corsd-box .paybox .pay-left h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #28293D;
  margin: 0;
}
.corsd-box .paybox .pay-left p {
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #555770;
  margin: 0;
}
.corsd-box .paybox .pay-center {
  width: 47%;
  position: relative;
  float: left;
}
.corsd-box .paybox .pay-center h6 {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #555770;
}
.corsd-box .paybox .pay-center h6 img {
  margin-right: 15px;
}
.corsd-box .paybox .pay-center h6 input {
  width: 100px;
  border-radius: 21px;
  border: 1px solid #C7C9D9;
  padding: 8px 8px 8px 12px;
  height: auto;
  line-height: 24px;
  font-size: 14px;
  outline: none;
}
.corsd-box .paybox .pay-right {
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.corsd-box .paybox .pay-right p {
  color: #28293D;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.corsd-box .pay-option span {
  width: 100%;
  display: flex;
  border-top: 1px solid #EBEBF0;
  padding: 24px;
}
.corsd-box .pay-option label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #28293D;
}
.corsd-box .pay-option input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 24px;
  height: 24px;
  border: 1.5px solid #ff5947 !important;
  outline-color: #ff5947;
  border-radius: 50% !important;
  position: relative;
  top: 0;
  -webkit-appearance: none;
  background: #fff;
  outline: none;
  cursor: pointer;
  margin-right: 12px;
  display: inline-block;
  align-self: center;
}
.corsd-box .pay-option input[type="radio"]:checked {
  border: 7px solid #ff5947 !important;
  background-size: 16px 16px;
  outline: none;
  background: #fff;
}
.summary-total{
  border-top:1px solid #CACACA;
  padding-top: 19px;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 32px;
  color: #28293D;
}
.summary-total span{
  color: #ff5947;
  font-size: 32px;
  line-height: 48px
}
.corsd-box a{
  background: #ff5947;
  box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
  border-radius: 24px;
  width: 60%;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 11px 15px;
}
.upcoming-cancel .add-mp-icon {
  color: #8F90A6;
}
.upcoming-cancel .border {
    border: 1px dashed #8F90A6 !important;
}
.upcoming-cancel .green-text {
    color: #8F90A6;
}
.credit-form {
  padding:0 24px;
  display: none;
}
.credit-form label{
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
}
.credit-form .form-group{
  margin-bottom: 16px;
}
.credit-form .form-control {
    background: #FFFFFF;
    border: 1px solid #C7C9D9;
    box-sizing: border-box;
    border-radius: 31px;
    padding: 10px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #8F90A6;
    height: -webkit-fill-available;
}
.credit-form form .input-calunder-box {
  padding-left: 32px !important;
  background: url(../images/calendar-icon.png) 10px 15px no-repeat;
  cursor: pointer;
}
.credit-form .down-icon {
  position: absolute;
  right: 20px;
  top: 36px;
}
.credit-form form .input-calunder-box1 {
  padding-left: 32px !important;
  background: url(../images/cvv.png) 10px 15px no-repeat;
}
.credit-form p{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #8F90A6;
}
.pit-stop-width .modal-dialog {
    max-width: 1200px;
}
.pit-stop-width .footer-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin:28px 0 50px
}
.pit-stop-width .footer-button button {
  background: #ff5947;
  box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
  border-radius: 31px;
  padding: 11px 50px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ff5947;
  margin-left: 16px;
  border: none;
}
.pit-stop-width .footer-button .cancel-border {
  background: transparent !important;
  color: #004FC4;
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px rgba(255, 89, 71, 0), 0px 4px 8px rgba(255, 89, 71, 0);
}
.pit-stop-width .search-stop {
  margin-bottom: 1rem;
  display: -webkit-inline-box;
  width: 77%;
  margin: 16px 0 24px;
}
.pit-stop-width .search-stop button {
    background: #ff5947;
    box-shadow: 0px 0px 2px rgba(255, 89, 71, 0.04), 0px 4px 8px rgba(255, 89, 71, 0.16);
    border-radius: 31px;
    padding: 11px 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5947;
    margin-left: 16px;
    border: none;
}
.pit-stop-width .search-stop .form-control {
    background: #FFFFFF;
    border: 1px solid #C7C9D9;
    box-sizing: border-box;
    border-radius: 31px;
    padding: 10px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #8F90A6;
    height: -webkit-fill-available;
}
.favourites-bx {
  width: 100%;
  display: inline-flex;
  margin: 0 0 16px;
}
.favourites-bx h2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #035459;
  margin: 0;
  display: flex;
  align-items: center;
}
.favourites-bx h2 img{
  margin-right: 5px;
}
.stop-srollBox{
    height: 40vh;
    overflow-y: scroll;
    padding: 0 15px 0 0;
}
.pit-stop-width .stop-bx {
  margin:0 0 8px;
  padding: 16px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 10px
}
.pit-stop-width .stop-bx .check-pit {
    width: 5%;
}
.pit-stop-width .stop-bx .check-pit input[type="checkbox"]:checked {
    outline: none;
    background: url(../images/checkbox-icon.png);
    background-size: cover;
}
.pit-stop-width .stop-bx .check-pit input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ff5947 !important;
    outline-color: #ff5947;
    border-radius:4px !important;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    background: #fff;
    outline: none;
    cursor: pointer;
    margin-right: 12px;
    display: inline-block;
    align-self: center;
}
.pit-stop-width .stop-bx .stop-bx-text {
    width: 80%;
    position: relative;
    float: left;
}
.pit-stop-width .stop-bx .stop-bx-text h2{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
  margin: 0;
}
.pit-stop-width .stop-bx .stop-bx-text h4{
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #28293D;
  margin: 0;
}
.pit-stop-width .stop-bx .stop-bx-text p{
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  margin: 0;
}
.pit-stop-width .stop-bx .stop-box-right{
    width: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pit-stop-width .stop-bx .stop-box-right input[type="checkbox"]:checked {
    outline: none;
    background: url(../images/star.png) no-repeat;
    width: 24px;
    height:24px;
}
.pit-stop-width .stop-bx .stop-box-right input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 24px;
    height:24px;
    position: relative;
    top: 0;
    -webkit-appearance: none;    
    outline: none;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    background-size: cover;
    background: url(../images/star-border.png) no-repeat;
}
.pit-stop-width .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #035459;
    border-radius: 31px;
    color: #035459;
    margin-right: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    padding: 11px 20px 10px;
}
.pit-stop-width .nav-tabs {
    border-bottom: 1px solid transparent;
}
.pit-stop-width .nav-tabs .nav-item {
    margin: 0 0 8px;
}
.pit-stop-width .nav-tabs .nav-item.show .nav-link, .pit-stop-width  .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #033C40 !important;
    border-color: transparent;
}
.pit-stop-width  .nav-tabs .nav-tabs .nav-link:focus, .pit-stop-width .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #035459 !important;
    border-radius: 31px !important;
    color: #fff;
}
.change-map img{
  width: 100%;
}

@media (max-width: 1280px){
.pit-stop-width .modal-dialog {
  max-width: 1000px;
}
}
@media (max-width: 1024px){
.pit-stop-width .modal-dialog {
  max-width: 880px;
}
.pit-stop-width .search-stop {
  width: 67%;
}
.pit-stop-width .hasDD > a::after {
    right: 4px;
}
}
@media (max-width:991px){
.pit-stop-width .search-stop {
  width: 54%;
}
}

/*----Onboarding Page Css Start----*/
.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}
.onboarding-page .form-wizard .form-wizard-header {
  text-align: center;
}
.onboarding-page .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  display: inline-block;
  text-align: center;
  background: #ff5947;
  border-radius: 20px;
  padding: 8px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #ff5947;
  margin-left: 20px;
}
.form-wizard-add-driver a:hover{
  color: #fff;
}
.form-wizard-add-driver-btn{
  display: inline-block;
  text-align: center;
  background: #ff5947;
  border-radius: 20px;
  padding: 8px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  border: 1px solid #ff5947;
  margin-left: 20px;
}
.onboarding-page .main-wizad-body{
  width: 80%;
  position: relative;
  left: 20%;
  padding: 32px 24px;
  top: 62px;
}
.onboarding-page .form-wizard .wizard-fieldset {
  display: none;  
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
  border-radius: 20px;
  padding: 24px 24px 0;
}
.onboarding-page .wizard-fieldset h5{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #1C1C28;
  margin-bottom: 24px;
}
.onboarding-page .form-wizard .wizard-fieldset.show {
  display: block;
}
.onboarding-page .form-wizard .wizard-form-error {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: auto;
  width: 100%;
  background: transparent;
  padding: 2px 0 0;
  font-size: 14px;
  color: #ff5947; 
}
.onboarding-page .form-wizard .row .wizard-form-error {
    display: none;
    position: absolute;
    left: 15px;
    right: 0;
    bottom: -20px;
    height: auto;
    width: 100%;
    background: transparent;
    padding: 2px 0 0;
    font-size: 14px;
    color: #ff5947;
}
.onboarding-page .form-wizard .form-wizard-previous-btn {
  background-color: transparent;
  color: #ff5947;
}
.onboarding-page .form-wizard label{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #28293D;
  margin: 0 0 4px;
}
.onboarding-page .form-wizard label .W_required {
    color: #ff5947;
    padding-left: 5px;
}
.onboarding-page .form-wizard label span{
  color:#8F90A6;
}
.onboarding-page .form-wizard .form-control {
  font-weight: 400;
  height: auto !important;
  padding:8px 12px;
  color: #888888;
  background: #FFFFFF;
  border: 1px solid #EBEBF0;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #8F90A6;
}
.onboarding-page .form-wizard p{
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #8F90A6;
  margin: 0;
}
.onboarding-page .form-wizard form .input-calunder-box {
    padding-left: 32px !important;
    background: url(../images/map-icon.png) 10px 11px no-repeat;
    cursor: pointer;
}
.onboarding-page .form-wizard form .input-calunder-box-location {
    padding-left: 32px !important;
    background: url(../images/map-icon.png) 10px 10px no-repeat;
    cursor: pointer;
    border-radius: 12px !important;
}
.onboarding-page .form-wizard .input-time-box {
    padding-left: 32px !important;
    background: url(../images/time.png) 10px 10px no-repeat;
    cursor: pointer;
    border-radius: 12px !important;
    font-size: 14px;
    line-height: 24px;
    height: auto;
}
.onboarding-page .form-wizard form .select_mate {
    position: relative;
    float: left;
    min-width: 100%;
    width: 100%;
    min-height: 40px;
    color: #777;
    font-weight: 300;
    background-color: #fff;
    transition: all 375ms ease-in-out;
    border: 1px solid rgba(115, 113, 107, 0.39);
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 0 12px;
}

.onboarding-page .form-wizard form .select_mate1 {
    background: url(../images/map-icon.png) 10px 10px no-repeat;
    padding-left: 20px;
}
.onboarding-page .form-wizard form .select_mate1 .selecionado_opcion {
    padding: 7px 5% !important;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}
.onboarding-page .form-wizard form .select_mate .selecionado_opcion {
    padding: 7px 0%;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}
.onboarding-page .form-wizard form .icon_select_mate {
    position: absolute;
    top: 7px;
    right: 3%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;

}

.onboarding-page .form-wizard form .pic-drop-sel .icon_select_mate {
    right:8% !important;

}
.onboarding-page .form-wizard form .pic-drop-sel .select_mate {
    min-width: 75px !important;
    width: 75px !important;
    transition: all 375ms ease-in-out !important; 
    border: 0 solid rgba(115, 113, 107, 0.39) !important; 
    background: transparent !important;
}

.onboarding-page .form-wizard form .cont_list_select_mate {
    position: initial;
}
.onboarding-page .form-wizard form .cont_select_int {
    top: 42px;
}
.onboarding-page .form-wizard form .cont_select_int li{
    padding: 8px !important;
}
.onboarding-page .form-wizard form input[type="radio"]:checked {
    border: 5px solid #ff5947 !important;
    background-size: 16px 16px;
    outline: none;
    background: #fff;
}
.onboarding-page .form-wizard form input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1.5px solid #ff5947 !important;
    outline-color: #ff5947;
    border-radius: 50% !important;
    position: relative;
    top: 3px;
    -webkit-appearance: none;
    background: #fff;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
}

.onboarding-page .form-wizard form input[type="checkbox"]:checked {
    outline: none;
    background: url(../images/checkbox-icon.png);
    background-size: cover;
}
.onboarding-page .form-wizard form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid #ff5947 !important;
    outline-color: #ff5947;
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    outline: none;
    margin-right: 6px;
    cursor: pointer;
    float: left;
    margin-top: 0;
    border-radius: 5px;
}
.onboarding-page .form-wizard form h6 {
    margin: 0;
}
.onboarding-page .form-wizard form h1{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #28293D;
}
.onboarding-page .main-heading h1 {
   font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  display: flex;
  align-items: center;
  color: #1C1C28;
  margin: 0; 
}
.onboarding-page .form-wizard .border-bot {
    border-top: 1px solid #E4E4EB !important;
    margin-bottom:  24px;
}
.onboarding-page .form-wizard .check-label label {
  display: flex;
}
.onboarding-page .form-wizard .check-label input {
  margin-top: 2px !important;
}
.onboarding-page .form-wizard form h6 span label {
    cursor: pointer;
    padding-right: 30px;
    width: auto;
    margin: 0;
    font-size: 12px;
}
.onboarding-page .form-wizard .form-control:focus {
  box-shadow: none;
}
.onboarding-page .form-wizard .form-group {
    position: relative;
    margin:0 0 24px;
}
/*.onboarding-page .form-wizard .form-group input{
    position: relative;
    margin:0 0 24px;
}*/
.onboarding-page .form-wizard .form-group ul {
    margin: 0;
    padding: 0;
}
.onboarding-page .form-wizard .form-group ul li {
  list-style-type: none;
  padding: 8px 0;
}
.onboarding-page .form-wizard .form-group ul li h6{
  display: inline-block;
}
.onboarding-page .form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}
.onboarding-page .form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: 18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.onboarding-page .form-wizard .wizard-fieldset .form-group h4 a {
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #004FC4;
    padding: 0;
}
.onboarding-page .form-wizard .wizard-fieldset h4 a span {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    padding: 10px;
    display: inline-flex;
    margin-right: 10px;
}
.onboarding-page .form-wizard .form-wizard-steps {
  position: fixed;
  background: #fff;
  display: block;
  width: 20%;
  overflow-y: auto;
  height: 100%;
  padding: 0 20px 100px;
  filter: drop-shadow(1px 0px 3px rgba(0, 0, 0, 0.08));
  top: 70px;
}
.onboarding-page .form-wizard .form-wizard-steps li {
  width: auto;
  position: relative;
  padding-bottom: 30px;
  transform: translateY(-50%);
  text-align: left;
  top: 62px;
  display: flex;
  align-self: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color:#555770;
}
.onboarding-page .form-wizard .form-wizard-steps li::after {
  background-color: transparent;
  content: "";
  height: 5px;
  left: 2.5%;
  position: absolute;
  right: 0;
  top: 72%;
  transform: translateY(-50%);
  width: 100%;
  width: 18px;
  border-top: 3px dashed #ff5947;
  transform: rotate(90deg);

}
.onboarding-page .form-wizard .form-wizard-steps li span {
  background-color:rgba(255, 89, 71, 0.4);
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  width: 32px;
  border: 1px solid #ff5947;
  z-index: 1;  
  margin-right: 15px;
}
.onboarding-page .form-wizard .form-wizard-steps li:last-child::after {
  width: auto;
  border: none;
}
.onboarding-page .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #ff5947;
    color: #ffffff;
}
.onboarding-page .form-wizard .form-wizard-steps li.active{
    color: #ff5947;
}
.form-wizard .form-wizard-steps li.activated {
    color: #555770;
}
.form-wizard .form-wizard-steps li.activated::before {
  content: "";
  left: 5px;
  position: absolute;
  top: 3px;
  background: url(../images/tick-right.png) no-repeat;
  z-index: 9;
  padding: 13px 10px;
}
.onboarding-page .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: transparent;
    left: 3%;
    width: 18px;
    transform: rotate(90deg);
    top: 72%;
}
.onboarding-page .form-wizard .form-wizard-steps li.activated::after {  
  background-color: transparent;
  left: 3%;
  width: 18px;
  border-top: 3px dashed #ff5947;
  transform: rotate(90deg);
  top: 72%;
}
.onboarding-page .form-wizard .form-wizard-steps li:last-child::after {
  left: 3%;
}
.onboarding-page .form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.onboarding-page .form-wizard form .ft_class {
    position: absolute;
    top: 34px;
    right: -4px;
}
.onboarding-page .form-wizard form .down-icon {
    position: absolute;
    right: 27px;
    bottom: 9px;
}
.onboarding-page .form-wizard form .input-calunder-box-date {
    padding-left: 32px !important;
    background: url(../images/calendar-icon.png) 10px 11px no-repeat;
    cursor: pointer;
    border-radius: 12px !important;
}
#equipment-table-target{
  display: none;
}
#drive-table-target{
  display: none;
}
.equipment-table-wizard{
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 20px 0;
  margin-bottom: 44px;
}
.equipment-table-target .form-group h4 {
    display: flex;
}
.equipment-table-target .form-group h4 .add-bulk{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #033C40 !important;
  border: 1px solid #033C40;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 4px 35px !important;
}
.equipment-table-wizard h4{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #555770;
  margin:0 0px 8px;
  padding: 0 16px;
  display: flex;
}
.equipment-table-wizard .table td, .table th {
    padding:0 16px;
    vertical-align: top;
    border-top: 0 solid #dee2e6;
}
.equipment-table-wizard .table td{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.equipment-table-wizard .table th{
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #8F90A6;
}
.wizard-fieldset .select-type li{
  padding: 0 !important;
}
.wizard-fieldset .pre-mainform .plue {
    position: absolute;
    right: 42px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
#preferred-box-target{
  display: none;
}
.wizard-fieldset .map {
    position: relative;
    margin-bottom: 24px;
}
.wizard-fieldset .pre-mainform .form-wizard-add-driver-btn {
    margin-left: 0;
}
#onboarding-modal .form-group {
    margin: 0 0;
    border: 1px dashed #ff5947;
    box-sizing: border-box;
    border-radius: 8px;
    padding:30px 24px 60px;
}
.onboarding-width .modal-dialog {
    max-width: 600px;
    text-align: center;
}
.onboarding-width .modal-content {
    padding: 28px 24px 52px;
}
.onboarding-width p{
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  margin: 12px 0px;
}

.onboarding-width p span{
  color: #ff5947;
}
.onboarding-width a{
  background: #ff5947;
  box-shadow: 0px 0px 0px rgba(255, 89, 71, 0.04), 0px 0px 0px rgba(255, 89, 71, 0.16);
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 8px 30px;
  display: inline-block;
  margin: 20px 0 27px;
}
#fileDetails h4 {
    margin: 0;
    text-align: center;
}
#fileDetails h4 .no-bg-clr{
  color: #ff5947;
  background: transparent;
  padding: 8px 15px;
}
.upload-docu-7{
  margin: 0 0;
  border: 1px dashed #ff5947;
  box-sizing: border-box;
  border-radius: 8px;
  padding:16px 24px;
  margin: 0 15px;
}
.upload-docu-7 .upload-area__drop-zoon {
    margin-top: 0;
}
.style-3-scroll {
  height:50vh;
  overflow-y: scroll;
  padding: 0 15px 0 0;
  margin-bottom: 30px;
}

.pickup-onboarding .select_mate {
  border: 0 solid rgba(115, 113, 107, 0.39) !important;
}
.pickup-onboarding .icon_select_mate {
  right: -37% !important;
}
.pickup-onboarding .cont_select_center {
  right: 46px ;
}
.pickup-onboarding .cont_select_center1 {
  right: 46px !important;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 1199px) {
.margin-main-24{
  margin-bottom: 24px;
}
}

@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}
@media (max-width: 1013px) {
.onboarding-page .form-wizard .form-wizard-steps {
  width: 30%;
}
.onboarding-page .main-wizad-body {
    width: 70%;
    left: 30%;
}
}

/*----Onboarding Page Css End----*/

/*----Complete Profile Page Css Start----*/
.complete-profile {
  width: 100%;
  background: #E5F0FF;
  margin: 0 0 24px;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  float: left;
}
.body-validation-box{
  width: 75%;
  float: left;
}
.body-validation-box h1 {
  color: #004FC4;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0 0 8px;
}
.body-validation-box p {
    font-size: 12px;
    line-height: 24px;
    color: #28293D;
    margin-bottom: 0;
}
.body-validation-a {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.body-validation-a a {
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 16px;
  border-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 16px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 991px){
.body-validation-box {
  width: 100% !important;
}
.complete-profile {
  display: block;
}
.body-validation-a {
  width: 100%;
  justify-content: flex-start;
  margin-top: 10px;
  display: inline-flex;
}
}
/*----Complete Profile Page Css End----*/


