.smswoo-shipment-sendto span.smswoo-inlineblock {
	margin: 0 10px;
}
.smswoo-shipment-sendto-customer {
	color: #545479;
}
.shipment-status-sms-section .form-table tr.title_row th {
	padding: 20px;
	vertical-align: middle;
}
.shipment-status-sms-section .title_row th h3 {
	font-size: 1.1em;
	margin: 0;
}
.smswoo-row.smswoo-shipment-row {
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 3px;
}
.shipment-status-sms-section .smswoo-top {
	padding: 10px 16px;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shipment-status-sms-section .smswoo-top img {
	vertical-align: middle;
}
.shipment-status-sms-section span.smswoo-label {
	margin: 0 10px;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	vertical-align: middle;
}
.shipment-status-sms-section .smswoo-top-click {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.shipment-status-sms-section .smswoo-right {
	float: right;
}
.shipment-status-sms-section .smawoo-textarea-placeholder {
	width: 40%;
	margin: 13px;
}
.shipment-status-sms-section .smswoo_sidebar {
	padding: 0;
	width: 60%;
	margin: 0 13px;
}
.shipment-status-sms-section .smswoo-ts-textarea {
	display: flex;
}
.shipment-status-sms-section .smswoo-textarea, .shipment-status-sms-section .smswoo-text {
	width: 100%;
	background-color: #fafafa;
	border-color: #e0e0e0;
}
.shipment-status-sms-section .smswoo-text.smswoo-msg91-field {
	margin-bottom: 10px;
}
.shipment-status-sms-section .smswoo-bottom {
	padding: 0 13px;
	display: none;
}
.shipment-status-sms-section .zorem_plugin_sidebar_section_header h3 {
	margin: 0;
}
code.btn.clipboard.placeholder {
	padding: 5px;
	margin: 3px 2px;
	background: #f5f5f5;
	font-size: 12px;
	border-radius: 7px;
	border: 1px solid #e0e0e0;
	display: inline-block;
	min-width: 140px;
	text-align: center;
}
.smswoo-shipment-row:not(.enable_customer) {
	opacity: 0.7;
}
.shipment-status-sms-section .button-smswoo.hide {
	display: none;
	position: relative;
}
.shipment-status-sms-section .smswoo-right .button-smswoo {
	padding: 2px 5px;
}
/** Toggle CSS start**/
input[type=checkbox].tgl {
	display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
	box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
 background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
 background: none;
}
.tgl + .tgl-btn {
	outline: 0;
	display: inline-block;
	width: 36px;
	height: 18px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
}
.tgl + .tgl-btn:after {
	left: 0;
}
.tgl + .tgl-btn:before {
	display: none;
}
.tgl:checked + .tgl-btn:after {
	left: 50%;
}
.tgl-flat + .tgl-btn {
	padding: 2px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #bdbdbd;
	border-radius: 2em;
	vertical-align: middle;
}
.tgl-flat + .tgl-btn:after {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: #f2f2f2;
	content: "";
	border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
	border: 1px solid #ccc;
	background: #fff;
	vertical-align: middle;
}
.tgl-flat:checked + .tgl-btn:after {
	left: 55%;
	background: #09d3ac;
}
.rtl .tgl-flat:checked + .rtl .tgl-btn:after {
	left: 55%;
}
.rtl .tgl + .tgl-btn:after{
	right:0;
}
/** Toggle CSS over**/
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
 from {
bottom: 0;
opacity: 0;
}
 to {
bottom: 30px;
opacity: 1;
}
}
 @keyframes fadein {
 from {
bottom: 0;
opacity: 0;
}
 to {
bottom: 30px;
opacity: 1;
}
}
 @-webkit-keyframes fadeout {
 from {
bottom: 30px;
opacity: 1;
}
 to {
bottom: 0;
opacity: 0;
}
}
 @keyframes fadeout {
 from {
bottom: 30px;
opacity: 1;
}
 to {
bottom: 0;
opacity: 0;
}
}
