body {
  position: relative;
  /* height: 100vh; */
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(to top, #ffe7e8, #fff) !important;
  /* overflow-y: auto; */

}


a:hover,
a:focus {
  text-decoration: none;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
  padding-top: 50px;
}


.top_row {
  background: #08242e;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  top: 0;
  padding: 45px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: all 0.5s ease;

}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

.sidebar-brand {
  position: absolute;
  top: 25px;
  width: 182px;
  text-align: center;
  padding: 0px 0;
}

.sidebar-brand img {
  width: 182px;
}

.sidebar-brand h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.sidebar-nav {
  position: absolute;
  top: 160px;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100vh - 200px);
  ;
  overflow-y: auto;
}

.sidebar-nav::-webkit-scrollbar {
  background-color: #aaa;
  /* or add it to the track */
}

/* Add a thumb */
.sidebar-nav::-webkit-scrollbar-thumb {
  background: #db2328;
  border-radius: 10px;
}

.sidebar-nav>li {
  line-height: 48px;
}

.sidebar-nav>li a {
  display: block;
  text-decoration: none;
  color: #414A53;
  font-weight: 600;
  font-size: 20px;
  line-height: 48px;
}

.sidebar-nav>li>a:hover {
  color: #db2328;
}

.sidebar-nav>li.active>a {
  color: #db2328;
  border-top: 1px solid #db2328;
  border-bottom: 1px solid #db2328;
}

#navbar-wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
  position: absolute;
  margin-right: -250px;
}

#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: transparent;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
  width: 80px;
  padding: 0;
}

.navbar-brand {
  color: #db2328 !important;
}

#navbar-wrapper .navbar a {
  color: #757575;
}

#navbar-wrapper .navbar a:hover {
  color: #F8BE12;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 25px;
    padding-right: 180px;
    top: 100px;
    height: 100vh;
    overflow-y: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
#content-wrapper::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}
h2.content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
}

#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.cal_dropdown {
  margin-top: 40px;
}

.dash_card {
  max-width: 400px;
  height: 200px;
  border: 1px solid #08242e;
  border-radius: 0;
  margin-bottom: 90px;
}

.dash_card .card-header {
  height: 60px;
  padding: 16px;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  background-color: #08242e;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
}

.dash_card .card-text {
  font-size: 48px;
  font-weight: bold;
  color: #414A53;
}

.dash_blocks {
  margin: 50px 0;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0px;
  column-gap: 100px;
  row-gap: 90px;
}

.grid-item {
  padding: 0px;
  font-size: 30px;
  text-align: center;
}

.tab_section .nav-link {
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #db2328;
  margin: 0 30px;
}

.tab_section .nav-link:first-child {
  margin-left: 0;
}

.nav-link.active {
  border-bottom: 2px solid #db2328;
}

.search_box {
  width: 360px;
  height: 60px;
  border: 2px solid #db2328;
  color: #ADB6BF;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  padding-right: 20px;
  padding-left: 62px;
}

.search_div {
  position: relative;
}

.search_div img {
  position: absolute;
  left: 16px;
  top: 15px;
}

.order_table {
  margin-top: 35px;
  border-color: #414A53;
}

.order_table.table>thead {
  vertical-align: bottom;
  background: #414A53;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.order_table.table>thead th {
  padding: 8px 17px;
}

.order_table.table tbody td {
  padding: 20px;
  font-size: 14px;
  color: #020202;
  line-height: 16px;
  vertical-align: baseline;
}

.order_table.table tbody td a {
  color: #db2328;
  text-decoration: underline;
  cursor: pointer;
}

.order_table.table tbody td img {
  width: 18px;
}

.btn_bg {
  width: 360px;
  height: 60px;
  color: #fff;
  background: #db2328;
  padding: 18px 25px;
  border-radius: 0px 0px 24px 0px;
  margin-bottom: 50px;
  border: 2px solid #db2328;
  font-weight: 600;
}

.btn.disable {
  color: #fff;
  background: #ADB6BF;
  border: 2px solid #ADB6BF;
}

.btn_wh {
  width: 360px;
  height: 60px;
  background: #fff;
  color: #db2328;
  padding: 18px 25px;
  border-radius: 0px 0px 24px 0px;
  margin-bottom: 50px;
  border: 2px solid #db2328;
  font-weight: 600;
}

.order_img {
  width: 142px;
  height: 95px;
  margin-bottom: 30px;
}

.details_order p {
  font-size: 18px;
  line-height: 36px;
  color: #414A53;
  margin-bottom: 0;
}

.actions_btn {
  margin-top: 70px;
}

a.btn_wh:hover {
  color: #db2328;
}

a.btn_bg:hover {
  color: #fff;
}

.edit_details_order a {
  color: #db2328;
}

.edit_details_order p {
  margin-bottom: 35px;
}

.edit_box {
  display: flex;
  align-items: center;
}

.edit_box .dropdown .btn {
  width: 360px;
  height: 60px;
  border: 1px solid #db2328;
  background: #fff;
  border-radius: 0;
  color: #414A53;
  font-weight: bold;
  text-align: left;
  margin-left: 1.5rem;
  padding: 18px 50px;
  position: relative;
}

/* .edit_box .dropdown .dropdown-toggle::after {
    margin-left: 190px !important;
} */
.edit_box .dropdown .btn:focus,
.cal_field .dropdown .btn:focus {
  box-shadow: none;
}

.Color_box {
  width: 21px;
  height: 21px;
  background: #BD4AE8;
  display: inline-block;
  position: absolute;
  left: 20px;
}

.edit_box .dropdown-menu.show,
.cal_field .dropdown-menu.show {
  display: block;
  width: 94%;
  background: #fff;
  border: 1px solid #db2328;
  border-radius: 0;
  transform: translate(24px, 60px);
}

.edit_box .dropdown-menu-dark .dropdown-item,
.cal_field .dropdown-menu-dark .dropdown-item {
  color: #414a53;
}

.edit_box .dropdown-menu-dark .dropdown-item.active,
.edit_box .dropdown-menu-dark .dropdown-item:active,
.cal_field .dropdown-menu-dark .dropdown-item.active,
.cal_field .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #db2328;
}

.cancel_modal {
  color: #db2328;
  text-decoration: underline;
  cursor: pointer;
}

.cal_field p {
  font-size: 24px;
  color: #db2328;
  font-weight: bold;
  margin-bottom: 0;
}

.cal_field {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.cal_field img {
  width: 31px;
  height: 31px;
  margin-right: 20px;
}

.cal_field .dropdown .btn {
  border: none;
  background: #fff;
  color: #db2328;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
}

.cal_field .dropdown .dropdown-toggle::after {
  margin-left: 24px !important;
  color: #212529;
}

.req_heading {
  margin-top: 30px;
  display: inline-flex;
}

.req_heading h3 {
  font-size: 21px;
  font-weight: bold;
  color: #414A53;
  margin-bottom: 0;
  margin-right: 40px;
}

.map_field {
  margin-top: 35px;
}

.map_field img {
  width: 100%;
  height: auto;
}

.track_box {
  width: 21px;
  height: 21px;
  background: #db2328;
  margin-right: 5px;
}

.box_g {
  background: #32A70F;
}

.box_p {
  background: #BD4AE8;
}

.track_col {
  display: flex;
  align-items: center;
}

.a_back {
  color: #db2328;
  font-size: 18px;
}

.input_box,
.select_box {
  margin-bottom: 20px;
  height: 60px;
}

.input_box input {
  border: 1px solid #db2328;
  border-radius: 0;
  width: 360px;
  height: 60px;
  padding: 16px;
  font-size: 18px;
  color: #414A53;
  font-weight: bold;
}

.select_box select {
  border: 1px solid #db2328;
  border-radius: 0;
  width: 360px;
  height: 60px;
  font-size: 18px;
  color: #414A53;
  font-weight: bold;
}

input:focus-visible {
  outline: none;
}

.input_field {
  min-height: 350px;
}

.input_box input::placeholder,
.select_box select::placeholder {
  color: #ADB6BF;
}

.input_box .input-group .input-group-text {
  background: #fff;
  border: 1px solid #db2328;
  border-radius: 0;
  padding-left: 19px;
  padding-right: 0;
  color: #414A53;
  font-weight: bold;
  font-size: 18px;
}

.input-group-text {

  border-right: none !important;
}

.input_box .input-group input {
  border-left: none;
}

/* .input_box .input-group{
  width: 360px;
} */
.avail_switch .switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 42px;
  top: 6px;
}

.avail_switch .switch input {
  display: none;
}

.avail_switch .slider {
  background-color: #ADB6BF;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.avail_switch .slider:before {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 22px;
  left: 1px;
  position: absolute;
  transition: .4s;
  width: 20px;
}

.avail_switch input:checked+.slider {
  background-color: #db2328;
}

input[type="checkbox"] {
  accent-color: #db2328;
  /* Change to any color */
}

.avail_switch input:checked+.slider:before {
  transform: translateX(20px);
}

.avail_switch .slider.round {
  border-radius: 34px;
}

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

.input_box .dropdown .btn {
  padding: 19px;
}

/* .input_box .edit_box .dropdown .dropdown-toggle::after {
  margin-left: 220px !important;
} */
.avail_field {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.avail_field p {
  font-size: 18px;
  font-weight: bold;
  color: #414A53;
  margin-right: 20px;
  margin-bottom: 0;
}

.driver_img {
  height: 60px;
  width: 60px !important;
}

.driver_profile .profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.driver_profile .file-upload {
  display: none;
}

.driver_profile .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 72px;
}

.driver_profile img {
  max-width: 100%;
  height: auto;
}

.driver_profile .p-image {
  position: absolute;
  top: 167px;
  right: 30px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.input_box.d-flex .edit_box .dropdown .btn,
.input_box.d-flex input,
.input_box.d-flex select {
  width: 160px;
}

.input_box.d-flex input {
  margin-left: 40px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox:focus {
  outline: none;
  box-shadow: none;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #414A53;
  margin-top: 35px;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 12px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ADB6BF;
  border-radius: 3px;
}

.styled-checkbox:hover+label:before {
  background: #db2328;
}

.styled-checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
  background: #db2328;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.fuel_amount input {
  width: 100px;
  font-size: 14px;
}

.fuel_amount {
  /*margin-right: 100px;*/
}

.export_reports {
  margin-top: 10px;
  color: #db2328;
}

.export_reports a {
  font-size: 14px;
  color: #db2328;
}

.date_range {
  margin-top: 30px;
}

.date_range p {
  font-size: 14px;
  color: #414A53;
  margin-bottom: 8px;
}

.date_range .input_box input {
  width: 165px;
  margin-right: 50px;
}

.form-control:focus {
  border-color: #db2328;
  outline: 0;
  box-shadow: none;
}

.cancelOrder_modal {
  background: rgba(173, 182, 191, 0.5);
}

.cancelOrder_modal textarea {
  width: 360px;
  border: 1px solid #db2328;
  padding: 20px;
  margin: 25px auto;
  font-weight: bold;
  font-size: 18px;
}

.cancelOrder_modal textarea::placeholder {
  color: #ADB6BF;
}

.cancelOrder_modal .modal-content {
  border: 1px solid #707070;
  border-radius: 0;
}

.cancelOrder_modal .input_box input,
.cancelOrder_modal .select_box select {
  margin: 30px auto;
}

.cancelOrder_modal h6 {
  font-size: 24px;
  color: #414A53;
  font-weight: 600;
}

.cancelOrder_modal .btn_bg {
  margin-top: 80px;
  margin-bottom: 100px;
}

.cancelOrder_modal .modal-header {
  border-bottom: none;
}

.cancelOrder_modal .btn-close {
  background: #fed23a;
  height: 50px;
  width: 50px;
  border-radius: 60px;
  opacity: 1;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin: 20px;
}

.cancelOrder_modal.modal .modal-dialog {
  max-width: 800px;
  margin-top: 7rem;
}

.btn-close:focus {
  box-shadow: none;
}

.profile-img {
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
  border-radius: 50%;
}

.img-wrapper {
  display: flex;
  align-items: center;
}

.img-upload-btn {
  font-size: 18px;
  color: #414A53;
  font-weight: bold;
  margin-left: 30px;
  cursor: pointer;
}

.rating_field {
  display: flex;
  align-items: center;
}

.rating_field h5 {
  color: #414A53;
  font-size: 24px;
  font-weight: bold;
}

.start_rate img {
  width: 42px;
  margin: 7px;
}

.rate_right {
  margin-bottom: 40px;
  margin-left: 60px;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 22px !important;
}

@media (max-width: 1799px) {}


@media (max-width: 1699px) {
  #content-wrapper {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  #navbar-wrapper {
    display: none;
  }
}

@media (min-width: 992px) {
  #wrapper {
    padding-left: 300px;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #sidebar-wrapper {
    width: 300px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 60px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1066px) {
  .tabcontent .col-md-4 {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #wrapper {
    padding-left: 250px;
  }

  #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }

}


@media (max-width: 767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 0;
    padding: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
    padding: 30px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
    padding-right: 20px;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }

  .sidebar-brand img,
  .sidebar-brand {
    width: 120px;
  }

  .sidebar-nav {
    top: 130px;
  }

  .sidebar-nav>li a {
    font-size: 18px;
  }

  .order_table.table>thead th,
  .order_table.table tbody td {
    white-space: nowrap;
  }

  .styled-checkbox+label {
    margin-top: 10px;
  }
}

@media (max-width: 599px) {
  #wrapper.toggled #sidebar-wrapper {
    width: 150px;
    padding: 15px;
  }

  #wrapper.toggled {
    padding-left: 150px;
  }

  .dash_card {
    margin-bottom: 30px;
    height: auto;
    min-height: 160px;
  }

  .dash_card .card-header {
    font-size: 18px;
  }

  .cal_field {
    margin-top: 20px;
  }

  #wrapper {
    padding-top: 35px;
  }

  .top_row {
    height: 35px;
  }

  .sidebar-brand {
    top: 15px;
  }

  .sidebar-nav {
    top: 110px;
  }

  .dash_card .card-text {
    font-size: 40px;
  }

  .search_box,
  .btn_bg,
  .btn_wh,
  .input_box input,
  .select_box select,
  .input_box .input-group,
  .edit_box .dropdown .btn {
    width: auto;
    min-width: 300px;
    height: 45px;
    font-size: 14px;
  }

  .edit_box .dropdown .btn {
    padding: 10px 20px;
  }

  .tab_section .nav-link {
    font-size: 16px;
    margin: 0 20px;
  }

  .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  h2.content-title {
    font-size: 24px;
  }

  .search_div img {
    left: 15px;
    top: 12px;
    width: 22px;
  }

  #content-wrapper {
    padding: 15px;
  }

  .btn_bg,
  .btn_wh {
    padding: 10px 25px;
    margin-bottom: 30px;
  }

  .driver_img {
    height: 40px;
    width: 40px !important;
  }

  .order_table.table tbody td {
    padding: 12px;
  }

  .input_box input {
    padding: 12px;
  }

  .cal_field .dropdown .btn,
  .cal_field p {
    font-size: 18px;
  }

  .cal_field img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .sidebar-nav>li a {
    font-size: 16px;
    line-height: 40px;
  }

  .req_heading h3,
  .a_back,
  .details_order p {
    font-size: 14px;
    line-height: 28px;
  }

  .order_table {
    margin-top: 20px;
  }

  .map_field {
    margin-top: 20px !important;
  }

  .input_box {
    height: 45px;
  }

  .tabcontent.mt-5 {
    margin-top: 1rem !important;
  }

  .search_div.mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .req_heading {
    margin-top: 10px;
  }

  .profile-img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .img-upload-btn {
    font-size: 14px;
    margin-left: 15px;
  }

  .order_table.table tbody td {
    font-size: 12px;
  }

  .input_field {
    min-height: 300px;
  }

  .dash_blocks {
    margin: 20px 0;
  }

  .date_range .d-flex {
    display: block !important;
  }
}

.toggle-section {
  --width: 60px;
  --height: 25px;

  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--height);
  cursor: pointer;
}

.toggle-section input {
  display: none;
}

.toggle-section .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #ccc;
  transition: all 0.4s ease-in-out;
}

.toggle-section .slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--height));
  height: calc(var(--height));
  border-radius: calc(var(--height) / 2);
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle-section input:checked+.slider {
  background-color: #db2328;
}

.toggle-section input:checked+.slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle-section .labels {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.toggle-section .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 10px;
  color: #4d4d4d;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle-section .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 10px;
  color: #ffffff;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle-section input:checked~.labels::after {
  opacity: 0;
}

.toggle-section input:checked~.labels::before {
  opacity: 1;
}



select {
  appearance: none !important;
  background-image: url(https://cdn-icons-png.flaticon.com/512/2985/2985150.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 96%;
}

red {
  color: red;
}

.bordersection {
  border-bottom: 1px solid #db2328;
}

.backBtn {

  height: 60px;

  padding: 18px 25px;
  border-radius: 0px 0px 24px 0px;
  margin-bottom: 50px;

  font-weight: 600;
}

.error {
  color: red
}

.loginsection {
  min-width: 450px;
  min-height: 520px;
  padding: 15px;
  box-shadow: rgb(65, 74, 83) 0px 20px 30px -10px;
  border-radius: 10px;
  background: #fff;
}

.loginsection .col-form-label {
  color: #000;
}

.loginsection .form-check-label {
  color: #000;
}

.loginsection .form-control {
  color: #000;
  background: #237ddb1f;
}

.loginsection button {

  background: #db2328;
  border: 2px solid #db2328
}

.labelactive {
  background: #14b514;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 10px;
}

.labelinactive {
  background: #eb2a43;
  color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 10px;
}

.tiptextcolor {
  color: #000 !important
}