* {
    box-sizing: border-box;
}

.container {
    width: 500px;
    margin: 20px auto;
    position: relative;

}

.outer-col {
    position: fixed;
    right: 5px;
    bottom: -399px;
    width: 24%;
    background-color: white;
}

.nav-tab {
    background-color: #1397a3e8;
    color: white;
}

/* .nav-tab:hover{
    background-color: #1397a3e8 !important;
    color: whi;
} */

.nav-tab-active {
    background-color: #445660;
}

.heading {
    float: left;
    width: 100%;
    background: #1397a3e8;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    font-family: arial;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.form-col {
    float: left;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
    padding: 10px;
    border: 1px solid #999;
}

.form-col input,
textarea {
    float: left;
    width: 100%;
    height: 2rem;
    margin-bottom: 1rem;
    padding: 10px;
}


.form-col button {
    float: left;
    border-radius: 5px;
    background: #50bef4;
    color: #fff;
    font-size: 16px;
    font-family: arial;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.card_row {
    display: flex;
    flex-direction: row;

}

.card {
    max-width: 55%;
    border: 2px solid #1397a3e8;
    width: 55%;

}



#wpfooter {
    display: none;
}

.frame_for_button {
    text-align: center;
    padding-top: 1.5em;
}

.buttons_style {
    min-width: 30%;
    width: fit-content;
    min-height: 37px;
    border-radius: 8px;
    color: #fff;
    background-color: #445660;
    cursor: pointer;
}

.get_attr_button {
    margin-left: 35%;
}

.contactUsButton {
    background-color: #445660 !important;
    margin-left: 35%;
    cursor: pointer;
}

.note {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #a5ecf154;
    border: solid 1px #1397a3e8;
    border-radius: 6px;
    line-height: 18px;
    mc-auto-number-format: '{b}Note: {/b}';
    overflow: hidden;
    padding: 12px;
    /* color: white; */
}

.errornote {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #f0f7fb;
    border: solid 1px #d351486e;
    border-radius: 6px;
    line-height: 18px;
    mc-auto-number-format: '{b}Note: {/b}';
    overflow: hidden;
    padding: 12px;
}

.disabledOption {
    background-color: gainsboro !important;

}

.disabled_mappingfields{
    width: 42%;
    margin-right: 24px;
    background-color: gainsboro !important; 
    border-radius:0.3em
}

.oauth_remove_button{
    /* background-color:#1397a3e8 !important; */
    background-color: #cd0707 !important;
    min-height: 1.6rem;
    min-width: 4rem;
    color: white !important;
    border-radius: 0.3rem;
}

.copy {
    background-color: #445660;
    color: #fff;
    border: none;
    width: 100%;
    height: 25px;
    border-radius: 0.2em;
    cursor: pointer;
}

.copyButton {
    width: 3rem;
    margin-left: 1rem;
    border-radius: 0.3em;
    
}

.signin_url {
    border: 1px solid #ABB;
    min-height: 40px;
    padding: 7px 10px 5px;
    /* border-radius: 0.3rem; */
    display: inline-flex;
    background-color: #ccc;
    justify-content: center;
    text-align: center;
}

.notethick {
    background-color: #f0f7fb;
    border-left: solid 4px #3498db;
    line-height: 18px;
    mc-auto-number-format: '{b}Note: {/b}';
    overflow: hidden;
    padding: 12px;

}


.server_config_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    box-sizing: border-box;
    border-spacing: 10rem !important;
}

.server_config_table td {

    border-collapse: collapse;
    padding-top: .2em;
    padding-bottom: .3em;
}



input[type=button], input[type=submit] {
    cursor: pointer;
}

.saveSettingButton {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0.5rem;
}

#color {
    background-color: #1397a3e8;
    color: #445660;
}

.oc-copy-to-clipboard {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.oc-copy-to-clipboard:after {
	content: '\f217';
	font-family: dashicons;
}
.oc-copy-to-clipboard.oc-copied:after {
	content: '\f12a';
}


/****** licensing page css ******/ 

.back_button{
    min-width: 7% !important ;
    width: 7% !important;
    min-height: 37px !important;
    border-radius: 8px !important;
    color: #fff !important;
    background-color: #cd6d07 !important;
    cursor: pointer;
    margin:1% 0% !important;
    text-align: center !important;
    border: none !important;
    padding: 2px 10px 1px !important;
    margin-left: 2% !important;

}

.licensing_title{
    text-align: center; 
    margin:0% 0% 3%;
}

.licensing_layout{
    display: flex; 
    justify-content:center;
}
.plans_card{
    min-width: 20%; 
    height: max-content;
    box-shadow: 0 4px 45px #d2d5d9;
    border: none;
}
.align_card{
    margin-left:4%;
}

.card_header{
    height:10rem;
    text-align: center;
    padding: 5px; 
    background-color: #ffff;
    margin-bottom: 5%;
}

.card_body{
    background-color: #ffff;
    margin-top:16%;
}

.card_table{
    text-align:center; 
    width:100%; 
    height:30rem;
    padding:0%
}

table.card_table td {
    height: 5% !important;
}

.card_table tr:nth-child(even){
    background-color:#d2d5d9;;
}

#ProgressBar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

#ProgressBarTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 800px;
    margin: 0 auto;
    margin-right: 223px;
    margin-bottom: 10px;
  }

.step {
    text-align: center;
}

.text {
  margin-bottom: 10px;
  color: #1397a3e8;
}

.bullets {
    border: 1px solid #999999e8;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #999999e8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 500ms;
    line-height: 20px;
    left: 8px;
    cursor: pointer;
}

.bullets.uncompleted {
    color: white;
    background-color: #c0dee0e8;
}

.bullets.uncompletedLast {
    color: white;
    background-color: #c0dee0e8;
}

.bullets.uncompleted::after {
    content: "";
    position: absolute;
    right: -278px;
    bottom: 22px;
    height: 5px;
    width: 278px;
    border: 1px #71b2b8e8 solid;
    border-right: none;
    border-left: none;
    /* background: linear-gradient(to right, #1397a3e8, #a5ecf154); */
    background-color: #999999e8;
}

.bullets.unvisited::after {
    content: "";
    position: absolute;
    right: -278px;
    bottom: 22px;
    height: 5px;
    width: 278px;
    border: 1px #71b2b8e8 solid;
    border-right: none;
    border-left: none;
    /* background: linear-gradient(to right, #1397a3e8, #a5ecf154); */
    background-color: #999999e8;
}
/*  */

.bullets.completed {
    color: white;
    background-color: #1397a3e8;
}
.bullets.completed > .stepName {
    content: '\2713';
}

.bullets.last{
    color: white;
    background-color: #1397a3e8;
}
  
.bullets.completed::after {
    content: "";
    position: absolute;
    right: -278px;
    bottom: 22px;
    height: 5px;
    width: 278px;
    /* background-color: #1397a3e8; */
    background: linear-gradient(to right, #1397a3e8, #a5ecf154);
}
.bullets.visited {
    color: white;
    background-color: #1397a3e8;
}
.bullets.visited > .stepName {
    content: '\2713';
    display: inline-block;
    color: red;
    padding: 0 6px 0 0;
}

.bullets.visited::after {
    content: "";
    position: absolute;
    right: -278px;
    bottom: 22px;
    height: 5px;
    width: 278px;
    background-color: #1397a3e8;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
  