body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: var(--text);
    background-color: #EFF2EF;
}
*{
    box-sizing: border-box;
}
:root{
	--primary:#26ABB6;
	--secondary:#2C2A3B;
	--light:#DFEBEC;
	--dark:#012C40;
    --dark-light:#0018162B;
	--text:#2C2A3B;
    --yellow:#F8C359;
	--white:#ffffff;
    --grediant-color:linear-gradient(180deg, #23949D 0%, #156066 100%);
}
html .btn {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: var(--white);
    font-weight: 400;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 36px;
    transition: all 0.4s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
html .btn.btn-dark {
    background: var(--secondary);
    color: var(--light);
     border: 2px solid var(--secondary);
}
html .btn.outline_btn{
border: 1px solid var(--secondary);
background: transparent;
color: #2C2A3B;
}
html .btn.outline_btn:hover{
border: 1px solid var(--secondary);
background: var(--secondary);
color: var(--light);

}
div#emailModal .modal-content .btn {
    line-height: 43px;
    padding: 0 28px;
    position: relative;
}
div#emailModal .modal-content .btn.loader:before {
    content: "";
    height: 35px;
    width: 35px;
    display: flex;
    position: absolute;
    inset: 0;
    margin: auto;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><linearGradient id="a9"><stop offset="0" stop-color="%23FFFFFF" stop-opacity="0"></stop><stop offset="1" stop-color="%23FFFFFF"></stop></linearGradient><circle fill="none" stroke="url(%23a9)" stroke-width="30" stroke-linecap="round" stroke-dasharray="0 44 0 44 0 44 0 44 0 360" cx="100" cy="100" r="70" transform-origin="center"><animateTransform type="rotate" attributeName="transform" calcMode="discrete" dur="2.5" values="360;324;288;252;216;180;144;108;72;36" repeatCount="indefinite"></animateTransform></circle></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
div#emailModal .title h4 {
    font-size: 28px;
    font-weight: 600;
}
div#emailModal .title {
    margin-bottom: 20px;
}
html .btn svg{
    margin-left: 3px;
}
html .btn:hover{
    background: var(--secondary);
    color: var(--light);
}
html .btn.btn-dark:hover {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: var(--light);
}
a {
    text-decoration: none;
    transition: all 0.4s;
    color: var(--primary);
}
a:hover{
    color: var(--dark);
}
::selection {
    background-color: var(--primary);
    color: var(--white);
}
section{
    padding: 90px 0;
    position: relative;
}
html .container{
    max-width: 1320px;
    width: 100%;
}
img{
    height: auto;
    width: auto;
    max-width: 100%;
}
p:last-child{
    margin-bottom: 0;
}
.data-box{
    margin-bottom: 20px;
}
.data-box:last-child{
    margin-bottom: 0;
}
header{
    background-color: var(--secondary);
    color: var(--white);
    background-image: url(../images/wave.svg);
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 144px;
}
header .text{
    padding-left: 16px;
}
header .text h4{
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 0;
}
header .text p {
    opacity: 0.8;
    font-size: 13px;
    max-width: 600px;
    line-height: 140%;
}
.accordion-header {
   font-size: 22px;
    text-transform: uppercase;
    color: var(--secondary) !important;
    background-color: var(--light) !important;
    position: relative;
}
.accordion-button {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--secondary) !important;
    background-color: var(--light) !important;
    font-weight: 600;
}
.accordion-header .btn {
    font-weight: 500;
    line-height: 27px;
    margin-right: 14px;
    margin-left: auto;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 8px;
    position: absolute;
    z-index: 7;
    right: 54px;
    top: 17px;
    border: 1px solid #2C2A3B33;
    background: transparent;
    color: var(--secondary);
    padding: 0 14px;
}
.accordion-header .btn:hover,.accordion-header .btn.active{
    color: var(--white);
    background: var(--secondary);
}
.accordion-header a.btn.active{
    display: none;
}
button#reset-capex_edit,
button#reset-opex_edit{
    display: none;
}
.accordion-header a.btn.active + button#reset-capex_edit,
.accordion-header a.btn.active + button#reset-opex_edit  {
    display: block;
}
.accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 9px 24px 0px #0000000D;
}
.accordion-button::after {
    width: 34px;
    height: 34px;
    background-color: #fff;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px #0000000D;
}
button.accordion-button {
    padding: 12px 30px;
}
.add_vehicle_expenses{
    margin-top: -144px;
    padding-top: 0;
}
.accordion-body {
    padding: 22px;
}
.data-box .title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 18px;
}
fieldset legend {
    letter-spacing: 0.8px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
    background: #fff;
    margin-top: -10px;
    display: inline-block;
    width: max-content;
    margin-bottom: 0;
    color: #4C5E5C;
}
.accordion-button:focus{
    border-color:  transparent !important;
    box-shadow: unset !important;
}
fieldset{
    border: 1px solid #EAF2EF;
    border-radius: 12px;
    padding: 0 16px 16px;
}
.input_fields label {
    font-size: 11px;
    color: #4C5E5C;
    margin: 0;
    line-height: normal;
    margin-left: 7px;
    background: #fff;
    padding: 0 3px;
    position: relative;
    z-index: 9;
    display: inline-flex;
    align-items: center;
}
html .form-control {
    border: 1px solid #BFD1CB;
    font-size: 14px;
    border-radius: 8px;
    line-height: 40px;
    padding: 0 16px;
    background-color: #fff;
    margin-top: -10px;
}
html .form-control:focus{
    box-shadow: unset !important;
    border-color: #BFD1CB!important;
}
select.form-control {
    background-image: url('data:image/svg+xml,<svg width="230" height="125" viewBox="0 0 230 125" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M227.19 2.81954C223.443 -0.939848 217.386 -0.939848 213.639 2.81954L115 101.789L16.3605 2.81954C12.6137 -0.939848 6.557 -0.939848 2.81014 2.81954C-0.936714 6.57894 -0.936714 12.6559 2.81014 16.4153L108.225 122.183C110.093 124.058 112.547 125 115 125C117.454 125 119.907 124.058 121.776 122.183L227.19 16.4153C230.937 12.6559 230.937 6.57894 227.19 2.81954Z" fill="black"/></svg>');
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 95% center;
    min-width: 80px;
}
.input-fields_wrp{
    margin-top: 20px;
}
.grediant-clr-box{
    background: var(--grediant-color);
    padding: 20px;
    border-radius: 10px;
    color: var(--white);

}
.table-data{
    margin-bottom: 20px;
}
.table-data:last-child{
    margin-bottom: 0;
}
.table-data h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.table-data h4:not(:first-child) {
    margin-top: 20px;
}
.table-data table{
    background: var(--dark-light);
    padding: 8px 15px;
    border-radius: 7px;
}
.table-data table tr > * {
    font-weight: 400;
    padding: 8px 10px;
    border-bottom: 1px solid #FFFFFF1A;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.table-data table tr > * .no{
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    width: fit-content;
    padding: 0 6px;
    font-weight: 600;
    margin-left: auto;
}
.table-data table tr:last-child > *{
    border: 0;
}
.chart-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 14px 0px #0000000D;
    position: sticky;
    top: 20px;
}
.chart-box .title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center
}
header .img {
    padding-right: 65px;
    margin-bottom: -3px;
    margin-top: 10px;
}
.table-data table.bg-yellow{
    background-color: var(--yellow);
}
.table-data table.bg-yellow tr>* {
    color: #000;
    border-color: var(--dark-light);
}
.table-data h4 b {
    font-weight: 600;
}
.table-data table.bg-yellow tr>* .no{
    background-color: var(--secondary);
    color: #fff;
}
.input_badge {
    line-height: 32px;
    background-color: #EFF2EF;
    border: 0;
    border-radius: 5px;
    padding: 0 7px;
    min-width: 45px;
    width: 100%;
} 
html .input-group input.form-control {
    border-radius: 8px !important;
}
.input-group-append {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-63%);
    z-index: 9;
}
div#core-wrapper {
    margin-top: 20px;
}
.ownership_box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 14px 0px #0000000D;
    margin-top: 20px;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
}

.info_box {
    font-size: 13px;
    background: #EFF2EF;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
}
.info_box span {
    background-color: var(--secondary);
    color: #fff;
    padding: 0px 10px;
    margin-left: 5px;
    border-radius: 6px;
    line-height: 23px;
    display: inline-block;
}
.ownership_box h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 14px;
}
.modal.fade .modal-dialog {
    max-width: 1000px;
}
.modal.fade .modal-dialog .modal-content{
    border-radius: 20px !important;
    padding: 30px;
}
.modal.fade button.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 9;
}
.ownership_popup .title h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 00px;
}
.ownership_popup .box{
    padding: 24px;
    border: 1px solid #E05956;
    background: #FFF3F3;
    border-radius: 10px;
    margin-top: 30px;
}
.ownership_popup [class*= "col"]:nth-child(2) .box{
    background: #F3FEFF;
    border: 1px solid #26ABB6
}
.section h4 {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #2C2A3B1A
}
.section h4 span {
    font-weight: normal;
    font-size: 13px;
    display: block;
    margin-top: 2px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
}
ul li.muted {
  color: #aaa;
}

.total {
  margin-top: 10px;
  padding: 10px 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.ownership_popup [class*= "col"]:nth-child(2) .total{
    color: #26ABB6;
}
.form-control:disabled {
    background-color: #f5f5f5;
}
.final-total {
    background: #E05956;
    color: #fff;
    padding: 20px 24px;
    border-radius: 0 0 6px 6px;
    margin: 0px -24px;
    margin-bottom: -24px;
    font-weight: 600;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
}
.ownership_popup [class*= "col"]:nth-child(2) .final-total{
    background-color: #26ABB6;
}
.modal-body{
    padding: 0;
}
.final-total strong{
    font-size: 22px;
}
.final-total span {
  font-weight: normal;
  font-size: 14px;
}   
.total strong,.final-total strong {
    font-weight: 600;
}
.ownership_popup ul li strong {
    text-wrap: nowrap;
    min-width: 57px;
    text-align: right;
}
.total {
    margin-top: 8px;
    padding: 10px 0 0;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-top: 1px solid #2C2A3B1A;
    font-size: 18px;
    color: #E05956;
}
.box-head {
    margin-bottom: 14px;
}
.total.opex {
    margin-bottom: 24px;
}
.ownership-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 30px auto 0;
    border-radius: 10px;
    overflow: hidden;
    border: 0px solid #2C2A3B1A;
}
.ownership-table th,
.ownership-table td {
  padding: 13px 20px;
  text-align: left;
  border: 1px solid #2C2A3B1A;
  font-size: 16px;
  color: #2C2A3B;
  text-align: center;
}
.ownership-table thead th {
  font-weight: 500;
  font-size: 18px;
}
.cbrs-row td {
  background-color: #FFF3F3;
}
.cbrs-row td:first-child {
  background-color: #E05956;
  color: white;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}
.wifi-row td {
  background-color: #F3FEFF;
}
.ownership-table thead th:first-child{
    text-align: left;
}
.wifi-row td:first-child {
    background-color: #24aeb1;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}
.help-tip {
    text-align: center;
    border: 1px solid #444;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 7px;
    line-height: 10px;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-left: 4px;
    position: relative;
}

.help-tip:before{
    content:'!';
    font-weight: 700;
    color:#000000;
}
.help-tip p {
    visibility: hidden;
    text-align: center;
    background-color: #262626;
    padding: 7px 5px;
    max-width: 178px;
    height: auto;
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5%);
    border-radius: 3px;
    box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
    color: #fff;
    font-size: 10px;
    line-height: 120%;
    z-index: 99;
    font-weight: 400;
    bottom: calc(100% + 0px);
    transition: all 0.2s;
}
.help-tip:hover p{
    visibility: visible;
    translate: 0px 0;
     bottom: calc(100% + 13px);

}
.help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #262626;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.help-tip p:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}
.form-field:has(#core-soft-lic-hard){
    display: none;
}
.form-field:has(#core-soft-lic-hard.active) {
    display: block;
}
fieldset:has(#cas_monthly_charge.active){
    display: none;
}
.table-data table tr:has(div#capex-core){
    display: none;
}
.table-data table tr:has(div#capex-core.active) {
    display: table-row;
}
.modal-content .form-label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 11px;
    display: block;
    margin-top: 18px;
}
.form-label em{
    color: red;
}
#emailModal.modal.fade .modal-dialog .modal-content {
    padding: 40px;
}
select#years_count {
    background-position: 86% center;
}
select#service-core {
    background-position: 97% center;
}
ul.list-item li {
    border-bottom: 1px solid #0000001f;
    padding: 10px 10px 10px 30px;
    position: relative;
}
ul.list-item li:last-child {
    border-bottom: 0;
}
ul.list-item li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary);
    left: 9px;
    top: 18px;
    border-radius: 100%;
}
.accordion-body > p {
    font-size: 14px;
}
.accordion-header .btn.assumption_btn {
    right: 65px;
    top: 10px;
    line-height: 34px;
    background: #156066;
    color: #fff;
    border: 0;
}
.accordion-header .btn.assumption_btn:hover{
    background: var(--primary);
}
#assumptions_popup .title h4 {
    margin-top: -30px;
    padding: 20px;
    background: var(--light);
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 20px 20px 0 0;
    text-transform: capitalize;
    font-weight: 600;
}
.coverage_info .info_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coverage_info .info_box span {
    background-color: #93939321;
    color: #000000;
}
.coverage_info .info_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    /* border-bottom: 1px solid #0000001c; */
    border-radius: 0;
    padding: 8px;
    line-height: 140%;
}
.coverage_info .info_box:last-child{
    border: 0;
}
.coverage_info {
    margin-top: 0px;
        margin-bottom: 40px;
}
.box-info {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 4px 0 #0000003b;
}
.coverage_info h6 {
    font-size: 17px;
    font-weight: 600;
    margin: -10px -12px 10px;
    text-align: center;
    padding: 10px;
    background: var(--light);
    border-radius: 10px 10px 0 0;
}
.popup-logo{
    max-width: 80px; 
    position: absolute;
    top: -12px;
}
.col:has(input#ams_opc[style="display: none;"]) {
    display: none;
}
html .cnfg .btn {
    background-color: var(--yellow);
    color: #000;
    border-color: var(--yellow);
    border-radius: 5px;
    font-weight: 500;
}
html .cnfg .btn:hover {
    background-color: var(--white);
    color: #000;
    border-color: var(--white);
}
div#emailModal .modal-content .btn.loader {
    font-size: 0;
}
div#emailModal .modal-content .btn.loader svg {
    display: none;
}
@media(max-width:991px){
header .text p {
    font-size: 14px;
    max-width: 316px;
}
.chart-box {
    margin-top: 30px;
}
header .img{
    padding: 0;
}
.modal.fade .modal-dialog .modal-content {
    padding: 30px 15px;
    max-width: 98%;
    margin: 0 auto;
}
.ownership-table th, .ownership-table td {
    font-size: 14px;
}
.ownership-table thead th {
    font-size: 13px;
}
.cbrs-row td:first-child,.wifi-row td:first-child {
    font-size: 16px;
}
.ownership_popup .title h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.ownership_popup .box {
    padding: 15px;
    margin-top: 20px;
}
.total {
    font-size: 16px;
}
.final-total strong {
    font-size: 18px;
}   
.final-total {
    font-size: 15px;
    padding: 20px 13px;
}
.final-total {
    margin: 0px -15px;
    margin-bottom: -16px;
}
}
@media(max-width:767px){
header .text {
    padding-left: 0px;
    text-align: center;
    margin: 34px 0 30px;
}
 header .text  p{
    margin: 0 auto;
 }
header .img{
    display: none;
}
button.accordion-button {
    padding: 8px 17px;
    font-size: 18px;
}
.accordion-body {
    padding: 15px;
}
.grediant-clr-box {
    margin-top: 15px;
}
.input_fields .title {
    font-size: 15px;
}
.chart-box {
    margin-top: 20px;
}
.chart-box .title {
    font-size: 18px;
    margin-bottom: 20px;
}
.logo img {
    max-width: 108px;
    margin-top: 20px;
}
.add_vehicle_expenses {
    padding-bottom: 0;
}
.logo-light {
    max-width: 100px;
    margin: 0 auto;
}
.total {
    font-size: 15px;
}
ul li {
    font-size: 13px;
}
.ownership-table th, .ownership-table td {
    padding: 7px 15px;
}
.ownership-table th, .ownership-table td {
    font-size: 14px;
    text-wrap: nowrap;
}
.ownership_popup .title h4 {
    font-size: 18px;
    max-width: 283px;
    margin: 0 auto 15px;
}
.modal.fade button.btn-close {
    background-size: 13px;
}
.ownership_box h4 {
    font-size: 20px;
}
.ownership_box label {
    font-size: 14px;
}
.ownership_box a.btn {
    margin-top: 10px;
}
#emailModal.modal.fade .modal-dialog .modal-content {
    padding: 30px;
}   
div#emailModal .modal-content .btn {
    font-size: 14px;
    padding: 0 25px;
}
div#emailModal .title p {
    font-size: 14px;
    max-width: 316px;
    margin: 0 auto;
}
div#emailModal .title p br{
    display: none;
}
div#emailModal .title h4 {
    font-size: 22px;
    font-weight: 600;
}
select#years_count {
    background-position: 80% center;
    line-height: 35px;
    min-width: 60px;
}
#assumptions_popup .title h4 {
    margin-left: -15px;
    margin-right: -15px;
}
.accordion-header .btn.assumption_btn {
    right: 43px;
    top: 7px;
}
.box-info {
    margin-bottom: 20px;
}
.popup-logo{
    max-width: 74px;
    top: -16px;
}
}

