.license-plan-box-saml {
    display:flex;
    margin-right: 5%;
    margin-left: 5%;
    border-radius: 5px;
    font-size: small;
    padding: 10px;
    border-style: solid;
    border: 2px solid white;
}
.grant-bg{
    background-color: #EDF5FA;
    padding: 15px;
    border-radius: 5px;
}

.grant-bg-l{

    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}
/*--------------*/
.hr-pricing{
    margin-top: 12px;
    width: 29%;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #bacdde;
}

.price-block {
    color: #3c434a;
    font-size: 35px;
    font-weight: 600;
    padding: 2rem;
}
/*.price-block:hover {*/
/*    padding-bottom: 3px;*/
/*    padding-top: 7px;*/
/*    color: #1e73be;*/
/*}*/
/*.price-block:hover > .js-computed-value{*/
/*    font-size: 60px;*/
/*    text-shadow: 4px 4px 4px rgb(96, 213, 245);*/
/*}*/

.w-full {
    border-collapse: separate;
    border-spacing: 10px 0;
    width: 100%;
}
table {
    border-collapse: collapse;
}
.border-gray-300 {
    border-color: #98a29b;
}
.border-b-1 {
    border-bottom-width: 3px;
}
.font-bold {
    font-weight: 550;
}
.text-center {
    text-align: center;
}

.w-1\/6 {
    width: 20%;
}
.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.w-1\/4 {
    width: 20%;
    vertical-align: middle;
    color: #1e73be;
    font-weight: 600;
}
.bg-blue-100 {
    background-color:white;
}
.bg-white-100 {
    background-color: white!important;
}
.rounded-full {
    border-radius: 9999px;
}
.text-blue-500 {
    color: #4299e1;
}
.text-white-500 {
    color: #433333;
    font-weight: 500;
}
.w-8 {
    width: 3rem;
}
.h-8 {
    height: 3rem;
}
.inline {
    display: inline;
}
.fs {
    font-size: large;
}

.mb-0 {
    margin-bottom: 0;
}
.text-gray-600 {
    color: #4b5563;
}
.font-normal {
    font-weight: 400;
}
.text-2xl {
    font-size: 1.5rem;
}
.align-middle {
    vertical-align: middle;
}
.inline-block {
    display: inline-block;
}
.text-center {
    text-align: center !important;
}
.container-xl {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
.mb-3 {
    margin-bottom: 16px !important;
}
.bg-gray-50 {
    background-color: #ffffff;
}
.bg-mehroon-50 {
    /*background-color: #beb6b4;*/
    /*background-color: #D8E1E9;*/
    background-color: white;

}

.subs {
    font-size:x-large;
    font-weight: 500;
}
.fs-td {
    font-size: medium;
}
.license-plan-btn {
    /*background-color: rgb(63, 206, 250);*/
    background-color: #3d5a7e;
    margin-top: 20px;
    border: none;
    font-weight: 700;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
}
.license-plan-btn:hover {
    background-color: #214570;
}
.mo-lv-thead {
    position: sticky;
    top: 25px;
    border-bottom: 2px solid #ccc;
    background: white;
    z-index: 1;
}


.mo_lv_table_th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 6px;
    padding: 0.8rem;
}
#mo_lv_table td, #mo_lv_table th {
    border-top: 1px solid #dee2e6;
}
.good_class:hover{
    border:1px solid white ;

}

.mid_good_class:hover{
    border:1px solid white ;
}

.beautiful_class{
    background-color: #e5e5ff;

}
.beautiful_class:hover{
    border-color: #BBBEFE;
}

.mid-beautiful_class{
    background-color: #1b9ba1bd;
}

.best_value {
    background: #f0151f;
    float: right;
    transform: rotate(45deg);
    left: 80px;
    top: -50px;
    position: relative;
    text-align: center;
    width: 174px;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0px 0px 6px 0px grey;
}
#save_money {
    background-color: #ECECFD;
    border-radius: 8px;
    padding: 1rem 1rem 1rem;
    width: 90%;
    height: 26rem;
    
}

#features {
    background-color: #ECECFD;
    border-radius: 8px;
    padding: 1rem 1rem 1rem;
    width: 90%;
    height: 10.6rem;
    text-align: center;
}

.tooltip {
    position: relative;
    display: inline-block;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: black;
    color: #fff;
    margin-left:5px;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltipfont{
    padding-left: 5px !important;
    margin-left: 5px !important;
    font-family: sans-serif;
    font-size: 15px;
    text-align: initial;
    width: 295px !important;
}
