﻿@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body{
    font-family: "Poppins", serif;
}
h1,h2,h3,h4,h5,h6{
    font-family:  "Space Grotesk", serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 1140px;
}

/* .pricing-header {
    max-width: 700px;
} */

.card-deck .card {
    min-width: 220px;
}
.info-img {
    height: 14px;
    width: 14px;
    content: url("/images/icons8-info-64.png");
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-breaks {
    white-space: pre-line;
}

.masteqa-custom-small-font {
    font-size: small;
}



.masteqa-custom-divider {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.masteqa-custom-tab-link {
    background-color: lightblue;
    margin-right: 0.5em;
}
.info-img {
    height:14px;
    width:14px;
    content:url("/images/icons8-info-64.png");
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-breaks {
    white-space: pre-line;
}

.masteqa-custom-small-font {
    font-size: small;
}



.masteqa-custom-divider {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.masteqa-custom-tab-link {
    background-color: lightblue;
    margin-right: 0.5em;
}
.info-img {
    height:14px;
    width:14px;
    content:url("/images/icons8-info-64.png");
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-breaks {
    white-space: pre-line;
}

.masteqa-custom-small-font {
    font-size: small;
}


.masteqa-custom-divider {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.masteqa-custom-tab-link {
    background-color: lightblue;
    margin-right: 0.5em;
}









 /* Custom CSS */


 section.header {
    padding: 20px 0px;
    background: #F5F5F5;
}

.nav-menu ul {
    display: flex;
    justify-content: flex-end;
}

.nav-menu ul li {
    margin-right: 30px;
    list-style-type: none;
}

.nav-menu ul a li {
    padding: 6px 18px;
}
.nav-menu ul a li {
    font-size: 14px;
    text-transform: capitalize;
    border: solid 2px;
    border-radius: 5px;
}
li.green {
    border-color: #209880 !important;
    color: black;
    transition: 0.3s;
}

li.green:hover {
    background: #209880;
    color: white;
}

.nav-menu ul a:hover {
    text-decoration: none;
}

li.blue {
    border-color: #3F79BC !important;
    color: black;
    transition: 0.3s;
}

li.blue:hover {
    background: #3F79BC;
    color: white;
}

li.purple {
    border-color: #120048 !important;
    color: black;
    transition: 0.3s;
}

li.purple:hover {
    background: #120048;
    color: white;
}

li.red {
    border-color: #FF0000 !important;
    color: black;
    transition: 0.3s;
}

li.red:hover {
    background: #FF0000;
    color: white;
}
section.header .row {
    align-items: center;
}
section.home-sec {
    background: #3F79BC;
}
section.home-sec h1.display-4 {
    font-size: 48px;
    font-weight: 700;
    color: white;
}
section.home-sec p.lead {
    font-size: 16px;
    font-family: 'Space Grotesk';
    color: white;
}
.home-table-item {
    border: solid 1px black;
    text-align: center;
    height: 370px;
    border-radius: 5px;
    overflow: hidden;
}
section.home-sec-table {
    padding: 100px 0px;
}
.card-header {
    background: #6ED07F;
}

.card-header h4 {
    font-size: 32px;
    font-weight: 600 !important;
    color: white;
}

.home-table-item ul li a {
    color: black;
    line-height: 40px;
    font-size: 19px;
    font-family: 'Space Grotesk';
    font-weight: 400;
    text-decoration: underline;
}
.home-table-item ul li {
    color: #6ED07F;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Space Grotesk';
}
.home-table-item .card-header {
    border-bottom: 3px solid #5454547d;
}
.card-header.uses {
    background: #209880;
}
.card-header.how {
    background: #800080;
}
li.uses {
    color: #209880 !important;
}
li.how {
    color: #800080 !important;
}
.nav-menu ul {
    margin-bottom: 0px;
}
.row.deploy {
    margin-top: 30px;
}
.row.deploy ul {
    display: flex;
    justify-content: center;
}
.row.deploy ul li a {
    margin-left: 20px;
}
.row.deploy .home-table-item {
    height: auto;
}
.row.deploy ul {
    margin-bottom: 0px;
}
.card-header.Deploy {
    background: #00BBFF;
    border-bottom: solid 1px black;
}
li.Deploy {
    color: #00bbff !important;
}
footer {
    background: #F5F5F5;
    padding: 50px 0px 30px 0px;
}
.footer-col-3 {
    padding-left: 50px;
}
.footer-logo {
    padding-bottom: 100px;
}
.footer-col1-text p {
    font-size: 14px;
    font-family: 'Space Grotesk';
    font-weight: 700;
}
.footer-logo img {
    width: 70%;
}
.footer-col-2 h5 {
    font-size: 25px;
    font-weight: 800;
}
.footer-col-3 h5 {
    font-size: 25px;
    font-weight: 800;
}
.footer-col-4 h5 {
    font-size: 25px;
    font-weight: 800;
}
footer ul li {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 30px;
}

footer ul li a {
    color: black;
}
footer ul li {
    list-style-type: none;
}
footer ul {
    padding-left: 0px;
}
footer ul li a {
    color: black;
    font-weight: 400;
    font-family: 'Poppins';
}

footer ul li a:hover {
    text-decoration: none;
}
li.Support {
    border-color: #00BBFF !IMPORTANT;
    color: black;
    transition: 0.3s;
}
li.Support:hover {
    background: #00BBFF;
    color: white;
}
li.Features {
    border-color: #00FFC3 !important;
    color: black;
    font-family: 'Poppins';
    transition: 0.3s;
}
li.Features:hover {
    background: #00FFC3;
}
section.login-form-sec1 {
    padding: 90px 0px;
}
section.login-form-sec1 .card-header {
    background: #00BBFF;
    border-bottom: solid 1px black;
}

section.login-form-sec1 .card-header h3 {
    font-size: 35px;
    margin-bottom: 0;
    color: white;
}

section.login-form-sec1 .card {
    border: solid 1px black;
}
.form-group.submit-btn input {
    width: 100%;
    border: solid 1px red;
    transition: 0.3s;
}
.form-group.submit-btn input:hover {
    background: #ff0000;
    color: white;
}
button.btn.float-right.login_btn {
    width: 100%;
    border: solid 1px red;
    transition: 0.3s;
    padding: 8px 0px;
}
button.btn.float-right.login_btn:hover {
    background: #FF0000;
    color: white;
}
section.login-form-sec1 form input {
    border: solid 1px black;
    height: 55px;
}
section.login-form-sec1 form input::placeholder {
    color: #979797;
    font-size: 15px;
}
.reset-card-footer {
    text-align: center;
    padding-top: 60px !IMPORTANT;
}
.reset-card-footer a {
    color: black;
    text-decoration: underline;
}
.signup-form-main {
    width: 60%;
    margin: 0 auto;
}
.signup-form-main .card-header {
    text-align: center;
}
.sub-domain-input {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.signup-form-main .card-body {
    padding-right: 50px;
    padding-left: 50px;
}
.sub-domain-input span {
    padding-left: 20px;
}
button.btn.float-right.sign_btn {
    width: 100%;
    border: solid 1px #209880;
    transition: 0.3s;
    padding: 8px 0px;
}

button.btn.float-right.sign_btn:hover {
    background: #209880;
    color: white;
}

.signup-form-main .reset-card-footer {
    padding-bottom: 20px;
}
.signup-form-main.login-2 {
    width: 50%;
}

.footer-login-2 a {
    padding-left: 10px;
}
button.btn.float-right.login2_btn {
    width: 100%;
    border: solid 1px #FF8000;
    transition: 0.3s;
    padding: 8px 0px;
}
button.btn.float-right.login2_btn:hover {
    background: #FF8000;
    color: white;
}
body.user-list .nav-menu ul li {
    margin-right: 11px;
    list-style-type: none;
}
body.user-list .nav-menu ul {
    align-items: center;
}
footer ul li:hover {
    padding-left: 5px;
}
footer ul li {
    transition: 0.3s;
}
section.user-list-sec1 {
    padding-top: 100px;
    padding-bottom: 30px;
}
section.user-list-sec1 h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Space Grotesk';
    margin-bottom: 0px;
}
.user-list-btn {
    text-align: right;
}

.user-list-btn a {
    border: solid 1px #FF8000;
    padding: 8px 20px;
    font-size: 14px;
    font-family: 'Poppins';
    color: black;
    border-radius: 5px;
    transition: 0.3s;
}

.user-list-btn a:hover {
    text-decoration: none;
    background: #FF8000;
    color: white;
}

section.user-list-sec1 .row {
    align-items: center;
}
body.user-list thead.thead-light th {
    background: #E9F4FF !important;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-family: 'Space Grotesk';
    font-weight: 500;
    color: black !important;
}
body.user-list table, th, tr, td {
    border: solid 1px black !important;
}
body.user-list tbody#usersList tr td {
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins';
    color: black;
    height: 50px !IMPORTANT;
}
body.user-list tbody#usersList tr td a {
    color: black;
    font-size: 18px;
    font-family: 'Poppins';
    text-decoration: underline;
}
body.user-list tbody#usersList tr td {
    vertical-align: middle;
}
.table-hover tbody tr:hover {
    background: white;
}
section.user-list-main {
    padding-bottom: 100px;
}
li.Enterprise {
    border-color: #7300FF !important;
    color: black;transition: 0.3s;
}

li.Enterprise:hover {
    background: #7300FF;
    color: white;
}
li.Applications {
    border-color: #800080 !important;
    color: black;
    transition: 0.3s;
}

li.Applications:hover {
    background: #800080;
    color: white;
}
li.Users {
    border-color: #00BBFF !important;
    color: black;
    transition: 0.3s;
}
li.Users:hover {
    background: #00BBFF;
    color: white;
}
li.Support {
    border-color: #EA00FF !important;
    color: black;
    transition: 0.3s;
}
li.Support:hover {
    background: #EA00FF;
    color: white;
}
section.communication-sec1 {padding-top: 100px;padding-bottom: 30px;}
.communication-table-main {
    display: flex;
    align-items: center;
}

.verfication-text {
    margin-right: 30px;
    font-size: 20px;
    font-family: 'Space Grotesk';
    font-weight: 500;
}

.verfication-text p {
    margin-bottom: 0px;
    color: black;
}

.verfication-mail a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Space Grotesk';
}
.communication-main-heading h3 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Space Grotesk';
    color: black;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.send-mail .mail-btn {
    font-size: 14px;
    font-family: 'Poppins';
    text-decoration: underline;
    padding: 7px 13px;
    border: solid 1px #0000ff;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.3s;
    }
    .row.comm-row {
        padding-bottom: 30px;
    }
    section.communication-sec2 {
        padding-bottom: 100px;
    }
.send-mail .mail-btn:hover {
    background: #0000ff;
    color: white;
    text-decoration: none;
}
span.secc-text {
    color: #00CF0E;
    font-family: 'Poppins';
}
.app-edite-btn {
    color: black;
    font-size: 18px;
    font-family: 'Poppins';
}
td.app-edite-btn {
    width: 80px;
}
td.app-edite-btn span {
    text-align: center;
}
td.app-edite-btn {
    text-align: center;
    vertical-align: middle;
}
td.app-edite-btn span {
    color: black;
    font-size: 18px;
    font-family: 'Poppins';
    border-bottom: solid 1px black;
}
.app-list thead.thead-light tr th {
    vertical-align: middle;
}
tbody#applicationsList tr td {
    text-align: center;
    vertical-align: middle;
}
section.landing-sec1 {
    padding: 100px 0px;
}

.landing-sec1-main {
    height: 310px;
    border: solid 1px black;
    text-align: center;
}

.landing-sec1-main {
    border-radius: 5px;
}

.landing-sec1-main .heading {
    background: #0066FF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #00000059;
}

.landing-sec1-main .heading h2 {
    font-size: 32px;
    color: white;
    width: 65%;
    margin: 0 auto;
}

.landing-sec1-main .btns-main a {
    padding: 8px 15px;
    border: solid 1px #363636;
    border-radius: 5px;
    margin-right: 10px;
    font-family: 'Poppins';
    font-size: 14px;
    color: black;
    transition: 0.3s;
}

.landing-sec1-main .btns-main {
    margin-top: 40px;
    margin-bottom: 40px;
}

.landing-sec1-main .btns-main a:hover {
    background: #1c1c1c;
    color: white;
    text-decoration: none;
}

.landing-sec1-main .last-btn a {
    padding: 8px 15px;
    border: solid 1px #363636;
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 14px;
    color: black;
    width: 60%;
    margin: 0 auto;
    transition: 0.3s;
}

.landing-sec1-main .last-btn a:hover {
    background: #1c1c1c;
    color: white;
    text-decoration: none;
}
.sec2-btn .heading {
    background: #7300FF;
}
.sec2-btn .heading h2 {
    width: 70%;
}
section.auth-table {
    padding: 100px 0px;
}
a.nav-link.btn-outline-dark {
    background: #ACCDFF;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Poppins';
    color: black;
    padding-top: 11px;
    border: none;
    transition: 0.3s;
}

a.nav-link.btn-outline-dark:hover {
    background: #0066FF;
    color: white;
}

a.nav-link.active {
    background: #0066FF !important;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Poppins';
    color: white !IMPORTANT;
    padding-top: 11px;
    border: none;
    transition: 0.3s;
}
section.auth-table h3 {
    color: black;
    font-size: 36px;
    font-weight: bold;
    padding-top: 20px;
}
section.auth-table .row.border-bottom {
    border-bottom: solid 1px black !important;
}
a.auth-back-btn {
    border: solid 1px red;
    padding: 4px 20px;
    border-radius: 5px;
    color: black;
    font-family: 'Poppins';
    font-size: 14px;
    transition: 0.3s;
}

a.auth-back-btn:hover {
    background: red;
    color: white;
    text-decoration: none;
}
a.auth-clam-btn {
    border: solid 1px #FF8000;
    padding: 4px 20px;
    border-radius: 5px;
    color: black;
    font-family: 'Poppins';
    font-size: 14px;
    transition: 0.3s;
}

a.auth-clam-btn:hover {
    background: #FF8000;
    color: white;
    text-decoration: none;
}
.auth-clam-btn-main {
    text-align: right;
}
.row.auth-btns-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
th.auth-first-col {
    width: 80px;
}
th.auth-sec-col {
    width: 140px;
}
.auth-view-btn {
    text-align: center;
}
section.auth-table tbody#claimsList tr td {
    text-align: center;
    vertical-align: middle;
}
th.auth-third-col {
    width: 90px;
}

th.auth-four-col {
    width: 130px;
}

th.auth-five-col {
    width: 110px;
}

th.auth-seven-col {
    width: 100px;
}

th.auth-eight-col {
    width: 100px;
}

th.auth-nine-col {
    width: 100px;
}
.auth-view-btn {
    font-size: 15px;
    color: black;
    font-family: 'Poppins';
    border-bottom: solid 1px #0066FF;
}

.auth-view-btn:hover {
    text-decoration: none;
}
button.auth-mand-btn {
    color: black;
    border: none;
    font-size: 16px;
    font-family: 'Poppins';
    border-bottom: solid 1px #B700FF;
}
tbody#claimsList tr td {
    height: 60px;
}
.container.auth-container {
    border: solid 1px #7a7a7a70;
    padding: 35px;
}


/* home menu sitemap */

section.home-nav {
    padding: 50px 0px;
}

section.home-nav h2 {
    font-size: 50px;
    text-transform: capitalize;
    color: black;
    text-align: center;
    border-bottom: solid 2px black;
    width: 20%;
    margin: 0 auto;
    padding-bottom: 10px;
}

section.home-nav h3 {
    font-size: 40px;
    color: black;
    text-transform: capitalize;
    padding-bottom: 30px;
}

section.home-nav ul {
    display: flex;
    flex-wrap: wrap;
}

section.home-nav ul li {
    width: 26%;
    margin-bottom: 30px;
}

section.home-nav ul li a {
    color: black;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
section.user-permission {
    padding: 100px 0px 0px 0px;
}
input#CurrentUser_active {
    margin-top: 8px;
}
section.user-permission input {
    margin-bottom: 15px;
    border: solid 1px black;
}
section.user-permission select {
    margin-bottom: 20px;
    border: solid 1px black;
}
.per-btns-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.per-btns-item .back a {
    padding: 6px 25px;
    border: solid 1px red;
    border-radius: 5px;
    color: black;
    font-family: 'Poppins';
    transition: 0.3s;
}

.per-btns-item .back a:hover {
    background: red;
    color: white;
    text-decoration: none;
}
.per-btns-item .save {
    border: solid 1px #00AE1E;
    border-radius: 5px;
    color: black;
    font-family: 'Poppins';
    transition: 0.3s;
}

.per-btns-item button {
    border: none;
    background: transparent;
    transition: 0.3s;
    padding: 6px 25px;
}

.per-btns-item .back {
    margin-right: 30px;
}

.per-btns-item .save:hover {
    background: #00AE1E;
}

.per-btns-item button:hover {
    color: white;
}
section.user-per-btns {
    padding-bottom: 100px;
}
.row.per-row {
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.row.primary-row {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.container.per-table-main {
    padding: 30px;
    border: solid 2px #91919169 !important;
}
section.edit-con-sec1 {
    padding-top: 100px;
}
.tble-heading {
    background: #FF0000;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 20px;
}

.tble-heading h2 {
    font-size: 16px;
    color: white;
}
section.edit-con-sec1 .container.border {
    padding: 0px;
}
.row.user-1row {
    padding: 20px;
}
.row.user-3row {
    padding-left: 20px;
}
.row.user-4row {
    padding-top: 20px;
    padding-left: 20px;
}
.row.user-6row {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px !important;
}
.row.des-row {
    padding-left: 20px;
    padding-right: 20px;
}
.row.des-row input {
    height: 120px;
    background: white;
    margin-top: 5px;
}
section.edit-con-sec1 input {
    background: white !important;
    border: solid 1px black;
    margin-top: 5px;
}
.row.user-8row {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

input#CurrentApplication_useMultiFactorAuthentication {
    margin-top: 8px;
}
input#CurrentApplication_enableTokenGenerationNoAuthentication {
    margin-top: 8px;
}
label.form-check-label.col-form-label-sm.font-weight-bold {
    color: black;
}
input#CurrentApplication_active {
    margin-top: 7px;
}
section.user-per-sec1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.user-per-heading {
    display: flex;
}

.user-per-heading h3 {
    font-size: 14px;
    font-family: 'Space Grotesk';
}

.user-per-heading span {
    margin-left: 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Poppins';
}
.per-user-btn-top {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.per-user-btn-top a {
    padding: 5px 20px;
    border: solid 1px #FF8000;
    color: black;
    border-radius: 5px;
    transition: 0.3s;
}

section.user-per-sec1 .row {
    align-items: center;
}
section.user-per-sec1 a#btnDelete {
    border-bottom: solid 1px red;
    text-decoration: none !important;
    font-size: 16px !IMPORTANT;
}
section.user-per-sec1 a#btnEdit {
    font-size: 16px !important;
    text-decoration: none !important;
    border-bottom: solid 1px black;
}
section.user-per-sec1 table tr td {
    text-align: center !IMPORTANT;
}
.container.border.edite-user-container {
    padding: 30px;
}
.per-user-btn-top a:hover {
    background: #ff8000;
    color: white;
    text-decoration: none;
}