/* _content/CheapTaxSolutions/Views/Home/Contact.cshtml.rz.scp.css */
.submit[b-iuhf6ka7il] {
  margin-top: 10px;
}
/* _content/CheapTaxSolutions/Views/Home/Conversation.cshtml.rz.scp.css */
.conversation[b-vb1y8pa4bb] {
  margin-top: -60px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.conversation .toolbar[b-vb1y8pa4bb] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  /*border: 4px solid black;*/
}
.conversation .toolbar > button[b-vb1y8pa4bb] {
  border: none;
  background-color: white;
  margin: 8px;
}
.conversation .toolbar > div[b-vb1y8pa4bb] {
  border-radius: 20px;
  background-color: #eee;
  align-content: center;
  flex: 1;
}
.conversation .toolbar > div button[b-vb1y8pa4bb] {
  border: none;
}
.conversation .toolbar > div input[b-vb1y8pa4bb] {
  background-color: transparent;
  border: none;
}
.conversation .message:hover[b-vb1y8pa4bb] {
  /*background-color: #eee;*/
}
.conversation .message[b-vb1y8pa4bb] {
  /*border: 2px solid blue;*/
  padding: 10px;
  border-radius: 8px;
  min-height: 200px;
}
.conversation .message .comment[b-vb1y8pa4bb] {
  width: 100%;
}
.conversation .message .comment textarea[b-vb1y8pa4bb], .conversation .message .comment textarea:focus-visible[b-vb1y8pa4bb] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: white;
  border: none;
  outline: none;
  min-height: 200px;
}
.conversation .message .controls[b-vb1y8pa4bb] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.conversation .message .controls .vote-control[b-vb1y8pa4bb] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid gold;
  background-color: #eee;
  border-radius: 20px;
  height: 30px;
  width: 80px;
  border: 1px solid silver;
}
.conversation .message .controls .vote-control button.small-button[b-vb1y8pa4bb] {
  border-radius: 20px;
  width: 30px !important;
  height: 100%;
  border: none;
  justify-content: center;
  align-items: start;
  padding: 0px;
}
.conversation .message .controls .vote-control button.small-button i[b-vb1y8pa4bb] {
  /*font-size: 28px;*/
  background-color: transparent;
  color: gray;
}
.conversation .message .controls .vote-control button.large-button[b-vb1y8pa4bb] {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  border: none;
  justify-content: center;
  align-items: start;
  padding: 0px;
}
.conversation .message .controls .vote-control button.large-button i[b-vb1y8pa4bb] {
  color: gray;
}
.conversation .join-conversation[b-vb1y8pa4bb] {
  margin-top: 8px;
  border-radius: 20px;
  border: 1px solid silver;
  box-sizing: border-box;
  padding: 10px;
}
.conversation .join-conversation textarea[b-vb1y8pa4bb] {
  width: 100%;
  outline: none;
  border: none;
}
.conversation .join-conversation .controls[b-vb1y8pa4bb] {
  display: flex;
  align-items: end;
  justify-content: end;
}
.conversation .join-conversation .controls button[b-vb1y8pa4bb] {
  border-radius: 20px;
  height: 30px;
  border: none;
  margin-left: 8px;
}
.conversation .join-conversation .controls button:last-child[b-vb1y8pa4bb] {
  background-color: blue;
  color: white;
}
/* _content/CheapTaxSolutions/Views/Home/CreatePost.cshtml.rz.scp.css */
.message[b-gookjj9d9z] {
  margin-top: 40px;
  /*border: 2px solid red;*/
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-self: center;
  width: 80%;
}
.message h3[b-gookjj9d9z] {
  margin-bottom: 10px;
}
.message .title[b-gookjj9d9z] {
  height: 60px;
}
.message .title[b-gookjj9d9z], .message .post[b-gookjj9d9z] {
  width: 100%;
  border: 1px solid silver;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: clip;
  display: flex;
  padding: 4px;
  box-sizing: border-box;
}
.message .title :hover[b-gookjj9d9z], .message .post :hover[b-gookjj9d9z] {
  background-color: #eee;
}
.message .title input[b-gookjj9d9z], .message .title textarea[b-gookjj9d9z], .message .post input[b-gookjj9d9z], .message .post textarea[b-gookjj9d9z] {
  width: 100%;
  border: none;
}
.message .title input:focus-visible[b-gookjj9d9z], .message .title text-area:focus-visible[b-gookjj9d9z], .message .post input:focus-visible[b-gookjj9d9z], .message .post text-area:focus-visible[b-gookjj9d9z] {
  outline: none;
  border: none;
}
.message .title textarea[b-gookjj9d9z], .message .post textarea[b-gookjj9d9z] {
  resize: vertical;
  min-height: 150px;
  height: 150px;
}
.message .title .post[b-gookjj9d9z], .message .post .post[b-gookjj9d9z] {
  height: auto;
}
.message .control-buttons[b-gookjj9d9z] {
  display: flex;
  justify-content: flex-end;
}
.message .control-buttons button[b-gookjj9d9z] {
  width: 80px;
  margin-left: 8px;
}
/* _content/CheapTaxSolutions/Views/Home/EditTaskTemplates.cshtml.rz.scp.css */
#task-template-editor[b-ax5zw8xuie] {
  /*border: 1px solid red;*/
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#task-template-editor > div[b-ax5zw8xuie] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#task-template-editor > div:not(:first-child)[b-ax5zw8xuie] {
  /*border: 4px solid green;*/
  flex: auto;
}
/* _content/CheapTaxSolutions/Views/Home/Forum.cshtml.rz.scp.css */
.forum[b-lawso37w88] {
  margin-top: -60px;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}
.forum .toolbar[b-lawso37w88] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  /*border: 4px solid black;*/
}
.forum .toolbar > button[b-lawso37w88] {
  border: none;
  background-color: white;
  margin: 8px;
}
.forum .toolbar > a[b-lawso37w88] {
  text-decoration: none !important;
  margin: 8px !important;
  color: black !important;
}
.forum .toolbar > div[b-lawso37w88] {
  height: 40px;
  border-radius: 20px;
  background-color: rgb(229, 235, 238);
  align-content: center;
  flex: 1;
}
.forum .toolbar > div button[b-lawso37w88] {
  border: none;
  border-radius: 20px;
  background-color: rgb(229, 235, 238);
}
.forum .toolbar > div input[b-lawso37w88] {
  background-color: transparent;
  width: 95%;
  border: none;
}
/* _content/CheapTaxSolutions/Views/Home/Index.cshtml.rz.scp.css */
/* Moved to _ComicReliefSplash */
/*.splash {
  display: flex;
  justify-content: center;

  #cheaptaxsolutions {
    max-width: 500px !important;*/
/* border: 5px solid red; */
/*}
}

.branding {*/
/*border: 2px solid green;*/
/*h3 .title {
  font-family: arial;
  font-size: 14px;
  font-weight: 300;*/
/*border: 1px solid red;*/
/*margin-bottom: 10px;
}

h1.headline::after {
  display: flex;
  justify-content: center;
  font-family: serif;
  content: "";
  font-size: 40px;
  font-weight: 300;
  line-height: .8;
  letter-spacing: normal;*/
/*border: 1px solid green;*/
/*margin: 0;
    animation: fade 10s ease-in-out infinite alternate;
    animation-iteration-count: infinite
  }
}

@keyframes fade {
  0%, 33.33% {
    top: -100%;
    opacity: 0;
    content: 'Easy to fix';
  }

  33.33%, 50% {
    top: 25%;
    opacity: 1;
    content: 'Go away';
  }

  50%, 100% {
    top: 110%;
    opacity: 0;
    content: 'and disappear'
  }
}*/
/* _content/CheapTaxSolutions/Views/Home/IntakeWizard.cshtml.rz.scp.css */
.container[b-zkihgkrenu] {
  margin-top: 40px;
  max-width: 800px;
  font-family: "Inter", sans-serif;
  background-color: #F9FAFB;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 1.6;
}

.precheck-questions[b-zkihgkrenu], .personal-preference[b-zkihgkrenu],
.transcript-questions[b-zkihgkrenu], .finance-questions[b-zkihgkrenu], .checkout-questions[b-zkihgkrenu] {
  border: 1px solid silver;
  padding: 8px;
  display: flex;
  flex-direction: column;
  background-color: #eee;
}
.precheck-questions h3[b-zkihgkrenu], .personal-preference h3[b-zkihgkrenu],
.transcript-questions h3[b-zkihgkrenu], .finance-questions h3[b-zkihgkrenu], .checkout-questions h3[b-zkihgkrenu] {
  text-transform: uppercase;
  letter-spacing: 0.8pt;
  font-size: 16px;
}
.precheck-questions > div[b-zkihgkrenu], .personal-preference > div[b-zkihgkrenu],
.transcript-questions > div[b-zkihgkrenu], .finance-questions > div[b-zkihgkrenu], .checkout-questions > div[b-zkihgkrenu] {
  /*border: thin solid red;*/
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.precheck-questions[b-zkihgkrenu] {
  background-color: rgba(211, 211, 211, 0.8);
}

.transcript-questions[b-zkihgkrenu] {
  background-color: rgba(232, 113, 74, 0.8);
}

.finance-questions[b-zkihgkrenu] {
  background-color: rgba(104, 189, 122, 0.8);
}

.checkout-buttons[b-zkihgkrenu] {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
}
.checkout-buttons a[b-zkihgkrenu], .checkout-buttons button[b-zkihgkrenu] {
  margin-left: 4px;
  width: 100px;
}
/* _content/CheapTaxSolutions/Views/Home/Privacy.cshtml.rz.scp.css */
.privacy-policy-container[b-q0514oraxl] {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #333;
}

.privacy-policy-container h1[b-q0514oraxl] {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #000;
}

.privacy-policy-container h2[b-q0514oraxl] {
  font-size: 2em;
  margin-top: 30px;
  color: #000;
}

.privacy-policy-container h3[b-q0514oraxl] {
  font-size: 1.5em;
  margin-top: 20px;
  color: #000;
}

.privacy-policy-container p[b-q0514oraxl] {
  margin-bottom: 15px;
}

.privacy-policy-container ul[b-q0514oraxl] {
  margin-bottom: 15px;
  padding-left: 20px;
}

.privacy-policy-container ul li[b-q0514oraxl] {
  margin-bottom: 10px;
}

.privacy-policy-container a[b-q0514oraxl] {
  color: #0073e6;
  text-decoration: none;
}

.privacy-policy-container a:hover[b-q0514oraxl] {
  text-decoration: underline;
}
/* _content/CheapTaxSolutions/Views/Home/Roadmap.cshtml.rz.scp.css */
container .main[b-3xzhiftduf] {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
  justify-content: flex-start !important;
  padding-top: 20px;
}
container .main #roadmap[b-3xzhiftduf] {
  display: flex !important;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid silver;
  /* box-shadow: 1px 1px 7px 0px silver; */ /* looks dated */
  height: 100%;
  box-sizing: border-box;
}
container .main #roadmap .toolbar[b-3xzhiftduf] {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*border-right: 1px solid silver;*/
}
container .main #roadmap .icons[b-3xzhiftduf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
container .main #roadmap .roadmap-navigation[b-3xzhiftduf] {
  padding-left: 10px;
}
container .main #roadmap .roadmap-view[b-3xzhiftduf] {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
  border-left: 1px inset silver;
}
container .main #roadmap .roadmap-view header[b-3xzhiftduf] {
  border-bottom: 1px inset silver;
  padding: 4px;
  flex-grow: 0;
}
container .main #roadmap .roadmap-view .content[b-3xzhiftduf] {
  padding: 0;
  /*border: 1px solid green;   */
  flex-grow: 1;
  background-color: rgb(250, 250, 250);
}
container .main #roadmap .roadmap-view .content div#Roadmap[b-3xzhiftduf] {
  padding: 10px;
}
container .nav-actions[b-3xzhiftduf] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 10px;
}
container .nav.nav-tabs[b-3xzhiftduf] {
  font-size: 75%;
  margin-top: 4px;
}
container .nav-link[b-3xzhiftduf] {
  color: gray;
  font-weight: 500;
  border-radius: 0 !important;
}
container .nav-link i[b-3xzhiftduf] {
  margin-right: 4px;
}
container .nav-link.active[b-3xzhiftduf] {
  color: rgb(5, 129, 211) !important;
  background-color: rgb(213, 230, 246) !important;
}
/* _content/CheapTaxSolutions/Views/Home/Wizard.cshtml.rz.scp.css */
.outer-container[b-1u385dq8nq] {
  background-image: url("/images/resolutions.png");
  min-height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
  margin: 40px 0px;
  display: flex;
  flex-direction: row;
}
.outer-container .marketing-container[b-1u385dq8nq], .outer-container .wizard-container[b-1u385dq8nq] {
  flex: 1;
  /* border: 4px solid blue; */
  background-color: transparent;
  height: 600px;
  width: 350px;
  display: flex;
  align-items: center;
}
.outer-container .marketing-container[b-1u385dq8nq] {
  justify-content: flex-end;
  padding-right: 20px;
}
.outer-container .wizard-container[b-1u385dq8nq] {
  justify-content: flex-start;
  padding-left: 20px;
}
/* _content/CheapTaxSolutions/Views/Shared/_Attachments.cshtml.rz.scp.css */
.file-grid[b-u05vxexnm6] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px;
}
.file-grid .file-item.selected[b-u05vxexnm6] {
  background-color: #cce5ff;
  border: 1px solid #339af0;
  border-radius: 4px;
}
.file-grid .file-item[b-u05vxexnm6] {
  cursor: pointer;
  user-select: none;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  text-align: center;
}
.file-grid .file-item .file-link[b-u05vxexnm6] {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-grid .file-item .file-link .fa-file-word[b-u05vxexnm6] {
  color: #185abd;
}
.file-grid .file-item .file-link .fa-file-excel[b-u05vxexnm6] {
  color: #217346;
}
.file-grid .file-item .file-link .fa-file-pdf[b-u05vxexnm6] {
  color: #d63333;
  color: red;
}
.file-grid .file-item .file-link .fa-text[b-u05vxexnm6], .file-grid .file-item .file-link .fa-file-alt[b-u05vxexnm6] {
  color: #888;
}
.file-grid .file-item .file-link .file-icon[b-u05vxexnm6] {
  font-size: 2rem;
  margin-bottom: 6px;
}
.file-grid .file-item .file-link .file-name[b-u05vxexnm6] {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
/* _content/CheapTaxSolutions/Views/Shared/_ComicReliefSplash.cshtml.rz.scp.css */
.splash[b-0teulkz9y1] {
  display: flex;
  justify-content: center;
}
.splash #cheaptaxsolutions[b-0teulkz9y1] {
  height: 600px;
  /* border: 5px solid red; */
}

.branding[b-0teulkz9y1] {
  /*border: 2px solid green;*/
}
.branding h3 .title[b-0teulkz9y1] {
  font-family: arial;
  font-size: 14px;
  font-weight: 300;
  /*border: 1px solid red;*/
  margin-bottom: 10px;
}
.branding h1.headline[b-0teulkz9y1]::after {
  display: flex;
  justify-content: center;
  font-family: serif;
  content: "";
  font-size: 40px;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: normal;
  /*border: 1px solid green;*/
  margin: 0;
  animation: fade-b-0teulkz9y1 10s ease-in-out infinite alternate;
  animation-iteration-count: infinite;
}

@keyframes fade-b-0teulkz9y1 {
  0%, 33.33% {
    top: -100%;
    opacity: 0;
    content: "Easy to fix";
  }
  33.33%, 50% {
    top: 25%;
    opacity: 1;
    content: "Go away";
  }
  50%, 100% {
    top: 110%;
    opacity: 0;
    content: "and disappear";
  }
}
/* _content/CheapTaxSolutions/Views/Shared/_ComplianceTaskNode.cshtml.rz.scp.css */
.tagged-item i[b-8rq9n5z6t5] {
  margin-right: 4px;
}
/* _content/CheapTaxSolutions/Views/Shared/_Conversation.cshtml.rz.scp.css */
.conversation-replies[b-4q3o37s4l3] {
  margin-top: 8px;
  border: 1px solid red;
}
.conversation-replies .message[b-4q3o37s4l3] {
  /*border: 2px solid blue;*/
  padding: 10px;
  border-radius: 8px;
  min-height: 200px;
}
.conversation-replies .message .comment[b-4q3o37s4l3] {
  width: 100%;
}
.conversation-replies .message .comment textarea[b-4q3o37s4l3], .conversation-replies .message .comment textarea:focus-visible[b-4q3o37s4l3] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: white;
  min-height: 200px;
  border: none;
  outline: none;
}
.conversation-replies .message .controls[b-4q3o37s4l3] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  border: 3px solid blue;
}
.conversation-replies .message .controls .vote-control[b-4q3o37s4l3] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid gold;
  background-color: #eee;
  border-radius: 20px;
  height: 30px;
  width: 80px;
  border: 1px solid silver;
}
.conversation-replies .message .controls .vote-control button.small-button[b-4q3o37s4l3] {
  border-radius: 20px;
  width: 30px !important;
  height: 100%;
  border: none;
  justify-content: center;
  align-items: start;
  padding: 0px;
}
.conversation-replies .message .controls .vote-control button.small-button i[b-4q3o37s4l3] {
  /*font-size: 28px;*/
  background-color: transparent;
  color: gray;
}
.conversation-replies .message .controls .vote-control button.large-button[b-4q3o37s4l3] {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  border: none;
  justify-content: center;
  align-items: start;
  padding: 0px;
}
.conversation-replies .message .controls .vote-control button.large-button i[b-4q3o37s4l3] {
  color: gray;
}
/* _content/CheapTaxSolutions/Views/Shared/_CostelloSplash.cshtml.rz.scp.css */
.splash[b-ckf1tnoq43] {
  width: 100%;
  height: 600px;
  margin-top: 20px;
  overflow: clip;
}
.splash > div[b-ckf1tnoq43] {
  /*display: flex;*/
  width: 100%;
  height: 100%;
  justify-content: center;
  background-image: url("images/resolutions.png");
  background-size: cover;
  aspect-ratio: 2.5;
  background-repeat: no-repeat;
}
/* _content/CheapTaxSolutions/Views/Shared/_HowTo.cshtml.rz.scp.css */
/*body {
  font-family: Helvetica;
  background-color: #f5f5f5;
  padding: 2rem;
  margin: 0;
}
*/
section#tutorial[b-n3gm6ufulh] {
  margin-bottom: 20px;
}

.onboarding-flow h2[b-n3gm6ufulh] {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.flow-container[b-n3gm6ufulh] {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
  padding-right: 20px;
}

.step[b-n3gm6ufulh] {
  background-color: whitesmoke;
  flex: 1 1 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid silver;
  min-height: 300px;
}

.arrow[b-n3gm6ufulh] {
  margin-top: 8px;
  width: 95%;
  background: rgb(30, 71, 79);
  color: white;
  padding: 0.3rem;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
}

.content[b-n3gm6ufulh] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  font-size: medium;
}

.content p[b-n3gm6ufulh] {
  margin: 0.1rem 0;
  word-break: break-word;
}

.note[b-n3gm6ufulh] {
  font-size: 0.9rem;
  color: #333;
}

#tutorial[b-n3gm6ufulh] {
  padding-top: 20px;
  padding-left: 50px;
}

h4[b-n3gm6ufulh] {
  padding-bottom: 20px;
}
/* _content/CheapTaxSolutions/Views/Shared/_Landing.cshtml.rz.scp.css */
html[b-ew2ww4uhk5],
body[b-ew2ww4uhk5] {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 2px solid red;
}

.header[b-ew2ww4uhk5] {
  height: 80px;
  /* border: 2px solid blue; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.header .tagline[b-ew2ww4uhk5] {
  display: table-caption;
  font-family: Avenir, Georgia, Times New Roman, Times, serif;
  margin: 20px;
  width: 100px;
  height: 100%;
  z-index: 1000;
}
@media (max-width: 900px) {
  .header .burger[b-ew2ww4uhk5] {
    display: flex;
  }
  .header .not-a-burger[b-ew2ww4uhk5] {
    display: none;
  }
}
@media (min-width: 901px) {
  .header .burger[b-ew2ww4uhk5] {
    display: none;
  }
  .header .not-a-burger[b-ew2ww4uhk5] {
    display: flex;
  }
}
.header .burger[b-ew2ww4uhk5] {
  justify-content: flex-end;
  margin: 20px;
  width: 100px;
  height: 100%;
}
.header .not-a-burger[b-ew2ww4uhk5] {
  margin-top: 20px;
  margin-right: 60px;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: space-evenly;
}

container .main[b-ew2ww4uhk5] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  top: -30px;
  height: 100vh;
  /*border: 1px solid red;*/
}

body > footer > div[b-ew2ww4uhk5] {
  margin-left: 0;
}

footer[b-ew2ww4uhk5] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer > div:first-child[b-ew2ww4uhk5] {
  justify-content: flex-start;
  margin-left: 8px;
}
footer > div:last-child[b-ew2ww4uhk5] {
  justify-content: flex-end;
  margin-right: 20px;
}
/* _content/CheapTaxSolutions/Views/Shared/_Layout.cshtml.rz.scp.css */
html[b-20uht7n3if],
body[b-20uht7n3if] {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 2px solid red;
}

.header[b-20uht7n3if] {
  height: 80px;
  /* border: 2px solid blue; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.header .tagline[b-20uht7n3if] {
  display: table-caption;
  font-family: Avenir, Georgia, Times New Roman, Times, serif;
  font-size: 22px;
  margin: 20px;
  width: 100px;
  height: 100%;
  z-index: 1000;
}
@media (max-width: 900px) {
  .header .burger[b-20uht7n3if] {
    display: flex;
  }
  .header .not-a-burger[b-20uht7n3if] {
    display: none;
  }
}
@media (min-width: 901px) {
  .header .burger[b-20uht7n3if] {
    display: none;
  }
  .header .not-a-burger[b-20uht7n3if] {
    display: flex;
  }
}
.header .burger[b-20uht7n3if] {
  justify-content: flex-end;
  margin: 20px;
  width: 100px;
  height: 100%;
}
.header .not-a-burger[b-20uht7n3if] {
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  justify-content: space-evenly;
}

container main[b-20uht7n3if] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

a.navbar-brand[b-20uht7n3if] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-20uht7n3if] {
  color: #0077cc;
}

.btn-primary[b-20uht7n3if] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-20uht7n3if], .nav-pills .show > .nav-link[b-20uht7n3if] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-20uht7n3if] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-20uht7n3if] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-20uht7n3if] {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy[b-20uht7n3if] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-20uht7n3if] {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/CheapTaxSolutions/Views/Shared/_LinkCard.cshtml.rz.scp.css */
.link-card[b-z7sfy0v57c] {
  /*border: 1px solid silver;*/
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.532);
  height: 400px;
  width: 40vw;
  background-color: whitesmoke;
  padding: 6px;
}
.link-card div.fields[b-z7sfy0v57c] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 8px;
}
.link-card div.fields[b-z7sfy0v57c]  textarea {
  resize: none;
}
.link-card .closer[b-z7sfy0v57c] {
  display: flex;
  flex-direction: row;
  padding: 4px;
}
.link-card .closer div:last-child[b-z7sfy0v57c] {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.link-card .buttons[b-z7sfy0v57c] {
  padding: 8px;
  /*border: 1px solid red;*/
  display: flex;
  justify-content: flex-end;
}
.link-card .buttons button[b-z7sfy0v57c] {
  width: 80px;
}
/* _content/CheapTaxSolutions/Views/Shared/_Messages.cshtml.rz.scp.css */
.messages .message:hover[b-5qf9nv0gfu] {
  background-color: rgb(246, 248, 249);
}
.messages .message[b-5qf9nv0gfu] {
  /*border: 2px solid blue;*/
  padding: 10px;
  border-radius: 8px;
}
.messages .message .aging[b-5qf9nv0gfu] {
  font-size: 75%;
  padding: 4px;
}
.messages .message .comment[b-5qf9nv0gfu] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.messages .message .comment h4[b-5qf9nv0gfu] {
  margin-bottom: 8px;
}
.messages .message .comment textarea[b-5qf9nv0gfu] {
  width: 100%;
  height: 100%;
  min-height: 150px;
  resize: vertical;
  box-sizing: border-box;
  background-color: white;
}
.messages .message .controls[b-5qf9nv0gfu] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 8px;
}
.messages .message .controls .vote-control[b-5qf9nv0gfu] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgb(229, 235, 238);
  border-radius: 20px;
  height: 30px;
  width: 80px;
}
.messages .message .controls .vote-control button.small-button[b-5qf9nv0gfu] {
  border-radius: 20px;
  width: 30px !important;
  height: 100%;
  border: none;
  justify-content: center;
  align-items: start;
  padding: 0px;
  background-color: rgb(229, 235, 238);
}
.messages .message .controls .vote-control button.small-button i[b-5qf9nv0gfu] {
  /*font-size: 28px;*/
  background-color: transparent;
  color: gray;
}
.messages .message .controls .vote-control button.large-button[b-5qf9nv0gfu] {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  border: none;
  justify-content: center;
  align-items: start;
  padding: 0px;
  background-color: rgb(229, 235, 238);
}
.messages .message .controls .vote-control button.large-button i[b-5qf9nv0gfu] {
  color: gray;
}
/* _content/CheapTaxSolutions/Views/Shared/_ResolutionWizard.cshtml.rz.scp.css */
.btn[b-ujlhby8s55] {
  width: 180px;
  white-space: nowrap;
}
/* _content/CheapTaxSolutions/Views/Shared/_SwimLanes.cshtml.rz.scp.css */
table[b-r6hgjdogtl] {
  width: 100%;
  border: none;
  table-layout: fixed;
}
table tbody tr td:not(:first-child)[b-r6hgjdogtl] {
  /*border: 1px solid red;*/
  vertical-align: top;
}
table tr[b-r6hgjdogtl] {
  height: 100px;
  min-height: 100px;
}
table tr td[b-r6hgjdogtl] {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  width: 90px;
  padding: 10px;
}
table tr td div.tagged-item[b-r6hgjdogtl] {
  padding: 4px;
}
table tr td div.tagged-item label[b-r6hgjdogtl] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table tr td div i.fa-bullseye[b-r6hgjdogtl] {
  margin-right: 4px;
}
table tr th[b-r6hgjdogtl] {
  border: none;
  height: 80px;
}
table tr th div[b-r6hgjdogtl] {
  background-color: rgb(30, 71, 79);
  height: 80%;
  width: 90%;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
table tr td:last-child[b-r6hgjdogtl] {
  border-right: none;
}
table tr:last-child td[b-r6hgjdogtl] {
  border-bottom: none;
  border-top: 1px solid silver;
}
table th:first-child[b-r6hgjdogtl] {
  border: none;
}
table tr td[b-r6hgjdogtl] {
  height: 80px;
}
table tr td:first-child[b-r6hgjdogtl] {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.8pt;
}
table tr:nth-child(1) td:first-child[b-r6hgjdogtl] {
  background-color: lightgray;
}
table tr:nth-child(2) td:first-child[b-r6hgjdogtl] {
  background-color: rgb(232, 113, 74);
}
table tr:nth-child(3) td:first-child[b-r6hgjdogtl] {
  background-color: rgb(149, 196, 219);
}
table tr:nth-child(4) td:first-child[b-r6hgjdogtl] {
  background-color: rgb(104, 189, 122);
}
table tr:nth-child(5) td:first-child[b-r6hgjdogtl] {
  background-color: rgb(230, 194, 186);
}
table tr:nth-child(6) td:first-child[b-r6hgjdogtl] {
  background-color: rgba(234, 29, 62, 0.7);
}
table th:not(:first-child)[b-r6hgjdogtl] {
  color: white;
  font-family: calibri light;
  font-weight: 300;
  text-transform: uppercase;
}
table .gray[b-r6hgjdogtl] {
  border-left: 6px solid lightgray;
}
table .orange[b-r6hgjdogtl] {
  border-left: 6px solid rgb(232, 113, 74);
}
table .blue[b-r6hgjdogtl] {
  border-left: 6px solid rgb(149, 196, 219);
}
table .green[b-r6hgjdogtl] {
  border-left: 6px solid rgb(104, 189, 122);
}
table .pink[b-r6hgjdogtl] {
  border-left: 6px solid rgb(230, 194, 186);
}
table .red[b-r6hgjdogtl] {
  border-left: 6px solid rgba(234, 29, 62, 0.7);
}
table .tagged-item[b-r6hgjdogtl] {
  cursor: grab !important;
  border-radius: 4px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  box-shadow: 1px 1px 1px silver;
  height: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 85%;
  padding-left: 8px;
}
table .tagged-item label[b-r6hgjdogtl] {
  cursor: grab !important;
}

.sortable-placeholder[b-r6hgjdogtl] {
  background-color: rgba(30, 71, 79, 0.2);
  border: 2px dashed #1e474f;
  height: 30px;
  margin-bottom: 5px;
  visibility: visible !important;
}

.highlight-drop[b-r6hgjdogtl] {
  background-color: rgba(30, 71, 79, 0.2) !important;
  border: 2px solid #1e474f !important;
}
/* _content/CheapTaxSolutions/Views/Shared/_TaskCard.cshtml.rz.scp.css */
.task-card[b-9tabklzi8v] {
  /*border: 1px solid silver;*/
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.532);
  height: 700px;
  width: 80vw;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.header[b-9tabklzi8v] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 100px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /*border: 2px solid green;*/
}
.header .task-name[b-9tabklzi8v] {
  display: flex;
  flex-direction: row;
}
.header .task-name > div[b-9tabklzi8v] {
  flex: 1;
}
.header .task-name div[b-9tabklzi8v] {
  padding-top: 10px;
  padding-left: 10px;
}
.header .task-name > div:last-child[b-9tabklzi8v] {
  display: flex;
  justify-content: flex-end;
}
.header .task-name .btn-close[b-9tabklzi8v] {
  margin: 8px;
}

.sub-header[b-9tabklzi8v] {
  display: flex;
  flex-direction: row;
  /*border: 2px solid red;*/
}
.sub-header > div:first-child[b-9tabklzi8v] {
  padding-left: 10px;
}

.sub-header > div[b-9tabklzi8v] {
  flex: 1;
  /*border: 3px solid green;*/
}

.save-button[b-9tabklzi8v] {
  display: flex;
  justify-content: center;
}
.save-button button[b-9tabklzi8v] {
  background-color: rgb(0, 120, 212);
  border-radius: 2px;
  width: 100px;
}
.save-button button i[b-9tabklzi8v] {
  margin-right: 10px;
  font-weight: 100;
}

.gray[b-9tabklzi8v] {
  border-left: 6px solid lightgray;
}

.orange[b-9tabklzi8v] {
  border-left: 6px solid rgb(232, 113, 74);
}

.blue[b-9tabklzi8v] {
  border-left: 6px solid rgb(149, 196, 219);
}

.green[b-9tabklzi8v] {
  border-left: 6px solid rgb(104, 189, 122);
}

.pink[b-9tabklzi8v] {
  border-left: 6px solid rgb(230, 194, 186);
}

.red[b-9tabklzi8v] {
  border-left: 6px solid rgba(234, 29, 62, 0.7);
}

.content[b-9tabklzi8v] {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
  /*border: 5px solid red;*/
  box-sizing: border-box;
}

.task-state[b-9tabklzi8v] {
  height: 80px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
}
.task-state > div:last-child[b-9tabklzi8v] {
  justify-content: end;
  display: flex;
  align-items: end;
  margin-right: 8px;
}
.task-state ul li[b-9tabklzi8v] {
  border-radius: 0;
}
.task-state ul li a[b-9tabklzi8v] {
  color: rgba(128, 128, 128, 0.7);
}
.task-state ul li a:focus[b-9tabklzi8v] {
  color: rgb(128, 128, 128);
  font-weight: 400;
}
.task-state .task-state-information div[b-9tabklzi8v] {
  display: flex;
  white-space: nowrap;
}
.task-state .task-state-information div span[b-9tabklzi8v] {
  width: 100px;
}

.task-state > div[b-9tabklzi8v] {
  flex: 1;
}

.task-state > div:first-child[b-9tabklzi8v], .task-state > div:nth-child(2)[b-9tabklzi8v] {
  padding: 10px;
}

.nav-tabs .nav-item.show .nav-link[b-9tabklzi8v], .nav-tabs .nav-link.active[b-9tabklzi8v] {
  border-radius: 0 !important;
  color: black;
}

.nav-link[b-9tabklzi8v] {
  min-width: 80px;
}
.nav-link span[b-9tabklzi8v] {
  font-size: 80%;
  margin-left: 4px;
  top: -2px;
  position: relative;
}

.tab-pane[b-9tabklzi8v] {
  padding: 10px;
}
.tab-pane textarea[b-9tabklzi8v] {
  overflow: hidden;
  resize: none;
  height: auto;
  min-height: 200px;
  width: 95%;
}

/* Hack this should be in its own file probably */
.context-menu[b-9tabklzi8v] {
  position: fixed;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 10000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 4px;
  width: 120px;
}

.context-menu .dropdown-item[b-9tabklzi8v] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

.context-menu .dropdown-item:hover[b-9tabklzi8v] {
  background-color: #f1f1f1;
}

#Attachments[b-9tabklzi8v] {
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  /*border: 3px solid blue;*/
}

#attachments-content[b-9tabklzi8v] {
  /*position: absolute;*/
}

.centered-dropzone[b-9tabklzi8v] {
  width: 280px;
  height: 180px;
  border: 2px dashed #aaa;
  border-radius: 8px;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  z-index: 10;
  transition: opacity 0.3s;
}

.centered-dropzone:hover[b-9tabklzi8v] {
  border-color: #0078d4;
  background-color: #eef6ff;
}

.centered-dropzone i[b-9tabklzi8v] {
  transition: transform 0.2s;
}

.centered-dropzone:hover i[b-9tabklzi8v] {
  transform: scale(1.2);
}
/* _content/CheapTaxSolutions/Views/Shared/_TaskTemplateEditor.cshtml.rz.scp.css */
.template-form[b-uhl8kfdl53] {
  background-color: whitesmoke;
  border: 1px solid silver;
  padding: 6px;
  width: 600px;
}
.template-form div[b-uhl8kfdl53] {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  max-width: 600px;
  align-items: stretch;
  /*border: 4px solid red;*/
}
.template-form div[b-uhl8kfdl53]  label {
  margin-bottom: 2px;
}
.template-form div input:not([type=checkbox])[b-uhl8kfdl53] {
  width: 400px;
}
.template-form div[b-uhl8kfdl53]  input[type=number] {
  align-self: flex-start;
  width: 80px;
  text-align: right;
}
.template-form div .affirmation[b-uhl8kfdl53] {
  width: 40px !important;
  align-self: flex-start;
}
.template-form div textarea[b-uhl8kfdl53] {
  resize: vertical;
  overflow: auto;
  align-self: flex-start;
}
.template-form .small-control-buttons[b-uhl8kfdl53] {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.template-form .small-control-buttons button[b-uhl8kfdl53] {
  margin-left: 4px;
}
.template-form .control-buttons[b-uhl8kfdl53] {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.template-form .control-buttons button[b-uhl8kfdl53] {
  width: 100px;
  margin-left: 8px;
}
/* _content/CheapTaxSolutions/Views/Shared/_TemplateAttachmentsEditor.cshtml.rz.scp.css */
.template-attachments .attachments[b-fhlmf8y38g] {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  /*    border: 4px solid red;*/
}
.template-attachments .attachments #attachments[b-fhlmf8y38g] {
  /*border: 4px solid purple;*/
  flex: 100%;
  flex: 1;
}
.template-attachments .attachments #attachments #Attachments[b-fhlmf8y38g] {
  height: 100%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  /*border: 3px solid blue;*/
}
.template-attachments .attachments #attachments .context-menu[b-fhlmf8y38g] {
  position: fixed;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 10000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 4px;
  width: 120px;
}
.template-attachments .attachments #attachments .context-menu .dropdown-item[b-fhlmf8y38g] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.template-attachments .attachments #attachments .context-menu .dropdown-item :hover[b-fhlmf8y38g] {
  background-color: #f1f1f1;
}
.template-attachments .attachments .centered-dropzone[b-fhlmf8y38g] {
  width: 100px;
  height: 60px;
  border: 2px dashed #aaa;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  z-index: 10;
  transition: opacity 0.3s;
  align-self: center;
}
.template-attachments .attachments .centered-dropzone :hover[b-fhlmf8y38g] {
  border-color: #0078d4;
  background-color: #eef6ff;
}
.template-attachments .attachments .centered-dropzone :hover i[b-fhlmf8y38g] {
  transform: scale(1.2);
}
.template-attachments .attachments .centered-dropzone i[b-fhlmf8y38g] {
  transition: transform 0.2s;
}
