@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'fsme-bold';
    src: url('../fonts/fsme-Bold.eot');
    src: url('../fonts/fsme-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fsme-Bold.woff2') format('woff2'),
         url('../fonts/fsme-Bold.woff') format('woff'),
         url('../fonts/fsme-Bold.ttf')  format('truetype'),
         url('../fonts/fsme-Bold.svg#FS Me') format('svg');
}


@font-face {
    font-family: 'fsme-regular';
    src: url('../fonts/fsme-regular.eot');
    src: url('../fonts/fsme-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fsme-regular.woff2') format('woff2'),
         url('../fonts/fsme-regular.woff') format('woff'),
         url('../fonts/fsme-regular.ttf')  format('truetype'),
         url('../fonts/fsme-regular.svg#FS Me') format('svg');
}

@font-face {
    font-family: 'avenirltstd-roman';
    src: url('../fonts/avenirltstd-roman.eot');
    src: url('../fonts/avenirltstd-roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirltstd-roman.woff2') format('woff2'),
         url('../fonts/avenirltstd-roman.woff') format('woff'),
         url('../fonts/avenirltstd-roman.ttf')  format('truetype'),
         url('../fonts/avenirltstd-roman.svg#avenir lt std') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
}

h1 {
    font-weight: 700;
    font-size: 24px;
    font-family: 'fsme-bold';
    margin-bottom: 10px;
}

h2 {
    font-family: 'fsme-bold';
    font-weight: 700;
    font-size: 20px;
}

h3 {
    font-family: 'fsme-bold';
    font-weight: 700;
    font-size: 18px;
}

h4 {
    font-weight: 700;
    font-size: 14px;
    font-family: 'fsme-bold';
}

p {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 10px;
    line-height: 18px;
    transition: all 0.3s;
}
.green-btn {
    background: #5AAF96;
    color: #fff;
    border: 1px solid #5AAF96;
}

.green-btn:hover {
    background: transparent;
    color: #5AAF96;
}

.default-btn {
    background: #f2f2f2;
    color: #1C1C1C;
    border: 1px solid #f2f2f2;
}

/* sidebar css */

#sidebar-wrapper {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 260px;
    height: 100vh;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 30px 16px;
    overflow-y: auto;
}

.toggled.active #sidebar-wrapper {
    margin-left: -260px;
}

.sidebar-nav {
    margin: 0;
    list-style: none;
    overflow: hidden;
    overflow-y: auto;
}



.sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.sidebar-nav li {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s;
}

.sidebar-nav li a {
    padding: 16px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 18.9px;
    position: relative;
    outline: none;
    font-weight: 500;
    font-size: 17px;
    font-family: 'avenirltstd-roman';
    color: #003430;
}

.sidebar-nav li a span {
    margin-right: 14px;
}

.sidebar-nav li.active, .sidebar-nav li:hover {
    background: #5AAF96;
    border-radius: 10px;
    transition: all 0.3s;
}

.sidebar-nav li.active a, .sidebar-nav li:hover a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.sidebar-nav li a svg path, .sidebar-nav li a svg path {
    fill: #003430;
    transition: all 0.3s;
}

.sidebar-nav li a .dash-dashboard-svg path, .sidebar-nav li a .dash-dashboard-svg path, .sidebar-nav li a .dash-supports-svg path, .sidebar-nav li a .dash-supports-svg path, .sidebar-nav li a .dash-logout-svg path {
    stroke: #003430;
    fill: none;
    transition: all 0.3s;
}
.sidebar-nav li.active a svg path, .sidebar-nav li:hover a svg path {
    fill: #fff;
    transition: all 0.3s;
}

.sidebar-nav li.active a .dash-dashboard-svg path, .sidebar-nav li:hover a .dash-dashboard-svg path, .sidebar-nav li.active a .dash-supports-svg path, .sidebar-nav li:hover a .dash-supports-svg path, .sidebar-nav li:hover a .dash-logout-svg path {
    stroke: #fff;
    fill: none;
    transition: all 0.3s;
}

.sidebar-footer {
    margin: 0;
    padding: 10px 16px;
    position: absolute;
    bottom: 30px;
}

.sidebar-footer h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    font-family: 'fsme-bold';
    margin-bottom: 5px;
    color: #003430;
}

.sidebar-footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #003430;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

/* end sidebar css */


/* page wrapper default css */

header.pageTop-header {
    position: fixed;
    top: 0;
    width: calc(100% - 260px);
    z-index: 999;
    transition: all 0.5s;
}

.toggled.active #page-content-wrapper header.pageTop-header {
    width: 100%;
    transition: all 0.5s;
}

nav.navbar.topnav {
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.topnav .left-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60%;
}

.topnav .left-nav-list .navbar-siderbar-menu {
    background: transparent;
    border: 0px;
    outline: none;
    padding: 5px 5px;
    display: none;
}

.topnav .left-nav-list h1 {
    margin: 0;
    margin-left: 15px;
}

.topnav .right-nav-list {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topnav .right-nav-list .user-drop-btn {
    padding: 0;
    display: flex;
    align-items: center;
}

.topnav .right-nav-list .btn-field {
    position: relative;
}
.header-user-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6E6E6;
}

.topnav .right-nav-list .user-drop-btn h4 {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    color: #003430;
    font-family: 'fsme-regular';
    margin: 0 10px;
}

.header-user-img img {
    width: 24px;
    height: 24px;
}
.topnav .right-nav-list .btn-field .dropdown-menu {
    left: unset;
    right: 0;
    min-width: 100px;
    background: #fafafa;
    border-color: #e6e6e6;
    padding: 0px 0px;
    border-radius: 5px;
}

.topnav .right-nav-list .btn-field .dropdown-menu a {
    padding: 6px 10px;
    color: #003430;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 500;
    font-size: 15px;
    font-family: 'avenirltstd-roman';
}

.topnav .right-nav-list .btn-field .dropdown-menu a:last-child {
    border: 0;
}

.topnav .right-nav-list .btn-field .dropdown-menu a:hover {
    background: transparent;
    color: #000;
}

#wrapper.toggled {
    display: flex;
    align-items: stretch;
}

#page-content-wrapper {
    max-width: 100%;
    min-height: 100vh;
    transition: all 0.5s;
    background: #f2f2f2;
    padding: 0;
    margin-left: auto;
    border-radius: 50px 0px 0px 50px;
    width: calc(100% - 260px);
    position: absolute;
    left: 260px;
    top: 0;
}

.toggled.active #page-content-wrapper {
    width: 100%;
    transition: all 0.5s;
    left: 0;
}

li.dropdown.active .dropdown-menu {
    display: block;
}

header,
.page-wrapper {
    padding: 0px 24px;
}

.page-wrapper {
    margin-top: 69px;
    height: calc(100vh - 69px);
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
    padding-top: 16px;
}

/* login page */
.full-page-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}

.login-form {
    padding: 45px 35px;
    text-align: center;
    background: #fff;
    width: 100%;
    max-width: 440px;
    border-radius: 10px;
    margin: 0 15px;
}
.login-form-logo {
    text-align: center;
    margin-bottom: 20px;
}

.login-form-logo img {
    width: 250px;
    max-width: 100%;
}
.login-form form {
    padding-top: 20px;
}

.login-form form .form-group {
    margin-bottom: 24px;
}

label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    color: #212832;
    margin-bottom: 8px;
}

.login-form label {
    text-align: left;
    width: 100%;
}

input.form-control, select.form-control, textarea.form-control {
    border: 1px solid #C7CCD3;
    border-radius: 8px !important;
    height: 46px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter', sans-serif;
    color: #212832;
}
textarea.form-control {
    height: auto;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(90 175 150 / 25%);
    border-color: #5AAF96;
}

input.form-control:focus-visible {
    border-color: #5AAF96;
    outline: none;
}

.submit-btn {
    width: 100%;
    height: 46px;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 10px;
}
.show_hide_password .form-control {
    padding-right: 35px;
}
.showBtn {
    position: absolute;
    right: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 35px;
    color: #003430;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    z-index: 99;
}
.showBtn:hover {
    text-decoration: none;
    transition: all 0.3s;
    color: #5aaf96;
}
/* end login page */

/* dashboard page */
.welcome-section {
    background-image: url(../img/welcome-bg.png);
    text-align: center;
    padding: 25px 0px;
    border-radius: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 16px;
}

.welcome-section h1 {
    color: #fff;
}

.welcome-section h6 {
    color: #819895;
    font-family: 'fsme-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
}

.reads-card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
}

.dash-card-section ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.dash-card-section ul li {
    width: 32%;
    margin-right: 2%;
}

.dash-card-section ul li:last-child {
    margin-right: 0;
}

.dash-card {
    display: flex;
    align-items: center;
    padding: 30px 30px;
    height:130px;
}

.dash-card-img {
    margin-right: 30px;
}

.dash-card-content h2 {
    margin-bottom: 7px;
    line-height: 100%;
}

.dash-card-content h4 {
    font-weight: 400;
    font-family: 'fsme-regular';
    margin: 0;
    color: #003430;
}

.recent-ebook-card, .recent-user-card {padding: 25px 10px;}

.reads-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
    flex-wrap: wrap;
}

.card-header-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-header-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.reads-card-header h3 {
    margin-bottom: 0;
}

.card-header-right .btn {
    padding: 0;
    color: rgba(0, 52, 48, 0.7);
}

.without-bg-btn:hover {
    text-decoration: underline;
}

.recent-ebook-content {
    padding-top: 15px;
}

.recent-ebook-content ul {
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.recent-ebook-content ul li {
    width: 50%;
    text-align: left;
    max-width: 122px;
    margin: 0 17px 20px;
}

.recent-ebook-content ul li p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 52, 48, 0.7);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-ebook-content ul li h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
}

.recent-ebook-content ul li img {
    margin-bottom: 12px;
    width: 121px;
    height: 168px;
}
.user-table .table td, .user-table .table th {
    padding: 6px 16px;
    border: 0;
    text-align: center;
}

.table th, .user-table .table th {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #003430;
    font-family: 'fsme-bold';
}
.table td, .user-table .table td {
    vertical-align: middle;
}
.user-table .table td, .user-table .table td p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #4D716E;
}

.user-table .table .td_user_img {
    margin-right: 8px;
}

.user-table .table .td_user_info p {
    margin: 0;
}

.user-table .table .td_user_img img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
}
.user-table .table .td_user_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.recent-user-content .user-table .table {
    margin: 0;
}
.user-table .table tr:hover td {
    background: #F2F2F2;
    transition: all 0.3s;
}
/* dashboard page end */
/* ebook page */
.page-heading {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-heading-left, .page-heading-right {
    width: 50%;
}
.page-heading-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-heading-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-heading h2 {
    margin: 0;
    color: #003430;
}
.filter-left-section h4 {
    font-weight: 400;
    font-family: 'fsme-regular';
    margin: 0;
    color: #003430;
}
.filter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 8px 13px;
}

.filter-left-section {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 8px;
}

.filter-right-section {
    width: 1000%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-right-section .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 33px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-right-section .has-search .form-control {
    width: 220px;
    height: 34px;
    padding: 5px 10px;
    padding-left: 32px;
}
.add-btn, .cancel-btn {
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.add-btn i {
    margin-right: 7px;
}

.filter-right-section .btn {
    margin: 0 8px;
}

.filter-right-section .has-search {
    margin: 0 8px;
    position: relative;
}

.pagination-section {
    text-align: right;
    margin-bottom: 15px;
}

ul.pagination {
    justify-content: flex-end;
}

.pagination-section .page-link {
    background: transparent;
    border: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    color: #1C1C1C;
    padding: 4px 4px;
    margin: 0 4px;
    border-radius: 8px !important;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(90 175 150 / 25%);
}
.page-item.active .page-link {
    background: #5AAF96;
    border-color: #5AAF96;
}

.dataTable-section div.dataTables_filter {
    display: none;
}
.user-table .table tr th {
    padding-bottom: 10px;
    position: relative;
    padding-top: 10px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.page-link {
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: #1C1C1C;
    padding: 5px 10px;
}
.page-link:hover {
    color: #ffffff;
    background-color: #5aaf96;
    border-color: #5aaf96;
}
ul.pagination {
    margin-bottom: 0;
}

/**** add eBook page **/
.page-breadcrumb {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.page-breadcrumb ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-left: 12px;
}

.back-btn {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #003430;
}

.back-btn i {
    margin-right: 6px;
}

.page-breadcrumb ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    font-family: 'Inter', sans-serif;
    margin: 0 2px;
    color: #939393;
}

.page-breadcrumb ul li a {
    color: #939393;
}

.page-breadcrumb ul li.active {
    color: #222;
}

.addeBook-section {
    display: flex;
    align-items: flex-start;
    /* background: #E8E8E8; */
}
.addeBook-form-card {
    width: calc(100% - 330px);
}

.addeCoupon-form-card {
    width: calc(100% - 480px);
}

.addeCoupon-form-card .reads-card {
    padding: 30px 24px;
    border-radius: 0;
    margin: 0;
}

.addeBook-img {
   width: 350px;
}

.addeBook-form-card .reads-card {
    padding: 30px 24px;
    border-radius: 0;
    margin: 0;
}

.form-button-group {
    margin: 30px 0;
}

.form-button-group .btn {
    margin-right: 10px;
}

.addeBook-card {
    padding: 30px 24px 0;
    background: #fff;
    margin-left: 19px;
    max-height: 389px;
    height: 389px;
    overflow-y: scroll;
    width: 433px;
}

.addeBook-img .reads-card {
    padding: 30px 24px;
    border-radius: 0;
    margin: 0;
}
.addeBook-form-card .addeBook-header h3 {
    margin-bottom: 10px;
}

.addeBook-img .reads-card {
    margin: 10px;
}
.preview-eBook-img img {
    width: 100%;
}
.upload-eBook-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-eBook-img .btn {
    font-size: 14px;
}

.upload-eBook-img {
    padding: 5px 10px;
}
.remove-img-btn {
    color: #DB3C31 !important;
}
.uploaded-img-name {
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: #212832;
}
.upload-btn-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
  }

  .input-inside-icon {
    position: relative;
}

span.left-inside-icon {
    position: absolute;
    width: 40px;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: rgb(0 0 0 / 50%);
    border: 1px solid #C7CCD3;
}

.input-inside-icon .form-control {
    padding-left: 55px;
}
.addeBook-form-card .addeBook-header, .addeBook-card .reads-card-header {
    padding: 15px 0;
}

.file-select input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.file-remove{
    margin-left: 15px;
    position: absolute;
    right: 15px;
    top: 20px;
}
.file-upload .file-upload-select {
    display: block;
    cursor: pointer;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    border: 1px solid #C7CCD3;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter', sans-serif;
    color: #212832;
}
.file-upload .file-upload-select .file-select-button {
    background: #5aaf96;
    padding: 10px;
    display: inline-block;
    color: #fff;
    border: 1px solid #5aaf96;
}
.file-upload .file-upload-select .file-select-name {
	display: inline-block;
	padding: 10px;
}

.file-upload .file-upload-select input[type="file"] {
	display: none;
}
/*** end add eBook page ***/

/*** users detail page ***/
.user-detail-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}
.users-profile {
    padding: 22px 30px;
    text-align: center;
    width: 430px;
}

.user-dp {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #5AAF96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    color: #fff;
    font-family: 'fsme-bold';
    margin: auto;
    margin-bottom: 15px;
}

.user-dp img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.users-profile h3 {
    color: #003430;
    margin-bottom: 5px;
}

.users-profile p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #263238;
    opacity: 0.8;
    margin: 0;
}

.users-profile-stats {
    margin-top: 18px;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 12px 15px;
}

.users-profile-stats ul {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.users-profile-stats ul li {
    width: 33.33%;
    padding: 0 5px;
}

.users-profile-stats h2 {
    color: #263238;
    margin-bottom: 5px;
}

.users-profile-stats p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
}

.users-info-detail {
    width: calc(100% - 430px);
    padding: 35px 35px;
    border-left: 1px solid #E3E3E3;
}

.users-info-stats {
    margin-bottom: 40px;
}

.users-info-stats ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.users-info-stats ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.users-info-stats ul li:last-child {
    margin-right: 0;
}

.users-info-detail h4 {
    margin-bottom: 16px;
}
.users-info-stats ul li label {
    font-size: 12px;
    color: #6E6E6E;
    margin: 0;
}

.users-info-stats ul li p {
    margin: 0;
    color: #003430;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
}
.users-info-stats:last-child {
    margin-bottom: 0;
}
.users-details-section {
    padding: 15px 0;
}
.users-details-section {
    padding: 15px 0;
}
.users-tabs-section .nav-tabs {
    padding: 10px 0;
}

.users-tabs-section .nav-tabs a.nav-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    color: #6E6E6E;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 12px 10px;
    margin: 0px 3px;
}

.users-tabs-section .nav-tabs .nav-item.show .nav-link, .users-tabs-section .nav-tabs .nav-link.active {
    color: #003430;
    background-color: transparent;
    border-color: #5aaf96;
}
/*** end users detail page ***/

/***** Subscription Page *****/
.subscription-list-table .table tr th {
    border: 0;
    padding: 10px 35px;
}

.subscription-list-table .table-striped tbody tr:nth-of-type(odd) {
    background: #FFF8F4;
}
.subscription-list-table .table tr td {
    border: 0;
    padding: 30px 35px;
    border-left: 0;
    border-right: 0;
}
.subscription-list-table .table tr td:first-child {
    border-radius: 15px 0 0 15px;
}
.subscription-list-table .table tr td:last-child {
    border-radius: 0 15px 15px 0;
}

.subscription-list-table .table-striped tbody tr:nth-of-type(odd) td:first-child {
    border-left: 1px solid #FFCDAF;
}

.subscription-list-table .table-striped tbody tr:nth-of-type(odd) td:last-child {
    border-right: 1px solid #FFCDAF;
}
.subscription-list-table .table-striped tbody tr:nth-of-type(odd) td {
    border-top: 1px solid #FFCDAF;
    border-bottom: 1px solid #FFCDAF;
}
.subscription-list-table .table {
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  .subscription-list-table .table-striped tbody tr:nth-of-type(even) {
    background: #ECF2FF;
}
.subscription-list-table .table-striped tbody tr:nth-of-type(even) td:first-child {
    border-left: 1px solid #B5C3E4;
}

.subscription-list-table .table-striped tbody tr:nth-of-type(even) td:last-child {
    border-right: 1px solid #B5C3E4;
}
.subscription-list-table .table-striped tbody tr:nth-of-type(even) td {
    border-top: 1px solid #B5C3E4;
    border-bottom: 1px solid #B5C3E4;
}

.subscription-list-table td.th_action {
    width: 160px;
    min-width: auto;
    margin: auto;
}

.subscription-list-table .action_field {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.subscription-list-table .action_field .without-bg-btn {
    padding: 0;
    margin: 0 6px;
}
.subscription-list-table .table tr td h4 {
    margin: 0;
    font-weight: 700;
font-size: 20px;
line-height: 22px;
letter-spacing: 0.6px;
font-family: 'fsme-bold';
}

.subscription-list-table .table tr td ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subscription-list-table .table tr td ul li, .subscription-list-table .table tr td {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #003430;
    font-family: 'fsme-regular';
    margin-bottom: 10px;
}

.subscription-list-table .table tr td ul li:last-child {
    margin-bottom: 0;
}
.subscription-list-table .table tr td ul li i {
    margin-right: 0px;
    text-indent: -22px;
}

.subscription-list-table .table-striped tbody tr:nth-of-type(even) td ul li i, .subscription-list-table .table-striped tbody tr:nth-of-type(even) td h4 {
    color: #6478A5;
}


.subscription-list-table .table-striped tbody tr:nth-of-type(odd) td ul li i, .subscription-list-table .table-striped tbody tr:nth-of-type(odd) td h4 {
    color: #EB9664;
}
.subscription-list-table .table tr td h3.big-text {
    font-size: 30px;
    line-height: 28px;
    color: #003430;
}
.delete-confirmation-section {
    text-align: center;
    padding: 30px 25px;
}

.delete-confirmation-section i {
    width: 50px;
    height: 50px;
    border: 3px solid #EB9664;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    color: #EB9664;
    font-size: 23px;
}

.delete-confirmation-section h2 {
    margin-bottom: 15px;
    color: #003430;
}

.delete-confirmation-section p {
    font-size: 15px;
    font-family: 'fsme-regular';
    font-weight: 400;
    margin: 0;
    color: #4D716E;
}
.delete-confirmation-section .modal-footer .btn {
    width: 100px;
    height: 36px;
    font-size: 14px;
}
/***** End Subscription Page *****/

/****** Add Subscription Page *******/
.addeBook-section.add-subscription-section {
    background: #fff;
}
.custom-radioBtn input[type="radio"]:checked,
.custom-radioBtn input[type="radio"]:not(:checked) {
    position: absolute;
    display: none;
}

.custom-radioBtn input[type="radio"]:checked+label,
.custom-radioBtn input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}

.custom-radioBtn input[type="radio"]:checked+label:before,
.custom-radioBtn input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    background: #fff;
}
.custom-radioBtn input[type="radio"]:checked+label:before {
    border-color: #1A1F27;
}
.custom-radioBtn input[type="radio"]:checked+label:after,
.custom-radioBtn input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1A1F27;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radioBtn input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radioBtn input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-radioBtn span {
    margin-right: 13px;
}

.custom-radioBtn {
    padding: 6px 0;
}
/****** End Add Subscription Page *******/


.form-group.has-search button {
    position: absolute;
    right: -8px;
    top: 0;
}
.recent-ebook-content ul li {
    position: relative;
}

.recent-ebook-content ul li .btn {
    position: absolute;
    bottom: 50px;
    right: 1px;
}