#reply_sms{
	// * ----------------
	// มีบางส่วนใช้ร่วมกับ หน้า _setting.scss
	// ----------------

	.form__line {
		position: relative;
    align-items: baseline !important;
	}
	.count {
		// position: absolute;
    // right: 0;
		// top: 7.4rem;
		text-align: right;
		font-size: 1rem;
		margin-top: -5px;
	}

	textarea {
   	resize: none;
   	width: 260px;
	}

	.form__line input[type="radio"] {
    appearance: none;
    position: relative;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px !important;
    background: #fff;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5em 0 0;
    outline: none;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
		border: 1px solid #000;
		padding: 0;
	}
	.form__line input[type="radio"]:checked {
    background: #039be5;
    border-color: #039be5;
	}
	.brand__control--radio {
		font-weight: inherit;
		margin-right: 20px;
	}
	.sms__custom {
    margin-bottom: 30px;
	}
	.align-top {
		align-items: start !important;
	}

	@media only screen and (max-width: 992px){
		.count {
			position: initial;
			margin-top: 0px;
			text-align: right;
		}
	}
}