/* Google Font Import - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

button,
input,
select,
textarea,
label {
  font-family: "Poppins", sans-serif !important;
}

:root {
  /* ===== Colors ===== */
  --body-color: #e4e9f7;
  --sidebar-color: #fff;
  /* --primary-color: #695cfe; */
  --primary-color-light: #f6f5ff;
  --toggle-color: #ddd;
  --text-color: #707070;

  /* ====== Transition ====== */
  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
}

body {
  min-height: 100vh;
  background-color: #ecf5f5;
  transition: var(--tran-05);
}

::selection {
  background-color: #ffbfc9;
  color: #222;
}

/* __________________LOGIN____________________ */

.form-check-input:checked {
  background: #f40d38;
  border-color: #f40d38;
}

.form-check-input[type="checkbox"] {
  box-shadow: none;
  border-color: #ccc;
}

.login_page .login {
  max-width: 905px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 0px;
  border-radius: 15px;
  display: flex;
  box-shadow: 0 0 100px 10px #00000026;
  overflow: hidden;
  flex-wrap: wrap;
}

.login_page {
  display: flex;
  align-items: center;
  height: 100vh;
}

.login_page .login .form {
  padding: 30px 25px;
  width: 50%;
}

.login_page .login .img {
  width: 50%;
}

.login_page .login .form .heading h1 img {
  width: 130px;
  margin: auto;
}

.login_page .login .form .heading h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0 0 40px;
}

.login_page .login .form form .form-group label {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  margin: 0 0 3px;
}

.login_page .login .form form .form-group input {
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
  border-radius: 8px;
}

.login_page .login .form form .form-group {
  margin: 0 0 15px;
}

.login_page .login .form form .form-group span.error {
  font-size: 12px;
  color: red;
}

.login_page .login .form form .form-group.form-check {
  margin: -10px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login_page .login .form form .form-group.form-check .Rememberme input {
  margin-top: 0;
  padding: 8px;
  margin-right: 5px;
  border-radius: 2px;
}

.login_page
  .login
  .form
  form
  .form-group.form-check
  .Rememberme
  label.form-check-label {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  color: #636363;
}

.login_page .login .form form .form-group.form-check .Rememberme {
  display: flex;
  align-items: center;
}

.login_page .login .form form .form-group.form-check .forgot a {
  font-size: 12px;
  color: #636363;
  font-weight: 400;
}

.login_page .login .form form button {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  background: #ff173d;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 0;
  transition: 0.3s;
}

.login_page .login .form form button:hover {
  transform: scale(1.03);
}

.login_page .login .img .login_img {
  width: 100%;
  height: 100%;
}

.login_page .login .img .login_img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* __________________LOGIN-END____________________ */

/* ===== Sidebar ===== */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 96%;
  width: 250px;
  padding: 0;
  background-color: #ffffff;
  transition: var(--tran-05);
  z-index: 100;
  margin: 20px;
  box-shadow: 0 0 40px #0000000d;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar.close-toggle {
  width: 55px;
}
/* ===== Reusable code - Here ===== */
.sidebar header {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}

/* .sidebar header .image,
.sidebar .icon {
  min-width: 60px;
  border-radius: 6px;
} */

.sidebar .icon {
  min-width: 60px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sidebar .text,
.sidebar .icon {
  color: var(--text-color);
  transition: var(--tran-03);
}

.sidebar.close-toggle span.toggle span.two {
  right: auto;
  left: 0;
}

.sidebar .text {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 1;
  color: #636363;
}

.sidebar.close-toggle .text {
  opacity: 0;
}
/* =========================== */

.sidebar header {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0px 0 15px;
  margin: 0 0 20px;
}

.sidebar header .image-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
}

.sidebar header .logo-text {
  display: flex;
  flex-direction: column;
}
header .image-text .name {
  margin-top: 2px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

.sidebar header .image {
  margin-right: 10px;
}

header .image-text .profession {
  font-size: 20px;
  margin-top: -10px;
  display: block;
  font-weight: 200;
  color: #fff;
}

.sidebar header .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar header .image img {
  width: 100px;
  border-radius: 0px;
}

span.toggle {
  position: relative;
  width: 25px;
  height: 18px;
  cursor: pointer;
}

span.toggle span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #636363;
  border-radius: 5px;
  top: 0;
  right: 0;
}

span.toggle span.two {
  top: 8px;
  width: 80%;
}

span.toggle span.three {
  top: 16px;
}

/* .sidebar header .toggle {
    position: absolute;
    top: 10%;
    right: -28px;
    transform: translateY(-50%) rotate(180deg);
    height: 25px;
    width: 25px;
    background-color: #000000;
    color: var(--sidebar-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: var(--tran-05);
} */

body.dark .sidebar header .toggle {
  color: var(--text-color);
}

/* .sidebar.close .toggle{
    transform: translateY(-50%) rotate(0deg);
} */

.sidebar .menu {
  margin-top: 10px;
}

.sidebar li.search-box {
  border-radius: 6px;
  background-color: var(--primary-color-light);
  cursor: pointer;
  transition: var(--tran-05);
}

.sidebar li.search-box input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--primary-color-light);
  color: var(--text-color);
  border-radius: 6px;
  font-size: 17px;
  font-weight: 500;
  transition: var(--tran-05);
}
.sidebar li a {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: var(--tran-03);
  gap: 5px;
}

.sidebar header {
  margin: 15px;
}

.sidebar .menu-bar .menu {
  padding: 0 15px;
}

.sidebar .menu-bar li.nav-link.Sign_Out {
  margin: 0;
  background: #ff173d;
  padding: 10px;
}

.sidebar .menu-bar li.nav-link.Sign_Out a i {
  color: #fff;
}

.sidebar .menu-bar li.nav-link.Sign_Out a span.text {
  color: #fff;
}

.sidebar li a i {
  font-size: 18px;
  color: #636363;
}

.sidebar li.active a i {
  color: #ff173d;
}

.sidebar li a img {
  margin-right: 15px;
}

.sidebar li.active a .text {
  color: #ff173d;
  font-weight: 500;
}

/* .sidebar li a:hover {
    background-color: #f6f6f6;
} */
.sidebar li a:hover .icon,
.sidebar li a:hover .text {
  font-weight: 600;
}
body.dark .sidebar li a:hover .icon,
body.dark .sidebar li a:hover .text {
  color: var(--text-color);
}

.sidebar .menu-bar {
  height: calc(100% - 86px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}

.menu-bar::-webkit-scrollbar {
  display: none;
}
/* --------Right_panel--------- */
.Right_part {
  position: absolute;
  top: 0;
  left: 270px;
  width: calc(100% - 290px);
  transition: var(--tran-05);
  padding: 0px 0px;
  margin: 20px;
  min-height: 95vh;
  max-height: 95vh;
  overflow: auto;
}

.Right_part .text {
  font-size: 30px;
  font-weight: 500;
  color: var(--text-color);
  padding: 12px 60px;
}

.sidebar.close-toggle ~ .Right_part {
  left: 76px;
  height: 100vh;
  width: calc(100% - 96px);
}

header .site_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .site_header .user {
  width: 45%;
}

header .site_header .Search {
  width: 33.33%;
}

header .site_header .Icon {
  width: 20%;
  text-align: end;
}

header .site_header .user .dropdown .dropbtn {
  display: flex;
  align-items: center;
}

header .site_header .user .dropdown .dropbtn .user_icon {
  margin-right: 15px;
}

header .site_header .user .dropdown .dropbtn .user_icon img {
  width: 100%;
}

.sidebar .menu ul.menu-links {
  padding: 0;
  margin: 0;
}

header .site_header .user .dropdown .dropbtn .user_name h2 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin: 0;
}

header .site_header .user .dropdown .dropbtn .user_name p.designation {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}

header .site_header .user .dropdown .dropbtn .user_name p.last_login {
  margin: 0px 0 0;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}

header .site_header .user .dropdown .dropbtn .user_icon {
  position: relative;
}

header .site_header .user .dropdown .dropbtn .user_icon span.user_edit {
  position: absolute;
  bottom: 0;
  display: block;
  right: -5px;
}

header .site_header .Search form {
  width: 100%;
  position: relative;
  overflow: hidden;
}

header .site_header .Search form input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  outline: none;
  border: 1px solid #cecece;
  padding: 10px 20px;
  font-weight: 500;
}

header .site_header .Search form button {
  position: absolute;
  right: 0px;
  top: 0;
  border: 0;
  background: #2a3374;
  height: 50px;
  padding: 0 25px;
  border-radius: 0px 50px 50px 0;
  color: #fff;
  font-size: 20px;
}

header .site_header .Icon .icon_inner a {
  display: flex;
  column-gap: 5px;
  text-decoration: none;
  margin: 0 0 0 5px;
  transition: 0.3s;
  color: #222;
}

header .site_header .Icon .icon_inner a:hover img {
  transform: scale(1.05);
}

header .site_header .Icon .icon_inner a img {
  transition: 0.3s;
}

header .site_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0px #0000000d;
  margin-right: 35px;
  position: fixed;
  width: -webkit-fill-available;
  z-index: 99;
}

.Right_part .main {
  min-height: calc(100vh - 90px);
  margin-right: 20px;
  padding: 85px 0 0;
}

/* header .site_header {
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
} */

header .site_header .Icon {
  width: auto;
}

header .site_header .user {
  width: auto;
}

header .site_header {
  margin-right: 20px;
}

.footer {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 #0000000d;
  text-align: center;
  margin-right: 20px;
}

.footer p {
  margin: 0;
  font-size: 14px;
}

.sidebar.close-toggle header .image-text span.image {
  opacity: 0;
  width: 0;
  min-width: 0;
  margin: 0;
  visibility: hidden;
}

.sidebar.close-toggle header .image-text {
  justify-content: center;
}

.sidebar li.nav-link {
  padding: 0;
  margin: 0 0 20px;
}

.mainData .heading h2 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.mainData .heading {
  margin: 0 0 10px;
}

.mainData .boxes {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.mainData .boxes .box {
  box-shadow: 0 0 40px 0 #0000000d;
  padding: 20px;
  border-radius: 10px;
  width: calc(33.33% - 10px);
}

.mainData .boxes .box h4 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.mainData .boxes .box h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 10px 0 0px;
}

.mainData .boxes .box a {
  text-decoration: none;
  font-size: 14px;
  border: 1px solid;
  padding: 5px 20px;
  color: #222;
  border-radius: 50px;
  background: #ffffff30;
  transition: 0.3s;
  display: inline-block;
}

.mainData .boxes .box {
  position: relative;
}

.mainData .boxes .box a {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.mainData .boxes .box a:hover {
  transform: scale(1.05);
}

/* ============================= Dashboard ========================= */

.date-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5cbd1;
  padding: 10px 20px;
  border-radius: 10px;
  gap: 10px;
  font-family: sans-serif;
}

.date-nav button {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 3px;
  border-radius: 5px;
}

.date-nav button:hover {
  background-color: #e8aeb8;
}

.date-display {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0px;
}

.today-btn {
  font-size: 16px;
  padding: 5px 12px;
  border: 1px solid #333;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
}

.today-btn:hover {
  background-color: #f0f0f0;
}

.mainData .top-bar {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 20px;
  align-items: center;
}

.mainData .top-bar h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.mainData .top-bar ul#myTab {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}

.mainData .top-bar ul#myTab button {
  color: #5f5457;
  background: #eed3d9;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 15px;
}

.mainData .top-bar ul#myTab button.active {
  background: #f40d38;
  color: #fff;
  font-weight: 600;
}

.table-container-dispatcher {
  width: 100%;
  height: 500px;
  overflow: auto;
  position: relative;
  border: 1px solid #ccc;
  margin: 0 0 10px;
  border-radius: 10px;
}

.table-container-dispatcher table {
  border-collapse: collapse;
  min-width: 2000px;
}

.table-container-dispatcher th {
  border: 1px solid #ccc;
  padding: 8px;
  min-width: 280px;
  text-align: left;
  background: white;
  font-size: 14px;
}

.table-container-dispatcher td {
  border: 1px solid #ccc;
  padding: 8px;
  min-width: 280px;
  text-align: left;
  background: white;
  font-size: 14px;
}

.table-container-dispatcher td {
  padding: 0;
}

/* Freeze top row */
.table-container-dispatcher thead th {
  position: sticky;
  top: 0;
  background: #ffd9df;
  z-index: 2;
  font-weight: 600;
  border-top: 0;
  border-bottom: 0;
  padding: 12px 8px;
}

/* Freeze first column */
.table-container-dispatcher th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 100px;
}

.table-container-dispatcher td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 100px;
}

/* Fix overlapping of top-left cell */
.table-container-dispatcher thead th:first-child {
  z-index: 3;
}

/* ====================Validate========================= */

.mainData .boxes_inner .box_inner {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0px #00000010;
}

.mainData .boxes_inner .box_inner nav {
  margin: 0 0 12px;
}

.mainData .boxes_inner .box_inner nav button {
  padding: 12px 20px;
  border: 0;
  font-weight: 400;
  color: #fff;
  background-color: #b3b3b3;
  border-radius: 8px 0px 0px 8px;
  width: 200px;
}

.mainData .boxes_inner .box_inner nav div#nav-tab {
  border: 0;
}

.mainData .boxes_inner .box_inner nav button.active {
  background-color: #ff173d;
  font-weight: 600;
}

.mainData .boxes_inner .box_inner nav button#nav-SeasonPass-tab {
  border-radius: 0px 8px 8px 0px;
  margin-left: 1px;
}

.mainData .boxes_inner .box_inner form .form-group label {
  display: block;
  margin: 0 0 5px;
  font-weight: 500;
}

.mainData .boxes_inner .box_inner form .form-group label span {
  color: #f40d38;
}

.mainData .boxes_inner .box_inner form .form-group input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}

.mainData .boxes_inner .box_inner form .form-group {
  position: relative;
}

.mainData .boxes_inner .box_inner form .form-group button {
  border: 0;
  padding: 8px 25px;
  background: #222;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  right: 5px;
  top: 34px;
  transition: 0.3s;
  display: flex;
  column-gap: 10px;
}

.mainData .boxes_inner .box_inner form .form-group button:hover {
  background: #f40d38;
}

.mainData .boxes_inner .box_inner form .Button {
  text-align: right;
  margin: 20px 0 0;
}

.mainData .boxes_inner .box_inner form .Button button {
  background-color: #f40d38;
  border: 0;
  padding: 15px 45px;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.mainData .boxes_inner .box_inner form .Button button:hover {
  transform: scale(1.05);
}

.mainData .boxes_inner .box_inner form .Button button.disabled {
  background: #b3b3b3;
  cursor: not-allowed;
}

.info_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.info_form form .form-group {
  width: calc(33.33% - 10px);
}

.info_form form .form-group input.readonly {
  background-color: #f1f1f1;
}

.info_form form .price_button {
  width: 100%;
  margin: 50px 0 0;
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info_form form .price_button .price span {
  font-size: 14px;
  font-weight: 300;
}

.info_form form .price_button .price h4 {
  margin: 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.info_form form .price_button .price h4 small {
  font-size: 16px;
  font-weight: 500;
}

.info_form form .price_button .button button {
  border: 0;
  padding: 13px 48px;
  border-radius: 50px;
  background: #ff173d;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.info_form form .price_button .button button.disabled {
  background: #b3b3b3;
  cursor: not-allowed;
}

.info_form form .price_button .button button:hover {
  transform: scale(1.05);
  background: #222;
}

.boxes_inner {
  margin: 0 0 20px;
}

/* -------------- */

.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-step {
  display: none;
}
.form-step.active {
  display: block;
}

.form-step button {
  padding: 10px 15px;
  /* margin-top: 20px; */
  cursor: pointer;
}

.step.active {
  border-color: #aaa;
  color: #888;
}
.step.current {
  border-color: red;
  color: black;
  font-weight: bold;
}

label span {
  color: red;
}

.mainData .boxes_inner .box_inner .stepper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  position: relative;
}

.mainData .boxes_inner .box_inner .stepper .step span.dot {
  width: 30px;
  height: 30px;
  background: #c7c7c7;
  display: flex;
  border-radius: 50px;
  border: 2px solid #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.mainData .boxes_inner .box_inner .stepper .step span.dot span.inner_dot {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
}

.mainData .boxes_inner .box_inner .stepper .step span.step_text {
  color: #8b8b8b;
  font-weight: 500;
  margin: 10px 0 0;
}

.mainData .boxes_inner .box_inner .stepper .step.current span.dot {
  background: #ff173d;
}

.mainData .boxes_inner .box_inner .stepper .step.current span.step_text {
  color: #ff173d;
  font-weight: 600;
}

/* ----------------- */

.heading_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heading_tab .ATS_LOUDGE_TAB div#nav-tab {
  border: 0;
}

.heading_tab .ATS_LOUDGE_TAB div#nav-tab button {
  width: 250px;
  border: 0;
  padding: 10px 0;
  background: #a9a9a9;
  color: #fff;
  border-radius: 50px 0 0 50px;
}

.heading_tab .ATS_LOUDGE_TAB div#nav-tab button.active {
  background: #ff173d;
  font-weight: 500;
}

.heading_tab .ATS_LOUDGE_TAB div#nav-tab button#nav-LodgetoSkitube-tab {
  border-radius: 0 50px 50px 0;
}

.ATS_LOUDGE_TAB_DATA .Ticket_type_tab div#nav-tab button {
  width: calc(50% - 8px);
  padding: 10px 0;
  border: 1px solid #cacaca;
  border-radius: 8px;
  background-color: #fff;
  color: #767676;
  font-size: 20px;
}

.ATS_LOUDGE_TAB_DATA .Ticket_type_tab div#nav-tab {
  border: 0;
  gap: 15px;
  margin: 20px 0 20px;
}

.ATS_LOUDGE_TAB_DATA .Ticket_type_tab div#nav-tab button span {
  display: block;
  font-size: 18px;
}

.ATS_LOUDGE_TAB_DATA .Ticket_type_tab div#nav-tab button.active {
  background: #ff173d;
  color: #fff;
  font-weight: 500;
  border-color: #ff173d;
}

.Ticket_type_tab div#nav-tabContent .top_form form {
  display: flex;
  gap: 15px;
}

.Ticket_type_tab div#nav-tabContent .top_form form .form-group {
  flex: 1;
}

.Ticket_type_tab div#nav-tabContent .top_form form .form-group label {
  display: block;
  margin: 0 0 5px;
}

.Ticket_type_tab div#nav-tabContent .top_form form .form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #636363;
  font-weight: 500;
  outline: none;
}

.Ticket_type_tab div#nav-tabContent .top_form form .form-group input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #636363;
  font-weight: 500;
  outline: none;
}

.Ticket_type_tab div#nav-tabContent .top_form {
  /* margin: 0 0 20px; */
}

.mainData .boxes_inner .box_inner .stepper .step::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #c7c7c7;
  top: 13px;
  z-index: 0;
  left: 50%;
}

.mainData .boxes_inner .box_inner .stepper .step span.dot {
  position: relative;
}

.mainData .boxes_inner .box_inner .stepper .step:last-child::before {
  display: none;
}

.mainData .boxes_inner .box_inner .stepper .step.active span.dot {
  color: black;
  font-weight: bold;
  background: #ff173d;
}

.mainData .boxes_inner .box_inner .stepper .step.active span.step_text {
  color: #ff173d;
  font-weight: 600;
}

.mainData .boxes_inner .box_inner .stepper .step.active::before {
  background: #ff173d;
}

.mainData
  .boxes_inner
  .box_inner
  .stepper
  .step.active
  span.dot
  span.inner_dot {
  background: transparent;
  position: relative;
}

.mainData
  .boxes_inner
  .box_inner
  .stepper
  .step.active
  span.dot
  span.inner_dot::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  align-items: revert-layer;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -4px;
  width: auto;
  height: auto;
}

.form-step .fare-box {
  background: #fff;
  overflow: hidden;
  margin: auto;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.form-step .fare-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fef6f8;
  border-bottom: 1px solid #ccc;
}

.form-step .fare-info {
  width: 33.33%;
}

.form-step .fare-info h4 {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.form-step .fare-info small {
  color: #777;
}

.form-step .price {
  font-weight: 400;
  color: #333;
  width: 100px;
}

.form-step .controls {
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-step .controls button {
  width: 50px;
  height: 40px;
  font-size: 25px;
  border: none;
  background: #fffafb;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
  margin: 0;
  border: 1px solid #ccc;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.form-step .controls input {
  width: 50px;
  text-align: center;
  border: none;
  background: #ffd5dc;
  border-radius: 0;
  font-weight: 600;
  height: 40px !important;
  outline: none;
}

.form-step .total {
  width: 33.33%;
  text-align: right;
  font-weight: bold;
  color: #444;
}

.form-step .fare-item .price_Controls {
  display: flex;
  align-items: center;
  width: 33.33%;
  gap: 70px;
}

.form-step .controls button.minus {
  border-radius: 8px 0px 0px 8px;
}

.form-step .controls button.plus {
  border-radius: 0px 8px 8px 0px;
}

.form-step .fare-item:last-child {
  border-bottom: none;
}

.data_steper .payment_and_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px;
}

.data_steper .payment_and_button .total_payble_amount h5#discountTotal {
  display: none;
}

.data_steper .payment_and_button .total_payble_amount {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  align-items: baseline;
  width: 50%;
}

.data_steper .payment_and_button .total_payble_amount span {
  display: block;
  width: 100%;
  margin: 0 0 0px;
}

.data_steper .payment_and_button .total_payble_amount h2#grandTotal {
  font-size: 32px;
  font-weight: 600;
  /* max-width: 150px; */
  width: 100%;
  margin: 0;
  display: flex;
  align-items: baseline;
}

.data_steper .payment_and_button .total_payble_amount h5#totalAmount {
  font-size: 20px;
  color: #636363;
  text-decoration: line-through;
  display: flex;
  align-items: baseline;
  margin: 0 0 0;
}

.data_steper .payment_and_button .total_payble_amount h5#totalAmount small {
  font-size: 14px;
}

.data_steper .payment_and_button .total_payble_amount h2#grandTotal small {
  font-size: 16px;
}

.data_steper .payment_and_button .buttons button {
  margin: 0;
  padding: 12px 50px;
  border: 0;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  background: #ff173d;
  transition: 0.3s;
}

.data_steper .payment_and_button .buttons button:hover {
  transform: scale(1.01);
}

.data_steper .payment_and_button .buttons button.black {
  background: #222;
}

.time-slots {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  grid-template-columns: repeat(8, 1fr);
}

.time-slot {
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  /* width: calc(12.5% - 9px); */
}

.time-slot.selected {
  background: #e6f3e6;
  border-color: #008000;
  padding: 10px 0;
}

.time-slot.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.time-slot.selected.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.selected-range {
  margin-top: 20px;
  font-family: sans-serif;
}

.range-item {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  padding: 6px 10px;
  background: #f0f0f0;
  border-radius: 20px;
}

.range-item span {
  margin-right: 8px;
}

.time-slot.selected i {
  color: red;
}

.heading.inner_pages {
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: space-between;
  margin: 5px 0 15px;
}

.time_slot_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.time_slot_form form .form-group {
  width: calc(25% - 12px);
}

.time_slot_form form .form-group:last-child {
  width: 100%;
}

.time_slot_form form .form-group select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}

.mainData .boxes_inner .box_inner form .form-group .readonly {
  background: #f7f7f7;
  border-color: #f9cbd2;
  cursor: not-allowed;
}

.mainData .boxes_inner .box_inner form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}

.Time_slots_buttons {
  text-align: right;
  margin: 20px 0 0;
  display: flex;
  justify-content: end;
  gap: 10px;
  flex-wrap: wrap;
}

.Time_slots_buttons button {
  border: 0;
  padding: 14px 50px;
  border-radius: 50px;
  color: #fff;
  background: #ff173d;
  transition: 0.3s;
  font-weight: 600;
}

.Time_slots_buttons button:hover {
  transform: scale(1.05);
  background: #222;
}

div#DeleteModal .alert_data {
  text-align: center;
  margin: 5px 0 0;
}

div#DeleteModal .alert_data img {
  margin: auto;
  margin-bottom: 15px;
  /* margin: 0 0 15px; */
}

div#DeleteModal .alert_data h4 {
  margin: 0 0 15px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

div#DeleteModal .info {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

div#DeleteModal .info span {
  width: calc(50% - 5px);
  text-align: center;
  font-weight: 600;
}

div#DeleteModal .info span label {
  margin-right: 5px;
  font-weight: 400;
}

div#DeleteModal .modal-footer {
  border: 0;
  margin: 0 0 5px;
}

div#DeleteModal .modal-footer button {
  padding: 8px 40px;
  border: 0;
  border-radius: 50px;
  background: #222;
  color: #fff;
  transition: 0.3s;
}

div#DeleteModal .modal-footer button:hover {
  transform: scale(1.05);
}

div#DeleteModal .modal-footer button.NO {
  background: #ff173d;
}

div#DeleteModal .modal-dialog .modal-content {
  border: 0;
  border-radius: 10px;
}

.mainData .boxes_inner .box_inner .customer-Inquiry .title h2 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: #ff173d;
}

.mainData .boxes_inner .box_inner .customer-Inquiry .customer_inquiry_info {
  margin: 0 0 10px;
}

.mainData
  .boxes_inner
  .box_inner
  .customer-Inquiry
  .customer_inquiry_info
  span {
  margin: 0 10px 0 0;
  padding: 0 5px 0 0;
  border-right: 1px solid #8c8c8c;
  color: #636363;
}

.mainData
  .boxes_inner
  .box_inner
  .customer-Inquiry
  .customer_inquiry_info
  span:last-child {
  border-right: 0px solid #8c8c8c;
}

.mainData
  .boxes_inner
  .box_inner
  .customer-Inquiry
  .customer_inquiry_info
  span
  label {
  font-weight: 600;
}

.customer-Inquiry form .form-group label {
  font-weight: 400 !important;
}

.customer-Inquiry form .form-group textarea {
  font-size: 14px !important;
}

.customer-Inquiry form .button {
  text-align: right;
  margin: 10px 0 0;
}

.customer-Inquiry form .button button {
  padding: 13px 50px;
  border: 0;
  border-radius: 50px;
  background: #ff173d;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.customer-Inquiry form .button button.disabled {
  background: #b3b3b3;
  cursor: not-allowed;
}

.customer-Inquiry form .button button:hover {
  transform: scale(1.05);
  background: #222;
}

.notifaction_managment_form h2 {
  font-size: 18px;
  font-weight: 600;
}

.notifaction_managment_form .form-group select {
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  outline: none;
}

.notifaction_managment_form .form-group {
  width: calc(33.33% - 10px);
}

.notifaction_managment_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.notifaction_managment_form form .button {
  width: 100%;
  text-align: right;
}

.notifaction_managment_form form .button button {
  padding: 13px 50px;
  border: 0;
  border-radius: 50px;
  background: #ff173d;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.notifaction_managment_form form .button button:hover {
  transform: scale(1.05);
  background: #222;
}

.notifaction_History table thead {
  border: 0;
  background: #ffd9df;
}

.notifaction_History table thead th {
  border: 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffd9df;
}

.notifaction_History table td {
  padding: 15px;
  border: 0;
  font-size: 14px;
}

.notifaction_History table tr:nth-of-type(even) {
  background: #f7f7f7;
}

.notifaction_History table td.status {
  color: green;
}

.notifaction_History .table-responsive {
  max-height: 300px;
}

div#InfoModal .user_main_info .status ul#pills-tab {
  margin: 0 !important;
}

div#InfoModal .user_main_info .status li.nav-item button {
  color: #636363;
}

div#InfoModal .user_main_info .status li.nav-item button.active {
  color: #fff;
  background: #ff173d;
}

.date-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5cbd1;
  padding: 10px 20px;
  border-radius: 10px;
  gap: 10px;
  font-family: sans-serif;
}

.date-nav button {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 3px;
  border-radius: 5px;
}

.date-nav button:hover {
  background-color: #e8aeb8;
}

.date-display {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0px;
}

.today-btn {
  font-size: 16px;
  padding: 5px 12px;
  border: 1px solid #333;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
}

.today-btn:hover {
  background-color: #f0f0f0;
}

div#InfoModal .user_details h4 span.icons a {
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}

div#InfoModal .user_details h4 span.icons a:hover {
  color: #ff173d;
}

div#InfoModal .user_details span.contact_number {
  display: block;
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}

div#InfoModal .user_main_info span {
  display: block;
  margin: 0 0 10px;
  color: #222;
}

div#InfoModal .user_main_info span i {
  width: 25px;
  margin-right: 5px;
  font-size: 20px;
  color: #585858;
}

div#InfoModal .user_main_info .status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  border-top: 1px solid #ccc;
  padding: 12px 0 0;
  position: relative;
}

div#InfoModal .user_main_info .status span {
  margin: 0;
}

div#InfoModal .modal-footer button {
  border: 0;
  padding: 8px 20px;
  border-radius: 5px;
  background: #222;
  color: #fff;
  transition: 0.3s;
}

div#InfoModal .modal-footer button.Reschedule {
  background: #222;
  /* #f57489; */
}

div#InfoModal .modal-footer button.Cancel {
  background: #ff173d;
}

div#InfoModal .modal-footer button:hover {
  transform: scale(1.05);
}

div#InfoModal .modal-header {
  position: relative;
}

div#InfoModal .modal-header button.close {
  border: 0;
  background: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 30px;
  font-size: 32px;
  color: #727272;
}

/* -----------booking */

.Confirm_Details .Selected_fares {
  padding: 15px;
  border: 1px solid #ffbac5;
  border-radius: 10px;
}

.Confirm_Details .Selected_fares h4 {
  font-size: 16px;
  color: #ff173d;
}

.Confirm_Details .Selected_fares .fairs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 #cccccc29;
}

.Confirm_Details .Selected_fares .fairs h3 {
  margin: 0;
  font-size: 14px;
  color: #222;
}

.Confirm_Details .Selected_fares .fairs h3 p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #636363;
}

.Confirm_Details .Selected_fares .fairs span {
  color: #222;
  font-weight: 500;
}

.confirmations_forms form.form_details .form-group {
  width: calc(50% - 5px) !important;
}

.confirmations_forms .coupan_main {
  width: 100%;
  margin: 5px 0 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.confirmations_forms .coupan_main h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.confirmations_forms .coupan_main .coupan {
  width: calc(40% - 5px);
  display: flex;
  align-items: center;
  gap: 0px;
  border: 1px solid #ff173d;
  border-radius: 10px;
  overflow: hidden;
}

.confirmations_forms .coupan_main .coupan .text {
  background: #ff173d;
  padding: 15px 15px;
  color: #fff;
  width: 75%;
}

.Confirm_Details .Selected_fares .fairs h3 {
  min-width: 170px;
}

.confirmations_forms .coupan_main .coupan .text h6 {
  font-weight: 600;
}

.confirmations_forms .coupan_main .coupan .img {
  padding: 10px;
  width: 25%;
  text-align: center;
}

.confirmations_forms .coupan_main .coupan .text p {
  font-size: 12px;
  margin: 0 0 0;
}

.confirmations_forms .coupan_main .coupan .text .button_use {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.confirmations_forms .coupan_main .coupan .text .button_use span {
  font-size: 12px;
  font-weight: 600;
}

.confirmations_forms .coupan_main .coupan .text .button_use button {
  margin: 0 0 0;
  padding: 3px 15px;
  border: 0;
  font-size: 12px;
  color: #f40d38;
  font-weight: 600;
  background: #fff;
  border-radius: 50px;
}

.confirmations_forms form.form_details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.boxes_inner .box_inner form.form_details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.boxes_inner .box_inner form.form_details .form-group {
  width: calc(33.33% - 7px);
}

.data_steper .payment_and_button {
  width: 100%;
}
.Modal_custom .modal-dialog {
  max-width: 850px;
  border-radius: 15px;
  overflow: hidden;
}

.Modal_custom .modal-dialog .modal-header {
  padding: 0;
  border: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

.Modal_custom .modal-dialog .modal-header button.close {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 40px;
  line-height: 20px;
  color: #fff;
}

.Modal_custom .modal-dialog .modal-body {
  padding: 0;
  border: 1px solid #fff;
  border-radius: 15px;
  overflow: hidden;
}

.Modal_custom .modal-dialog .modal-body .login_form {
  display: flex;
}

.Modal_custom .modal-dialog .modal-content {
  border-radius: 15px;
}

.Modal_custom .modal-dialog .modal-body .login_form .form {
  width: 50%;
  padding: 50px 25px;
}

.Modal_custom .modal-dialog .modal-body .login_form .img {
  width: 50%;
}

.Modal_custom .modal-dialog .modal-body .login_form .form .logo {
  text-align: center;
  margin: 0 0 10px;
}

.Modal_custom .modal-dialog .modal-body .login_form .form .heading {
  text-align: center;
}

.Modal_custom .modal-dialog .modal-body .login_form .form .heading h4 {
  margin: 0 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.Modal_custom .modal-dialog .modal-body .login_form .form .heading p {
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
}

.Modal_custom .modal-dialog .modal-body .login_form .form form .form-group {
  width: 100%;
}

.Modal_custom
  .modal-dialog
  .modal-body
  .login_form
  .form
  form
  .form-group
  label {
  display: block;
  margin: 0 0 2px;
  font-weight: 500;
}

.Modal_custom
  .modal-dialog
  .modal-body
  .login_form
  .form
  form
  .form-group
  input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 15px;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
}

.Modal_custom .modal-dialog .modal-body .login_form .form form .button {
  width: 100%;
  text-align: center;
  margin: 100px 0 0;
}

.Modal_custom .modal-dialog .modal-body .login_form .form form .button button {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 50px;
  background: #ff173d;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.Modal_custom
  .modal-dialog
  .modal-body
  .login_form
  .form
  form
  .button
  button:hover {
  transform: scale(1.05);
  background: #222;
}

.Modal_custom .modal-dialog .modal-body .login_form .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.otp-inputs input {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 28px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  outline: none;
  transition: border 0.2s;
  font-weight: 800;
}

.otp-inputs input:focus {
  border-color: #f44336;
}

.resend {
  font-size: 14px;
  color: #555;
  margin: 0 0 10px;
}

.resend a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.Modal_custom .modal-dialog .modal-body .login_form .form .heading p strong {
  font-weight: 600;
  color: #222;
}

.BookingConfirmed .top_part {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.BookingConfirmed .top_part .text {
  width: 75%;
}

.BookingConfirmed .top_part .qr_code {
  width: 25%;
  text-align: right;
}

.BookingConfirmed .top_part .text .booking_confirm h2 {
  margin: 0 0 0;
  color: #008000;
  font-weight: 600;
}

.BookingConfirmed .top_part .text .booking_confirm p {
  font-weight: 500;
}

.BookingConfirmed .top_part .text .family_name h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.BookingConfirmed .top_part .text .date_pickup span {
  display: block;
  margin: 0 0 5px;
  font-size: 18px;
}

.BookingConfirmed .top_part .qr_code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.BookingConfirmed .top_part .qr_code img {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px 0px #00000030;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  z-index: 0;
}

.BookingConfirmed .top_part .qr_code span {
  box-shadow: 0 8px 15px 0px #00000014;
  padding: 6px 30px;
  border-radius: 15px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -15px;
  z-index: 0;
  background: #fff;
}

.BookingConfirmed .bottom {
  background: #ff173d;
  padding: 0px 30px 30px;
  display: flex;
  justify-content: space-between;
}

.BookingConfirmed .bottom .left_text span {
  display: inline-block;
  background: #ff173d;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
  box-shadow: 0 -5px 10px 0 #00000033;
  font-weight: 500;
  margin: -24px 0 15px;
}

.BookingConfirmed .bottom .left_text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
}

.BookingConfirmed .bottom .left_text .my_booking {
  margin: 20px 0 0;
}

.BookingConfirmed .bottom .left_text .my_booking button {
  display: inline-block;
  background: #ff173d;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
  font-weight: 500;
  margin-right: 10px;
}

.BookingConfirmed .bottom .left_text .my_booking a {
  color: #fff;
  font-weight: 300;
}

.BookingConfirmed .bottom .right_details {
  margin: 20px 0 0;
}

.BookingConfirmed .bottom .right_details .date {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}

.BookingConfirmed .bottom .right_details .date .text_date {
  text-align: center;
}

.BookingConfirmed .bottom .right_details .date .text_date strong {
  font-size: 40px;
}

.BookingConfirmed .bottom .right_details .date .text_date span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}

.BookingConfirmed .bottom .right_details .date .text_date span p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.BookingConfirmed .bottom .right_details .date .price {
  border-top: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.BookingConfirmed .bottom .right_details .date .price strong {
  font-size: 18px;
}

.BookingConfirmed .bottom .right_details .date .price strong small {
  font-size: 14px;
  font-weight: 500;
}

.BookingConfirmed .bottom .right_details .date .price p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.BookingConfirmed .bottom .right_details .date .price span.img {
  margin-left: 30px;
  background: #00800036;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BookingConfirmed .bottom .right_details .date .price span.img img {
  width: 22px;
  height: 22px;
  background: #0080008f;
  border-radius: 50px;
  padding: 3px;
}

.boxes_inner .box_inner form.form_details .form-group .form-check input {
  width: 20px;
  height: 20px;
  padding: 0;
  box-shadow: none;
  border-radius: 50px;
  margin-right: 10px;
}

.boxes_inner .box_inner form.form_details .form-group .radio_buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.boxes_inner
  .box_inner
  form.form_details
  .form-group
  .radio_buttons
  .form-check {
  margin: 0;
  min-height: fit-content;
  display: flex;
  align-items: center;
}

.boxes_inner
  .box_inner
  form.form_details
  .form-group
  .radio_buttons
  .form-check
  label.form-check-label {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
}

div#ShareFeedbackModal .modal-dialog {
  max-width: 850px;
  border-radius: 15px;
  overflow: hidden;
}

div#ShareFeedbackModal .modal-dialog .modal-content {
  border-radius: 15px;
}

div#ShareFeedbackModal .modal-header {
  border: 0;
}

div#ShareFeedbackModal .feedback .stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
}

div#ShareFeedbackModal .feedback textarea {
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
  outline: none;
}

div#ShareFeedbackModal .feedback .button {
  text-align: right;
  margin: 0 0 10px;
}

div#ShareFeedbackModal .feedback .button button {
  border: 0;
  background: #ff173d;
  padding: 12px 28px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

div#ShareFeedbackModal .feedback .button button:hover {
  transform: scale(1.05);
  background: #333;
}

div#ShareFeedbackModal .modal-header button.close {
  border: 0;
  padding: 0px;
  line-height: 100%;
  font-size: 42px;
  color: #333;
  background: transparent;
}
