.content-page {
        background: #fff;
    }
    body {
        background: #fff;
    }
    .card {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    border-radius: 0.5rem;
	margin-bottom:15px;
}
.card-box, .card-body {
    padding: 1rem;
}
     
.shadow_custom {
     border: 1px solid #73d4ea;
     border-radius: 0.50rem;
}
.selfcare_icon {
    position: absolute;
    margin-top: -2rem;
    height: 3rem;
    width: 3rem;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(64,64,64,.4) !important;
    border-radius: 0.5rem;
}
/*.card:hover {
   box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}*/
.timeline-one-side .timeline-step, .timeline-one-side:before {
    left: 1rem;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    border-right: 2px solid #e5e5e5;
}
.timeline-step {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 600;
    z-index: 1;
}
.timeline-one-side .timeline-step, .timeline-one-side:before {
    left: 1rem;
}
.text-gradient.text-success {
    background-image: linear-gradient(195deg,#66bb6a,#43a047);
}
.timeline-step i{
    line-height: 1.4;
}
.timeline-content {
    margin-left: 45px;
    padding-top: 0.35rem;
    position: relative;
    top: -10px;
}
.timeline-one-side .timeline-content {
    width: auto;
}
.timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.timeline {
    position: relative;
    margin-bottom: 25px;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.carousel-control-next, .carousel-control-prev {
  width: auto;
}
.carousel-indicators li {
    background-color: #000;
  }
span.iconview i {
    font-size: 30px;
    color: #fff;
}
  .horizontal_icons {
    background-color: #d73f37!important;
    padding: 0;
    margin: 0px 0!important;
    box-shadow: inset 0 0 4px 0 rgba(206,210,218,.6)!important;
    border-radius: 0;
}
.horizontal_icons .card-outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.horizontal_icons .card-sm:first-child {
    border-left: 1px solid #fff!important;
}
.horizontal_icons .card-sm {
    width: 146px;
    background: transparent;
    box-shadow: none!important;
    border: 1px solid transparent!important;
    border-right-color: #fff!important;
    border-left: none!important;
    position: relative;
    padding: 0;
}
.icon-card {
    min-height: 88px;
}
.horizontal_icons .card-sm .card-body {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
}
.horizontal_icons .card-sm .card-body .iconview {
    height: 38px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view {
    position: relative;
}
.horizontal_icons .card-sm .heading {
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0;
}
.horizontal_icons .card-sm:hover {
    border-top: 1px solid #e10092!important;
    border-bottom: 1px solid rgba(34,0,70,.5)!important;
    border-radius: 0;
    cursor: pointer;
}
.horizontal_icons .card-sm:hover .card-body {
    background: rgba(0,0,0,.2);
}
@media screen and (max-width: 479px) {
     .horizontal_icons .card-sm {
    border-right: 1px solid #fff!important;
    border-top: 1px solid #fff!important;
    width: 33.3%;
}
.horizontal_icons .card-sm .card-body .heading {
    font-size: 12px;
}
    }
/*.card-block:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-block {
    transition: 0.5s;
    cursor: pointer;
}*/
.widget-inline{
  box-shadow: none;
}
.card-block {
    border-radius: 0;
    border: 1px solid #e5e4e4!important;
    box-shadow: 0 2px 10px 0 rgba(206,210,218,.6)!important;
}


/* Menu Left Side */
.left-side-menu {
    /*width: 228px;*/
    background: #38414a;
	top: 60px;
    /*margin-left: 12px;
   border-radius: 0.5rem;
   top: 74px;
   padding: 15px 0;
   margin-bottom: 12px;*/
}
#sidebar-menu .menuitem-active>a {
    color: black !important;
    background: #d73f37;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    border-radius: 0.375rem;
}
#sidebar-menu .menuitem-active>a:hover {
    color: #fff;
    background: #d73f37;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    border-radius: 0.375rem;
}
#sidebar-menu>ul>li>a {
    color: #fff;
    margin: 0 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1.5px;
}
#sidebar-menu>ul>li>a:active{
   color: #fff;
    background: #d73f37;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    border-radius: 0.375rem; 
}
#sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:hover {
     background-color: hsla(0,0%,78%,.2);
      color: #fff;
    border-radius: 0.375rem;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a {
    margin: 0;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 5px;
    padding-left: 5px;
}



        <!-- Channel Tabs -->
#tile-1 .tab-pane
{
  padding:15px;
  height:80px;
}
#tile-1 .nav-tabs
{
  position:relative;
    border-bottom: 1px solid #d7d7d7 !important;
   
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 10px 40px!important;
  font-size: 14px;
  border:none!important;
  color:#333;
  box-shadow:none;
  border-radius: 0;
}
#tile-1 .nav-tabs a:hover
{
  background-color:transparent !important;
  border:none;
  color: #d8423a;
}

#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  color: #d8423a!important;
    border-bottom: 3px solid #d8423a !important;
}
.channel-contr .channel-logo {
    border: 1px solid #E5E4E4;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
.channel-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 30px;
}
.channel-contr .channel-name {
    font-size: 14px;
    color: #444;
    margin: 5px 0;
    display: block;
    text-align: center;
}  
.content-page {
    background: #ebeef3;
}
.tab-content {
    background: #fff;
}
.table-light {
    background-color: #f3f7f9;
}
.bdr_left {
    border-left: 1px solid #e5e4e4;
}
.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0 !important;
}
.collapse >.card-body {
    border: 1px solid #ddd;
    border-top: 0;
}
.card_line {
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #6c757d !important;
    box-shadow: none;
}
.sub_padding {
    padding: 8px 12px !important;
}
.card_head {
    padding: 10px 12px;
    background: #ffffff;
}
.title_monthly {
    font-weight: normal;
    color: #6c757d;
}
.channel_logo {
    display: flex;
    flex-wrap: wrap;
}
.channel_div {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    border: 1px solid #e2e2e2;
    width: 23%;
    margin: 0 1% 10px;
}
.channel_img {
    margin: 0 auto 5px;
    height: 42px;
}
.channel_label {
    font-size: 12px !important;
    display: flex;
    flex-direction: column;
}
.channel_img img {
    max-width: 100%;
    max-height: 100%;
    height: unset;
}

@media (max-width: 480px) {
    
    .cart-wrapp {
        margin-left: 0px !important;
        width: 35% !important;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .cart-wrapp .cart-icon {
        margin-bottom: 10px;
    }

    .cart-wrapper .btn {
        margin-top: 10px;
        /* margin-left: -100px !important; */
        /* width: 100%; optional: makes button full width on small devices */
    }
    #cart_icon .dflex-sb {
        display: flex;
        justify-content: flex-start !important;
        align-items: center;
    }
}


/*card CSS*/ 
#cart_icon .cart-wrapper {
    position: fixed;
    right: 20px;
    padding: 10px 20px;
    margin: 0 auto;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 80%;
    z-index: 1000;
}
#cart_icon .dflex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cart_icon .innerdiv-sm {
    width: 371px !important;
}
#cart_icon .cart-wrapp {
    
    cursor: default;
}
#add-channels .dflex-sb {
    display: flex;
    justify-content: space-between;
}
 
#cart_icon .cart-icon {
    position: relative;
}

#cart_icon .badge {
    transition: transform 1s;
    position: absolute;
    right: -7px;
    top: -10px;
    left: auto;
    font-weight: 300;
    font-size: 11px;
    background: #e10092!important;
    border-radius: 50%;
    height: 16px;
    line-height: 6px;
    color: #fff;
    font-family: Roboto,sans-serif;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 5px 2px;
    width: 16px;
    text-transform: uppercase;
}
#cart_icon .carttext {
    font-size: 12px;
}

#cart_icon .carttext a {
    font-size: 12px;
    cursor: pointer;
}
#cart_icon .show {
    bottom: 0;
    transition: all .3s ease-in;
}
.channel_table{display: none}
.channel_img_right{display: block;}
#cart_icon { display:none }
.payment_div input[type=radio]{
  vertical-align: middle;
}
.payment_div{
  background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    border: 1px solid #e2e2e2;
    width: auto;
    display: inline-block;
    margin: 0 1% 5px;
}
      
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(216 66 58) 1.5em 0 0 0, rgba(216 66 58) 1.1em 1.1em 0 0, rgba(216 66 58) 0 1.5em 0 0, rgba(216 66 58) -1.1em 1.1em 0 0, rgba(216 66 58) -1.5em 0 0 0, rgba(216 66 58) -1.1em -1.1em 0 0, rgba(216 66 58) 0 -1.5em 0 0, rgba(216 66 58) 1.1em -1.1em 0 0;
  box-shadow: rgba(216 66 58) 1.5em 0 0 0, rgba(216 66 58) 1.1em 1.1em 0 0, rgba(216 66 58) 0 1.5em 0 0, rgba(216 66 58) -1.1em 1.1em 0 0, rgba(216 66 58) -1.5em 0 0 0, rgba(216 66 58) -1.1em -1.1em 0 0, rgba(216 66 58) 0 -1.5em 0 0, rgba(216 66 58) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.remove-button .remove-ext-button {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: red;
    cursor: pointer;
}

.remove-button .remove-ext-button:hover {
    color: darkred;
}
.scroll_custom{
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.cursor-pointer{cursor: pointer;}
