.banner_button_marketing {
    display: block !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    border-width: 1px !important;
    border-style: solid !important;
    margin: 10px !important;
    background-color: #1B9BA1 !important;
    border-color: #1B9BA1 !important;
    font-size: 1.1rem !important;
}

.banner_button_marketing .specific_premium_button {
    margin-left: 2rem !important;
    margin-top: 30px !important;
}

.banner_button_marketing .specific_demo_button {
    margin-right: 10px !important;
    margin-top: 30px !important;
}

.banner_button_marketing .specific_video_button {
    margin-right: -40px !important;
    margin-top: 30px !important;
}


.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: 60px;
    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-ul{
    fill: black;
    display: flex;
    align-items: center;
    padding: 0 0 8px;
    height: 36px;
}
.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;
    color:#048387;
}
.mo-ms-tab-li-div:hover{
    background-color: #f3f2f1;
}
.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-font{
    font-weight: 550 !important;
    font-size: 15px !important;
}
.mo-ms-tab-li-div-active, .mo-ms-tab-li-div-active:hover{
    background-color: #e3e2e1;
    text-decoration: none;
}
.mo-ms-tab-content{
    padding: 10px 20px 20px 20px;
}
.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;
}
.mo-ms-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: 100%;
    display: inline-block;
    margin-left: 20px;
}
.mo-ms-tab-content-tile-content{
    padding-top:4px;
}
.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: #1B9BA1;
    border-color: #1B9BA1;
    color: white;
    fill: white;
    padding: 0 20px 0 20px;
}

.mo-ms-tab-content-button:hover{
    background-color:#048387 ;
    border-color: #048387;
}
.mo-ms-tab-content-app-config-table td.left-div{
    word-break: break-all;
    width: 22%;
}
.mo-ms-tab-content-app-config-table td.right-div{
    word-break: break-all;
}

.mo_copy {
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fbfbfb;
    cursor: pointer
}

.mo_copy:active {
    background-color: #ccc
}

.copytooltip {
    position: relative;
    display: inline-block;
    size: letter
}

.copytooltip .copytooltiptext {
    visibility: hidden;
    width: auto;
    max-width: 120px;
    background-color: grey;
    color: #fff;
    text-align: center;
    padding: 1px 6px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: -35%;
    font-size: small;
    opacity: 50;
    transition: opacity 0.3s;
    word-wrap: break-word;
}

.copytooltip .copytooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.copytooltip:hover .copytooltiptext {
    visibility: visible;
    opacity: 0.9
}

/* new tooltip */
.copytooltip-span {
    position: relative;
    size: letter
}

.copytooltip-span .copytooltiptext-span {
    visibility: hidden;
    width: auto;
    max-width: 120px;
    background-color: grey;
    color: #fff;
    text-align: center;
    padding: 1px 6px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    left: -105%;
    z-index: 1;
    bottom: 125%;
    font-size: small;
    opacity: 50;
    transition: opacity 0.3s;
    word-wrap: break-word;
}

.copytooltip-span .copytooltiptext-span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.copytooltip-span:hover .copytooltiptext-span {
    visibility: visible;
    opacity: 0.9
}

.search_div {
    z-index:3;
    font-size: 12px;
    border-radius: 3px;
    position:absolute;
    display:none;
    background-color:#ffffff;
    width: 89%;
    margin-top: 4px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #888888;
    max-height: 50vh;
    overflow-y: scroll;
}

.search_div::-webkit-scrollbar{
    display:none;
}

#mySearch {
    width: 210px;
}

#mySearch_div{
    background-color:none;
    padding:2px;
    float:right;
    display:block;
    width:100%;
    align-items: center;
    position:relative;
    justify-content: space-between;
}

#mySearchLoader {
    width:1.5rem;
    height:1.5rem;
    display:none;
    align-items:center;
    display:block;
}

#file_search{
    margin: 0%;
    border: none;
    width:104%;
    vertical-align: middle;
    border-radius: 0;
	background-color: #eaf0fb;
}
#file_search:hover{
    background-color: #E8F0FE;
}
#file_search:focus{
    outline: none;
    box-shadow: none;
    background-color: #E8F0FE;
}

.exit-button{
    padding: 4px;
    border: none;
    height: 30px;
    border-bottom-left-radius: 12%;
    border-top-left-radius: 12%;
    vertical-align: middle;
    background-color: #0078d4;
}
.exit-button:hover{
    background-color: #004f8b;
}

.highlighted-text{
    background: none !important;
    background-color: none;
    color:#000;
    font-weight: bold;
}

.search-button{
    padding: 4px;
    border: none;
    height: 30px;   
    border-bottom-right-radius: 12%;
    border-top-right-radius: 12%;
    vertical-align: middle;
    background-color: #0078d4;
}
.search-button:hover{
    background-color: #004f8b;
}

.heading-4-red{
    font-size: 0.9rem;
    font-weight: bold;
    color: red;
}
.heading-4-black{
    font-size: 0.9rem;
    font-weight: bold;
    color: black;
}
.heading-3-red{
    font-size: 1.3rem;
    font-weight: bold;
    color: red;
}
.heading-3-black{
    font-size: 1.3rem;
    font-weight: bold;
    color: black;
}

.list_items{
    margin:2px;
    cursor: pointer;
    padding: 7px 18px 5px 0px;
    text-decoration: none;
    justify-items: left;
    color: #000;
    padding: 5px;
    position: relative;
    display: flex;
    margin: 0px;
    box-sizing: border-box;
    align-items: center;
    min-width: 0%;
    flex-grow: 1;
    flex-shrink: 1;
}

.list_items:hover {
    color: #000;
    background-color: #eee;
}

.list_div {
    max-height: 30vh;
    overflow-y:scroll;
}
.list_div::-webkit-scrollbar{
    display: none;
}

input[type="search"]{
    height: 1.8rem;
}
input[type="search"]::-webkit-search-cancel-button{
    display: none;
}


.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%;
}

.mo_sps_help_desc{
    font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	padding-left:10px;
    margin-top: 10px;
}

/*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;
}
.widefat td {
    border-bottom:0.1px solid #e6e6e6;
}
.more tbody td {
    border-bottom:none !important;
}
#mo_a_hover:hover{
    text-decoration:underline;
}

.bread:hover{
    background-color: #E3E2E1;
    padding: 6px;
}
a:active, a:focus{
    box-shadow: none;
}

.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: 0px 20px 20px 20px;
  }
  .mo-epbr-setup-tab-content h1 {
    color: #323130;
    font-size: 25px;
    font-weight: 200;
  }

  /* .papr-pagination-btn
  {background:linear-gradient(0deg,rgb(14 42 71) 0,rgb(26 69 138) 100%);color:#fff;display:inline-block;vertical-align:baseline;min-width:30px;min-height:30px;margin:0;padding:0 4px;font-size:16px;line-height:1.625;text-align:center}
  .papr-pagination-btn[disabled]
  {background:linear-gradient(0deg,rgb(14 42 71) 0,rgb(26 69 138) 100%);color:#fff!important;opacity:.65;cursor:not-allowed}.papr-btn-cstm:hover,.papr-pagination-btn:hover{text-decoration:none;opacity:.9;color:#fff}
  .papr-prem-info{padding:1rem;border:4px solid #d5e2ff;border-radius:5px} */

  
.papr-pagination-btn {
    background: linear-gradient(0deg, rgb(14 42 71) 0, rgb(26 69 138) 100%);
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
    border-radius: 20%;
}

.papr-pagination-btn[disabled] {
    background: linear-gradient(0deg, rgb(14 42 71) 0, rgb(26 69 138) 100%);
    color: #fff!important;
    opacity: .65;
    cursor: not-allowed;
}

.papr-pagination-btn:hover,
.papr-btn-cstm:hover {
    text-decoration: none;
    opacity: .9;
    color: #fff;
}

.papr-prem-info {
    padding: 1rem;
    border: 4px solid #d5e2ff;
    border-radius: 5px;
}



/* code for demo request */

.mo-sf-sync-tab-content-app-config-table tr {
    line-height: 2.5rem;
}

.mo-sf-sync-tab-content-app-config-table {
    width: 120%;
    border-radius: 10px;
}


.mo-sf-acc-setup {
    background: linear-gradient(153.07deg, rgb(213 226 255) -2.47%, rgb(249 249 249) 102.78%);
    padding: 15px 15px 15px 15px;
}

.mo-sf-sync-tab-content-app-config-table td {
    padding-bottom: 5px;
}

.mo-sf-sync-tab-content-app-config-table input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"] {
    border-color: #8a8886;
    height: 24px;
    padding: 3px 8px 5px;
    width: 100%;
}

.mo-sf-sync-tab-content-app-config-table td.left-div {
    word-break: break-all;
    width: 23%;
    font-size: 1rem;
    font-weight: 600;
  
}

.mo-sf-sync-tab-content-app-config-table td.left-div-large {
    width: 40%;
}

.mo-sf-sync-tab-content-app-config-table td.right-div {
    word-break: break-all;
}

.mo-sf-w-3 {
    width: 300px!important;
    resize: none;
}

.mo-sf-form-head:after {
    content: '';
    display: block;
    height: 5px;
    background: #1B9BA1;
    margin-top: 9px;
    border-radius: 30px;
}

.mo-sf-form-head-bar:after {
    width: 50px;
}

.mo-sps-disable-shortcode-width{
    background-color: #e9e9e9!important;
    border-color: #dbdbdb!important;
    color: rgb(152 152 152);
}

.mo-sps-generate-shortcode{
    background-color: #ffffff;
    display: flex;
    border-radius: 0.4em;
    padding: 4px;
    align-items: center;
    margin-top: 1.5em;
    border: 1px solid #878181;
    font-size: 13px!important;
    font-weight: 500;
}

.mo-sf-ml-1 {
    margin-left: 1rem!important;
}
.mo-sf-mt-4 {
    margin-top: 1.5rem!important;
}
.mo-sf-col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;

}
.mo-sf-text {
    font-size: 1rem;
}
.mo-sf-btn-cstm {
    background: linear-gradient(0deg, rgb(14 42 71) 0, rgb(26 69 138) 100%)!important;
    border: none;
    margin-right: 10px;
    font-size: 1.1rem;
    padding: .3rem 1.5rem;
    color: #fff!important;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

.mo-add-on-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.upgrade-to-premium-plan-button {
    /* position: relative; */
    background-color: orange !important;
    border-color: orange;
    cursor: pointer;
    height: 40px;
    font-size: 16px;
    float: right ;
    padding: 0px;
    color: #fff;
    width: 250px;
    font-size: 16px;
    border: none;
    margin-left:360px;
    margin-top:10px;
    margin-right: 5px;
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
    top: 5px;
    border-radius: 30px;
    position: relative;
    align-items: center;
    min-height: 1px;
}

/* .row{
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y)
} */


/*  licensing plan */


.mo-sf-lic-container {
    margin: 2rem 6rem;
    background: #fff;
    padding: 0.5rem;
    border-radius: 5px;
}

.mo-sf-license-plan {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.mo-sf-license-plan tr:nth-child(odd) {
    background-color: #B8F0EA;
}

.mo-sf-lic-head {
    background: #1B9BA1!important;
    color: #fff;
    font-size: 1.8rem;
}

.mo-sf-p-3 {
    padding: 1.6rem;
}

.mo-sf-p-2 {
    padding: 1rem;
    font-size: 1.2rem;
    
}

.mo-sf-price {
    font-size: 2rem;
}

.mo-sf-rotate-45 {
    transform: rotate(45deg);
}

.mo-sf-btn-cstm-lic {
    background: linear-gradient(0deg, rgb(14 42 71) 0, rgb(27,155,161) 100%)!important;
    border: none;
    margin-right: 10px;
    font-size: 0.9rem;
    padding: .3rem 0.9rem;
    color: #fff!important;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

.mo-sf-btn-cstm-back {
    background: linear-gradient(0deg, rgb(240 240 241) 0, rgb(240 240 241) 100%)!important;
    color: #000!important;
}

.upgrade-to-premium-plan-button {
    /* position: relative; */
    background-color: orange !important;
    border-color: orange;
    cursor: pointer;
    height: 40px;
    font-size: 16px;
    float: right ;
    padding: 0px;
    color: #fff;
    width: 250px;
    font-size: 16px;
    border: none;
    margin-right: 5px;
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
    top: 5px;
    border-radius: 30px;
}

.licensing-plan-button {
    display: block;
    font-weight: 600;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin: 13px;
    background-color: #1B9BA1;
    border-color: #1B9BA1;
    margin-left: 2rem;
    font-size: 1rem;
    text-shadow: 0 0 black;
    box-shadow: 3px 3px 6px -2px grey;
}


.licensing-plan-button:hover {
    background-color: #127277;
}

.mo-saml-opt-add-ons {
    margin-top: .6rem;
}
.col-md-4
{flex:0 0 auto;width:33.33333333%}

.mo-refresh-content{
    display: none;
    position: absolute;
    left: -15em;
    width: 250px;
    bottom: -3.5em;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.5rem;
    background: #000000d4;
    z-index: 999;
}
.mo-refresh-content::after{
    content: " ";
    position: absolute;
    top: 62%;
    left: 100%;
    margin-top: -28px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000000fa;
}
.refresh:hover .mo-refresh-content{
    display: block;
}


.mo-sps-prem-lock {
    position: absolute;
    right: 27.5rem;
    
}

 .mo-sps-prem-text {
    display: none;
    position: absolute;
    left: -15em;
    width: 250px;
    bottom: -1.5em;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.5rem;
    background: #000000d4;
    z-index: 999;
}

.mo-sps-prem-text::after {
    content: " ";
    position: absolute;
    top: 84%;
    left: 100%;
    margin-top: -28px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000000fa;
}


.mo-sps-prem-info:hover .mo-sps-prem-text {
    display: block;
} 
.mo-sps-text-warning {
    color: #ffc107!important;
}

#sew_container {
    display: flex; /* make this a flex row */
    align-items: end; /* positions #my_move_imgs at the bottom */ 
    overflow-x: hidden;
  }
  
  #my_move_imgs {
    animation: moveImage 10s linear infinite;
  }
  
@keyframes moveImage {
    100% {
      transform: translateX(calc(60vw - 10px));
    }
}


.mo-refresh-content{
    display: none;
    position: absolute;
    left: -15em;
    width: 250px;
    bottom: -3.5em;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.5rem;
    background: #000000d4;
    z-index: 999;
}
.mo-refresh-content::after{
    content: " ";
    position: absolute;
    top: 62%;
    left: 100%;
    margin-top: -28px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000000fa;
}
.refresh:hover .mo-refresh-content{
    display: block;
}

#mo_sps_info {
    width:1rem;
    margin-left:0.5rem;
    position: relative;
}

#mo_sps_main_div {
    width: 3rem;
    z-index: 1;
    position: absolute;
    top: 0.5rem;
    left: 6rem;
}

#mo_sps_main_div:hover .mo_sps_info_text {
    display: block !important;
}

.mo_sps_info_text {
    display: none;
    width: 30rem;
    background-color: #000000d4;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 6px;
    padding: 0.6em 0.5em;
    position: absolute;
    z-index: 1;
    bottom: -1rem;
    left: 2rem;
}

.pre-integrate-connect-button {
    height: 38px;
    display: flex;
    align-items: center;
    background: #47bfc3a3;
    border: 1px solid #1b9ba1;
    cursor: pointer;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    width: 13rem;
}

.pre-integrate-connect-button:hover {
    height: 38px;
    display: flex;
    align-items: center;
    background: #2c8f93a3;
    border: 1px solid #197f85;
    cursor: pointer;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    width: 13rem;
}

.mo_sps_info_text::after {
    content: " ";
    position: absolute;
    bottom: 6%;
    margin-top: -28px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
    left: -2.1%;
}

  
.mo_sps_auto_connection_container{
    display:flex;justify-content: center;
}
.mo_sps_auto_connection{
    display: flex;
    align-items: center;
    width: 8.5rem;
}
.mo_sps_auto_connection_connect{
    border: none;
    background:#1b9ba1;
    height: 2.2rem;
    border-radius: 13px 0px 0px 13px;
    width:6.5rem;
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: 400;
}
.mo_sps_auto_connection_connect:hover{
    background:#11767bad;
}
.mo_sps_auto_connection_select{
    border:none;
    height: 2.2rem;
    border-radius: 0px 13px 13px 0px;
    margin-left: 1px;
    width:2rem;
    display:flex;
    align-items:center;
    background:#1b9ba1;
    font-size:15px;
    cursor: pointer;
}
.mo_sps_auto_connection_select:hover{
    background:#11767bad;
}
.mo_sps_auto_connection_arrow_down{
    width:1rem;
}
.mo_sps_auto_connection_arrow_up{
    width:1rem;display:none;transform:rotate(180deg);
}
.mo_sps_auto_connection_select_drpdn{
    box-shadow: 0px 0px 8px #ccc;
    position: absolute;
    z-index: 2;
    top: 2.8rem;
    right: 0;
    background: #ffffff;
    text-align: left;
    display: none;
    padding: 0.5em 0;
    border-radius: 0.5em;
}
.mo_sps_auto_connection_select_ul{
    width:8.5rem;
    padding:0; margin:0;
}
.mo_sps_auto_connection_select_li{
    padding: 5px;margin:0;
    cursor:pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.mo_sps_auto_connection_select_li:hover{
    background-color: #d5d5d5;
}
.mo_sps_auto_connection_select_button_text{
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: center;
}
.mo_sps_auto_connection_selected_li{
    background: black !important;
    color: white !important;
}
.mo-ms-display-user-info-div1{
    padding-right: 5px;
    padding-left: 15px;
    margin-top: 5px;
    width:25%;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.mo-ms-display-user-info-div1-innerdiv{
    border: 1px solid #8080806e;
    border-radius: 13px;
    width: 45%;
    align-items: center;
    padding: 4px;
    margin-top: 5px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 5px 10px 5px 10px
}
.circle
{
  /* border: 1px solid; */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* background-color: #ff0000; */
  background-color: green;
  opacity: 0.6;
  margin-right: 7px;
  margin-left: 2px;
}
.circle_red
{
  /* border: 1px solid; */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* background-color: #ff0000; */
  background-color: rgb(228, 0, 0);
  margin-right: 7px;
  margin-left: 2px;
}
.mo-ms-display-user-info-div2{
    padding-right: 5px;
    width:80%;
    display:flex;
    flex-direction:column;
}
.mo-ms-display-user-info-div2 p {
    color:#00a8ff;
    font-size: large;
    margin-top: 0px;
    margin-bottom: 10px;
}
.mo-ms-display-user-info-div2-innerdiv1{
    display:flex;
    flex-direction:row;
    color:gray;
}
.mo-ms-display-user-info-div3{
    padding-right: 5px;
    width:25%;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.mo-ms-tab-app-config-connection-main-div{
    display:flex; 
    flex-direction:row; 
    align-items: center;
    padding-top: 10px;
}
.mo-ms-tab-app-config-connection-sub-div{
    display:flex; 
    flex-direction:column; 
    margin-left: 13px;
}
input[type=submit]:disabled {
    background: #dddddd;
    cursor:default;
}
.mo_sps_newbanner_flex-container {
    display: flex;
    padding-bottom: 6px;
    box-shadow: rgb(207,213,222) 1px 2px 4px;
}

.mo_sps_newbanner_flex-content {
    flex-direction: row;
    flex-grow: 1;
}

.mo_sps_newbanner_manage-apps-button,
.mo_sps_newbanner-ask-us-button,
.mo_sps_newbanner-faq-button,
.mo_sps_newbanner_book-meeting-button {
    cursor: pointer;
    padding-right: 10px;
    border: none;
    background-color: white;
}

.mo_sps_newbanner_manage-apps-button:hover,
.mo_sps_newbanner-ask-us-button:hover,
.mo_sps_newbanner-faq-button:hover,
.mo_sps_newbanner_book-meeting-button:hover{
    background-color: #f3f2f1;
}

.mo_sps_newbanner_manage-apps-button {
    color: #1B9BA1;
}

.mo_sps_newbanner-ask-us-button {
    cursor: pointer;
    color: #1B9BA1;
}

.mo_sps_newbanner-faq-button {
    cursor: pointer;
    color: #1B9BA1;
}

.mo_sps_premium-label {
    margin-bottom: -5px;
    margin-left: 10px;
    margin-top: -10px;
    height: 22px;
    width: auto;
}
.mo_sps_refresh-button {
    margin-bottom: -5px;
    margin-left: 10px;
    margin-top: -10px;
    height: 22px;
    width: auto;
}

.mo_sps_newbanner_book-meeting-button {
    display: block !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin: 29px 0 0 60px !important;
    border-width: 1px !important;
    border-style: solid !important;
    margin: 10px !important;
    background-color: #1B9BA1 !important;
    border-color: #1B9BA1 !important;
    font-size: 1.1rem !important;
    margin-right: 35px !important;
}

.mo_sps_newbanner_book-meeting-button span {
    margin-top: 11px;
}

.banner_buttons:hover{
    background: #11767bad !important;
}
.mo-sps-add-new-tooltip {
    position: absolute;
    background-color: #1b9ba1;
    color: white;
    padding: 0px 5px 20px 5px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 115px;
    width: 180px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.mo-sps-shortcode-marketed-features {
    background: #f4f4f4;
    border: 4px solid #A6DEE0;
    border-radius: 5px;
    padding:0px 10px 10px !important;
}

.mo_sps_expired_client_secret_notice{
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #ffffff;
    margin: 10px;
    background: #fde7e7;
    border-left: 4px solid #e70000ed;
    border-radius: 6px;
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 1rem;
}

.mo-sps-site-drive-refresh {
    font-size: 18px !important;
    font-weight: 650 !important;
    height:1em !important;
}

.mo-sps-initial-configuration-doc{
    padding:15px 10px 15px 0px!important;
    color:gray !important;
}
.mo-ms-tab-content-button__disabled {
    box-sizing: border-box;
    height: 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 470 !important;
    margin: 0;
    background-color: #e9e9e9;
    color: rgb(152 152 152);
    fill: white;
    padding: 0 20px 0 20px;
    border-radius: 4px;
    border: 1px solid #dedcdc;
}

.mo-sps-error-image {
    width:35px;
    height:35px;
    margin-left: auto;
    margin-right:auto;
}

.mo_sps_support_container{ 
    display:right;
    justify-content:flex-start;
    align-items:center;
    flex-direction:column;
    margin:55px 10px;
    background-color:#a6dee0;
    box-shadow: rgb(207,213,222) 1px 2px 4px;
    border: 1px solid rgb(216,216,216);
}

.mo_sps_support__telphone{
    width:27em;
}

.mo_sps_support_header{
    width: 100%;
    height: 246px;
    background-color: #fff;
    background-size: cover;
}

@media only screen and (max-width: 1400px) {
    .mo_sps_support__telphone{
    width:24em;
    }
}

@media only screen and (max-width: 1229px) {
    .mo_sps_support__telphone{
    width:19.5em;
    }
}