.textmessage-container {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 1rem;
}
.communications-backarrow-container .fa {
	font-size: 2.6rem;
	margin: 0.6rem;
	margin-bottom: 1rem;
	cursor: pointer;
 }
.textmessage__content
{
	background-color: #fff;
	padding: 1rem;
}
.textmessage__section {
  width: calc(50% - 3.2rem);
  height: auto;
  background-color: white;
  display: inline-block;
  margin: 1.6rem;
  padding: 1rem;
  vertical-align: top;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  transition: all 200ms linear;
}

.textmessage__full {
  width: calc(100% - 3.2rem);
  height: auto;
  background-color: white;
  display: inline-block;
  margin: 1.6rem;
  padding: 1rem;
  vertical-align: top;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  transition: all 200ms linear;
}

.textmessage__heading {
  width: 100%;
  height: 2.2rem;
  font-size: 2.3rem;
  line-height: 2.2rem;
  position: relative;
  color: #5cb85c;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: center;
}

.textmessage__wrapper {
  margin: 1rem 0;
}
.textmessage__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
/* .textmessage__buttons .button__primary{
} */
.textmessage__forminfo {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.textmessage .conatainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.textmessage a.button__flatPrimary.small {
  border-radius: 0;
  height: 54px;
  line-height: 54px;
  width: 114px;
}

.textmessage a.button__flatPrimary.large {
  border-radius: 0;
  height: 54px;
  line-height: 54px;
  width: 250px;
}

.textmessage a.button__flatPrimary span,
.textmessage a.button__flatPrimary.import,
.textmessage a.button__flatPrimary.export {
  display: initial;
}

.copyembed.button__primary {
  cursor: pointer;
  width: 13rem;
}

.button__primary {
  margin-right: 0.5rem;
}

.textmessage-radiobuttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.textmessage-radiobuttons .item {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 33%;
}
.textmessage-radiobuttons .item label
{
  width: 100%;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2.45rem !important;
  height: 2.45rem !important;
  border: 0.0175rem solid black;
  content: "";
  display: inline-block;
  border-radius: 50px;
  background-color: white;
}

input[type=radio]:checked {
  width: 2.45rem;
  height: 2.45rem;
  border: 0.0175rem solid black;
  border-radius: 50px;
}

input[type=radio]:checked:after {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2.3625rem !important;
  height: 2.3625rem !important;
  border: 0.4375rem solid white;
  content: "";
  display: inline-block;
  border-radius: 50px;
  background-color: lightblue;
}

input[type=radio]:focus, input:focus {
  outline: none;
}

@media screen and (max-width: 991px) {
  .copyembed.button__primary {
    width: 20rem;
  }
  .textmessage {
      justify-content: flex-start;
      flex-wrap: wrap;
      white-space: wrap;
  }

  .textmessage__section {
      flex-shrink: 0;
      width: calc(100% - 3.2rem);
      height: auto;
      background-color: white;
      display: inline-block;
      margin: 1.6rem;
      padding: 1rem;
      vertical-align: top;
      box-shadow: 0 1px 4px 1px rgb(0 0 0 / 30%);
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .button__primary {
    font-size: 1.25rem;
    margin: 1rem 0;
  }
}
/*
otherincome
*/
.textmessagelist_grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 2fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
 }
 
 .textmessagelist_grid:nth-child(odd) {
	background: white;
 }
 
 .textmessagelist_grid > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1rem;
 }
 
 .textmessagelist_headers {
	font-weight: bolder;
	font-size: x-large;
	border-bottom: 1px solid black;
	padding: 8px 8px 8px 0;
 }
 .textmessagelist_borders {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: transparent;
 }
 
 .textmessagelist-table {
	max-height:500px;
	overflow-y:scroll;
	background-color: #e7e9eb;
 }
 
 .textmessagelist__actions {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 1rem 0;
	height: auto;
	line-height: 4rem;
	width: 100%;
   }
   
  .textmessagelist__actionButton {
	margin-bottom: 1rem;
	width:auto;
  }
  .textmessagelist__counterlinks {
	display: flex;
	align-items: center;
	font-size: 1rem;   
  }
  .textmessagelist__counterlinkItems {
	padding:10px;  
  }
  .textmessagelist__counterlinkItems {
	padding:10px;  
  }  
  .textmessagelist__counterlinkButton{
	color:white;  
	height: 20px;
  } 
  .textmessagelist__counterlinkChevron{
	padding:2px;
  }   
  
 .input__wrapper,
 .inputLG__wrapper {
    height: var(--input-inputLG-wrapper-height, 6.6rem);
	margin: 1rem 0;
	padding: 0 1rem;
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
 }
 
 .inputLG__wrapper {
	height: auto;
 }
 
 .input,
 .inputLG,
 .input__file {
	background-color: white;
	width: 100%;
	border: 2px solid #b3b3b3;
	border-radius: 4px;
    height: var(--input-inputLG-file-height, 3.73rem);
	margin-top: 1.73rem;
	outline: 0;
	transition: all 200ms ease-out;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 2px 1rem;
	box-shadow: inset 0 0 2px 1px #dddddd;
 }
 
 .input:focus {
	border: 3px solid #2c80b8;
 }
 
 .input:focus + .input__placeholder {
	top: -0.5rem;
	color: #2c80b8;
 }
 
 .inputLG {
	height: 7.46rem;
	resize: vertical;
 }
 
 .inputLG:focus {
	border: 3px solid #2c80b8;
 }
 
 .inputLG:focus + .input__placeholder {
	top: -0.5rem;
	color: #2c80b8;
 }
 
 .input__file {
	border: none;
	padding: 1rem;
	box-shadow: none;
 }
 
 .input__file:hover {
	border: none;
 }
 
 .input__placeholder {
	position: absolute;
	transition: all 200ms linear;
	font-weight: 700;
	font-size: 1rem;
	pointer-events: none;
	left: 1.8rem;
    top: var(--input-placeholder-top, 2.75rem);
	color: #707070;
 }
 
 .input__placeholder--datain {
	top: -0.5rem;
 }
 .floating-button-container a {
	margin: 10px 10px 10px 0;
 }
 
 .input__notEditable {
	background-color: #CCC
 }
 
 .attachment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-template-areas:
	". . .";
 }
 
 .input__selectChevron {
	position: absolute;
	right: 2rem;
	top: 3rem;
	z-index: 9;
	color: #707070;
 }
 @media screen and (max-width: 991px) {
	.floating-button-container {
	    float: none;
	    display: flex;
	    justify-content: center;
	}
 
	.floating-button-container a {
	    width: 20rem;
	}
 
	.input__wrapper, .inputLG__wrapper {
	    height: 8.7rem;
	}
 
	.input, .inputLG {
	    height: 6.2rem;
	    font-size: 2rem;
	    padding-left: 1rem;
	    margin-top: 2.35rem;
	}
 
	.input__placeholder {
	    font-size: 2rem;
	    top: 4rem;
	}
 
	.input__placeholder--datain {
	    top: -0.5rem;
	}
 
	.input__selectChevron {
	    top: 4rem;
	}
	.textmessagelist_add {
	    padding-top:100px;
	    padding-bottom:10px;
	}
 }