
body{
    padding: 0;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-color: #F1F4F9;
    /* line-height: inherit; */
}
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
*{
    box-sizing: border-box;
}
p{
    color:#818992;
    margin:0 0 15px 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
}
p:last-child{
	margin-bottom: 0;
}
a, button, input[type="submit"]{
    text-decoration: none;
	transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
}
a:hover, a:focus{
    text-decoration: none;
}
a:focus, button:focus, input[type="submit"]:focus,input[type="button"]:focus{
    text-decoration: none;
    outline: none !important;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
/*place-holder-start*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c2c3c4  !important;
    opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #c2c3c4  !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #c2c3c4  !important;
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c2c3c4  !important;
    opacity: 1 !important;
}

/* --------------------------Added New Assets-------------------------------- */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #5C79FF;
    border-color: #5C79FF;
}
.btn-primary {
    background-color: #5C79FF;
    border-color: transparent;
}
.text-primary{
    color: #5C79FF !important;
}
.text-secondary{
    color: #818992 !important;
}
.text-dark {
    color: #212D3D !important;
}
.text-muted{
    color: #B8BBBF !important;
}
.text-light{
    color: #dee2e8 !important;
}
.text-danger {
    color: #FF0000!important;
}
.container {
    width: 1200px;
    max-width: 100%;
}
.font-wight-medium{
    font-weight: 500;
}
/* ------------------------Additional custom font size---------------- */
.uni-font-size-1{
    font-size: 0.8125rem;
    /* font-size: 0.13px; */
}
.uni-font-size-2{
    font-size: 0.875rem;
    /* font-size: 14px; */
}
.uni-font-size-3{
    font-size: 1rem;
    /* font-size: 16px; */
}
.uni-font-size-4{
    font-size: 1.5625rem;
    /* font-size: 25px; */
}
.uni-font-size-5{
    font-size: 1.625rem;
    /* font-size: 26px; */
}
.uni-font-size-6{
    font-size: 1.125rem;
    /* font-size: 18px; */
}
.uni-font-size-7{
    font-size: 1.25rem;
    /* font-size: 20px; */
}
.uni-font-size-8{
    font-size: 1.625rem;
    /* font-size: 26px; */
}
.uni-font-size-9{
    font-size: 0.9375rem;
    /* font-size: 15px; */
}
/* ------------------------Additional custom font size---------------- */

/* -----------------------Starts Custom gap------------------- */
.mb-10{
    margin-bottom: 10px;
}
.pd-30{
    padding: 30px;
}
.pd-20-30{
    padding: 25px 30px;
}
/* -----------------------Ends Custom gap------------------- */
/* ------------------------Additional custom border---------------- */
.uni-border-bottom{
    border-bottom:1px solid #F1F4F9;
}
.uni-border-top{
    border-top:1px solid #F1F4F9;
}
.border {
    border: 1px solid #DEE2E8 !important;
}
/* ------------------------Additional custom border---------------- */
.form-control{
    height: 40px;
    border-radius: 2px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0;
    line-height: 1.5;
    border-radius: 2px;
    height: 43px;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
}
/* --------------------------Ends New Assets-------------------------------- */

/*------------------------- Starts login page------------------------ */
.login_wrp_card {
    max-width: 420px;
    width: 100%;
    min-height: 480px;
}
.login_wrp {
    height: calc(100vh - 63px);
}
.user_profile_pic {
    width: 24px;
    height: 24px;
}
.login_wrp_card .nav-tabs .nav-link{
    color: #B8BBB8;
    font-weight: 500;
}
.login_wrp_card .nav-tabs .nav-link.active {
    border-color: transparent;
    /* border-bottom: 1px solid #5C79FF; */
    color: #5C79FF;
}
.login_wrp_card .nav-tabs .nav-item {
    margin-bottom: -1px;
    flex-grow: 1;
    text-align: center;
}
.login_wrp_card .nav-link {
    padding: 1rem 0;
}
.login_wrp_card .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.login_wrp_card .nav-tabs{
    border-bottom: 2px solid #dee2e6;
}
.login_wrp_card .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5C79FF;
}
/*------------------------- Ends login page------------------------ */
/*------------------------- Starts Navigation------------------------ */
.nav-item{
    position: relative;
    padding: 26px 0px;
}
.nav-item.active:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #5d79ff;
    position: absolute;
    left: 0;
    bottom: 0px;
}

/*------------------------- Ends Navigation------------------------ */
.package_pic {
    max-width: 200px;
    overflow: hidden;
    height: 120px;
}
.subscription_bx_sec.active {
    position: relative;
    /* border-left: 8px solid #5c79ff !Important; */
}
.subscription_bx_sec.active:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width:8px;
    height: 100%;
    background-color: #5c79ff;
    border-radius: 3px 0px 0px 3px;
}
.order-sub_bx_pic{
    min-height: 185px;
    overflow: hidden;
    height: 185px;
}
.subscription_details_edit .dropdown .btn{
    line-height: 0;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/* .subscription_details_edit .dropdown-menu{
	left: -9rem !Important;
} */
.navbar-nav .nav-item a{
        font-size: 13px;
        color: #212D3D;
        text-transform: uppercase;
}
.navbar-nav li + li{
      margin-left: 30px;
}
/*------------------------- Starts Order History page------------------------ */
.unify_search {
    float: right;
    max-width: 290px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    border-bottom: 1px solid #DEE2E8;
}
.unify_search input[type="text"] {
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 4px 10px;
    width: 100%;
    color: #818992;
    font-size: 15px;
}
.unify_search_btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #5E6473;
    padding: 0px;
}
.unify_tbl .table th:first-child, .unify_tbl .table td:first-child {
    padding-left: 30px;
}
.unify_tbl .table th {
    border-top: 0;
    font-weight: 500;
    padding: 1.4rem .75rem;
}
.unify_tbl .table td, .unify_tbl .table th {
    vertical-align: middle;
    border-top: 1px solid #F1F4F9;
    color: #212D3D;
    font-size: 15px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #F1F4F9;
}
.unify_tbl .table td {
    padding: 1.6rem .75rem;
}
.view_details {
    width: 100px;
}
.ut-width-20 {
    width: 60px;
    text-align: right;
}
.unify_tbl .table th:last-child, .unify_tbl .table td:last-child {
    padding-right: 30px;
}
.unify_pagination .page-link {
    padding: 10px 15px;
    margin-left: 0;
    line-height: 1.25;
    color: #83878D;
    font-size: 15px;
    background-color: #fff;
    border: none;
}
.page-item + .page-item {
    border-left: 1px solid #F1F4F9;
}
.unify_pagination .page-link:hover {
    background: #d8defa;
    color: #fff;
}
.unify_pagination .page-item.disabled .page-link {
    color: #DEE2E8;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #F1F4F9;
}
.unify_pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5C79FF;
    border-color: #5C79FF;
}
.showing_rows {
   /* margin-top: -40px;*/
}
/*------------------------- Starts Order History page------------------------ */
/*------------------------- Starts Popup Section------------------------ */
.modal-dialog-slideout, .modal-rightBox .modal-dialog {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout, .modal-rightBox .modal-dialog {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout, .modal-rightBox .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body, .modal-rightBox .modal-dialog .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog-slideout .modal-content, .modal-rightBox .modal-dialog .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer,
.modal-rightBox .modal-dialog .modal-header,
.modal-rightBox .modal-dialog .modal-footer {
    display: block;
}

.modal-dialog-slideout .modal-header h5,
.modal-rightBox .modal-dialog .modal-header h5  {
    float: left;
}
.custom-control-label::before, .custom-control-label::after {
    right: 0;
    /* left: -22px; */
    left: inherit;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
}
.address_form .custom-checkbox .custom-control-label::before{
    right: inherit;
    left: -24px;
}
.accordion .address_form .custom-checkbox .custom-control-label::before{
    left: inherit;
}
.address_form .custom-checkbox .custom-control-label::after {
    right: 0;
    left: -24px;
    /* left: inherit; */
    width: 20px;
    height: 20px;
}
/*.subscription_details_edit span{
    cursor: pointer;
}*/
.uni-datepicker table td.uib-year button.active span,
.uni-datepicker table td.uib-month button.active span {
    background-color: transparent;
    color: #000!important;
}
.panel-title {
    position: relative;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.subscription_accr .product-_img {
    width: 100px;
    /* height: 66px; */
    overflow: hidden;
    vertical-align: middle;
}
.uni-datepicker .uib-day .btn-info.active,.uni-datepicker .uib-day .btn-info.active:focus{
    background: transparent !Important;
    box-shadow: none !Important;
    border: none;
        padding: 0px !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    content: "";
    background-color: transparent;
    position: absolute;
    right: 7px;
    background-image: none;
    top: 50%;
    margin-top: -10px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    height: 10px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* .custom-radio-new .custom-control-input:checked~.custom-control-label::after {
    top: 17px;
} */
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
}
/*.panel-title::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 19px;
    position: absolute;
    top: 18px;
    right: 0;
    transform: rotate(175deg);
    transition: all 0.3s ease 0s;
}*/
.card-title::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 19px;
    position: absolute;
    top: 18px;
    right: 0;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}
.card-title.collapsed::after{
    transform: rotate(0deg);
}
.panel-title.collapsed::after {
    transform: rotate(0deg);
}
.panel-title[aria-expanded="true"]::after {
    transform: rotate(0);
}
.panel-title[aria-expanded="false"]::after {
    transform: rotate(175deg);
}
/*------------------------- Ends Popup Section------------------------ */

/* -------------------Start charts section-------------------- */
.support_activity {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}
.online_activity {
    background-color: #5BCB39;
}
.resolved-btn{
    padding: .5rem 1rem;
}

.user_chart, .customer_chart {
    width: 530px;
    max-width: 100%;
}
.customer_chart p {
    border-radius: 15px 15px 15px 0px;
    padding: 15px;
    background-color: #F1F4F9;
        display: inline-block;
}
.user_chart p {
    background-color: #5C79FF;
    border-radius: 15px 15px 0px 15px;
    padding: 15px;
    display: inline-block;
    float: right;
}
.input--file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 20px;
}
.send_icn {
    background-color: transparent;
    border: none;
    z-index: 99;
    position: relative;
}
.support_btn .resolved-btn{
    height: 35px;
    padding: 0 1rem;
}
/* -------------------Ends charts section-------------------- */
/* ---------------------------List group----------------------- */
.list_circle li:before {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #8f8f8f;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.paginatopn-dropdown{
	max-width: inherit;
    min-width: inherit;
    padding: 0;
}
.paginatopn-dropdown .dropdown-item{
	    padding: .25rem 0.9rem;
}
.logo_cell img{
	width: 130px;
	height: 30px;
}
.subscription_details_edit .dropdown-item{
	    cursor: pointer;
}

/*------------------------Starts pagination--------------------------*/
.unify_pagination .ng-isolate-scope{
    width: 100%;
}
.table-pagination{
    margin-top: -25px;
}
.page-link:focus{
    box-shadow: none;
}
/*------------------------Ends pagination--------------------------*/

/*---------------starts table section---------------*/
.unify_update_table .table td:last-child,.unify_tbl .table th:last-child,.unify_tbl .table td:last-child{
   width: 150px;
   text-align: right;
}
.modal-body .form-group {
    margin-bottom: 1.5rem;
}
.uni_checkBox .custom-control-label::before{
    right: inherit;
    left: 0;
}
.pad-30-40{
    padding: 30px 40px;
}
.modal-body .subscription{
    padding: 30px 40px;
}
.modal-rightBox .modal-dialog {
    float: right !important;
    width: 100% !important;
}
.modal-rightBox .modal-content{
    border-right: 0 !important;
}
.modal-backdrop{
    background-color: #212D3D;
}
.modal-backdrop.show {
    opacity: 0.3;
}
.modal-btn {
    width: 47%;
    height: 43px;
}
.modal-dialog  .close{
    opacity: inherit;
}
.low_fnt-size {
    font-size: 15px;
}
.ord-id-display li{
    display: inline-flex;
    width: 33%;
    margin-bottom: 10px;
}
.chart_section{
    max-height: 500px;
    overflow-x: inherit; /* Hide horizontal scrollbar */
  overflow-y: scroll; /* Add vertical scrollbar */
}
/*---------------Ends table section---------------*/

/*-----------------Starts Animated loading-------------------*/
.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: transparent;
    border-radius: 3px;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background-timeline {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 110px;
    position: relative;
}
.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom {
    top: 0px;
    left: 150px;
    right: 0;
    height: 15px;
}

.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right {
    top: 0;
    left: 150px;
    height: 15px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 65px;
    height: 15px;
}

.background-masker.subheader-left, .background-masker.subheader-right {
    top: 95px;
    height: 15px;
}


.background-masker.header-right, .background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}
.background-masker.subheader-right {
    left: 158px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 15px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}
.inter-right--bottom1,.inter-right--bottom2,.inter-right--bottom3,
.inter-right--bottom4,.inter-right--bottom5,.inter-right--bottom6,
.inter-right--bottom7,.inter-right--bottom8,.inter-right--bottom9,
.inter-right--bottom10,.inter-right--bottom11,.inter-right--bottom12,
.inter-right--bottom13 {
    background: #FFF;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
}
.inter-right--bottom1 {
    top: 108px;
}
.inter-right--bottom2{
	       top: 172px;
}
.inter-right--bottom3{
	   top: 206px;
}
.inter-right--bottom4{
	       top: 240px;
}
.inter-right--bottom5{
	          top: 275px;
}
.inter-right--bottom6{
	         top: 309px;
}
.inter-right--bottom7{
	       top: 338px;
}
.inter-right--bottom8{
	      top: 372px;
}
.inter-right--bottom9{
	          top: 405px;
}
.inter-right--bottom10{
	  top: 438px;
}
.inter-right--bottom11{
	         top: 470px;
}
.inter-right--bottom12{
	      top: 502px;
}
.inter-right--bottom13{
	          top: 532px;
}
.linear-background-height2{
	height: 475px;
}
.linear-background-height3{
	height: 270px;
}

/*-----------------Ends Animated loading-------------------*/

/*---------------------Starts datepicker----------------------*/

.uni-datepicker table{
	width: 100%;
}
.uni-datepicker table th small{
	color: #818992;
    font-weight: 500;
    text-transform: uppercase;
}
.uni-datepicker table th,.uni-datepicker table td {
    text-align: inherit;
    padding: 6px 0px;
}
.uni-datepicker table td button.active span{
background-color: #5C79FF;
    padding: 5px;
    border-radius: 50%;
    color: #fff !important;
}
/*---------------------Ends datepicker----------------------*/
/*------------------------- Start Responsive------------------ */
@media(max-width:1024px){
    .order-sub_bx_pic {
        min-height: 125px;
        overflow: hidden;
        height: 125px;
    }
}
@media(max-width:991px){
    .navigation{
        padding: 10px 0px;
    }
    .nav-item {
		position: relative;
        padding: 10px 0px;
        margin: 0px !important;
	}
}
@media(max-width:767px){
	.navigation{
		padding: 10px 0px;
	}
	.nav-item {
        position: relative;
        padding: 20px 0px 12px 0px;
    }
    .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .nav-item.active:after{
        height: 3px;
    }
    .package_pic img{
        width: 50%;
    }
    .package_info h4{
        font-size: 16px;
    }
    .order-sub_bx_pic img {
        width: 50%;
        margin: 0px auto;
        display: inherit;
    }
    .package_pic{
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .package_price button{
        display: block;
        margin-bottom: 15px;
    }
    /* .subscription_details_edit .dropdown-menu{
        left: inherit !Important;
        right: 0;
    } */
    .order-sub_bx{
        position: relative;
    }
    .order-sub_bx_pic {
        min-height: auto;
        overflow: hidden;
        height: auto;
    }
    .showing_rows{
        justify-content: center !important;
        margin-top: 0;
    }
    .unify_search {
        float: none;
        max-width: 100%;
        margin-top: 20px;
        width: 100%;
        padding-top: 4px;
    }
    .product-_img{
        margin-bottom: 10px;
    }
    /* .custom-radio .custom-control-input:checked~.custom-control-label::after{
        top: 61px;
    } */
    .suport_cart_activity{
        margin-bottom: 20px;;
    }
}
@media screen and (min-device-width: 600px) and (max-device-width: 1023px) and (orientation : landscape){
    .login_wrp{
        height: 100vh;
        padding: 250px 0px;
    }
}
@media(max-width:600px){
    .subscription_row_list button{
        font-size: 14px;
        width: 100%;
        margin-bottom: 15px;
    }
    .modal-dialog-slideout .modal-header h5, .modal-rightBox .modal-dialog .modal-header h5 {
        float: left;
        font-size: 19px;
    }
    .cancell_sub_btn{
        flex-direction: column;
    }
    .product-_img-space{
        margin-right: 10px;
    }
    .subscription_accr .product-_img {
        width: auto;
    }
}
/**** Profile dropdown section *********/
.user_profile_pic .dropdown-toggle::after{
	display: none;
}
.user_profile_pic .dropdown-menu:before {
	content: "";
	width: 0;
	height: 0;
	top: -9px;
	position: absolute;
	bottom: 100%;
	right: 3%;
	border-width: 0 8px 8px 8px;
	border-style: solid;
	border-color: rgba(114, 114, 114, 0.1) #17171700;
}
.user_profile_pic .dropdown-menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid #e6e8ea;
}
.user_profile_pic .dropdown-menu {
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-weight: normal;
	list-style: none;
/*	left: -136px !important;*/
}
/*@media(max-width: 1500px){
	.user_profile_pic .dropdown-menu{
		left: -38px !important;
	}
}
@media(max-width: 1400px){
	.user_profile_pic .dropdown-menu{
	left: -105px !important;
	}
}
@media(max-width: 1300px){
	.user_profile_pic .dropdown-menu {
		      left: -53px !important;
	}
	.user_profile_pic .dropdown-menu::before{
		    right: 3%;
	}
}*/

/* Account form spacing */
.pad-35{
	padding: 35px;
}

/* Table loader Starts */
.linear-background {
    background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  background-size: 500px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
    background-size: 1000px 104px;
    /*height: 105px;*/
    position: relative;
    overflow: hidden;
    
}
.linear-background-height1{
	height: 555px;
}
@-webkit-keyframes moving-gradient {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}
.inter-draw {
    background: #FFF;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 140px;
}
.inter-right--top {
    background: #FFF;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 15px;
    left: 0;
}
.inter-right--middle {
    background: #FFF;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 45px;
    left: 0;
}
.inter-right--bottom {
    background: #FFF;
    width: 100%;
    height: 15px;
    position: absolute;
    top: 75px;
    left: 0;
}
/* Table loader Ends */

/* Page Loader starts */
.loader {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1111;
  background-color: rgba(0,0,0,0.5);
  overflow-x:hidden;
}
.loader-inner {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spinner {
   height:60px;
   width:60px;
   -webkit-animation: rotation .9s infinite linear;
   -moz-animation: rotation .9s infinite linear;
   -o-animation: rotation .9s infinite linear;
   animation: rotation .9s infinite linear;
   border-left: 6px solid rgba(174, 233, 255, 0.15);
    border-right: 6px solid rgba(174, 233, 255, 0.15);
    border-bottom: 6px solid rgba(174, 233, 255, 0.15);
    border-top: 6px solid rgba(255, 255, 255, 0.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
/* Page Loader ends */

.subscription_bx_sec {
    cursor: pointer;
}

.subscription-edit {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.goback-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E8;
    border-radius: 2px;
    color: #212D3D;
}
.goback-btn:hover{
	    background-color: #e7e9eb;
}
.login_wrp_card .btn-primary.disabled, .login_wrp_card .btn-primary:disabled,
.subscription_frm .btn-primary.disabled, .subscription_frm .btn-primary:disabled {
    color: #fff;
    background-color: #A0A4B1 !important;
    border-color: #A0A4B1 !important;
    opacity: inherit;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #A0A4B1 !important;
    border-color: #A0A4B1 !important;
}
.success-txt.alert-success{
    background-color: #D6F2D4;
    border: 1px solid #D6F2D4;
    color: #5CB85C;
}
.package_price .btn{
    max-width: 155px;
    width: 100%;
    border-radius: 2px;
}
.subscription_details_edit a:hover{
    color: #000 !important;
}
textarea.form-control.commentArea{
    height: 160px;
}
.subscription-pckg-image{
    min-height: 210px;
}


/*** Scrollbar Styling ********/
.modal-body::-webkit-scrollbar {
    width: 10px;
}
 
.modal-body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

/* STICKY SIDE DETAILS STARTS */
.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}
/* STICKY SIDE DETAILS STARTS */

.d-cnt{
	display:contents;
}

/* Order IDS Check Box STARTS */
.custom-checkbox-new1 {
    display: block;
    margin-bottom: 0;
}

.custom-checkbox-new1 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox-new1 label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-checkbox-new1 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: #adb5bd solid 1px;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
}

.custom-checkbox-new1 input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Order IDS Check Box ENDS */


/* *************Starts Support Chat section*************** */
.support_cart_section{
    min-height: 457px;
}
.chart_section{
    max-height: 297px;
    overflow-x: inherit;
    overflow-y: inherit;
    min-height: 297px;
}
/* *************Ends Support Chat section*************** */

.custom-checkbox .custom-control-label,.custom-checkbox label {
    cursor: pointer;
}

/***************Notification section Starts *********************/
.order-notification .alert-primary {
    background-color: #5C79FF;
    border-color: #5C79FF;
}
.order-notification .alert-danger {
    background-color: #ED4F4F;
    border-color: #ED4F4F;
}
.order-notification .alert {
    margin-bottom: .5rem;
    border-radius: 2px;
}
/***************Notification section Starts *********************/

.remove-panel-title:after{
    display: none;
}

.subscription_details_edit .dropdown-item.disabled, .subscription_details_edit .dropdown-item:disabled {
    color: #B8BBBF !important;
}

.tooltip {
    font-family: "Roboto", "Tahoma", "Helvetica", sans-serif;
    opacity: inherit;

  }
  

  .tooltip-inner {
    background-color: #5E6473;
    padding: 10px 10px;
    text-align: left;
  }
  .tooltip .tooltip-inner {
    background-color: #5E6473;
    opacity: inherit;
  }
  .tooltip.show {
    opacity: inherit;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #5E6473;
}
.tooltip-inner p{
    color: #fff;
}
.modal-btn.ladda-button:disabled {
    height: auto;
}

.not-allowed {
    position: absolute;
    width: 98.7%;
    height: 100%;
    left: 8px;
    top: 0;
    background: rgba(253, 250, 250, 0.5);
    /*background: rgba(218, 215, 215, 0.5);*/
    z-index: 999;
    cursor: not-allowed;
}


.cursor-pointer{
    cursor: pointer;
}

.product-_img img{
    border-radius: 2px;
}


/** Chat box image **/
.conversationimg img{
    max-width: 180px;
    max-height: 180px;
}

.uni-close-new {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}


.product_item{
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.unify_tbl .table.uni-table-order-details td{
    padding: 0.9rem .75rem;
}
.unify_tbl .table.uni-table-order-details tr:last-child td{
    border-bottom: 1px solid #F1F4F9;
}
.unify_tbl .table.uni-table-order-details td:first-child{
padding-left: 30px;
}
.unify_tbl .table.uni-table-order-details td:last-child{
padding-right: 30px;
}

.package_pic img,.order-sub_bx_pic img{
    height: 100%;
    object-fit: contain;
}
.subscription_details_edit .dropdown-item:focus, .subscription_details_edit .dropdown-item:hover {
    color: #212D3D;
    background-color: transparent;
}
.subscription_details_edit button i:hover{
    color: #5C79FF;
}
.mb-30{
    margin-bottom: 30px;
}
.product-_img img{
/*   border-radius: 2px;
   max-width: 80px;
    max-height: 60px;*/
    width: 100%;
    object-fit: contain;
    max-width: 100%;
}
.subcription-section-cnt{
    margin: 0px;
}
.subscription_row_list .btn{
    border-radius:2px;
}
.subscription .product-_img img{
    max-width: 80px;
}
#date-range-picker span{
    font-size: 15px;
}
.product-_img{
    text-align: center;
}
.modal-btn :disabled{
    padding: 0px;
}
*:focus {
    outline: none !important;
}
.user-prof{
    font-size: 24px;
    color: #818992!important;
}
.uib-daypicker .text-info {
    color: #B8BBBF  !important;
/*    opacity: 0.65;*/
}
.linear-background-height-index {
    height: 53px;
    width: 145px;
}
.linear-background-height-index .inter-right--top {
    height: 5px;
    top: 10px;
}
.linear-background-height-index .inter-right--middle {
    height: 5px;
    top: 26px;
}
.linear-background-height-index .inter-right--bottom {
    height: 15px;
    top: 41px;
}
.linear-background-height-index1{
    float: right;
    width: 50px;
}
.subscription_accr .product-_img.product-upsell-img {
    width: 100px;
    height: 100%;
}
.subscription .product-_img.product-upsell-img img {
    max-width: 100%;
}
.custom-radio-new .custom-control-input:disabled~.custom-control-label::before {

    border-color: #e9ecef;
}
.custom-radio-new .custom-control-input:disabled~.custom-control-label img,
.custom-radio-new .custom-control-input:disabled~.custom-control-label h5,
.custom-radio-new .custom-control-input:disabled~.custom-control-label p{
    opacity: 0.4;
}
.card-title-no-after::after{
    display: none;
}
.package_img button.btn:disabled{
    padding: .0.75rem;
    line-height: 1;
}
#date-range-picker{
    padding: 8px 12px !important;
}
.ord-id-display li a{
    color: #212D3D !important;
}
@media(max-width:767px){
	.package_price{
		margin-bottom:10px;
	}
	.subscription_bx_sec {
    text-align: center;
}
	.package_price .btn {
    max-width: 100%;
	}
	.product-_img {
    margin-bottom: 15px;
}
	.subscription_row_list h5{
		text-align:center;
	}
	.modal-body .subscription {
    padding: 25px;
}
	.pad-30-40 {
    padding: 20px;
}
	.unify_pagination .ng-isolate-scope {
    width: 100%;
    text-align: center;
}
	.table-pagination {
    margin-top: 25px;
}
.order-sub_bx_pic img {
    width: 50%;
    margin: 0px auto;
    display: inherit;
}
}

@media(max-width:360px){
    .subscription_details_info h4{
        font-size: 15px;
    }
}
}

/*************** Loader for header section starts ********************/
.linear-background-height-index {
    height: 53px;
    width: 145px;
}
.linear-background-height-index .inter-right--top {
    height: 5px;
    top: 10px;
}
.linear-background-height-index .inter-right--middle {
    height: 5px;
    top: 26px;
}
.linear-background-height-index .inter-right--bottom {
    height: 15px;
    top: 41px;
}
.linear-background-height-index1{
    float: right;
    width: 50px;
}
/*************** Loader for header section ends ********************/


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.mob-show{
    display: none;
}
.bck-btn{
    display: none;
}
/* ----------------flip option -------------*/
.msg_sending_option{
    max-width: 84px;
    width: 100%;
    /* text-align: right; */
    float: right;
}
.msg_sending_option .input--file{
    width: 17px;
}
@media(max-width:1024px){
    .send-chart-box{
        padding-left: 0px !Important;
        padding-right: 0px !Important;
    }
}
@media(max-width:991px){
    .mob-show{
        display: block;
    }
    .desktop-show{
        display: none;
    }
    .card-flip > div {
        backface-visibility: hidden;
        transition: transform 300ms;
        transition-timing-function: linear;
   
        height: 100%;
        margin: 0;
        /* display: flex; */
      }
      
      .card-front {
        transform: rotateY(0deg);
      }
      
      .card-back {
        transform: rotateY(180deg);
        position: absolute;
        top: 0;
        width: 92%;
        height: 100vh !important
      }
      
      .card-flip:hover .card-front {
        transform: rotateY(-180deg);
      }
        
      .card-flip:hover .card-back {
        transform: rotateY(0deg);
      }
      .bck-btn{
          display: block;
          cursor: pointer;
      }
      .hide-onclick{
          display: none !Important;
      }
      .product_flip {
        /* position: relative;
        width: 300px;
        margin: 50px auto; */
      }
      .product_flip.flip .fornt {
        -webkit-transform: perspective(400px) rotateY(-180deg);
                transform: perspective(400px) rotateY(-180deg);
      }
      .product_flip.flip .back {
        -webkit-transform: perspective(400px) rotateY(0deg);
                transform: perspective(400px) rotateY(0deg);
                position: absolute;
                max-width: 96%;
                width: 100%;
    top: 0;
      }
      .product_flip > div {

        /* position: absolute;
        box-shadow: 0px 0px 6px 0px #ddd; */
      }
      .product_flip .fornt, .product_flip .back {
        -webkit-transform: perspective(1000px) rotateY(0deg);
                transform: perspective(1000px) rotateY(0deg);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        /* -webkit-transition: -webkit-transform 0.9s ease-in-out;
        transition: -webkit-transform 0.9s ease-in-out;
        transition: transform 0.9s ease-in-out;
        transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out; */
   
      }
      .product_flip .back {
        -webkit-transform: perspective(1000px) rotateY(180deg);
                transform: perspective(1000px) rotateY(180deg);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        /* -webkit-transition: -webkit-transform 0.9s ease-in-out;
        transition: -webkit-transform 0.9s ease-in-out;
        transition: transform 0.9s ease-in-out;
        transition: transform 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out; */
        position: absolute;
        top: 0;
        height: 100vh;
      }
      .subscription_details_info h4{
        font-size: 15px;
      }
      /* .subflip-back{
        transform: rotateY(-180deg);
      } */
}
@media(max-width:600px){
    .send-chart-box{
        padding-left: 15px !Important;
        padding-right: 15px !Important;
    }
    .subscription .product-_img.product-upsell-img img {
        max-width: 50%;
    }
    .send_icn {
        padding-right: 0;
    }
    .subscription_details_info h4 {
        font-size: 17px;
    }
}


.subscription_details_row.align-items-center{
    align-items: start !important;
}
.subscription_details_edit .dropdown .btn {
    padding: 0 !important;
}

.dropdown-menu a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 15px;
}
.dropdown-menu {
    padding: 0 !important;
}

/* for hazy shipping log */
.shopify-logo-tlb {
	max-width: 45px;
	max-height: 22px;
}

.subscription_row_list p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

.subscription_details.order-subscription-card .subscription_details_row:last-child{
    border-bottom:none !important;
}

.subscription_details .remove-last-border:nth-child(8) .subscription_details_row, .subscription_details .remove-last-border:last-child .subscription_details_row{
    border-bottom:none !important;
}
/** sign for add comment*/
span.uni-danger {
	color: #FF0000;
  }

/*** CSS Start for product description  */
.subscription_row_list .sub-cont-text{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.modal-rightBox .package-cnt.sub-cont-text{
    overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    max-width: 70%;
}
.tooltip1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.tooltip1 .simplebar-track {
    right: -11px;
    background-color: #fff;
}
.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 355px;
    background-color: #fff;
    box-shadow: 0px 3px 12px #00000014;
    color: #5E6473;
    text-align: center;
    border-radius: 2px;
    padding: 15px;
    font-size: 14px;
    position: absolute;
    text-align: left;
    line-height: 1.4;
    z-index: 1;
    display: none;
    /*left: 50%;*/
    transform: translateX(-50%);
}
.tooltip1:hover .tooltiptext {
    visibility: visible;
    display: block;
}
.tooltip-scroll{
    max-height: 300px;
}
.tooltip1 i{
    color: #5C79FF;
}
@media(min-width:1600px){
    .tooltip1 .tooltiptext{
        width:420px;
    }
}
@media(max-width:1500px){
    .tooltip1 .tooltiptext{
        width:300px;
    }
}

.tooltip1 .tooltiptext .simplebar-track {
    pointer-events: all;
}

.tooltip1 .tooltiptext .tooltip-scroll{
    color: #818992;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
}
/*** CSS End for product description  */
/** Date picker icon start*/
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 15px;
    height: 15px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    background-image: none;
    font-size: 0;
    text-indent: inherit;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before{
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 17px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before{
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 17px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background:none !important;
    font-weight: inherit !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right:18px;
    top: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left:18px;
    top:5px;
}
.uni-datepicker .ui-datepicker {
    width: 100%;
}
/** Date picker icon end*/
/** title truncate start */
.subscription-trancute{
	max-width:90%;
}
.subscription-trancute h4{
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px!important;
}
.subscription-trancute-next{
	max-width:95%;
}
.subscription-trancute-next h4{
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px!important;
}
/** end title truncate*/
/** cancel page cutoff start*/
.subscription_row_list p.cancel-uncut{
    overflow: inherit;
    display: block;
}
/** cancel page cutoff end*/
/** My account card height start*/
.fixed-height .card {
    height: 100%;
}
/** My account card height end*/
/** Buy now promo code start*/
.buynow-promocode{
    /**-webkit-text-fill-color: blue;*/
    text-align: center !important;
    margin-top: 20px;
}
.repeat-order-calc span{
	float:right;
}
.repeat-order-calc{
	padding:5px 0px;
	border-bottom:1px solid #eee;
}
.repeat-order-calc + .repeat-order-calc{
	border-bottom:0;
	margin-bottom:20px;
}
.buynow-promocode.order-promo-cd{
	  text-align: left !important;
    margin-top: 10px;
}
.apply-promo-section{
	margin-top:20px;
	    position: relative;
}
.apply-promo-section .btn.btn-primary{
    position: absolute;
    top: 34px;
    right: 0;
    width: 32%;
    height: 36px;
    background-color: transparent !important;
    color: black !important;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    line-height: 1;
    padding: 0;
    padding-right: 15px;
    border: 0;
}
.apply-promo-section .form-control{
	padding-right: 160px;
}
.apply-promo-section .btn.btn-primary:hover{
    border: 0;
    border-color: transparent;
}
.coupon-applied {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #defac7;
    border-radius: 3px;
    color: #499349;
    font-size: 14px;
    display: block;
}
.small-gap{
    padding-bottom: 18px;
}
.buy-again-top-gap{
    padding-top: 18px;
}
.deal-detail{
    text-align: center;
    padding: 20px;
    position: relative;
}
.price-button{
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    background-color: transparent;
    border: none;
    width: 40px;
    padding: 0;
    font-size: 14px;
}
.price-button:focus{
    outline: none;
}
.price-input{
    border: 1px solid #DEE2E8;
    height: 45px;
    width: 45px;
    text-align: center;
    color: #212D3D;
    font-size: 15px;
    padding: 0 5px;
    margin: 0 7px;
}
.price-input:focus{
    outline: none;
}
/** Buy now promo code end*/
/** Additional Menu Start*/
.public_menu .dropdown-menu.show {
    display: block;
    background-color: white;
    border-radius: 5px;
    padding: 5px 0 !important;
}
.public_menu .dropdown-menu a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 15px;
    display: block;
    padding: 5px 10px !important;
}
.user_profile.public_menu .dropdown-menu{
    z-index: 9999;
    box-shadow: 0 0 18px #ebe9e9;
}
/** Additional Menu End*/