 :root {
   --bs-theme: #31272a;
   --bs-theme-bg: #003652;
   --red-color: #e4535a;
   --bs-primary: #003652;
   --bs-green: #318635;
   --bs-secondary: #000;
   --bs-secondary-hover: #62747d;
   --bs-blue-light: #1c4385;
   --bs-btn-hover: #14bdb9;
   --bs-white: #fff;
   --bs-gray: #666666;
   --bs-black: #000000;
   --bs-light: #ccc;
   --bs-sky: #F6FDFF;
   --bs-light-hover: #a19292;
   --font-bootstrap-icon: 'bootstrap-icons';
   --bs-gradiand-theme: linear-gradient(350deg, #003652, #ce3c49);
   --bs-gradiand-top: linear-gradient(30deg, #005681, #e4535a);
   --bs-gradiand-hover: linear-gradient(45deg, #0d6d9b, #3c5680);
 }
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
img{max-width: 100%;}
.loader img {
  width: 130px;
}
a{text-decoration: none;}
a,
button{transition: all 1s;}
.btn-primary{
  padding: 10px 30px;
}
.LeftFig {
  width: 45%;
  height: 100%;
}
.LeftFig img{
  width: 100%;
position: relative;
}
.dropdown-menu.show {
  margin-top: 8px !important;
}
.pcoded-navbar{
  background: var(--bs-theme-bg);
}
.b-brand img{
  width: 100%;
  margin-top: 7px;
  max-height: 70px;
  object-fit: contain;
}
.navbar-brand{
  background: var(--bs-white);
  padding: 0px !important;
  height: 75px !important;
}
.navbar-brand.header-logo a{
  width: 100%;
  text-align: center;
}
.b-brand_icon{
  display: none;
}
.navbar-brand.b-brand_icon {
  position: absolute;
  top: 0px;
  height: auto !important;
  left: 0;
  background: #fff;
  width: 100%;
  padding-top: 10px;
}
.navbar-brand.b-brand_icon img {
  width: 58px;
  margin-top: 10px;
}
.pcoded-navbar.navbar-collapsed .b-brand_icon{
  display: block;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo{
  padding: 15px 30px 0 10px !important;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo .b-brand_icon{
  display: none;
}
.pcoded-navbar.navbar-collapsed .navbar-brand{
  padding: 0 !important;
}
.pcoded-navbar.navbar-collapsed .header-logo .b-brand_icon img {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 1;
}
.page-title h2,
.PgHeadding h2{
  font-size: 30px;
  margin-bottom: -10px;
}
#mobile-collapse {
  left: 40px;
  top: 10px;
}
.form-control{-webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;}
  .form-control:focus {
    box-shadow: 0 0 2px var(--bs-hover);
    background: var(--bs-white);
  }
.fixed-button.active{display: none;}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before{bottom: 1.3em !important;}
.ActionBox a{margin-bottom: 0;}
.pcoded-content {
  margin-top: 65px;
}
header.navbar {
  position: fixed;
  background: var(--bs-white);
  box-shadow: 0 0 3px #d7e0e3;
}

/* ---Tooltip container--- */
.ActionBox a,
.ActionBox button {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 7px 12px;
}
.ActionBox a .tooltiptext,
.ActionBox button .tooltiptext {
  visibility: hidden;
  background-color: #2c2e3e;
  color: var(--bs-white);
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 0;
  margin-left: -18px;
  opacity: 0;
  transition: opacity 0.3s;
}
.ActionBox a .tooltiptext::after,
.ActionBox button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2c2e3e transparent transparent transparent;
}
.ActionBox a:hover .tooltiptext,
.ActionBox button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.ActionBox a,
.ActionBox i{margin-right: 0;}
.ActionBox a{padding: 7px 12px;}
.table td, .table th {
  padding: .5rem .5rem;
}
table.table-bordered.dataTable tbody td, table.table-bordered.dataTable tbody th {
  vertical-align: middle;
}
.TrackingFilter {
  margin-left: 10px;
}
.TrackingFilter select{
  min-width: 200px;
}
.pcoded-header .dropdown .profile-notification .pro-body{padding: 0;}
.pcoded-header .dropdown .profile-notification .pro-body li a{padding: 15px 10px;}
.pcoded-header .dropdown .profile-notification .pro-body li a .feather{color: #e4535a;}
.b-brand figure{
  width: 100%;
  padding: 10px;
  padding-bottom: 0;
}
.btn-white {
  background-color: var(--bs-white);
  border: 1px solid #ccc;
  color: #333;
}
.pagination li a{
  color: var(--bs-theme);
}
.table-responsive thead th{
  padding: 1rem .5rem;
  background: var(--bs-theme-bg);
  color: #fff;
}
.datatable-wrapper .row:nth-child(2) {
  width: 100%;
  overflow: auto;
}

.datatable-wrapper .row:nth-child(3) .col-sm-12.col-md-7 {
  margin-top: 10px;
}
.ColorBox{
  display: flex;
  width: 100%;
}
.ColorBox button{
  width: 33.3333%;
  border-right: 1px solid var(--bs-white);
}
.ColorBox button:last-child{
  border-right: none;
}
.ColorBox button:focus{
 outline: none;
}
.tablink {
  background-color: #2286b3;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  transition: all 0.8s 0s;
}
.tablink:hover {
  background-color: rgb(10, 113, 192);
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 30px 20px;
  height: 100%;
  transition: all 0.8s 0s;
}
.tabcontent h3{color: var(--bs-white);}
/* new */
.TrackingWrapper label{padding-bottom: 5px;font-weight: 600;}
.Reson .bi {
  font-size: 25px;
  position: relative;
  top: 5px;
}
::placeholder{opacity: 1 !important; color: #212529 !important;}
.mapwapp {
  border: 1px solid #ced4da;
  padding: 5px;
  padding-bottom: 5px;
  padding-bottom: 0;
  border-radius: 5px;
}
.TimeTrakingWp .col-lg-6,
.TimeTrakingWp .col{
  padding-left: 25px;
  padding-right: 25px;
}
/* .TrackingDetail{
  background: var(--bs-gradiand-theme);
  color: var(--bs-white);
  padding: 15px;
} */
.TrackingDetail {
  background: var(--bs-sky);
  padding: 10px;
  border: 1px solid #f1f4f7;
}
.TrakingDtlbox {padding: 5px;}
.TrakingDtlbox strong{
  display: block;
  font-weight: 600;
}
.TrakingDtlbox p {
  margin-bottom: 0;
}
.border-radius-0{border-radius: 0;}
.PgRight .btn{margin-bottom: -10px;}
.PgRight .btn>i {
  margin-right: 5px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 3px;
}
.PgRight .TrackingFilter .btn>i{font-size: 16px; top:2px;margin-right: 8px;}
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
  max-width: 180px;
}
.SmallSection{
  width: 40%;
  margin: 30px auto;
  padding: 20px;
  padding-bottom: 10px;
  /* background: #f7f9fb; */
  border-radius: 10px;
  box-shadow: 1px 0 15px 0 #3f4d6766;
}
.SmallSection.Multi{
  width: 60%;
  padding: 30px;
  padding-bottom: 10px;
}
.SmallSection.Single{
  width: 60%;
  padding: 10px;
  background: none;
  padding-bottom: 10px;
}
.SmallSection label {
  padding-bottom: 5px;
  font-weight: 600;
}
.SmallSection .form-group {
  padding-bottom: 15px;
}
.SmallSection .form-group .btn-primary > i{
  padding-left: 5px;
}
table.table-bordered tbody td{position: relative;}
table.table-bordered tbody td span{display: block;}
table.table-bordered tbody td span:nth-child(2){display: inline-block;}
.MoreTravel{
  display: inline-block !important;
  cursor: pointer;
  font-weight: 600;
  color: var(--bs-primary);
  padding-left: 5px;
}
.UpdatedTrack{background: #e8e0e0 !important;}
.UpdatedTrack.title{background: #dcd5d5 !important;}
.table-bordered .UpdatedTrack td{border-bottom: 1px solid #dcd5d5;}
.PicBox img{ width: 70px; height: 70px; object-fit: cover;border: 1px solid var(--bs-light-hover);padding: 2px; border-radius: 5px;}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile+label {
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  max-width: 60%;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  height: 50px;
}
.no-js .inputfile+label {
  display: none;
}
.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile+label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.inputfile-1+label {
  color: #f1e5e6;
  background-color: #d3394c;
}
.UploadPic img{width: 80px; height: 80px; object-fit: cover;border: 1px solid var(--bs-light-hover);
  padding: 2px;
  border-radius: 5px;}
.IconBox img{width: 75px;}
.TrackingDetail.TrakingDtlbox {
  background: #fff;
  padding: 12px;
  margin-bottom: 10px;
}
.btn.btn-white:hover {
  color: #f62d51;
  border: 1px solid #f62d51;
}
.btn.btn-danger:hover {
  background: #333f54;
  border: 1px solid #333f54;
}
#MoreTravel .modal-body,
#MoreTravel2 .modal-body{padding-top: 0;padding-bottom: 0;}
.daterangepicker{margin-top: -55px;}
.SmallSection.Multi .CurrentPass span{right: 25px;}
.TrackingDetail.TrakingDtlbox.CurrentPass span{
  top: 33px;
}
.TrackingDetail.TrakingDtlbox.CurrentPass input{
  background: none;
  border: none;
  padding: 0;
}
.NumberBox{
  border-radius: 15px;
  box-shadow: inset 0 0 10px #dfdfdf;
  background: #fff;
}
.NumberBox h3,
.NumberBox h4{
 color: var(--bs-theme);
 font-weight: 600;
}

.BtnBox a{
  border: 1px solid var(--bs-white);
  border-radius: 5px;
  transition: all 0.8s;
}
.PicBox {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.BtnBox {
  padding: 10px;
}
.BtnBox a:last-child{
  margin-top: -10px;
  float: right;
}
.PicBox{
  box-shadow: 0 0 10px var(--bs-white);
  border-radius: 5px;
}
.PicBox figure{
  height: 280px;
}
.PicBox figure img{
 width: 100%;
 object-fit: cover;
 height: 100%;
 border-radius: 5px 5px 0 0;
}
.card .card-block, .card .card-body{
  padding: 20px;
}
.AddGuides input{
  border: 1px solid #ccc;
  padding: 8px 10px;
  border-radius: 5px 0 0 5px;
}
.AddGuides button {
  border: none;
  padding: 9px 10px;
  border-radius: 0 5px 5px 0;
  background: var(--bs-theme);
  color: var(--bs-white);
  cursor: pointer;
}
.pcoded-navbar.navbar-collapsed:hover .b-brand img{margin-top: -5px;}
.auth-wrapper .card .btn-primary {
  padding: 10px 30px;
}
.LoginBtnBox .LeftBox{float: left;}
.LoginBtnBox .RightBox{float: right; margin-right: 0;}
.IconBox{
  color: var(--red-color);
  font-size: 50px;
  text-align: right;
}
.Btnwrapp .btn{margin-right: 0;}
.ProfileWrapp p {
  border-bottom: 1px solid #ced4da;
  padding: 5px;
}
.profile-view .profile-basic {
  margin-left: 150px;
}
.profile-info-left {
  border-right: 2px dashed var(--bs-primary);
}

.profile-img-wrap {
  height: 120px;
  position: absolute;
  width: 120px;
  background: var(--bs-white);
  overflow: hidden;
}
.profile-view .profile-img-wrap {
  height: 150px;
  width: 150px;
}
.profile-view .profile-img .avatar {
  font-size: 24px;
  height: 150px;
  line-height: 150px;
  margin: 0;
  width: 150px;
}
.personal-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.personal-info li .title {
  color: #515365;
  float: left;
  font-weight: 500;
  margin-right: 10px;
  width: 50px;
}
.personal-info li .text {
  color: #888da8;
  display: block;
  overflow: hidden;
}
.personal-info li {
  padding: 8px 0;
}

.personal-info li a{color: #888da8;}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fileupload.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.5);
  border-radius: 0;
  padding: 3px 10px;
  border: none;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  padding: 5px;
}
.EditPic{position: relative; float: left; }
.EditPic .fileupload.btn {
  position: absolute;
  width: 50px;
  height: 25px;
  bottom: 32px;
  line-height: 18px;
  color: var(--bs-white);
  left: 25px;
  cursor: pointer;
}
.EditPic .fileupload.btn span{
  cursor: pointer;
}
.CurrentPass{position:relative;}
.CurrentPass span {
  position: absolute;
  right: 10px;
  top: 40px;
  font-size: 16px;
}
.form-group.CurrentPass #pass-status1 {
left: 0;
top: 0;
}

.form-group.CurrentPass #pass-status1::before {
font-size: 16px;
}
.CurrentPass input {
  padding-right: 40px;
}
#pass-status{
  position: absolute;
  top: 40px;
  right: 25px;
}

.datatable-wrapper tbody tr td:last-child .bi-three-dots-vertical{
  font-size: 22px;
  color: #000;
}


@-moz-document url-prefix() {
.table-responsive.CustomTable {
    overflow: scroll;
    scrollbar-color: #3d4a61 #e3e1e1;
    scrollbar-width: thin;
  }
}
.datatable-wrapper table tr td:last-child .dropdown-menu{
  padding: 0;
}
.PgHeadding {
  padding-top: 20px;
}
#datatable_info {
  text-align: left;
}
.next.disabled,
.previous.disabled{
  cursor: no-drop;
}
.dropdown.drp-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pcoded-header .dropdown .dropdown-toggle::after {
  top: 10px;
}
.SearchBox input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 250px;
}
footer{background: var(--bs-white);}
.table-striped > tbody > tr:nth-child(odd){
  background: #fff !important;
}
.table-striped > tbody > tr:nth-child(even){
  background: #fbfcfd;
}
.table-striped > tbody > tr:hover td{
  background: #fcfdff;
}
.datatable-wrapper table tr th:last-child.sorting::before,
.datatable-wrapper table tr th:last-child.sorting::after,
.datatable-wrapper table tr th:last-child.sorting_asc::before,
.datatable-wrapper table tr th:last-child.sorting_asc::after,
.datatable-wrapper table tr th:last-child.sorting_desc::before,
.datatable-wrapper table tr th:last-child.sorting_desc::after{
  display: none;

}
.datatable-wrapper table tr th:last-child.sorting{cursor: auto;}

/* ---- Login page css ----- */
.LogoBox figure {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  position: relative;
  z-index: 9;
  box-shadow: 5px 5px 10px #a4a4a4;
}
.Login-container{
  background-image: url(../images/loginbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background-size: cover;
}
.LogoBox img {
  width: 100%;
  border-radius: 50%;
}
.login_wrapper{
  background: var(--bs-gradiand-top);
  border-radius: 40px;
  opacity: 0.9;
}
.LoginRight{
  background: #fff;
  border-radius: 0 40px 40px 0;
  padding: 50px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px #ccc;
}
.LoginLeft {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.LoginLeft img{
  width: 80%;
  padding-bottom: 20px;
}
.IcontBox .feather,
.IcontBox .bi{
  font-size: 25px;
  position: absolute;
  left: 10px;
  color: var(--bs-primary);
  border-right: 1px solid #ccc;
  padding-right: 10px;
  padding-bottom: 7px
}
.IcontBox .feather{padding-top: 10px;}
.LoginRight h3{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.LoginRight .form-group{
  margin-bottom: 20px;
}
.LoginRight label{
  font-size: 16px;
  margin-bottom: 3px;
}
.LoginRight input{
  padding-left: 55px;
}

.LoginRight a{
  color: var(--red-color);
}
.LoginRight label {
  display: flex;
}
.LoginRight label span {
  white-space: nowrap;
  padding-left: 5px;
}

/* ----- Customer page css ----- */
.InfoList {
  list-style-type: none;
  margin: 0px 0 0 0;
  padding: 0;
}
.InfoList li {
  position: relative;
  display: flex;
  flex-flow: wrap;
  padding: 10px 20px;
  align-items: center;
}
.InfoList li:nth-child(2n+1) {
  background: #f4f7fa;
}
.InfoList li::before {
  position: relative;
  left: -8px;
  top: 1px;
  content: '\F271';
  font-size: 17px;
  color: var(--bs-primary);
  font-family: var(--font-bootstrap-icon);
}
.InfoList b {
  display: inline-block;
  width: 80px;
}
.InfoList.BigSpace b {
  width: 130px;
}
/* ----- New page css ----- */
.profile-img  {
  margin-right: 30px;
}
.profile-img img {
  border-radius: 50%;
  width: 230px;
    height: 230px;
    object-fit: cover;
}
/* ----- New page css ----- */
.DescriptionsTxt{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.ListThum {
  width: 100px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #273332;
  border-radius: 5px;
  padding: 3px;
}
.EditPic .fileupload.btn.uploadpic {
  position: absolute;
  width: 120px;
  height: 100%;
  bottom: 32px;
  line-height: 18px;
  color: var(--bs-white);
  left: 0;
  top: 0;
  cursor: pointer;
  margin-bottom: 0;
}
.EditPic .fileupload.btn.uploadpic span{
  position: relative;
  top: 50;
}
.fileupload.uploadpic input.upload{
  top: 10px;
  height: 100%;
}

.DetailPic img{ width: 100%; height: 100%; object-fit: cover;}
.DetailPic {
  width: 159px;
  height: 150px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.InfoList li ol {
  padding-left: 1rem;
  list-style: none;
  counter-reset: item;
}
.InfoList li ol li {
  background: #f4f7fa;
  margin-right: -20px;
  counter-increment: item;
}
.InfoList li ol p{
  padding-left: 45px;
}

.InfoList li ol li:before {
   content: counter(item);
   background: var(--bs-primary);
   border-radius: 100%;
   color: var(--bs-white);
   width: 25px;
   height: 25px;
   text-align: center;
   display: inline-block;
   font-size: 15px;
 }
.locations{
  color: #313131;
}
table.table-bordered.dataTable tbody tr:hover td a.locations {
  text-decoration: underline;
  color: var(--bs-link-hover-color);
}
.dataTables_wrapper table thead tr th:last-child{
  text-align: right;
  padding-right: 15px;
}
.UpdateImages .profile-img-wrap{
  margin-right: 10px;
  margin-bottom: 10px;
}
.UpdateImages .profile-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.UpdateImages .profile-img-wrap .uploadpic{
  opacity: 0;
}
.UpdateImages .profile-img-wrap:hover .uploadpic{
  opacity: 1;
}
.UpdateImages .profile-img-wrap .bi-x-circle {
  color: #f00;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  background: #fff;
  padding: 2px;
  border-radius: 50%;
  font-size: 16px;
}
.thumPic{
  width: 120px;
}
.tagBox {
    padding: 5px 10px;
    background: #fffafb;
    margin-right: 6px;
    border: 4px;
  }
  #pass-status1 {
    position: absolute;
    right: 10px;
    top: 14px;
  }
  #pass-status1::before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
  }
  #pass-status1 {
    border: none;
  }
/* ----- Responsive ----- */
@media only screen and (max-width: 1600px) {
  .SmallSection{ width: 60%;}
    .SmallSection.Single,
  .SmallSection.Multi {
      width: 100%;
    }
}
@media only screen and (max-width: 1366px) {
  .SmallSection{ width: 80%;}
}
@media only screen and (max-width: 1199px) {
  .auth-wrapper .auth-content {
      width: 100%;
      left: 0%;
    }
  .SmallSection{ width: 95%;}
}
@media only screen and (max-width: 992px) {
  .login_wrapper {
      margin-left: 15px;
      margin-right: 15px;
    }
}
@media only screen and (max-width: 991px) {
#mobile-collapse{display: none;}
.SmallSection {
  width: 100%;
}
.pcoded-header > .collapse:not(.show){background: none;box-shadow: none;}
.navbar-nav.mr-auto {
  display: none;
}
.pcoded-header .ml-auto {
  margin-top: -60px;
}
.pcoded-header .m-header .b-brand {
  margin-left: 36%;
}
.dropdown.drp-user {
  top: -10px;
}
.pcoded-header .m-header .mobile-menu {
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
  z-index: 9;
}
.b-brand figure{margin-top: 10px;}
.page-title h2, .PgHeadding h2 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 15px;
}
.AddGuides {
  margin-top: 15px;
}
.profile-info-left {
  border-right: none;
}
.LoginRight{
  padding: 20px;
}
.NumberBox{padding-right: 15px;}
.DetailPic img {
  width: 90%;
}
}
@media only screen and (max-width: 767px) {
.datatable-wrapper .row:nth-child(3) .col-sm-12.col-md-5 {
    width: 40%;
  }
  .datatable-wrapper .row:nth-child(3) .col-sm-12.col-md-7 {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
.page-title h2,
.PgHeadding h2 {text-align: left;}
.datatable-wrapper .row:nth-child(3) .col-sm-12.col-md-5 {
  width: 100%;
  padding-right: 0 !important;
}
.datatable-wrapper .row:nth-child(3) .col-sm-12.col-md-7 {
  width: 100%;
  padding-left: 0 !important;
}
#datatable_info {
  text-align: center;
}
#datatable_paginate {
  display: flex;
  justify-content: center;
}
}

