/* TRIPLE SPINNER */
.triple-spinner {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #ff5722;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}

.triple-spinner::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #ff9800;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #ffc107;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.75s linear infinite;
}

@-webkit-keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader {
  margin: 0 auto;
  text-align: center;
  border: 10px solid #f3f3f3;
  border-radius: 100%;
  border-top: 10px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loader {
  display: none;
}

.team_name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 27px;
  display: flex;
}

.project_name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 27px;
  display: flex;
}

.team_members,
.plan_details {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.plan_details {
  margin-top: 45px;
}

.team_title,
.project_title {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-left: 6px;
}

.team_title {
  text-transform: none;
}

.text-red {
  color: red;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.first_round_competition_form .nav-tabs a {
  cursor: pointer !important;
  text-decoration: none;
  font-size: 16px;
}

.first_round_competition_form table td {
  font-size: 15px;
}

.first_round_competition_form_loader_disable {
  margin-top: 9px !important;
  display: none;
}

#business-propsal-upload-form .first_round_competition_form_loader_enable,
#roadshow-upload-form .first_round_competition_form_loader_enable,
#promotional-upload-form .first_round_competition_form_loader_enable {
  margin-top: 9px !important;
  color: rgb(7 189 105);
  font-size: 20px;
  display: block;
}

#business-propsal-upload-form .first_round_competition_form_loader_disable,
#roadshow-upload-form .first_round_competition_form_loader_disable,
#promotional-upload-form .first_round_competition_form_loader_disable {
  margin-top: 9px !important;
  display: none;
}

.first_round_competition_form_loader_enable {
  margin-top: 9px !important;
  color: rgb(7 189 105);
  font-size: 20px;
  display: block;
}

.first_round_competition_form table th {
  font-size: 15px;
}

.mec_form_section {
  max-width: 600px;
  text-align: center;
  width: 100%;
  background: #f4f4f4;
  padding: 20px 40px;
  margin: 50px auto;
  border-radius: 10px;
}

#my-plugin-form .row.form-group input,
#my-plugin-form .row.form-group select,
#update-mec-team-form .row.form-group input,
#fr-update-team-form .row.form-group input,
#my-plugin-form .row.form-group select,
#update-user-data .row.form-group input,
#fr-update-member-data .row.form-group input,
#my-plugin-form .row.form-group select,
#my-plugin-member-form .row.form-group input,
#my-plugin-form .row.form-group select {
  border-radius: 4px !important;
  height: 42px;
  padding: 0.75em;
  background: #fff !important;
  border: 0 !important;
}

#my-plugin-form .code_div {
  min-width: 120px;
}

.add_item_button input[type="submit"] {
  font-size: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}

#coupon_code .add_item_button input[type="submit"] {
  margin-bottom: 0px !important;
}

a.withdraw_button {
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #d3d3d3;
  text-decoration: none !important;
  color: #000;
  padding: 10px 20px 10px 20px;
}

.mec_top_section {
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
}

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

/* .mec_withdraw {
    margin-right: 15px;
} */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 82%);
}

.modal-content {
  background-color: #f4f4f4 !important;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.close {
  margin-bottom: 15px;
  border: 1px solid;
  border-radius: 100%;
  padding: 2px 6px 2px 6px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

img.edit_icon {
  cursor: pointer;
  width: 22px !important;
}

form#update-mec-team-form .row.form-group {
  width: 100%;
  align-items: center;
  display: flex;
}

form#update-mec-team-form .add_item_button {
  text-align: end;
}

form#update-user-data .row.form-group {
  width: 100%;
  align-items: center;
  display: flex;
}

form#update-user-data {
  padding-top: 20px;
}

form#update-user-data .add_item_button {
  text-align: end;
}

.teams_information {
  display: flex;
  justify-content: space-between;
}

a.download_qr_code {
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-decoration: none !important;
  background-color: #d3d3d3;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

label.error {
  font-size: 10px;
  color: red;
  display: block;
  font-weight: 500;
  padding-top: 4px;
}

a.qr_code_class {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}

.qr_code_sections {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.qr_code_section {
  text-align: center;
}

#QRCodeModal div#qr-reader {
  margin: 0 auto;
}

#QRCodeModal div#qr-reader__dashboard_section_csr button {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  background-color: #046bd2;
  margin-bottom: 30px;
  color: #fff;
  border: none;
  width: 169px !important;
}

#QRCodeModal a#qr-reader__dashboard_section_swaplink {
  text-decoration: none !important;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  color: #fff;
  background-color: #046bd2;
}

#QRCodeModal div#qr-reader>div {
  text-decoration: none !important;
}

#QRCodeModal div#qr-reader span a {
  text-decoration: none !important;
  color: #000;
  font-size: 20px;
}

#QRCodeModal div#qr-reader__dashboard_section_fsr {
  margin-bottom: 25px;
}

#my-plugin-form {
  text-align: left;
}

#my-plugin-form .form_title {
  text-align: center;
}

#my-plugin-form .row.form-group label {
  text-align: left;
  display: block;
}

#my-plugin-form .row.form-group,
#my-plugin-member-form .row.form-group {
  align-items: center;
  display: flex;
}

#my-plugin-form select,
#update-user-data select,
#my-plugin-member-form select,
#fr-update-member-data select {
  border-radius: 4px !important;
  height: 42px;
  padding: 0.75em;
  background: #fff !important;
  border: 0 !important;
}

.col-phone {
  display: flex !important;
}

.phone_numer_div {
  padding-right: 0px !important;
}

form#my-plugin-member-form {
  text-align: left;
}

.new_member {
  text-align: center;
}

.mec_top_section_full {
  padding: 30px;
  margin: 20px 0 50px;
  border-radius: 10px;
  background: #f4f4f4;
}

.mec_top_section_full ul.nav.nav-tabs {
  margin: 0;
  padding: 0;
}

.mec_top_section_full .nav-tabs {
  border-bottom: 1px solid #fff;
}

.mec_top_section_full .tab-content {
  padding: 20px;
  background: #fff;
}

.mec_top_section_full .nav-tabs>li>a:hover {
  border-bottom: 1px solid #fff;
}

.mec_top_section_full .nav-tabs>li.active>a,
.mec_top_section_full .nav-tabs>li.active>a:focus,
.mec_top_section_full .nav-tabs>li.active>a:hover {
  border: 1px solid #fff;
}

.add_item_button {
  margin-top: 20px;
  text-align: right;
}

input.team_btn,
input.update_btn,
input.update_member_btn,
input.add_member_btn,
input.update_plan_details_btn {
  background-color: #0c71c3;
  padding: 7px 20px 7px 20px;
  color: #fff;
  border: none;
}

div#team_info table tr td,
div#team_info table tr th {
  border: 1px solid #eee;
}

.member_button {
  text-align: right;
}

#my-plugin-form .form-wrap input#email {
  background-color: #d3d3d3 !important;
}

body #update-user-data .form-group input#email,
body #my-plugin-member-form .form-group input#email {
  background-color: #d3d3d3 !important;
}

span.red_asterisk {
  color: red;
}

/* .table-container table tr th,
.table-container table tr td {
    border: 1px solid #eee !important;
} */

.payment_button {
  margin: 0 auto;
  width: 300px;
}

span#qr-reader__status_span {
  display: none;
}

.error_box {
  text-align: center;
}

div#success_msg h3 {
  text-align: center;
  font-size: 18px;
  border: 2px solid green;
  border-radius: 10px;
  padding: 10px;
}

.Upcoming {
  text-align: right;
  margin-top: 8px;
}

a.upcoming_deadline_button,
.confirm-btn {
  border-radius: 5px;
  background-color: #b4b4b4;
  text-decoration: none !important;
  color: #fff;
  padding: 10px 50px 10px 50px;
}

div#table-container .right_align {
  margin-top: 23px;
  text-align: right;
}

div#plan-details-table-container .right_align {
  margin-top: 10px;
  text-align: right;
}

a.upcoming_deadline_button:hover,
.confirm-btn:hover {
  color: #fff;
}

.confirm_payment .upcoming_deadline_button.gray_btn {
  background-color: #b4b4b4 !important;
}

.confirm_payment .upcoming_deadline_button.paid {
  background-color: #b4b4b4 !important;
}

.confirm_payment .upcoming_deadline_button,
.confirm-btn {
  background-color: rgba(28, 111, 174, 1) !important;
}

div#paymentReminder h4,
div#finalroundpaymentReminder h4 {
  line-height: 25px;
}

#UpcommingMyModal .modal-content,
#paymentReminder .modal-content,
#finalroundpaymentReminder .modal-content {
  background-color: #f4f4f4 !important;
  margin: 20% auto;
  padding: 10px;
  border: 1px solid #888;
  width: auto;
}

#myModal .modal-content {
  margin: 18% auto;
}

#UpcommingMyModal .modal-dialog,
#paymentReminder .modal-dialog,
#finalroundpaymentReminder .modal-dialog {
  width: 780px;
}

#congratulationMyModal .modal-content {
  background-color: #f4f4f4 !important;
  margin: 20% auto;
  padding: 10px;
  border: 1px solid #888;
  width: auto;
}

#FinalResultModal .modal-content {
  background-color: #f4f4f4 !important;
  margin: 20% auto;
  padding: 10px;
  border: 1px solid #888;
  width: auto;
}

#UpcommingMyModal .close {
  text-align: right !important;
}

#congratulationMyModal .modal-dialog {
  width: 780px;
}

.deadline_section {
  /* margin-bottom: 15px; */
  background-color: red;
  border-radius: 5px;
}

.deadline_section h3 {
  color: #fff;
  font-size: 15px;
  padding: 6px;
}

.deadline_section marquee {
  padding: 5px;
}

#UpcommingMyModal table tr td {
  border: 1px solid #d3d3d3;
}

#UpcommingMyModal .entry-content thead th,
.entry-content tr th {
  color: #000;
  border: 1px solid #b9b9b9;
}

#table-container table th,
#final-round-table-container table th {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background-color: #f0f0f0;
  border-top: 1px solid #b9b9b9;
}

#plan-details-table-container table thead tr {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background-color: #f0f0f0;
  border-top: 1px solid #b9b9b9;
}


#table-container table td,
#final-round-table-container table td {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

#loaders {
  margin: 0 auto;
  text-align: center;
  border: 10px solid #f3f3f3;
  border-radius: 100%;
  border-top: 10px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loaders {
  display: none;
}

#FinalTeamInfoModal .modal-content,
#myModal .modal-content,
#update_myModal .modal-content,
#Final_Round_update_Modal .modal-content,
#update_plan_details_myModal .modal-content {
  margin: 25% auto !important;
  width: 100% !important;
}

#FinalTeamInfoModal .close,
#myModal .close,
#update_myModal .close,
#Final_Round_update_Modal .close,
#update_plan_details_myModal .close {
  text-align: right !important;
}

.close_description {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.file_upload_close_description {
  max-width: 600px;
  margin: 20px;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.file_upload_close_description h1 {
  font-size: 20px;
}

.file_upload_close_description p {
  font-size: 18px;
}

.close_description h1,
.file_upload_close_description h1 {
  color: #e74c3c;
}

.close_description p,
.file_upload_close_description p {
  color: #777;
}

#QRCodeModal .modal-content {
  margin: 20% auto !important;
  width: 100% !important;
}

.qr_code {
  display: none !important;
}

.buttons {
  justify-content: center;
  display: flex;
}

.yes_btn_section {
  background-color: #0c71c3;
  padding: 10px 30px 10px 30px;
}

.yes_btn_section a,
.no_btn_section a {
  font-size: 15px;
  color: #fff;
}

.no_btn_section a:hover,
.yes_btn_section a:hover {
  font-size: 15px;
  color: #fff;
}

.no_btn_section {
  margin-left: 20px;
  background-color: #0c71c3;
  padding: 10px 30px 10px 30px;
}

.marquee {
  height: 37px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 12s linear infinite;
}

.marquee span {
  color: #fff;
  font-size: 14px;
  padding: 7px;
  font-weight: 600;
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

img.payment_icons {
  width: 23px;
}

.payment_section {
  padding-bottom: 15px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  max-width: 840px;
  justify-content: right;
  align-items: center;
  display: flex;
}

.hide_section {
  display: none !important;
}

.coupon_code_section .add_item_button {
  text-align: inherit;
  margin: 0;
  padding: 22px 0 0 0;
}

.hide_order_details {
  display: none;
}

.code_applied {
  font-size: 14px;
  border-style: dashed !important;
  padding: 13px;
  border: 2px solid #43aa6d;
  color: #000;
}

.code_applied_error {
  font-size: 14px;
  border-style: dashed !important;
  padding: 13px;
  border: 2px solid red;
  color: #000;
}

#code_applied_div {
  margin-top: 30px;
  margin-bottom: 20px;
}

a.remove_coupon_code {
  border-radius: 5px;
  background-color: #ff0000bf;
  margin-left: 15px;
  color: #fff;
  padding: 8px;
}

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

#swal2-title {
  font-size: 20px;
}

button.disable_payment,
button.disable {
  pointer-events: none;
}

a.disable {
  pointer-events: none;
}

.confirm_payment {
  margin: 30px 0px 10px 0px !important;
  text-align: right !important;
}

.withdraw_button.disabled {
  pointer-events: none;
  color: #666666;
}

.confirm_withdraw.disabled {
  pointer-events: none;
  color: #666666;
}

.edit_icon.disabled {
  pointer-events: none;
  opacity: 0.5;
}

a.confirm_withdraw {
  border-radius: 5px;
  color: #000;
  padding: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #d9d9d9;
}

a.confirm_withdraw.disabled {
  border-radius: 5px;
  color: #00000030;
  padding: 7px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #d9d9d9;
}

.upload_file {
  margin-bottom: 10px;
}

.upload_file input {
  width: auto;
  padding: 10px 10px;
  height: auto;
}

div#final-round-table-container tr td {
  vertical-align: middle;
}

.upload_btn input {
  background: #1c6fae;
  border: 0;
  color: #fff;
  border-radius: 5px;
  padding: 9px 20px 9px 20px;
}

#upload h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.first_round_upload td {
  padding: 10px !important;
  border: 1px solid #b9b9b9 !important;
}

.first_round_upload_form td {
  padding: 10px !important;
  border: 1px solid #b9b9b9 !important;
}

.upload_section {
  padding: 25px 0px 25px 0px !important;
  display: flex;
}

.upload_btn {
  margin-left: 20px;
}

.file_up_btn {
  margin-left: 20px !important;
  font-size: 14px !important;
  background: #0c71c3;
  border: 0;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
}

.mec_top_title h3 {
  line-height: 30px;
}

a.download_qr_code.download_pdf_file {
  color: #fff;
  background-color: #1c6fae;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0px !important;
  padding: 10px 20px 10px 20px;
}

.delete_upload_file {
  cursor: pointer;
  width: 22px !important;
}

.creating_team_btn {
  font-size: 15px !important;
  border-radius: 4px;
  width: fit-content;
  text-align: right;
  background-color: #0c71c3;
  padding: 7px 20px 7px 20px !important;
  color: #fff;
  border: none;
  margin-left: auto;
}

a.file_upload.disable,
a.feedback_info.disable,
a.revision_info.disable,
a.result_info.disable {
  pointer-events: none;
}

.card {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  width: 600px;
  height: 260px;
  background-color: #ffffff;
  padding: 10px 30px 40px;
}

.card h3 {
  font-size: 22px;
  font-weight: 600;
}

#fupload {
  max-width: 831px;
  width: 100%;
}

.drop_box {
  background-color: #fcfcfc;
  margin-top: 10px;
  width: 100%;
  max-width: 831px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 3px dashed #a3a3a3;
  border-left: 3px dashed #a3a3a3;
  border-right: 3px dashed #a3a3a3;
  border-bottom: 3px dashed #a3a3a3;
  border-radius: 5px;
}

#business-propsal-upload-form {
  margin-top: 30px;
}

.final_round_upload_drop_box {
  background-color: #fcfcfc;
  margin-top: 10px;
  width: 100%;
  max-width: 831px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.drop_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.drop_bo .btn {
  text-decoration: none;
  background-color: #005af0;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
}

.btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #005af0;
  padding: 10px 20px;
  border: none;
  outline: 1px solid #010101;
}

.drop_box input#file,
.final_round_upload_drop_box input#file,
.drop_box input#files,
.drop_box input#video-file {
  margin: 10px 0;
  width: fit-content;
  background-color: #1c6fae;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 5px;
  height: auto;
  color: #fff;
}

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

.first_round_feedback td,
.first_round_revision td {
  padding: 10px !important;
  border: 1px solid #b9b9b9 !important;
}

table.judges_feedback_table th {
  background-color: #f0f0f0 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.jud_feed_title h1 {
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.result_section {
  margin: 10px 0;
  padding: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  background-color: #f5f5f5;
}

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

a.advance_final_round {
  background: #0c71c3;
  border: 0;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.advance_div {
  text-align: center;
  margin-top: 30px;
}

.down_ajax {
  cursor: pointer;
}

.drive_video {
  text-align: center;
}

.video_down_btn a#download-button {
  color: #fff;
  width: fit-content;
  background-color: #0c71c3;
  margin-top: 20px;
  margin-bottom: 20px !important;
}

div#deadLine {
  width: 100% !important;
}

/* Style the tab */
.tab {
  float: left;
  background-color: #1c6fae;
  width: 266px;
  /* height: 100vh; */
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 8px 0px 11px 40px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
    background: #ffffff33;
} */

/* Create an active/current "tab button" class */
.tab button.active {
  background: #ffffff33;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 0;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 25px 45px 75px 25px;
}

.tab-heading h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
}

.tab-heading p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
}

.tab-heading {
  padding: 30px 50px 30px 50px;
  color: #fff;
}

.tab-top-content {
  display: flex;
  padding-bottom: 30px;
  gap: 15px;
  flex-direction: column;
}

.tab-content-heading {
  display: flex;
  justify-content: space-between;
}

.tab-content-heading h1 {
  margin: 0;
  padding: 0;
  color: rgba(28, 111, 174, 1);
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  /* margin-bottom: 17px; */
}

.dashbaord-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dashbaord-heading h1 {
  margin: 0;
  padding: 0;
}

.dashbaord-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dashbaord-heading h1 {
  margin: 0;
  padding: 0;
}

.dashbaord-heading button {
  width: 100%;
  text-align: inherit;
  padding: 9px 16px 10px 16px;
  border: 0;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
}

.tab-content-button {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tab-content-button h1 {
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-weight: 600;
}

.tab-content-button-text {
  width: 100%;
  display: flex;
  gap: 16px;
}

button.Dealine-btn {
  width: 70%;
  padding: 9px 0px 9px 9px;
  text-align: inherit;
  color: rgba(255, 255, 255, 1);
  background: rgba(251, 65, 53, 1);
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

.blue_btn {
  background: rgba(28, 111, 174, 1) !important;
}

button.upcomeing-btn {
  width: 35%;
  background: rgba(28, 111, 174, 1);
  border: 0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-left: auto;
  height: 37px;
}

.tab-section {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.tab-section .tab-content {
  width: calc(100% - 266px);
}

.tab-heading h1 {
  color: #fff;
}

.team_name_title,
.project_name_title {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

span.share_member {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

table.table tr td {
  border: 1px solid #b9b9b9;
}

.border_line hr {
  margin-top: 0px;
  margin-bottom: 29px;
  border: 0;
  border-top: 1px solid #000;
}

.team_registration {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.order_summary {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.without_discount_main {
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  max-width: 840px;
  width: 100%;
  margin-bottom: 20px;
}

.without_discount_main .tabletop {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  height: 38px;
  gap: 8px;
  padding: 0 26px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #b9b9b9;
}

.without_discount_main .tabledetail {
  display: flex;
  align-items: center;
  width: calc(100% - 52px);
  border-radius: 4px 4px 0px 0px;
  min-height: 70px;
  padding: 0;
  gap: 8px;
  border-bottom: 1px solid #b9b9b9;
  margin: auto;
}

.without_discount_main .description {
  min-width: inherit;
}

.without_discount_main .price {
  min-width: 80px;
  text-align: right;
  margin-left: auto;
}

.without_discount_main .quantity {
  min-width: 80px;
  text-align: right;
}

.without_discount_main .totalamount {
  min-width: 100px;
  text-align: right;
}

.without_discount_main .coupon_totalsection {
  width: calc(100% - 52px);
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}

.subtotal_section {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  padding: 0 0 8px 0;
}

.total_text {
  width: 100px;
  text-align: right;
}

.order_subtotal_section {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 20px;
}

.without_discount_main .coupon_code_section .add_item_button {
  padding: 0 0 0 0;
  width: 90px;
  border-left: 1px solid #b9b9b9;
}

.without_discount_main .coupon_code_section .row_code {
  display: flex;
  max-width: 316px;
  width: 100%;
  border: 1px solid #b9b9b9;
  justify-content: space-between;
  border-radius: 3px;
}

.without_discount_main #coupon_code .add_item_button input[type="submit"] {
  margin-bottom: 0px !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.coupon_code_section {
  width: 50%;
}

.main_total_section {
  width: 50%;
}

.row_code_inner {
  max-width: 100%;
  width: 100%;
}

.row_code #coupon_code_text {
  min-width: 236px;
  border: 0;
  box-shadow: none !important;
  height: 38px;
  padding: 10px;
}

.order_summary {
  margin-bottom: 36px;
}

.first_round_up_title p {
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  padding-bottom: 25px !important;
}

.first_round_req_listing p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.first_round_req_listing ul li {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

table.first_round_upload_form tr th {
  background-color: #f0f0f0 !important;
}

table.first_round_upload_form tr th {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

table.first_round_upload_form {
  margin-bottom: 0px !important;
}

.drop_box h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.first_round_upload_terms_cond p {
  margin-top: 18px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}

.upload_cloud_div {
  text-align: center;
}

img.upload_cloud_icon {
  width: 49px;
}

.upload_cloud_div h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.upload_limition p {
  font-size: 10px;
  color: #00000070;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 0px !important;
}

div#file_revision {
  width: 100%;
  max-width: 831px;
}

.first_round_result h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

div#fupload_feedback {
  width: 100%;
  max-width: 831px;
}

div#deadLines {
  width: 100%;
}

.modal-backdrop {
  display: none !important;
}

p.voting_title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 15px;
}

.div_voting_links {
  padding: 60px;
  background-color: #f5f5f5;
  text-align: center;
}

.vot_links {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.div_voting_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

a.go_voting_btn {
  background-color: #1c6fae;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  width: 150px !important;
  display: block;
}

p.orientation_title {
  margin-bottom: 17px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.main_orientation_div {
  background-color: #f5f5f5;
  padding: 50px;
}

.main_orientation_div p {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

a.btn_attend_orientation {
  padding: 15px;
  display: block;
  width: 310px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #1c6fae;
}

.attend_orientation {
  margin-top: 15px;
  justify-content: center;
  display: flex;
}

.broadcast_link {
  padding-top: 13px;
  justify-content: center;
  display: flex;
}

.main_orientation_div hr {
  margin-top: 36px !important;
  width: 639px;
  border: 1px solid #0000004d;
}

p.inner_heading {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.peer_review_title span {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.peer_review_team span {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.peer_review_assign_number span {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.peer_review_assign_schedule span {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.peer_review_assign_competing_team span {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.peer_review_assign_prt_session span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #ff0000;
}

.peer_review_title,
.peer_review_team,
.peer_review_assign_number,
.peer_review_assign_schedule {
  margin-bottom: 20px;
}

.main_peer_review_section hr {
  margin-bottom: 20px;
  border: 1px solid #0000004d;
}

.feedback_title h1 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.result_title h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.result_inner_section {
  background-color: #f5f5f5;
  padding: 96px;
  text-align: center;
}

.result_timing h1 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}

.result_timing {
  margin-bottom: 20px;
}

a.live_btn {
  padding: 15px;
  display: block;
  width: 310px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #1c6fae;
}

.result_live_btn,
.result_result_btn {
  margin-top: 15px;
  justify-content: center;
  display: flex;
}

a.broadcast_btn {
  background: #1c6fae;
  color: #fff;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 64px;
  padding-right: 64px;
}

a.check_result_btn {
  padding: 15px;
  display: block;
  width: 310px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #1c6fae;
}

.main_div_result hr {
  border: 1px solid #0000004d;
}

.final_round_result {
  padding: 40px;
}

.main_div_certificate {
  padding: 63px;
  text-align: center;
  background-color: #f5f5f5;
}

.certificate_title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.certificate_title h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

div#final_round_upload_data {
  margin-top: 20px;
}

.cer_down {
  text-align: center;
}

tr.data_disabled {
  pointer-events: none;
}

tr.data_disabled td {
  color: #00000045 !important;
}

.mode_sections {
  display: flex;
  margin-bottom: 25px;
}

.mode_sections.final_round .offline_mode,
.mode_sections.final_round .online_mode {
  display: grid;
  padding: 5px;
  text-align: center;
}

.offline_mode,
.online_mode,
.option_c_mode {
  padding: 5px;
  text-align: center;
  flex: 1;
}

p.mode_text {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
}

.condition label {
  order: 3;
  flex: 0 0 100%;
  padding: 0;
}

.condition a {
  text-decoration: underline;
  order: 2;
}

.condition {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.condition p {
  margin: 0;
  margin: 0 5px;
  color: #666;
}

.offline_mode_payment_section {
  align-items: center;
  display: flex;
  width: 100% !important;
  padding: 25px 45px 25px 25px;
}

.pay_loader {
  margin-left: 50px;
}

a.online_next {
  background-color: #0c71c3;
  padding: 7px 20px 7px 20px;
  color: #fff;
  border-radius: 5px;
}

canvas#qr-canvas-visible {
  width: 150px !important;
  height: 150px !important;
}

.offline_mode img,
.online_mode img {
  height: auto !important;
  /* width: auto;
  height: 438px !important; */
}

a.con_video {
  color: #000;
  background-color: #FFBF00;
  padding: 8px 15px 8px 15px;
  border-radius: 5px;
}

.congratulation_video {
  margin-bottom: 25px;
  text-align: center;
}

.payment_boxes {
  max-width: 840px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.descriptions {
  font-size: 11px;
  line-height: 16px;
  color: #666;
  margin-right: 60px;
  text-align: justify;
}

@media (max-width: 1100px) {
  .without_discount_main .coupon_totalsection {
    flex-direction: column;
    align-items: flex-end;
  }

  .coupon_code_section {
    width: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {

  #fupload,
  #video_upload,
  #fupload_feedback,
  #file_revision {
    overflow: auto;
  }

  .pay_loader {
    margin-left: 0;
  }

  #UpcommingMyModal .modal-dialog,
  #paymentReminder .modal-dialog,
  #finalroundpaymentReminder .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .tab-section {
    width: 100%;
    flex-direction: column;
  }

  .tab {
    width: 100%;
  }

  .tab-section .tab-content {
    width: 100%;
  }

  .tab-heading {
    padding: 10px 10%;
  }

  .tab-heading p {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-heading h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .tab button {
    padding: 4px 10%;
    font-size: 14px;
  }

  #sidebar-btn {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    right: 58px;
    top: 15px;
    margin: auto;
  }

  #sidebar-btn span {
    background-color: #1c6fae;
    height: 2px;
    display: block;
    margin-bottom: 5px;
  }

  #sidebar-btn span:nth-child(2) {
    width: 75%;
    margin-left: auto;
  }

  #sidebarcustom {
    width: 210px;
    position: absolute;
    height: 100%;
    top: 0;
    left: -210px;
    transition: left 0.5s ease;
    z-index: 1;
  }

  #sidebarcustom.visible {
    left: 0px;
    transition: left 0.7s ease;
  }

  .tabcontent {
    padding: 50px 10% 25px;
  }

  .tab-content-heading {
    flex-direction: column;
    gap: 10px;
  }

  .tab-content-button {
    align-items: flex-start;
    flex-direction: column;
  }

  .tab-content-button-text {
    flex-direction: column;
    gap: 10px;
  }

  button.upcomeing-btn {
    width: 100%;
  }

  a.upcoming_deadline_button {
    padding: 10px 30px;
  }

  .without_discount_main .description {
    min-width: auto;
    width: 220px;
  }

  .without_discount_main .price {
    margin-left: auto;
  }

  .order_subtotal_section {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .without_discount_main .tabledetail {
    height: auto;
  }

  .dashbaord-heading {
    width: 100%;
  }

  .mec_withdraw {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  a.withdraw_button {
    display: inline-block;
  }
}

@media (max-width: 575px) {

  .descriptions {
    margin-right: 0px !important;
  }

  .payment_boxes {
    display: block;
  }

  div#table-container .right_align,
  div#plan-details-table-container .right_align {
    font-size: 13px !important;
  }

  .total_text {
    width: fit-content !important;
  }

  .mode_sections p.mode_text {
    height: 38px;
    line-height: normal;
    font-size: 14px;
  }

  .code_applied {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .code_applied a.remove_coupon_code {
    margin-left: 0px;
  }

  .row_code #coupon_code_text {
    min-width: 160px;
    max-width: 160px;
  }

  .without_discount_main .table {
    overflow: auto;
    border-bottom: 1px solid #b9b9b9 !important;
  }

  .without_discount_main .tabledetail {
    border-bottom: none !important;
    padding-bottom: 15px;
  }

  .without_discount_main .tabletop {
    min-width: 350px;
  }

  #my-plugin-form .row.form-group,
  #my-plugin-member-form .row.form-group {
    display: block !important;
  }

  .phone_numer_div.col-sm-9 {
    padding: 0 !important;
    margin-top: 15px !important;
  }

  .col-phone {
    display: block !important;
  }

  .main_orientation_div hr {
    width: 100%;
  }

  a.go_voting_btn {
    padding: 10px 15px;
  }

  .div_voting_links {
    padding: 25px;
  }

  .main_orientation_div {
    padding: 25px;
  }

  p.orientation_title {
    font-size: 18px;
    line-height: 20px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .peer_review_title span,
  .peer_review_team span,
  .peer_review_assign_number span,
  .peer_review_assign_schedule span,
  .peer_review_assign_competing_team span,
  .feedback_title h1,
  .result_title h1 {
    font-size: 18px;
  }

  .result_inner_section,
  .main_div_certificate {
    padding: 25px;
  }

  .certificate_title h1 {
    font-size: 20px;
  }

  .result_timing h1 {
    font-size: 18px;
    line-height: normal;
  }

  a.btn_attend_orientation {
    padding: 10px 15px;
  }

  p.voting_title {
    font-size: 18px;
    line-height: 20px;
  }

  .main_orientation_div p {
    font-size: 18px;
    line-height: normal;
  }

  .first_round_up_title p {
    font-size: 18px;
  }

  .teams_information {
    flex-direction: column;
    gap: 20px;
  }

  .without_discount_main .totalamount {
    min-width: 60px;
  }

  .without_discount_main .coupon_totalsection {
    width: 100%;
    padding-right: 20px;
  }

  .without_discount_main .description {
    min-width: auto;
    width: 80px;
    line-height: normal;
  }

  .without_discount_main .price {
    min-width: 100px;
  }

  .without_discount_main .tabletop {
    padding: 0 10px;
  }

  .without_discount_main .tabledetail {
    width: calc(100% - 20px);
  }

  .without_discount_main .quantity {
    min-width: 65px;
  }

  .team_name,
  .project_name {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .team_registration {
    font-size: 16px;
  }

  .order_summary {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .file_upload_section {
    flex-direction: column;
  }

  .drop_box input#file,
  .drop_box input#video-file,
  .final_round_upload_drop_box input#file,
  .drop_box input#files {
    width: 96%;
  }

  .file_upload_close_description h1 {
    font-size: 18px;
  }

  .file_upload_close_description p {
    font-size: 16px;
  }

  .result_section {
    padding: 20px;
  }

  .result_section h1 {
    font-size: 23px;
    line-height: 25px;
  }

  .tab button img.img-fluid {
    height: 20px;
  }

  .main_total_section {
    width: 60%;
  }

  .payment_button {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .without_discount_main .coupon_code_section .row_code {
    max-width: 220px;
  }

  .without_discount_main #coupon_code .add_item_button input[type="submit"] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .main_total_section {
    width: 70%;
  }
}

/* Custom CSS */
p.health-caution-txt {
  font-size: 13px;
  line-height: 20px;
  /*color: red; */
}

p.health-caution-txt .health-caution-txt-red {
  color: red;
}

p.health-caution-txt a.health-t-and-c {
  text-decoration: underline;
}

#update-mec-team-form .form-group .col-sm-3 {
  padding: 0;
}

/* Text on Payment Page */
.first_round_upload_terms_cond p {
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  max-width: 831px;
  padding: 10px !important;
}

.first_round_upload_terms_cond .upload_terms_cond_txt span.upload_terms_cond_txt_1 {
  color: #1c6fae;
  display: inline-block;
  padding-bottom: 5px;
}

/*.fix-footer-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}
*/
.table-team-member-info table tr th,
.table-plan-detail-info table tr th {
  white-space: nowrap;
}

.table-plan-detail-info table tr th {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  background-color: #f0f0f0;
  border-top: 1px solid #b9b9b9;
}

.table-plan-detail-info table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

/* Footer Alignment */
#main-footer .container {
  max-width: 1080px;
  padding: 0;
  width: 80%;
  margin: auto;
}

@media(max-width:991px) {
  .descriptions {
    margin-right: 0px !important;
  }

  .payment_boxes {
    display: block;
  }
  #main-footer .bottom-nav li {
    padding: 0;
  }

  #main-footer #menu-footerlinks {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

/* Dashboard Table alignment */
.table-team-member-info table tr th:nth-child(1),
.table-team-member-info table tr th:nth-child(2),
.table-plan-detail-info table tr th:nth-child(1),
.table-plan-detail-info table tr th:nth-child(2) {
  width: 140px !important;
  min-width: 140px !important;
}

.table-plan-detail-info table tr th:nth-child(3),
.table-plan-detail-info table tr th:nth-child(4),
.table-plan-detail-info table tr th:nth-child(5) {
  width: 310px !important;
  min-width: 310px;
}

@media(max-width:1440px) {

  .table-plan-detail-info table tr th:nth-child(1),
  .table-plan-detail-info table tr th:nth-child(2) {
    width: 80px;
  }

  .table-team-member-info table tr th:nth-last-child(1),
  .table-plan-detail-info table tr th:nth-last-child(1) {
    width: 60px;
    min-width: 60px !important;
    max-width: 60px !important;
  }

}

@media(min-width:1440px) {

  .table-team-member-info table tr th:nth-last-child(1),
  .table-plan-detail-info table tr th:nth-last-child(1) {
    width: 80px;
    max-width: 80px;
    min-width: 80px
  }

  .table-team-member-info table tr th:nth-child(1),
  .table-team-member-info table tr th:nth-child(2),
  .table-plan-detail-info table tr th:nth-child(1),
  .table-plan-detail-info table tr th:nth-child(2) {
    width: 240px !important;
    min-width: 240px !important;
  }
}

/* Mobile Advice Tag Line */
p.mobile_advice {
  font-size: 13px;
  color: #0c71c3;
  line-height: 20px;
  margin-bottom: 10px
}