/*
    This is comon custom css file 
 */
html, body {
    background: #f8f9fa!important;
    color: #636b6f;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    margin: 0;
    line-height: 21px;
    font-size:14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
li.nav-item a {
    padding:1.52rem 0.8rem !important;
}
.navbar-light .nav-link {
    font-weight: 400;
    color: #000 !important;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    text-align: center;
    line-height: 19px;
    height: 100%;

}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}
.super-admin {
    background: rgb(0,32,96);
    background: linear-gradient(354deg, rgba(0,32,96,1) 0%, rgba(12,54,138,1) 20%, rgba(0,40,120,1) 100%);
}
.center-content {
    max-width: 370px;
}
.full-height {
    height: 100vh;
}
.edit-user .form-control, .edit-user select {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    background: transparent;
    width: 100%;
    padding: 2px 0 8px;
    color: #000;
    height: auto;
}
.edit-user label {
    margin-bottom: 0;
    color: #495057;
    font-size: 13px;
}
.custom-control-label::before {
    background: transparent;
    border: 2px solid;
}
.center-content .input-icon {
    position: absolute;
    top: 10px;
    left: 11px;
}
.user-search form {
    float: right;
    width: 100%;
    position: relative;
}
.user-search {
    width: 100%;
    max-width: 350px;
}

.user-search form img {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 14px;
}

.user-search form input {
    padding-left: 30px;
    height: 38px;
    border-radius: 6px;
    padding-bottom: 9px;
    font-size: 16px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #002060;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.center-content .form-group {
    position: relative;
}
button.btn {
    padding: 0.429rem 1rem;
}
.center-content input {
    padding-left: 38px;
    color: #000;
    height: calc(1.5em + .75rem + 9px);
    border-radius: 8px;
    width:100%;
    border:1px solid #eee;
    box-shadow: 0px 0px 10px -3px #0003;
}
input#ebcaptchainput {
    padding: 10px;
}
div#ebcaptchatext {
    background: url(../images/captcha-bg.jpg) no-repeat;
    border-radius: 8px;
    text-align: center;
    padding: 9.8px;
    font-size: 18px;
    color: #012979;
    font-weight: bold;
    letter-spacing: 3px;
    height: 40.5px;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn-primary, .btn-primary:hover, .btn-primary.disabled, .btn-primary:disabled ,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color:#000 !important;
    background-color: #ffc300 !important;
    border-color: #ffc300 !important;
    border-radius: 6px;
    font-weight: 500;
}
.btn {
    border-radius: 6px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #ffc000;
    border-color: #ffc000;
}
.modal-content {
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
    border:none;
}
.modal-header {
    padding-bottom: 10px;
}
.modal-footer {
    padding-top: 0px;
}
.modal .btn {
    padding: 7px 20px;
    font-weight: 500;
}
.modal-header .close {
    padding-top: 6px;
    font-size: 28px;
    color: #4e4e4e;
    opacity: 1;
}
.btn.btn-outline-danger:active, .btn.btn-outline-danger:focus {
    color: #dc3545 !important;
    background: transparent !important;
}
.mw-200 {
    max-width: 200px;
    margin: 0 auto;
}
.mw-300{
    max-width: 300px;
    margin: 0 auto;
}
.scrollbar-dynamic {
    max-height: 100vh;
}
.modal-dialog {
    min-height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    max-width: 430px;
}
input:focus,button:focus, select:focus {
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}
.navbar-expand-lg>.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.admin-panel .navbar-expand-lg .navbar-nav {
    margin: 0 auto;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.form-control {
    border-radius: 6px;
    height: 38px;
}
.navbar-light .navbar-toggler {
    margin-left: 10px;
}
.table th {
    white-space: nowrap;
}
.toggle-password {
    position: absolute;
    right: 12px;
    top: 15px;
    cursor: pointer;
    padding: 3px;
    width: 20px;
    background: url(../images/passwordview.png) no-repeat;
    height: 12px;
    background-size: contain;
    z-index: 999;
    user-select: none;
}
.btn-long {
    min-width: 140px;
    padding: 7px 20px;
}
.bold-url {
    font-weight: 600;
    text-decoration: underline;
}
.text-dark {
    color: #000 !important;
}
.toggle-password.show-password {
    background: url(../images/passwordunview.png) no-repeat;
    background-size: contain;
    width: 21.5px;
    right: 10px;
    height: 16px;
    top: 12.5px;
}
.navbar-light li.nav-item.active a {
    color: #012060 !important;
    font-weight: bold;
    border-bottom: 1px solid #012060;
}
header.saperate-header {
    padding: 5px 0;
}
.user-details-header img[alt="Logo"] {
    margin-top: 30px;
    margin-bottom: 45px;
}
.user-details-header, .custom-bg, header.saperate-header {
    background: rgb(121,78,205);
    background: linear-gradient(90deg, rgba(121,78,205,1) 0%, rgba(78,73,205,1) 100%);
    margin-top: -1px;
}

.user-details-header + main {
    padding-top: 90px;
}
nav.navbar.navbar-dark.custom-bg {
    border-bottom: none;
}
h5.card-title.text-primary {
    font-weight: 500;
}
.user-details-header img[alt="Profile"] {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: -70px;
    /* border:1px solid #eee; */
}
.user-listing td.action {
    width: 85px;
    min-width: 85px;
    max-width: 85px;
    white-space: nowrap;
}
table.dataTable th {
    padding: 8px 12px !important;
}
.deleted-user-listing td.action{
   width: 40px;
    min-width: 40px;
    white-space: nowrap; 
    text-align: center;
}
 .data-delete-listing td.action {
    width: 160px;
    max-width: 160px;
    text-align: left;
}

.data-delete-listing td.action a {
    margin-bottom: 4px;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
}
.category-listing .action {
    width: 72px;
    white-space: nowrap;
}
.admin-panel .modal-backdrop {
    background: #fff;
    opacity: 0.8;
}
.admin-panel .modal-content {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border: none;
    border-radius: 0;
}
.category-listing .category-name {
    width: 40%;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    background: #fff;
    color: #000;
    outline: none;
}
.navbar {
    padding: 0;
    border-bottom: 1px solid #dee2e6;
}
 .navbar-brand {
    padding: 15px 0px;
}
a.navbar-brand img {
    max-width: 165px;
}
nav.navbar .row {
    width: calc(100% + 30px);
}
.text-primary {
    color: #02205c!important;
}
.total-user {
    font-weight: 400;
    color: #000;
}
.total-user img {
    max-width: 18px;
    margin-top: -5px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
margin-bottom: 0;
}
.action img {
    width: 20px;
    height: 17px;
    object-fit: contain;
    cursor: pointer;
}
.switch input { 
  opacity: 0;
  width: 100%;
  height: 100%;
  
    z-index: 999;
    position: absolute;
    cursor: pointer;

}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
img.thumbnail {
    width: 43px;
    height: 43px;
    object-fit: cover;
    border-radius: 100%;
    margin-left: 2px;
}
.page-link, .page-link:hover, .page-link:focus {
    color: #000;
    box-shadow: none;
    outline: none;
}
.page-link, .page-link:hover {
    color: #000;
    box-shadow: none;
}
.center-content input#pwd, #confirm-psw {
    padding-right: 35px;
}
.table td{
    vertical-align: middle;
    font-weight: 400;
}
.dataTables_info {
    display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    padding: 0 2px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}
.page-item.active .page-link:focus {
    outline: none !important;
    box-shadow: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: "";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "";
}
th.sorting_desc, table.dataTable thead .sorting_asc {
    background: transparent !important;
}
.page-item.active .page-link {
    background: #ffc000;
    border-color: #e8af00;
}
.dataTables_filter {
    font-size: 0;
}
.dataTables_filter input {
    padding-left: 30px;
    height: 38px;
    border-radius: 6px;
    background: #fff;
    width: 100% !important;
    font-size: 16px;
    color: #495057;
    padding-bottom: 5px;
    color: #495057;
}
.dataTables_filter label:after {
    content: "";
    background: url(../images/searchicon.png);
    position: absolute;
    left: 17px;
    z-index: 1;
    width: 15px;
    height: 15px;
    background-size: contain;
    top: 12px;
}
table.dataTable tbody tr {
    background: transparent;
}
table.dataTable.no-footer {
    border-bottom: none;
}
.dataTables_filter label {
    position: relative;
    min-width: 350px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom:2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
button.btn.btn-outline-dark:hover, button.btn.btn-outline-dark:active, button.btn.btn-outline-dark:focus {
    color: #fff !important;
    background:#000;
}
.user-details-header h3 {
    font-weight: 400;
}
.status.active .switch input + .slider {
  background-color: #ffc000;
}

.status.active .switch input + .slider {
  box-shadow: 0 0 1px #ffc000;
}

.status.active .switch input + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 30px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
.user-data-info {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0px 0px 15px -5px hsl(0deg 0% 0% / 33%);
    padding: 13px;
}
.btn-outline-dark {
    color: #000;
    border-color: #000;
    font-weight: bold;
}
/* .membership-paid {
    background: rgb(237,144,0);
    background: linear-gradient( 90deg , rgba(237,144,0,1) 0%, rgba(244,177,24,1) 100%);
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
}
.membership-free {
    background: rgb(128,128,128);
background: linear-gradient(90deg, rgba(128,128,128,1) 15%, rgba(184,184,184,1) 100%);
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
} */
.user-info {
    max-width: 400px;
    margin: 0 auto;
    color:#000;
}
.user-data-info span:not(:last-child) {
    border-right: 1px solid #ccc;
}
.user-data-info span {
    flex: 1;
    font-weight: 500;
}
.user-login {
    background: url(../images/whitebg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.user-login:after {
    content: "";
    background: url(../images/bluebg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
}
.user-login > div {
    position: relative;
    z-index: 1;
}
.pb-20 {
    padding-bottom: 12rem!important;
}
.container-fluid .logo {
    max-width: 275px;
}
.hidden-xl {
    display: none;
}
.visibility-hidden{
    visibility: hidden;
}
.center-content .input-icon[alt="OTP"] {
    top: 10px;
    max-width: 20px;
}
.text-underline{
    text-decoration:underline;
}
table.dataTable thead .sorting {
    background: transparent !important;
}

.dropdown-menu {
    padding: 0 0 .5rem;
    box-shadow: 0px 0px 10px -2px #0005;
    border: none;
    border-radius: 8px;
}
.dropdown-header{
    margin-bottom:.5rem;
    padding: 0.7rem 1.5rem;
}
.dropdown-item {
    padding: .25rem 1.2rem;
}
.dataTables_wrapper .row:nth-child(2) > div {
    width: 100%;
    overflow: auto;
}
.sorting:after {
    content: "";
    width: 10px;
    height: 20px;
    background: url(../images/sort.png);
    display: inline-block;
    position: absolute;
    background-size: contain;
    top: 12px;
    right: 2px !important;
    opacity: 1 !important;
}
.sorting_asc:after{
    background: url(../images/sort_up.png) no-repeat;
    content: "";
    width: 10px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    top: 12px;
        opacity: 1 !important;
    right: 2px !important;
}
table.dataTable thead th, table.dataTable thead td {
    border: none;
    outline: none;
}
.sorting_desc:after{
    background: url(../images/sort_down.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 10px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    top: 12px;
    right: 2px !important;
        opacity: 1 !important;
}
table.table thead th {
    border: none;
    position: relative;
}
.table.category-table td {
    padding: 1rem .75rem;
}
td.status img {
    max-width: 38px;
}
button#dropdownMenuButton {
    padding: 0 !important;
}
button.navbar-toggler:focus {
    outline: none;
}
button.btn.btn-custom {
    padding: 0 0 0 5px;
}
.btn.focus, .btn:focus,a.navbar-brand:focus, .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}
.center-content .alert {
    margin-bottom: 35px;
}
.table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}
.table-responsive {
    padding: 0 15px;
}
.table {
    font-size: 14px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{
    border-right-color: #fff;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{
    border-left-color: #fff;
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
    border-right-color: #fafafa;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    border-top-color: #fafafa;
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    border-bottom-color:#fafafa;
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
    border-left-color:#fafafa;
}
.tooltip-inner h5, .popover h5 {
    margin-bottom: 5px;
    line-height: 18px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background: transparent;
    border: none;
    width: auto !important;
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 0 7px;
}
.hidden {
    display: none;
}
.ui-datepicker select::-ms-expand, .ui-datepicker select:-ms-expand {
    display: none !important;
}
.users-table tr th:first-child, .data-delete-listing tr th:first-child {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.users-table tr th:first-child:after, .category-table tr th:first-child:after,.data-delete-listing tr th:first-child:after {
    opacity: 0 !important;
}
.card .btn-primary,.card .btn-outline-danger {
        padding: 6px 15px;
}
h4.modal-title.text-primary.text-center {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
}
.timer{
    display:none;
}
a[disabled="disabled"], .disabled {
    pointer-events: none;
    opacity: 0.7;
}
html {
  scroll-behavior: smooth;
}
body {
    max-height: 100vh;
}
.user-listing, .category-listing, .deleted-user-listing, .data-delete-listing {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
}
.dataTables_length .form-control {
    height: auto;
    margin: 0 5px;
    background: url(../images/select.png) no-repeat;
    background-position: 40px center;
    background-size: 8px 14px;
}
.dataTables_length {
    margin-top: 5px;
}
.tooltip-inner,.popover {
    padding: 8px 10px 10px;
    background: #fff;
    box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 33%);
    color: #000;    
    border-radius: 6px;
    text-align: left;
    border:none;
}
.center-content .text-danger {
    font-weight: 600;
}
.popover{
    padding: 10px 5px;
    width:200px;
}
.tooltip.show {
    opacity: 1;
}
.card {
    box-shadow: 0px 0px 10px 0px #0003;
    border-radius: 10px;
    margin-bottom:30px;
} 
h5.text-data-info {
    color: #ce7438 !important;
}
.update-data img {
    max-width: 18px;
    margin: -3px 5px 0;
    cursor: pointer;    
}
.membersip-plan .card-text {
    min-height: 20.91px;
    margin-bottom: 10px;
}
.membersip-plan h5, .membersip-plan p {
    margin-bottom: 10px;
}
.modal-footer, .modal-header {
    border: none;
}
.select-filter select {
    width: auto;
    float: right;
    min-width: 200px;
}
.tHistory-card p.text-dark {
    margin-bottom: 8px;
}
/* .feedback-card .card-body p {
    height: 105px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
.deactivated-user {
    background: #ff0000;
    color: #fff;
    padding: 10px 15px 10px 20px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 50px;
}
.membersip-plan {
    padding: 50px 0 10px;
}
.admin-popup input.form-control {
    padding: .375rem 0.3rem;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    max-width: 300px;
    margin: 0 auto;
}
.admin-popup .modal-dialog {
    max-width: 375px;
}
.admin-modal-header {
    background: #02205c!important;
}
.admin-modal-header h5 {
    width: calc(100% - 46px);
    padding-left: 45px;
    font-weight: 400;
}
.modal-header.admin-modal-header .close, .modal-header.admin-modal-header .close:focus {
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 400;
    padding: 11px 10px;
}
.alert-popup h5 {
    font-weight: 500;
    line-height: 28px;
    font-size: 1.1rem;
    max-width: 310px;
    margin: 0 auto 20px;
    color: #000;
}
.alert-popup .modal-dialog {
    max-width: 370px;
}
.alert-popup .btn {
    margin-bottom: 15px;
}
.btn-danger:focus {
    color: #fff !important;
}
div.table-responsive>div.dataTables_wrapper>div.row:nth-child(3) .col-sm-12.col-md-7 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}
.panel-body input, .panel-body input:focus {
    padding-left:37px;
    height: 40px;
    margin-top: 8px;
}
.user-panel .form-control, .user-panel .form-control:focus{
    box-shadow: 0px 0px 10px #0003 !important;
    border: none;
    border-radius: 6px !important;
    height: 38px;
}
.storage-card, .membership-card{
    display:none;
}
.panel-body img {
    position: absolute;
    left: 15px;
    top: 18px;
    height: 18px;
    width: 18px;
    object-fit: contain;
}
.panel-body input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
div#successId {
    text-align: left;
    margin-top: 3px;
}
div#successIdCode {
    text-align: left;
    margin-top: 3px;
}
div#successIdStorageCpde {
    text-align: left;
    margin-top: 3px;
}

div#successIdStorade {
    text-align: left;
    margin-top: 3px;
}
#coupon-error{
    text-align: left;
    color: red;
    margin-top: 3px;
}
#coupon-error-storage{
    text-align: left;
    color: red;
    margin-top: 3px;
}
.successIcon input {
    padding-right: 40px;
}
.coupon-apply {
    position: absolute;
    right: 25px;
    top: 9px;
    max-width: 21px;
    display:none;
}
.successIcon img{
    display:block;
}
.panel-heading h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}
.panel-body input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.panel-body input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
#membershipPlan .modal-body, #storagePlan .modal-body {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}
div#stripeForm .panel-body {
    max-width: 370px;
    margin: 0 auto;
}
.card {
    background: #fff !important;
    overflow: hidden;
}
.card-header {
    border-bottom: none;
    padding-bottom: 0;
}
.bg-custom{
        background: rgb(121,78,205);
    background: linear-gradient(90deg , rgba(121,78,205,1) 0%, rgba(78,73,205,1) 100%);
}
.sepration {
    position: relative;
}
.sepration:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #eee;
}
.dark-card {
    min-height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} 
.alert-content {
    font-weight: 500;
    line-height: 26px;
    font-size: 1.1rem;
    max-width: 310px;
    margin: 0 auto 0px;
    color: #000;
} 
.ui-widget.ui-widget-content {
    z-index: 9999999 !important;
}
.users-report {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 570px;
    background: #fff;
    margin: 50px auto;
    box-shadow: 0px 0px 10px #0002;
    border-radius: 6px;
    flex-direction: column;
}
span.ui-slider-handle:after {
        content: attr(data-val) "";
    position: absolute;
    background: #fafafa;
    color: #000;
    width: 35px;
    height: 26px;
    border-radius: 6px;
    top: -31px;
    left: -10px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #eee;
    opacity: 0;
    transition: all ease 0.3s;
}
input#agerange {
    display:none;
}
#slider-range .ui-slider-handle {
    background: #ffc300 !important;
    border-radius: 20px;
    border: 1px solid #ffc300;
    top: -8px;
    user-select: none;
    cursor: pointer;
    margin:0 !important;
}
.range-slider .ui-widget.ui-widget-content {
    width: calc( 100% - 15px);
}
.range-slider .ui-widget.ui-widget-content:before {
    content: "";
    background: #eee;
    height: 3px;
    width: calc(100% + 15px);
    top: -1px;
    position: absolute;
    border-radius: 6px;
}
#slider-range .ui-slider-handle:focus-visible {
    outline: none;
}
.mw-70 {
    max-width: 70px;
}
/* span.ui-slider-handle:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #eee;
    position: absolute;
    top: -13px;
    left: 2px;
    transform: rotate(45deg);
    opacity: 0;
}
span.ui-slider-handle:hover:after, span.ui-slider-handle:hover:before, span.ui-state-focus:after, span.ui-state-focus:before{
    opacity: 1;
} */
.ui-slider-horizontal {
    height: 3px !important;
    border-color: #eee !important;
    background: #eee !important;
}
div#slider-val {
    padding-top: 10px;
}
.flex-1 {
    flex: 1;
}
.users-report input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #8e8e8e;
    padding: 0 0 0.4rem 0;
    height: auto;
    width: 100%;
}
.users-report form {
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    color: #ffc000;
    background-color: #fff;
    border-color: #ffc000;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #ffc000 !important;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100px;
    left: -16px;
    top: 6px;
}
.user-name h5 {
    font-size: 1.15rem;
    text-transform: capitalize;
}
.abuse-card {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 15px 15px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -4px #0005;
    margin-bottom: 25px;
    min-height: 140px;
}
.abuse-date {
    margin-bottom: 5px;
    font-size: 12.4px;
    color:#757575;
}
.user-name p {
    font-size: 12.5px;
    color: #757575 !important;
}
.users-report input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #8e8e8e;
    padding: 0 0 0.4rem 0;
    height: auto;
    width: 100%;
}

.custom-control-label::before {
    border-color: #f2f2f2;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 6px;
    top: 1px;
}

label.custom-control-label {
    padding-left: 5px;
}
.loadmore {
    width: 100%;
}
.loadmore button {
    min-width: 100px;
}
span.no-recoard {
    width: 100%;
    text-align: center;
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
}
.no-recoard h5 {
    color: #000;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color:#012979;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
  user-select: none;
  margin-top: -28px;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.dataTables_wrapper .row:nth-child(2) {
    min-height: calc(100vh - 260px);
}

.f-card {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
}
.f-card .card{
    margin-bottom: 15px;
}
.f-card .card-container {
    background-image: none;
    position: relative;
    left: 0;
    right: 10px;
    transition: all 0.4s ease-in-out;
}
.feedback-card {
    min-height: calc(100vh - 160px);
}
.f-card > * {
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.f-card.loded.cardExpand {
    z-index: 999999;
}
.f-card .loded .card-container {
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    box-sizing: border-box;
    left: 15px;
    transition: all 0.4s ease-in-out;
}
.f-card .card-body {
    transition: all 0.4s ease-in-out;
    position: relative;
    padding: 0 40px 0 20px;
    background-color: #fff;
    min-height: 95px;
    margin-right: -20px;
    max-height: 95px;
    margin-bottom: 30px;
    overflow: hidden;
    user-select:none;
}
div#myMemories .user-name {
    width: 100%;
}
.loded:not(.cardExpand) p.text-dark {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cardExpand .card-body {
    max-height: initial;
    transition: all 0.4s ease-in-out;
}
div#loader {
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;

    display: none; /* hidden by default */
    
    justify-content: center; /* horizontal centering */
    align-items: center;     /* vertical centering */
}

html, body {
    height: 100%;
    margin: 0;
}


.download-memories img {
    margin-top: 5px;
}
.f-card.loded .card:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 12px;
    left: calc(50% - 8px);
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
table.dataTable th.pl-0 {
    padding-left: 0 !important;
}
.cardExpand p.text-dark {
    margin-bottom: 0;
}
.f-card.loded.cardExpand .card:after {
    transform: rotate( 226deg );
    transform-origin: center;
    bottom: 7px;
}
.report-content {
    word-break: break-all;
}
.expired p {
    font-size: 18px;
}
.expired .navbar-brand img {
    max-width: 175px;
    max-width: 165px;
}
.plan-detail {
    background: #f4f3f1;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 10px;
}
.plan-listing li {
    margin: 5px 0;
    list-style: none;
    padding-left: 45px;
    position: relative;
    display: inline-block;
    width: 100%;
    background: url(../images/right.png) no-repeat;
    background-size: 17px;
    background-position: 13px 2px;
    padding-right: 5px;
}

.plan-listing ul {
    padding: 0;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}

.plan-detail h4 {
    font-weight: 400;
    font-size: 23px;
}
#plan .modal-body {
    padding-left: 35px;
    padding-right: 35px;
    max-height: calc(100vh - 90px);
}
.storage-plan {
    margin-top: 25px;
}
#plan .modal-header {
    padding-bottom: 5px;
    padding-top: 10px;
}

#plan .modal-dialog {
    max-width: 800px;
    width: calc(100% - 20px);
}
a.text-danger:focus, a.text-danger:hover {
    color: #dc3545!important;
}
/* responsive css  */
@media only screen and (max-width: 1600px){
    .plan-listing li{
        margin:4px 0px;
    }
}
@media only screen and (min-width: 1400px){
    .tHistory-card .col-xs-12.col-sm-6.col-md-6.col-lg-4, 
    .feedback-card .col-xs-12.col-sm-6.col-md-6.col-lg-4, 
    .dashboard-card .col-xs-12.col-sm-6.col-md-6.col-lg-,
    #myMemories .col-xs-12.col-sm-6.col-md-6.col-lg-4{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
}
}
@media only screen and (max-width: 1400px){
.user-details-header img[alt="Profile"] {
    width: 120px;
    height: 120px;
    margin-bottom: -60px;
}
.plan-listing li{
        margin:6px 0px;
    }
.membersip-plan {
    padding: 30px 0 10px;
}
.user-details-header + main.bg-light {
    padding-top: 80px;
}
.user-details-header img[alt="Logo"] {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 200px;
}
.navbar-light .nav-link {
    font-size: 13px;
    padding: 1.62rem 0.8rem !important;

}
}
@media only screen and (max-width : 1200px) and (min-width: 992px){
    .navbar-light .navbar-nav .nav-link {
    padding: 1.52rem 0.4rem !important;
    font-size: 12px;
}
}
@media only screen and (max-width:1024px){
li.nav-item a {
    padding: 1.52rem 0.7rem !important;
}
  .user-login {
    background: url(../images/whitebg_mobile.png);
}  
.hidden-xl {
    display: block;
}
.user-login:after {
    content: "";
    background: url(../images/bluebg_mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.user-login .full-height {
    height: auto;
    padding-bottom: 0 !important;
}
.user-login img.logo {
    position: absolute;
    top: 35%;
}
img.logo-bg {
    width: 100%;
}
.user-login form{
    padding: 6em 0 4em;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-expand-lg>.container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media only screen and (max-width:991px){
 
.navbar-dark #navbarSupportedContent {
    text-align: left;
        right: 11px;
    top: 37px;
}
div#navbarSupportedContent {
    position: absolute;
    background: #fff;
    right: -10%;
    width: 275px;
    z-index: 999;
    top: 26px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px -3px #0005;
}
li.nav-item a {
    padding: 10px 14px !important;
    border-bottom: 1px solid #eee;
}
li.nav-item.active a {
    border-bottom: 1px solid;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000000 !important;
    border-color: #eee;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #02205c !important;
    outline: none;
}


.select-filter select {
    min-width:auto;
}
}
@media only screen and (max-width:767px){
div#navbarSupportedContent {
    right: -35%;
}
#plan .modal-body {
    padding-left: 15px;
    padding-right: 15px;
}
.admin-panel .select-filter select {
    float: left;
    margin-top: 10px;
    min-width:auto;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
}
.user-search form {
    margin-top: 10px;
    float: left;
}
}
@media only screen and (max-width:575px){
 .deactivated-user button {
    float: none !important;
    margin-bottom: 15px !important;
}
.user-panel .select-filter select {
    float: left;
    margin-top: 10px;
    min-width:auto;
}
.deactivated-user p {
    width: 100%;
    margin-bottom: 15px !important;
}
.deactivated-user {
    text-align: center;
    margin-bottom: 30px;
}
.dataTables_filter input {
    margin-left: 0 !important;
    width: 100%;
}

.dataTables_filter label {
    min-width: 275px;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 15px;
}

.dataTables_filter label:after {
    left: 7px;
}
.modal .btn {
    padding: 7px 13px;
}
}
td.dataTables_empty {
    padding: 25px 10px !important;
}

.adminTable tr th:first-child:after {
    opacity: 1 !important;
}

.additional-data {
    color: #000 !important;
    font-weight: normal;
    text-decoration: underline;
}

.note-text {
    line-height: 18px;
}
