.isa_success {
    color: #4F8A10;
}
.isa_error {
    color: #D8000C;
}
.mo-ms-loader-container{
    margin-left: 5px;
    display: flex;
}
.mo-ms-ellipsis {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 24px;
}
.mo-ms-ellipsis div {
    position: absolute;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0078d4;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.mo-ms-ellipsis div:nth-child(1) {
    left: 10px;
    animation: lds-ellipsis1 0.6s infinite;
}
.mo-ms-ellipsis div:nth-child(2) {
    left: 10px;
    animation: lds-ellipsis2 0.6s infinite;
}
.mo-ms-ellipsis div:nth-child(3) {
    left: 30px;
    animation: lds-ellipsis2 0.6s infinite;
}
.mo-ms-ellipsis div:nth-child(4) {
    left: 50px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 0);
    }
}
.mo-ms-loader{
    display: none;
}


#mo-ms-title-logo{
    border: 50px;
    width: 35px;
    padding: 10px 15px 5px 15px;
}

.mo-container{
    background-color: white;
}
.ms-tab-background{
    background-color: #fff;
}
.mo-ms-tab-border{
    border-color: rgba(204,204,204,0.8);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.mo-ms-tab{
    height: 36px;
    margin: 0 20px;
}
.mo-ms-tab-centre{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.mo-ms-tab-ul{
    fill: black;
    display: flex;
    align-items: center;
    padding: 0 0 8px;
    height: 36px;
}
/* styles.css */
.mo-button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin-top: 18px;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-shadow: none;
}

.mo-button:hover,
.mo-button:active,
.mo-button:focus,
.mo-button:visited {
    color: #fff;
    text-decoration: none;
}
.mo-button-setup {
    margin-right: 5px;
    margin-left: 8px;
}

.mo-button-demo-request {
    margin-right: 5px;
    margin-left: 28px;
}

.mo-button-licensing {
    margin-left: 6px;
}

.mo-app-config-setup-guide {
    margin-top: 5px;
}

.mo-ms-tab-li-icon{
    height: 16px;
    width: 16px;
}

.mo-ms-tab-li{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    height: 36px;
}
.mo-ms-tab-li a{
    text-decoration: none;
}
.mo-ms-tab-li-div{
    fill: black;
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 36px;
    width: 140px;
    display: flex;
    justify-content: center;
    background-color: #eae7e1;
}
.mo-ms-tab-li-div:hover{
    background-color: #c3c4c7a8;
}
.mo-ms-tab-li-label{
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 13px;
    padding-left: 8px;
    align-self: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}
.mo-ms-tab-li-div-active, .mo-ms-tab-li-div-active:hover{
    background-color:#C5C6D0;
    text-decoration: none;
}
.mo-ms-tab-content{
    padding: 10px 20px 7px 20px;
    width: 60%;
}
.mo-ms-tab-content h1{
    color: #323130;
    font-size: 20px;
    font-weight: 200;
}
.mo-ms-tab-content-information{
    padding-left: 3px;
    margin-bottom: 15px;
}
.mo-ms-tab-content-left-border{
    border-left: 1px solid rgb(216,216,216);
    left: 12px;
    display: flex;
}
.mo-ms-tab-content-tile{
    padding:10px 20px 10px;
    border: 1px solid rgb(216,216,216);
    margin-bottom: 15px;
    box-shadow: rgb(207,213,222) 1px 2px 4px;
    width: 51rem;
    display: inline-block;
    margin-left: 20px;
}

@media only screen and (width: 1396.36px) {
               
    .mo-ms-tab-content-tile{
    width: 45rem;
    }
}

@media only screen and (width: 1706.67px) {
               
    .mo-ms-tab-content-tile{
    width: 61rem;
    }
}

@media only screen and (width: 1228.80px) {
               
    .mo-ms-tab-content-tile{
    width: 39rem;
    }
}
@media only screen and (width: 1920px) {
               
    .deletebtn{
    left:-22rem !important;
    }
}
.mo-ms-tab-content-tile-content{
    padding-top: 15px;
}
.mo-ms-tab-content-app-config-table{
    margin-top: 20px;
    width: 100%;
}
.mo-ms-tab-content-app-config-table td{
    padding-bottom: 5px;
}
.mo-ms-tab-content-app-config-table input[type=text], input[type=url], input[type=number]{
    border-color: #8a8886;
    height: 24px;
    padding: 3px 8px 5px;
    width: 100%;
}
.mo-ms-tab-content-button{
    box-sizing: border-box;
    height: 24px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    background-color: #0078d4;
    border-color: #0078d4;
    color: white;
    fill: white;
    padding: 0 20px 0 20px;
}

.mo-ms-tab-content-button:hover{
    background-color:#106ebe ;
    border-color: #106ebe;
}
.mo-ms-tab-content-app-config-table td.left-div{
    word-break: break-all;
    width: 20%;
}
.mo-ms-tab-content-app-config-table td.right-div{
    word-break: break-all;
}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cdcdcd;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0085ba;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0085ba;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

input:disabled + .slider{
    background-color: #ebebeb;
    cursor: default;
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}


.mo-ms-tab-content-app-config-table{
    margin-top: 20px;
    width: 100%;
}

/* support form css*/
.service-btn{
    bottom: 3%;  
    position: fixed;
    right:1%;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
       border-radius:100%;
}

.service-icon{
    height: 58px;
    width: 58px;
    background-color:#2f6062;
    cursor: pointer;
    position: relative;
    display: block;
    border-radius:100%;
    box-shadow: 4px 3px 6px 0px #272727d9;
}

.service-img{
    padding:16px;
    width:30px;
    height: 30px;
    display: block;
}


.support-form-container{
    background: #fafbfb;
    width: 450px;
    height:520px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0;
    position: relative;
    display: none;
    margin:0;
    padding:0;
    color: #172b4d;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Oxygen,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857142857143;
    letter-spacing: -.005em;
    bottom: 0px;
    position: fixed;
    /*right: 5.5%;*/
    margin-bottom:11px;
    z-index: 12;	
    overflow-y: hidden;
    overflow-x: hidden;
}

@media (max-width:1366px) and (min-width:1280px) {
    .help-container
    {
    right:6.3%;
    }
    .support-form-container
    {
    right: 6%;
    }
}
@media screen and (max-width:1280px){
    .help-container
    {
    right:6.3%;
    }
    .support-form-container
    {
    right: 6.2%
    }
}
@media screen and (min-width:1366px){
    
    .support-form-container
    {
    right: 5.75%;
    }
}
@media screen and (min-width:1540px){
    
    .support-form-container
    {
    right: 6.2%
    }
}
@media (min-width:1100px) and (max-width:1280px){
    .help-container
    {
    right:6.9%;
    }
    .support-form-container
    {
    right: 6.2%
    }
}
@media (min-width:1000px) and (max-width:1100px){
    .help-container
    {
    right:7.5%;
    }
    .support-form-container
    {
    right: 7%
    }
}
@media (min-width:900px) and (max-width:1000px){
    .help-container
    {
    right:8.4%;
    }
    .support-form-container
    {
    right: 7.5%
    }
}
@media (min-width:800px) and (max-width:900px){
    .help-container
    {
    right:9%;
    }
    .support-form-container
    {
    right: 8.5%
    }
}
@media (min-width:700px) and (max-width:800px){
    .help-container
    {
    right:10%;
    }
    .support-form-container
    {
    right: 9.2%
    }
}
@media (min-width:600px) and (max-width:700px){
    .help-container
    {
    right:11%;
    }
    .support-form-container
    {
    right: 10%
    }
}

.container-rel{
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 10px;
    background-color: inherit;
    transform: translateX(-6px) rotate(45deg);
    pointer-events: none;
    box-shadow: 2px -2px 2px 0 rgba(0,0,0,.2);
        }
       

/*Included for the feedback form*/
.mo_modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;

}


.mo_modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	margin-left: 20%;
	margin-right: 24%;
	margin-top:6%;
}

.mo_close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 0;

}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: large;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-footer {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	position: relative;
	margin: 220px;
	margin-top: 35%;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.mo-span-circle{
	display: inline-block;
	padding: 15px;
	line-height: 100%;

	-moz-border-radius: 50%;
	border-radius: 50%;

	background-color: black;
	color: white;
	text-align: center;
	font-size: 2em;

}
.nav-tab-active{
	margin-bottom: -1px;
	background: white;
	border-bottom: white;
	border-bottom: 3px solid white;
}
.nav-tab-active:hover{
	color: black;
	background: white;
	border-bottom: white;
	border-bottom: 3px solid white;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/*overflow: auto;  Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	transition: all 1s;
}

/* Modal Content */
.modal-content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	border-radius: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);

	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	height: 700px;
}

.modal-button {
	width: 15%;
	height: 50px;
	font-size: 20px !important;
}
.add-new-hover:hover{
	color: white !important;
}

.editable{
	text-align:center;
	width:1em;
	height:1em;
}
.sm {
	text-align:center;
	width: 2vw;
	height: 2vw;
	padding: 1vw;
}

input[type=radio] {
	/* display: none; */
}

.sm:hover {
	opacity:0.6;
	cursor: pointer;
}

.sm:active {
	opacity:0.4;
	cursor: pointer;
}

input[type=radio]:checked + label > .sm {
	border: 2px solid #21ecdc;
}

.mo-epbr-col-md-8
 {
    position: relative;
    width: 100%;
    min-height: 1px;

}

/*set-up guide css*/
.mo-epbr-setup-tab-content-tile {
    padding: 10px 20px 20px;
    border: 1px solid rgb(216, 216, 216);
    margin-bottom: 15px;
    box-shadow: rgb(207, 213, 222) 1px 2px 4px;
    width: 90%;
    display: inline-block;
    margin-left: 20px;
  }

.mo-epbr-setup-tab-content-tile-content {
    padding-top: 15px;
  }

.mo-epbr-guide-text{
    font-size: 15px;
  }
  
  .mo-epbr-guide-ul{
    list-style-type: disc; 
    padding-left:2em;
    color: black;
  }
  .mo-epbr-guide-ul li{
    margin-top: 6px;
  }

  .mo-epbr-guide-image{
    box-shadow: 2px 0 8px silver;
    padding: 5px;
    margin: 5px;
  }

  .mo-epbr-setup-tab-content {
    padding: 10px 20px 20px 20px;
  }
  .mo-epbr-setup-tab-content h1 {
    color: #323130;
    font-size: 25px;
    font-weight: 200;
  }

  .guide-button{
    font-size: initial;
    border-radius:20px;
    width:20%;
    height: 35px;
    margin-left: 40px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 1px;
    background-color: #0078d4;
    border: azure;
    margin-bottom: 10px;
  }

  .power_bi_tab_image{
    width:16px;
    height:16px;
  }

  .power_bi_tab_content_header{
    display: flex;
    flex-direction: column;
   }

   .account_setup_logo{
    height: 120%;
    width: 120%;
   }

  .crown-icon{
    margin-bottom: -5px !important;
    margin-left: 10px !important;
    margin-top: -10px !important;
    height: 22px !important;
    width: auto !important;
  }
