/* CSS Document | @author Mujahid | Created on 25 Feb 2016 and Brand refresh changes on 3 Aug 2021 */
body {
	background: #F2F5FC;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
a, a:hover {
    color: #5956d6;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
    border-color: transparent;	
}
.ms-main-navbar.ms-navbar-change {
	background-color: rgba(255, 255, 255, .95);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.ms-navbar {
	border-bottom: 1px solid #ebebeb;
}
.ms-navbar.ms-menu-wrap {
	background-color: #5956d6;
}
.ms-navbar.ms-menu-wrap * {
	color: #fff;
}
.ms-navbar .ms-navbar-nav li a:hover, .ms-navbar .ms-navbar-nav li.current a {
	background: #fff;
	color: #5956d6;
}
.ms-close-button::before, .ms-close-button::after {
	background: #fff;
}
.ms-close-button:hover:before, .ms-close-button:hover:after {
	background: #fff;
}
.ms-iframe {
    border: 6px solid #EFEFEF;
}
.ms-button-primary, .mbtn, .ms-small-button-primary, .facebookStyleButton, .tbButton, input.mbtn, .swfButton {
	background-color: #5956d6;
	border: 1px solid #5956d6;
	color: #fff !important;
}
.ms-button-primary:active, .ms-button-primary:focus, .mbtn:active, .mbtn:focus, .ms-small-button-primary:active, .ms-small-button-primary:focus, input.mbtn:active, input.mbtn:focus, .swfButton:active, .swfButton:focus {
	background: #5956d6 !important;
	border-color: #5956d6 !important;
	color: #fff !important;
}
.ms-button-primary:hover, .mbtn:hover, .ms-small-button-primary:hover, .swfButton:hover {
	background: #5956d6 !important;
	border: 1px solid #5956d6 !important;
	color: #fff;
}
.ms-button:active:before {
	color: #5956d6
}
.ms-small-button {
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: normal;
    position: relative;
}
a.ms-video-button {
	color: #333740;
}
a.ms-video-button:hover {
	color: #5956d6;
}
a.ms-video-button:hover i {
	color: #5956d6;
}
a.ms-video-button i {
	color: #333740;
}
.ms-modal-dialog {
    width: 500px;
}
.modal-dialog {
    width: 600px;
}
.modal-dialog, .ms-modal-dialog {
    margin: 100px auto;
	position: relative;
}
.modal.fade .ms-modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .ms-modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.ms-modal-content {
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 1px 2px #8a9ba8;
    box-shadow: 0 1px 2px #8a9ba8;
    border-radius: 0;
	position:relative;
	outline: 0;
	background-clip: padding-box;
}
.ms-modal-header {
    padding: 0;
}
.ms-modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
}
.ms-modal-body {
    position: relative;
    padding: 20px;
}
.ms-modal-footer {
    margin-top: 0;
    padding: 0;
	text-align: right;
}
.ms-modal-bb {
    border-bottom: 5px solid #636363;
    width: 50%;
    float: right;
    padding-bottom: 10px;
    padding-right: 20px;
}
.ms-modal-bt {
    border-top: 5px solid #636363;
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-left: 20px;
}
/*.ms-cover .ms-title:before {
	background-color: #5956d6;
}*/
.ms-features{
	background-color: #fff;
	/*background: url(../images/../images/theme/greyzzfd389fcf4ba977701879b867e4fc6c4a2819716e.png);*/
	padding: 50px 0 10px 0;
}
.ms-features .ms-each-part p{
	color: #5b5f64;
}
.ms-features .ms-left-part .ms-each-part h3.ms-title:before{
	background-color: #5956d6;
}
.ms-features .ms-right-part .ms-each-part h3.ms-title:before{
	background-color: #5956d6;
}
.ms-page-header h2 .ms-devider{
	background-color: #a0a0a0;
}
.ms-page-header .ms-subtitle{
	color: #83888f;
}
.ms-input-row input[type=email], .ms-input-row input[type=password], .ms-input-row input[type=text], .ms-input-row select, .ms-input-row textarea {
    height: 45px;
}
input[type=email], input[type=password], input[type=text] {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #000000;
    font-size: 14px;
    height: 36px;
    outline: 0;
    padding: 0 10px;
}
select, textarea {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    color: #000000;
    font-size: 14px;
    outline: 0;
    padding: 10px;
	border-radius: 6px;
}
.notification {
	font-size:16px;
	position:relative;
	padding:5px 10px 5px 10px;
	margin:20px 0;
	overflow:hidden;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification p {
	position:relative;
	padding:0 0 0 15px;
	margin:0px;
	order: 2;
}
.notification p a {
	color: #848484;
	font-size: 18px;
	font-weight: 600;
}

.notificationGreen {
	color:#47BA80;
	border-left:4px solid #47BA80;
	background-color:#ffffff;
	border-top:none;
	border-right:none;
	border-bottom:none;
}
.notificationRed {
	color: #E55A31;
    border-left: 4px solid #E55A31;
    background-color: #ffffff;
	border-top:none;
	border-right:none;
	border-bottom:none;
}
.notificationOrange {
	color:#FFA945;
	border-left:4px solid #FFA945;
	background-color:#ffffff;
	border-top:none;
	border-right:none;
	border-bottom:none;
}
.nav-tabs {
    border-bottom: 3px solid #D6D6D6;
    margin-bottom: 15px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #fff #fff rgba(0, 0, 0, 0);
    border-bottom: 3px solid #5956d6;
}
.tab-pane h4 {
    color: #000000;
    font-size: 16px;
    margin-left: 20px;
    text-decoration: underline;
}
.nav-tabs > li > a {
    outline: medium none;
    color: #000000;
}
.ms-page-header h2 {
    color: #000000;
}
.orange {
	color: #ffb238;
}
.blue {
	color: #5956d6;
}
#home {
	background-color: #f3f3f3;
}
.ms-services {
	background-color: #fff;
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #e8e8e8;
}
.ms-icon-box {
	margin:0;
}
.ms-icon-box > i {
	display: block;
	margin: 20px auto 30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #474e5d;
	color: #fff;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.ms-icon-box > i.ms-infinity {
	font-size: 50px;
}
.ms-icon p {
	margin: 0;
}
.ms-icon-box-content {
	text-align:center;
}
.ms-icon-box-content h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom:10px;
	line-height: 24px;
}
.ms-icon-cloud {
	background-image:url(../images/../../images/cloudfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
	background-position:center center;
}
.ms-icon-stats {
	background-image:url(../images/../../images/statsfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
	background-position:center center;
}
.ms-icon-cogs {
	background-image:url(../images/../../images/globefd389fcf4ba977701879b867e4fc6c4a2819716e.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
	background-position:center center;
}
.ms-icon-thumbs-up {
	background-image:url(../images/../../images/thumbsupfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
	background-position:center center;
}
.ms-border-r {
	border-right: 1px solid #e8e8e8;
}
.ms-border-b {
	border-bottom: 1px solid #e8e8e8;
}
.ms-border-l {
	border-left: 1px solid #e8e8e8;
}
.ms-border-t {
	border-top: 1px solid #e8e8e8;
}
.ms-clients {
    background: #ffffff;
	padding: 50px 0 50px 0;
}
.ms-footer {
    background: #35454F;
    padding: 50px 0 50px 0;
}
.ms-footer ul li a {
	color: #fff;
}
.ms-copyright {
	color: #fff;
}
.ms-dot {
    color: #fff;
}
.ms-box {
	background-color: #fff;
	border: 1px solid #e8e8e8;
}
.ms-page-heading, .reseller_head {
    color: #000000;
}
.ms-signup-section-title {
    border-bottom: 1px solid #e8e8e8;
    color: #000000;
}
.ms-hint {
    color: #AAAAAA;
}
.ms-about {
	background-color: #d8d8d8;
}
.orange-bg {
    background: #ffb238;
}
.blue-bg {
	background-color: #5956d6;
}
.ms-header-loggedin {
    background-color: rgba(255, 255, 255, .95);
	height: auto !important;
}
.ms-header-bb {
	border-top: 1px solid #f6f6f6;
	background-color: #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
}
.float {
	color: #000000;
}
.float a {
	color: #5956d6 !important;
}
.TopMenu a {
	color:#000000;
}
.TopMenu a span sup{color:#ff6500;}

.TopMenu a:hover, .TopMenu a:hover span {
	color: #fff;
    background-color: #5956d6;
}
.TopMenu a span {
	color: #000000;
}
.TopMenu a.active, .TopMenu a.active span{
	background-color: #5956d6;
    color: #fff;
}
.TopMenu a.active:hover, .TopMenu a.active:hover span {
    color: #fff;
}
.activeIcon, .dactiveIcon {
	color: #5956d6;
}
.ms-page-title {
    color: #000000;
}
.videoHelpBox a{color: #000000 !important;font-size: 14px;display: block;}
.videoHelpBox a:hover{color:#000000 !important;}
.view-more a{color: #5956d6 !important;}
.sms-tab-container{border-bottom:1px solid #999;}
.sms-tab a.active {
    color: #333;
    background-color: #ffffff;
    border-color: #999999 #999999 #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.homegrybox {
    border: 1px solid #f0f0f0;
    background-color: #fff;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
}
.simple-messaging {
    color: #000000;
}
.alert-to-user {
    background-color: #FFFFE0;
    border: 1px solid #E25A01;
}
.activeQuickActionTab {color: #5956d6;}
.activeQuickActionInnerTab {color: #5956d6;}
.inactiveQuickActionTab, .inactiveQuickActionInnerTab {color: #5956d6;}
.actionLink {
    color: #5956d6;
}
.smsCounter {
	color: #666666;
}
.popupHeader{
    color: #000000;
    background-color: #dae1e5;
    border-bottom: 1px solid #dae1e5;
}
.popup{
    border: 4px solid #dae1e5;
    background: #FFFFFF;
    color: #000000;
    border-radius: 15px;
}
a.popCloseBtn {
    background-color: #fff;
    border: 1px solid #5956d6;
    color: #5956d6;
}
a.popCloseBtn:hover {
    background-color: #5956d6;
    border: 1px solid #5956d6;
    color: #fff;
}
.ui-daterangepicker button.btnDone {
	background: #5956d6;
	border: 1px solid #5956d6;
	color: #fff !important;
}
.ui-daterangepicker button.btnDone:hover{background: none repeat scroll 0 0 #5956d6 !important;color:#ffffff;}
#wrapTables{background-color: #fff;border:1px solid #E1E1E1;border-radius: 6px;padding: 10px;}
.yboxcontent {background-color: #ffffff;border: transparent;padding: 0;}
.actionItem {
	color: #5956d6;
}
.groupSeletecToPost {
    background-color: #dae1e5;
    border-radius: 4px;
    border: 1px solid #dae1e5;
    color: #ffffff;
    padding: 5px !important;
}
.quickActions {
	color:#000000;
	border: 1px solid #fff;
	background: #fff;
}
#box950 {
	border: 1px solid #d8d8d8;
	background: #ffffff;
}
.showUserAccDetailsToggle #box950, .showTransactionHistoryToggle #box960, .showChangePasswordToggle #box960, .showAdvancedSettingsToggle #box960, .showEmailSettingsToggle #box960 {
	border:none;
}
.pack-mbtn {
	background-color: #5956d6;
    border: 1px solid #5956d6;
	color: #fff;
}
#ratePlanContainer {
    background-color: #fff;
}
.msgpak {
    background-color: #fff;
    border: 1px solid #d8d8d8;
}
h1 .heading {
    color: #ffb238;
}
.voice-link a.active {
    color: #333;
    background-color: #ffffff;
    border-color: #999999 #999999 #ffffff;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px;
    border-style: solid;
}
.voice {
    color: #000000;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    margin: 0 5px 50px 5px;
}
.voice-link {
    background-color: #ffffff;
	border-bottom: 1px solid #999;
}
.voice-tab-container {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #f0f0f0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    margin: 0 5px;
}
#extlist li.active a {
    background: #5956d6;
    border: 1px solid #5956d6;
    color: #fff;
}
#extlist li a {
	color: #5956d6;
}
.voiceBodySection {
    background-color: #fff;
}
#right-col h3 {
    color: #000000;
    border-bottom: 1px solid #EFE7DA;
}
.RightBox {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
	color: #000000;
}
#videoLinkDiv {
	background-color: #dae1e5;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    margin-top: 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#inactiveKeywordsContainer {
	background-color: #fff;
}
.popupToolTip {	
	background-color: #FCFCFC;
    border: 2px solid #000000;
	color: #000000;
}
#footersection {
    color: #fff;
    background-color: #4C4C4C;
}
#footersection a{
	color: #fff;
}
.ms-mail {
    border-top: 1px solid #d8d8d8;
}
.summaryTable {
	border: 1px solid #f2f2f2;
    margin-top: 20px;
}
.build {
	color: #000000;
	margin-top: 20px;
}
.ms-features-block {
	font-size: 14px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-left: 1px solid #f0f0f0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    margin: 25px;
}
.ms-acquire{
	background-image: url(../images/../../images/theme/icon_acquirefd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-engage{
	background-image: url(../images/../../images/theme/icon_engagefd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-retain{
	background-image: url(../images/../../images/theme/icon_retainfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-serve{
	background-image: url(../images/../../images/theme/icon_servefd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-cloud{
	background-image: url(../images/../../images/theme/icon_cloudfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-html{
	background-image: url(../images/../../images/theme/icon_htmlfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-custom-email{
	background-image: url(../images/../../images/theme/icon_custom_emailfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-report{
	background-image: url(../images/../../images/theme/icon_reportingfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.icon_sms {
    background-image: url(../images/../../images/theme/icon_smsfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.icon_voice {
    background-image: url(../images/../../images/theme/icon_voicefd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.icon_email {
    background-image: url(../images/../../images/theme/icon_emailfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.icon_ussd {
    background-image: url(../images/../../images/theme/icon_ussdfd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.icon_data {
    background-image: url(../images/../../images/theme/icon_datafd389fcf4ba977701879b867e4fc6c4a2819716e.png);
}
.ms-btn-orange {background-color: #f7a400; border: 1px solid #f7a400;
	color: #fff !important;}
.ms-btn-orange:hover, .ms-btn-orange:active, .ms-btn-orange:focus {background-color: #e67e22; border-color:#e67e22 }
.ui-dialog.ui-widget.ui-widget-content{
    border: 4px solid #dae1e5;
    background: #FFFFFF;
    color: #000000;
    border-radius: 15px;
    padding: 0;
}
.ui-dialog-titlebar {
    background-color: #dae1e5;
    border: none;
    border-radius: 0;
}
.ui-widget-header {
    border: 1px solid #dae1e5;
    background: #dae1e5;
}
.ui-dialog-buttonset button {
    border-radius: 25px;
}
.ui-widget-content {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: transparent;
}
.ui-button{
    padding: 0 20px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 25px;
	margin-right: 20px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
    display: inline-block;
    background-color: #5956d6 !important;
    border: 1px solid #5956d6 !important;
    color: #fff !important;}
.ui-dialog-titlebar-close{background-color: #fff !important}
.ui-widget-overlay{opacity: 0.5 !important} 
.ui-dialog-titlebar-close {display: none !important}
.ui-dialog { z-index: 9999 !important ;}
.btn-pink {
    background-color: #ff3964;
    border: 1px solid #ff3964;
    color: #fff;
}
.btn-purple {
    background-color: #5956d6;
    border: 1px solid #5956d6;
    color: #fff;
}
.button {
	padding: 10px 20px;
    font-size: 16px;
    border-radius: 25px;
	text-align: center;
	display: block;
    line-height: 18px;
    height: auto;
}