html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.titleblue {
    color: #0303d6;
    font-weight: 700;
    font-size: 22px;
}

.price-currency {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
}

.price {
    font-size: 32px;
    font-weight: 700;
}

.price-description {
    display: block;
}
.btn-style {
    width: 100%;
    background: #132e57;
    border: 1px solid #132e57;
    font-size: 1.125rem;
    font-weight: 700;
}
.frm-label label {
    color: #132e57;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-size: 16px;
}
.btnpaynow {
    width: 100%;
    padding: 10px;
}
.btnsubmit {
    border: none;
    background: white;
    width: 25%;
}
.orderfont {
    font-size: 22px;
    font-weight: 700;
}
.text-right{text-align:right;
}
.btnblue {
    background-color: #153ad0 !important
}
    .btnblue:hover {
        background-color: orangered !important;
        border: 1px solid orangered;
    }
.fail {
    color: red;
    font-weight: 600;
}

.success {
    color: green;
    font-weight: 600;
}

.black {
    color: #000;
    font-weight: 600;
}

.tblborder {
    border: 1px solid #efefef;
    margin-top: 8px;
}
.bg-breadcrumb {
    background: linear-gradient(339deg, #112dc8 8%, #0083fc 71%);
    color: #FFF;
}
.breadcrumb-titleh1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
}
.breadcrumb-p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2.5px;
}
.btn-padding {
    padding: 10px 40px;
}
.breadcrumb-p-bottom {
    padding-bottom: 3rem !important;
}
div.dt-buttons {
float:right !important; margin-left:15px;
}

.line-h-30{line-height:30px;}
.align-center{text-align:center;}
.promolink { text-decoration:underline;}
.promodelete i {
    cursor: pointer;
}
.fw-size14 {font-size:14px;}
.overline {
    text-decoration: line-through;
    margin-right: 10px;
}
#dvDiscount { display:inline-block;}
.pl17 {
    padding-left: 17px !important;
}
.ml15 {
    margin-left: 15px;
}


/*CUSTOM VARIABLES HERE*/
.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border: 1px solid lightgrey;
    margin-bottom: 40px;
    border-radius: 30px;
    background: white;
}

.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
    color: white;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
    background: transparent;
}

.switch-wrapper
[type="radio"]:checked#monthly + label[for="yearly"] ~ .highlighter {
    transform: none;
}

.switch-wrapper
[type="radio"]:checked#yearly + label[for="monthly"] ~ .highlighter {
    transform: translateX(100%);
}

.switch-wrapper label {
    font-size: 16px;
    z-index: 1;
    min-width: 100px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
    text-align:center;
}

.switch-wrapper label:hover {
    background: lightgray;
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: linear-gradient(339deg, #112dc8 8%, #0083fc 71%);
    transition: transform 0.25s ease-in-out;
}

.table-wrapper .hide {
    display: none;
}
.bg-grey {
    background-color: #1f1e2eeb;
}
#menu li.nav-item:hover, #menu li.nav-item-inner:hover {
    background: linear-gradient(339deg, #112dc8 8%, #0083fc 71%);
    width: 100%;
}
#menu .nav-link:hover {
    color: #FFF;
}
.pl-15 {
    padding-left: 5px;
}
.lbl-active {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    width: 75px;
    margin: 0 auto;
}
.lbl-Deactivate {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    width: 100px;
    margin: 0 auto;
}
#menu li.nav-item.active {
    background: linear-gradient(339deg, #112dc8 8%, #0083fc 71%);
    width: 100%;
}
#menu .active .nav-link {
    color: #FFF;
}
.nav-link{cursor:pointer;}
.width-1 { width:1% !important;}
.highlightcss {
    margin-left: 10px;
    padding: 5px;
}
.btnback-r {
    text-align: right;
    margin-bottom: 10px;
}
.invoice-row {
    padding-bottom: 5px;
    border-bottom: 0.5px solid #6260602e;
    line-height: 30px;
}
.invoice-headerrow {
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    line-height: 30px;
}
.text-right {
    text-align: right;
}
.pnl-redBg {
    color: white;
    padding: 10px;
    border-radius: 5px;
    line-height: 30px;
}
.p-r20 {
    padding-right: 20px;
}
.txt-deco-non {
    text-decoration: none;
}
.text-color-blue {
    color: #008eff
}
.iconfont24 {
    font-size:24px;
}   
.fb-color {
    color: #4267B2;
}
.twitter-color {
    color: #00acee;
}
.linkedin-color {
    color: #0A66C2;
}
.social-icon a {
padding-left:10px;
}

/*edigenerator css*/

.edigenerator table {
    border-collapse: collapse;
}

.edigenerator td, .edigenerator th {
    border: 1px solid black;
    padding: 8px;
}

.edigenerator button {
    padding: 5px 10px;
    margin: 5px;
}

.edigenerator button {
    display: inline-block;
}

.edigenerator table {
    border-spacing: 30px;
}
/* Define styles for the second row in each set of three */
.edigenerator tr:nth-child(3n+2) {
    background-color: #ffc107; /* Change the background color as needed */
}

.edigenerator td input[type="text"] {
    text-align: center;
    width: 100%; /* Make inputs take up full width of cell */
    box-sizing: border-box; /* Include padding and border in the width */
}
.txtborderBlack{border:#000 1px solid !important;}
.lblCenter{    line-height: 40px; padding-right: 0;}