<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#advancePreview, .texcel tbody td, .texcel thead th {
	border-bottom:1px solid #ddd;
}


.ui-dialog-buttonpane .ui-button:nth-child(1) {
	background:#33ADD6;
	color:#fff;
}


#loadLastDiv {
	float:left;
    font-size: 12px;
    margin-top: 2px;
    color: #333;
}


#senderIdDiv input {
	width:50%;
	float:left;
}

#senderIdDiv .selectricWrapper {
	padding:3px 0;
	width:100%;
	float:none;
}

#senderIdDiv .selectric .seltrig {
	top:2px;
}

#loadLastMessage i {
	width:30px;
	height:30px;
	display:block;
	opacity:.3;
}

#loadLastMessage i:hover {
	opacity:.5;
}

#loadLastMessage .undo {
	background:url(/images/undo.svg)no-repeat;
}

#loadLastMessage .redo {
	background:url(/images/redo.svg)no-repeat;
}

.no-svg #loadLastMessage .redo {
	background-image:url(/images/redo.png);
}

.no-svg #loadLastMessage .undo {
	background-image:url(/images/undo.png);
}

#senderIdDiv select {
	border:none;
	width:50%;
}

#groupleft th {
	padding:5px 10px 5px 20px;
}

#groupleft td {
	padding:7px 20px;
}

#groupleft td input[type=checkbox] {
	margin-top:7px;
	float:left;
	margin-right:10px;
}

#groupleft td label {
	display:block;
	padding:7px 20px;
	margin:-8px -20px;
	cursor:pointer;
	line-height:28px;
}

#sndrow&gt;span {
	line-height:26px;
	margin-right:5px;
}

.GroupPreview {
	padding:10px;
	border:1px dashed #ddd;
	margin-top:0;
}

#addSignCheck {
	padding-right:5px;
	line-height:44px;
}

#addSignCheck input {
	margin:0 5px 0 0;
	float:left;
	border:1px solid #ddd;
	height:44px;
}

#addSignCheck label {
	cursor:pointer;
}

table.texcel {
	border-top:1px solid #ddd;
}

table.texcel tbody td:nth-child(1) {
	border-left:1px solid #ddd;
}

.texcel thead td.hd {
	background:#eee;
}

.texcel thead th {
	background:#eee;
	font-weight:700;
	border-right:1px solid #ddd;
}

.texcel tbody td {
	border-right:1px solid #ddd;
	cursor:default;
}

.noBdr {
	border:none!important;
}

td.wd2 {
	width:18px;
}

#loadFlashSetting i, #loadEncryptSetting i {
	font-size:1.6em;
	line-height:44px;
}

#advancePreview {
	padding:20px;
}

.advSMSPreview .hd {
	font-size:24px;
}

#smsright {
	margin-left:430px;
}

#userSignBox {
	padding:10px 20px;
}

#drafts_show, #mobileNumBox, #report_folder, #senderIdBox {
	border-left:1px solid #ddd;
	margin-left:-1px;
}

#disp_msg {
	width:350px;
	margin:50px auto 0;
}

#disp_msg img {
	text-align:center;
	max-width:100%;
}

.animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	animation-fill-mode:both;
}

.animated, .slow {
	-webkit-animation-fill-mode:both;
}

.slow {
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	animation-fill-mode:both;
}

@-webkit-keyframes shake {
	0%, 100% {
	-webkit-transform:translateX(0);
}

10%, 30%, 50%, 70%, 90% {
	-webkit-transform:translateX(-10px);
}

20%, 40%, 60%, 80% {
	-webkit-transform:translateX(10px);
}

}@keyframes shake {
	0%, 100% {
	transform:translateX(0);
}

10%, 30%, 50%, 70%, 90% {
	transform:translateX(-10px);
}

20%, 40%, 60%, 80% {
	transform:translateX(10px);
}

}.shake.go {
	-webkit-animation-name:shake;
	animation-name:shake;
}

@media only screen and (max-width :800px), (max-device-width:768px) {
	#Schedule, #sendbtn {
	width:100%;
	margin-bottom:10px;
}

#sendbtn+span {
	display:block;
	text-align:center;
	margin-bottom:10px!important;
}

#groupleft, #groupright {
	float:none;
	width:100%;
}

#groupleft {
	margin-bottom:20px;
}

}@media only screen and (max-width :480px), (max-device-width:480px) {
	.sndSmsInp, .srchSenderId {
	width:100%;
}

#hindi_check {
	border:0 #fff;
	background-color:#fff;
}

#Schedule {
	text-align:center;
	display:block;
	line-height:30px;
	height:30px;
}

}@media only screen and (min-device-width :320px)and (max-device-width :480px) {
	.sndSmsInp, .srchSenderId {
	width:100%;
}

#hindi_check {
	border:0 #fff;
}

}




route content
#disp_msg {
    margin: 40px 20px;
    display: inline-block;
    text-align: center;
}
#disp_msg img {
    max-width: 350px;
}
@media only screen and (max-width: 1440px) {
  #disp_msg img {
    max-width: 100%;
  } 
  #disp_msg {
    max-width: 300px;
    margin:40px 20px;
  }*/</pre></body></html>