.caseCreation {
  display: flex;
  height: 100% !important;
}

.caseCreation__form-container {
  height: calc(100% - 83px);
  width: 100%;
}

.caseCreation .tab-additional-fields {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding-top: 40px;
  position: relative;
}

.caseCreation .tab-additional-fields > div {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.caseCreation-form--top > div {
  padding-left: 0;
  padding-right: 0;
}

.tooltip-data-createcase {
  width: 327px !important;
  min-width: 327px !important;
  height: fit-content;
  position: absolute;
  right: 105px;
  margin-top: 25px !important;
  z-index: 999999;
  background: #fff;
  padding-left: 5px;
  padding-top: 10px;
  background-clip: padding-box;
  border: 1px solid rgba(61,70,77,0.1);
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.setting__case.setting__case-createCase
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 35px;
}

#modalDescriptionCreate > div {
  height: 100%;
}

#modalDescriptionCreate > div > table {
  height: 100%;
}

.tooltip-data-case:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 91%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltip-data-case-header {
  font-family: ClearSans;
  font-size: 13px;
  color: #999999;
  padding-bottom: 15px;
}

.tooltip-data-case-type-group {
  display: flex;
  flex-flow: column;
  padding-bottom: 15px;
}

.tooltip-data-case-type {
  font-family: ClearSans;
  font-size: 12px;
  color: #999999;
}

.tooltip-data-case-select {
  padding-bottom: 11px;
}

.caseManagement__content__helper_button {
  position: absolute;
  display: inline-block;
  right: 1px;
  top: 0px;
  z-index: 10;
  height: 40px;
  width: 40px;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  cursor: pointer;
}

.caseManagement__content__helper_button.helper_open {
  border-bottom: none;
}

.caseManagement__content__helper_button .caseManagement__content__helper_icon {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  background-image: url(../../img/question_mark.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 13px;
  margin-top: 8px;
}

.caseManagement__content__helper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  width: 300px;
  min-width: 300px;
  right: 0px;
  z-index: 10;
  background-color: #ffffff;
  border-left: 1px solid rgba(61,70,77,0.1);
  border-right: 1px solid rgba(61,70,77,0.1);
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.caseManagement__content__helper > div {
  max-width: 300px;
}

.caseManagement__content__helper > div > div{
  max-width: 300px;
}

.caseManagement__content__helper_title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 30px 18px 15px 18px;
}

.caseManagement__content__helper_title h4 {
  margin: 0px;
}

.caseManagement__content__helper_title .close-toolbar {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 12px;
  width: 12px;
  z-index: 1;
  background-image: url(../../img/close.svg);
  background-size: 12px;
  background-repeat: no-repeat;
}

.caseManagement__content__helper_text {
   padding: 0px 18px 0px 18px;
}
.caseManagement__headless_success {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;

}

.caseManagement__headless_success span {
  box-sizing: border-box;
  border: 1px solid #39b54a;
  width: 100px;
  height: 100px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
  
.caseManagement__headless_success span:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 25px;
  border: 1px solid #39b54a;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 1;
  background: 0 0;
  top: 30px;
  left: 25px;
}

.caseManagement__headless_success h1 {
  font-size: 40px;
  font-family: Lato,sans-serif;
  font-weight: 300;
  color: gray;
}

.caseManagement__headless_success h2
{
  font-size: 16px;
  color: gray;
  font-family: Lato,sans-serif;
  font-weight: 300;
}

.caseManagement__headless_success.failure_check span {
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: red;
}

.caseCreation__form-container .mCSB_container {
  width: 100% !important;
  left: 0 !important;
}

.caseCreation__form-container .toolbar_files--list {
  display: none;
}