﻿a{text-decoration:none}
.text-green{
    color:#0a3f5a !important;
}

.w-80{
  width:80%;
}

.text-justify{
    text-align: justify;
}

.w-90{
    width:90%;
    margin: 0 auto;
}

.text-g{
    color:#0f5e85 ;
}

.border-bottom-cust{
  border-bottom: 1px solid #efefef;
}

.bg-green{
    background-color: #0f5e85;
}

input[type="text"]{
  border:1px solid #c8ced8;
}




.text-view {
    color: #0174b2;
}



.box-shadow{
    box-shadow:0 0 5px -2px #444444;
}

.logos img{
  width:150px;
}

.medicare img{
  width:60%;
  margin: 0 auto;
}

.card1 .card-body div{
  width:100%;
}

.card1 .card-body img{
  max-width: 70px;
}



.card1 .card2 .images img{
  width: 100%;
  max-width:100%;
  
  
}

.card1 .card2 .user img{
 
  max-width:35px;
  height: 35px;
 
  
  
}

.card1 .integration{
  margin-top: 1.5rem;
}

.video{
  flex-direction: column;
}

input[type='radio']{
  /*accent-color:green !important;*/
  height: 12px !important;
  width: 12px;
}

.stats{
  gap: 60px;
}

.service{
  margin-top:1.5rem;
}

.performance{
  margin-top: 1.5rem;
}

.users{
  margin-top: 1.5rem;
}
  
@media screen and (min-width:768px){
  .medicare img{
    flex-basis: calc(100% / 5);
    flex-wrap: wrap;
    margin: initial;
  }
  .card1 .card-body {
    flex-wrap: wrap;
  }
  .card1 .card-body .content{
    width: 25%;
  }
  .card1 .card2 .images div{
    width: 30%;
  }

    .video{
      flex-direction: row;
    }

    .stats{
      flex-wrap: wrap;
    }

  /*  .stats div{
      width: 30%;
    }*/

    .users{
      margin-top: 1.5rem;
    }
    .service{
      margin-top:0;
    }
}

@media screen and (min-width:1024px){
  .medicare{
    justify-content: space-between;
  }
  .medicare img{
    gap: 10px;
    flex-basis: calc(100% / 6);
   width: 23%;
    margin: initial;
    justify-content: start;
    
  }

  .card1 .card2 .images div{
    width: 45%;
  
  
  }

    .video{
        flex-direction: column;
        text-align: center;
    }
    .video p{
        font-size: 12px;
    }
    .card1 .integration{
      margin: 0;
    }
    .stats{
      flex-wrap: wrap;
      gap: 30px;
    }
    .users{
      margin-top:0;
    }
}


@media screen and (min-width:1440px){
  .medicare{
    justify-content: space-between;
  }
  .medicare img{
    gap: 20px;
    flex-basis: 18%;
    width: 24%;
    margin: initial;
    justify-content: space-between !important;
    
  }

  .video{
    flex-direction: row;
    text-align: left;
    
  }

  .video img{
    height:100px;
  }

  
  .card1 .card2 .images div{
    width: 30%;
  }

/*  .stats div{
    flex-basis:15%;
  }*/
}

.product-logos > a {
    padding: 20px 10px;
    min-width: 17.7%;
    max-width: 17.7%;
}

.product-logos img {
    height: 44px;
    padding: 5px;
    width: 100%;
    border: 0px;
}

.product-logos > a:last-child {
    margin-right: 0;
}
/* Performance Dashboard Css*/


/* /menu */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #0f5e85;
}
.nav-link {
	padding-left: 0;
	padding-right: 0;
}
.nav-link > svg {
	border: 1px solid transparent;
	border-radius: 5px;
}
.nav-link > svg.active-nav {
	border: 1px solid #0f5e85;
}
#GetDashboardBy_ID {
    margin-bottom: 0px !important;
    padding-left: 30px;
    padding-right: 30px;
}
.stats {
    gap:30px;
}
.card-graph-height canvas {
    min-height: 395px !important;
}
.subscription_box {
    width: calc(16.67% - 25px);
}
.btn-primary:focus {
    box-shadow:none; 
}



#sharefeedback {
    right: -30rem;
    width: 30rem;
    top: 50%;
    transform: translate(0, -50%);
    position: fixed;
    overflow-y: auto;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    box-shadow: 0 0 8px rgba(0,0,0,0.22);
    background-color: #ffffff;
    height: calc(100% - 6.125rem);
    z-index: 11111;
}
#sharefeedback.active {
    right: 0px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
#sharefeedback .modal-footer,
#sharefeedback .modal-body {
    background: #fff;
}
#end[disabled],
#start[disabled] {
    cursor: no-drop;
    opacity: 0.8;
    background: #efefef;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto !important;
    text-align: left;
    color: #898989;
    padding: 5px 10px 5px 20px;
    font: 'Heebo', sans-serif;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header p span {
    color:#000;
    line-height:1.5;
}
.btn-primary {
    border-color: transparent;
}
.help-center #pills-tab .nav-link {
    font-weight:600;
}
.feedback-btn-text {
    transform: rotate(270deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 10rem;
    font-size: 1rem;
    font-weight: 600;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 0.1875em 0.75em 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}
button:focus {
    outline:none;
}
.btn-primary:not(:disabled):not(.disabled):active {
    border-color: transparent;
    background: #367fa9;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: #acacac !important;
}
.sidebar-menu li.active span {
    color:#000;
}
.sidebar-menu li.active a svg rect {
    fill: #0a3f5a;
}
.sidebar-menu li.active a svg path {
    fill:#fff;
}
.d-flex.align-items-start.my-1 img {
    width:100px !important;
    margin:unset;
}
.contact-text {
    font-size: 1rem;
}


.card-style {
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 12px 0px rgba(194,198,204,0.75);
    border-radius: 8px;
    padding:2rem 1.5rem !important;
    background-color: #f7f7f7;
}
.popup-font-size {
    font-size:1rem;
    font-weight:700;
    margin-bottom:10px;
    color:#000;
}
.margin-bottom{
    margin-bottom:1.5rem;
}

.check-box-gap {
    margin-inline:8px;
}
.check-box-gap input {
    margin-inline:4px;
}
.popup-input-w {
    width:200px;
    height:28px;
    border-radius:4px;
}
.card-style input::file-selector-button {
    background: #FFFFFF !important;
    border: 1px solid #0A3F5A;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #0A3F5A !important;
    min-width: 100px;
    padding-block:0.4rem;
}
/*.palette-color-active {
    border: 1px solid #0075ff;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(00,60,225,0.9);
    border-radius:0.6rem;
    padding:4px;
}*/
/*#dialog {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}*/
/*.popup-overlay {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2222;
}*/