/* .subspage.invoicetable table .subsradio, .subspage.invoicetable table td {
	width: 135px;
	max-width: 135px;
} */

.photoupload .dropzone_boxarea span{
	color:#000 !important;
}
.footnotesLink {
  top: 0px !important;
  padding: 0px !important;
  margin-top: 0px !important;
}
.footnotesLink:hover {
  color: #233714 !important;
}
.focused,
.focused:hover {
  background-color: #b8b453 !important;
}
iframe {
  width: 100%;
  height: 300px;
}
.sendmsg_popup .bonus_text {
  font-size: 14px;
}
.category_dropdown .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

.categoriesName {
  color: #4d2312;
  font-weight: 700 !important;
}

.categoriesName:hover {
  color: #4d2312;
}
.footnotesPoints {
  float: inherit !important;
}
.goodreads_box {
  margin-left: 18px !important;
}
.footImage {
  width: 25px;
  margin-right: 5px;
}
.alert-dangermsg h3 {
  color: red !important;
  text-align: center !important;
}
.upgradePlan {
  background-color: #f4f3ec;
}

.upgrademembership h3 {
  font-weight: normal;
}
a.library-link {
  background: #4d2312;
  color: white;
  padding: 6px 20px;
  font-weight: 500;
  display: block;
  margin-right: auto;
  border-radius: 4px;
}

/* #navbarSupportedContent {
  margin:0 200px!important;
} */
.navbar-collapse .browse-books {
  margin-left: 200px!important;
  text-transform: uppercase;
}

.about_bigfoot_frontend p,
.about_bigfoot_frontend {
  font-weight: inherit !important;
}



.bottom_bar_footer {
  font-size: 13px;
  margin-top: 6px;
}
.shadowareaText {
  margin-top: 50px;
}

.amazoncomplaint p {
  font-weight: inherit !important;
}
.teamImage {
  position: relative;
  padding-top: 100%;
}
.teamImage img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.bigfoot_review_button {
  max-width: 100%;
  width: 62%;
  margin: auto;
  height: 150px;
}
.bigfoot_review_button a {
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 15px;
  height: 100%;
  border-radius: 10px;
  background-color: #f4f4f4;
  box-shadow: 0 2px 0 #e4e4e4;
}
.bigfoot_review_button a .about-section-p {
  text-align: center;
  font-size: 22px;
  color: #000;
}

.bigfoot_review_button a:hover {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}
.kindle_main_box .custom-control-input:disabled ~ .custom-control-label,
.verified_main_box .custom-control-input:disabled ~ .custom-control-label {
  color: #010000;
}
.subscribetable table tr td:first-child {
  min-width: 300px;
  width: 300px;
}
.devider {
  width: 75%;
  border: 1px solid #ccc;
  margin-top: 2rem;
  margin-bottom: 1rem;
  /* margin-left: 0px; */
}
.subspage.invoicetable table tr td:nth-child(2) {
  max-width: 50px;
  text-align: center;
}

.subscribetable table tr td a {
  width: 40px;
  display: block;
  text-align: center;
}
/* Book Cover ration image css*/
.bookcover_placeholder {
  position: relative;
  overflow: hidden;
}
.bookcover_placeholder::before {
  display: block;
  content: "";
  padding-top: 149.5%;
}
.bookcover_placeholder img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
}
.bookcover_placeholder .noTempImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bookcover_placeholder .noReaderBookImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 0;
  max-height: 100%;
}

/******* */
.exclamation {
  color: #fdcc00;
  font-size: 27px;
  text-align: center;
  /*margin-left: 95px;*/
}
/* .dahboardright_section_bg form.dashboard-formsteps textarea::placeholder{
.font-size: 16px !important;	 
}*/
span.amGoodsUsername {
  cursor: pointer;
}
.custom-control.custom-checkbox.mb-3.customcheckbox_div.showExplicit_div {
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
.showExplicit {
  padding: 10px 10px 10px 18px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
}

.customcheckbox_div.showExplicit_div {
  display: inline-flex;
  margin-left: 10px;
}
.explicit_box label {
  padding-left: 25px !important;
}
.explicit_box .custom-control-label::after {
  background-image: none !important;
}

a._cancelReview {
  color: #000 !important;
  font-size: 14px !important;
  text-align: center !important;
  text-decoration: underline !important;
  background: none !important;
  padding: 0px 4px !important;
}
.star_css::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #729659;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
}
.star_css {
  color: #fff;
  font-size: 16px;
  text-align: center;
  /*margin-left: 100px;*/
  position: relative;
  z-index: 1;
}
#legendaryModalYearly {
  top: 100px;
}
.verified_modaldiv {
  right: 10px;
  top: 180px !important;
  position: absolute;
  left: 10px !important;
}
.kindle_modaldiv {
  right: 10px !important;
  top: 227px !important;
  position: absolute;
  left: 10px !important;
}

.fa.fa-question-circle.question {
  color: #5b5b5b;
  font-size: 28px;
}
.veri_radio_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -18px;
}
.double_surprising {
  height: 71px;
  width: 58px !important;
}
.fuelnotesp .dahboardleft_sidebarbg {
  height: auto;
}
.upgrade_later {
  margin-left: 18px;
}
.veri_radio_button .custom-radio {
  width: auto;
  padding: 9px 19px;
}
.report_checkbox {
  background: #fff;
  padding: 0px 0px;
  border-radius: 6px;
  box-shadow: none;
}
.report_checkbox label.custom-control-label {
  font-size: 15px !important;
}
.review_form input:focus,
.review_form textarea:focus {
  box-shadow: none !important;
}
.review_form .form-group label {
  font-size: 15px !important;
}
.custom_book_price:focus {
  border: 0px;
  outline: 0px;
}

.book_r {
  text-align: center;
}
.kindle_liftime_txt {
  color: #4d9040 !important;
  position: relative;
  margin-left: 30px;
  word-wrap: break-word;
}
.download_yearly {
  background-color: #fff;
  padding: 11px;
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
  color: #233714;
  border: 1px solid #ccc;
  font-family: "Open Sans";
  margin-top: 10px;
  width: 182px;
  float: right;
}
a.download_yearly:hover {
  /*background: #9ea5a5;*/
  background: #f4f3ec;
  color: #233714;
}
.reviewoptions .custom-control-input:disabled ~ .custom-control-label {
  color: #010000 !important;
}

.reportREview {
  background-color: #fff;
  padding: 11px;
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
  color: #535353;
  border: 1px solid #ccc;
  font-family: "Open Sans";
}
a.reportREview:hover {
  /*background: #9ea5a5;*/
  background: #f4f3ec;
  color: #535353;
}
.radio-inline input[type="radio"] {
  margin: -3px 10px 0px 0px;
  vertical-align: middle;
  width: 18px;
}
.readers_will {
  font-size: 16px !important;
  font-weight: normal !important;
  position: relative;
  margin-left: 30px;
  margin-bottom: 0px;
  word-wrap: break-word;
}
.addtional_purchase {
  font-size: 14px !important;
}
.custom_book_price {
  padding: 10px !important;
}

.addtional_purchase a {
  font-size: 14px !important;
  text-decoration: underline;
  color: #000;
}
.radio-inline {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  font-size: 17px;
}
.book_reviews_title {
  display: inline-block;
}
.pay_kindle_or_verified {
  background-color: #233714;
  border: 0px;
  padding: 4px 14px;
  border-radius: 4px;
  position: relative;
  left: 39px;
  color: #fff;
}
.kindle_list li {
  font-size: 14px;
}
.bookreviewblk_title {
  margin-top: 15px;
}
.bookreviewblk_title a {
  float: right;
  background: #233714;
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 14px;
  border-radius: 4px;
}

.reviewstars {
  float: left;
}
.date_review {
  float: right;
}
.book_center {
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal !important;
  font-size: 26px !important;
}
.note_fuel {
  font-size: 11px !important;
  font-weight: normal !important;
  margin-top: 10px !important;
}
#review_content {
  font-size: 15px;
  border: 1px solid #c4c3bc;
  padding: 6px;
}
#review_content::placeholder {
  color: #8e8787 !important;
}
.bookreview_msg_bottom {
  background-color: #cbe9c7;
  color: #000;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 13px;
}
.userprofile_img img {
  width: 45px;
  height: 45px;
  border-radius: 60px;
  /*border: 2px solid #4d2312;*/
  margin-right: 12px;
}
.dashboard-container {
  width: 100%;
  padding: 0px 0px;
}

.dahboardcenter_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.copy_ref {
  cursor: pointer;
}
.dashboard_sidebarlinks li img {
  width: 20px;
  height: auto;
  margin-right: 9px;
}
.dashboard_sidebarlinks li img.referimg {
  width: 20px !important;
  height: auto;
  margin-right: 9px;
}
.dashboardheadersection {
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
}
.dahboardcenter_nav ul.navbar-nav li a.nav-link {
  padding: 0 16px;
  color: #000;
  font-size: 18px;
  border-right: 1px solid #000;
  line-height: 21px;
}
.dahboardcenter_nav ul.navbar-nav li:last-child a {
  border: 0px;
}
.dahboardcenter_nav ul.navbar-nav {
  padding-right: 20px;
}
.userprofile_img {
  margin-top: 12px;
  color: #000;
  font-size: 18px;
  margin-right: 20px;
}

.footnotesHeader p {
  position: relative;
  background: transparent;
  color: #233714;
  font-size: 17px;
  top: 1px;
  padding: 9px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 11px;
  display: inline-block;
}

.footnotebtn.text-right a {
  position: relative;
  background: transparent;
  color: #233714;
  font-size: 17px;
  top: 1px;
  padding: 9px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 11px;
  display: inline-block;
}

.dahboardleft_sidebar {
  max-width: 350px;
  padding: 0 10px;
}
.col.dahboardright_section {
  padding: 0 10px;
}
.dahboardleft_sidebarbg {
  background: #f4f3ec;
  /*height: 100%;*/
}

.sidebaruser_img {
  padding: 10px 20px;
  position: relative;
}
.sidebaruser_img span {
  color: #1b1b1b;
  font-size: 18px;
  padding-left: 10px;
  font-family: "Open Sans";
}
.dashboard_sidebarlinks h5 {
  background: #f4f3ec;
  padding: 15px 20px;
  margin-bottom: 0px;
  color: #535353;
  font-family: "Open Sans";
  font-size: 16px;
  border-bottom: 1px solid #c4c3bc;
}
.dashboard_sidebarlinks h5 i {
  padding-right:10px;
}
/* .dashboard_sidebarlinks i {
  padding-right: 10px;
} */
.progressimg img {
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.dashboard_sidebarlinks ul li a {
  color: #535353;
  font-size: 16px;
  font-family: "Open Sans";
  padding: 12px 20px;
  display: block;
}
.authordetailblk .brownbgbtn {
  background: #381809;
  padding: 12px 22px;
  font-size: 16px;
  font-family: Open Sans;
}
.authorsec .dahboardleft_sidebarbg {
  height: auto;
}
.dahboardright_section_bg {
  background: #f4f3ec;
  height: 100%;
  font-family: Lato;
}
.dahboardright_section_bg h4 {
  text-align: center;
  font-size: 24px;
  /* text-transform: uppercase; */
  padding: 20px 15px;
  border-bottom: 1px solid #c4c3bc;
  color: #000;
  font-family: Lato;
}
.modal-header {
  background: #013220;
  padding: 0.5rem 1rem;
}
.modal-header h4 {
  color: #ffffff;
  font-size: 20px !important;
}
.modal-header .close {
  color: #ffffff;
}

.modal-content {
  border: none !important;
}
h4 {
  font-family: Lato;
}
.dahboardright_section_bg.subscription_page h4 {
  text-align: center;
  font-size: 24px;
  text-transform: none;
  padding: 0px !important;
  border-bottom: 0px !important;
  font-family: Lato;
}
.dahboardright_section_bg form label {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
.dahboardright_section_bg form {
  padding: 30px 90px;
}
.dashboardcont_sec {
  padding: 0px 10px;
  margin-top: 50px;
}
.dashboard_sidebarlinks ul li:last-child {
  border: 0px;
}
.dashboard_sidebarlinks ul {
  padding: 0px;
  margin-top: 0;
}
.dashboard_sidebarlinks li {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #c4c3bc;
}
.dashboard_sidebarlinks ul li.lastitem {
  border-bottom: 0px;
}
.dahboardright_section_bg input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c4c3bc;
  border-radius: 0;
  padding: 0;
  height: 40px;
  color: #575757;
  font-size: 17px;
}

.dahboardright_section_bg .dashboard-formsteps input {
  font-size: 16px;
  width: 100%;
}
.dahboardright_section_bg form.dashboard-formsteps textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c4c3bc;
  border-radius: 0;
  padding: 0;
  height: 40px;
  resize: none;
  color: #575757;
  font-size: 16px;
}
.dahboardright_section_bg
  form.dashboard-formsteps
  textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #575757;
  font-size: 16px;
}
.dahboardright_section_bg form.dashboard-formsteps textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #575757;
  font-size: 17px;
}
.dahboardright_section_bg
  form.dashboard-formsteps
  textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #575757;
  font-size: 16px;
}
.dahboardright_section_bg form.dashboard-formsteps textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #575757;
  font-size: 16px;
}
.dahboardright_section_bg form.dashboard-formsteps textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #575757;
  font-size: 16px;
}

.customcheckbox_div
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: transparent;
  border: 2px solid #628844;
}
.customcheckbox_div label.custom-control-label {
  padding-left: 30px;
  font-size: 16px;
  color: #010000;
  text-transform: none;
}
.customcheckbox_div label.custom-control-label p {
  font-size: 16px;
  margin-bottom: 10px;
}
.customcheckbox_div label.custom-control-label span {
  color: #2a5e03;
  font-weight: 600;
}

.dahboardright_section_bg input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #575757;
  font-size: 17px;
}
.dahboardright_section_bg input::-moz-placeholder {
  /* Firefox 19+ */
  color: #575757;
  font-size: 17px;
}
.dahboardright_section_bg input:-ms-input-placeholder {
  /* IE 10+ */
  color: #575757;
  font-size: 17px;
}
.dahboardright_section_bg input:-moz-placeholder {
  /* Firefox 18- */
  color: #575757;
  font-size: 17px;
}
.dahboardright_section_bg input:focus,
.dahboardright_section_bg form.dashboard-formsteps textarea:focus {
  background: transparent;
  box-shadow: none;
}
.updatebtn input[type="submit"] {
  background: #4d2312;
  color: #fff;
  font-weight: 600;
  padding: 10px 50px;
  border: 0;
  height: auto;
  border-radius: 6px;
}
.updatebtn input[type="submit"]:hover,
.updatebtn input[type="submit"]:focus {
  background: #b8b453 !important;
  box-shadow: none !important;
  border: 0;
}
.dashboard-form i.fa.fa-check {
  position: absolute;
  bottom: 6px;
  right: 20px;
  color: #529622;
}
.dashboard_contblk.dashpwd_blk form.dashboard-form {
  padding: 30px;
}
.dashboard_logo img {
  max-width: 160px;
}
.dahboardcenter_nav ul.navbar-nav li a.nav-link:hover,
.dahboardcenter_nav ul.navbar-nav li a.nav-link:focus {
  color: #b8b453;
}
.footnotebtn a:hover {
  background: #4d2312;
}
.dashboard_sidebarlinks li.nav-link.dropdown-toggle .link {
  background-image: url(../img/dropdownicon2.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 95%;
}
.dashboard_sidebarlinks li.nav-link.dropdown-toggle:after {
  display: none;
}
.dashboard_sidebarlinks ul.dropdown-menu {
  width: 100%;
  padding-left: 40px;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
  transition: 0.8s;
  background: transparent !important;
  border: 0;
}
.dashboard_sidebarlinks ul.dropdown-menu.show {
  border-bottom: 1px solid #c4c3bc !important;
  border-radius: 0;
  padding-bottom: 10px;
  padding-left: 40px;
  margin-bottom: 10px;
}
.dashboard_sidebarlinks ul.dropdown-menu li {
  border: 0;
}
.dashboard_sidebarlinks ul.dropdown-menu li a {
  padding: 1px 0;
  font-size: 14px;
}
.dashboard_sidebarlinks ul.dropdown-menu li a:hover {
  background: transparent !important;
  color: #000 !important;
}
.dashboard_sidebarlinks ul.dropdown-menu li i {
  font-size: 11px;
  color: #5b5b5b;
}
.dashboard_sidebarlinks .accordion .link {
  padding: 12px 20px;
  border-bottom: 0px;
  color: #535353;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: normal;
}
.dashboard_sidebarlinks ul.submenu {
  padding-left: 45px;
  padding-bottom: 10px;
}
.dashboard_sidebarlinks ul.submenu a:hover {
  color: #732a07;
}
.dashboard_sidebarlinks ul.submenu a {
  padding: 0;
  font-size: 14px;
  color: #535353;
  position: relative;
  padding-left: 20px;
  white-space: normal;
  padding-right: 40px;
}
.dashboard_sidebarlinks ul.submenu a:hover,
.dashboard_sidebarlinks ul.submenu li.active a,
.dashboard_sidebarlinks ul .active {
  color: #732a07 !important;
}
.dashboard_sidebarlinks .submenu li img {
  width: 10px;
  position: absolute;
  left:0;
  top: 6px;
}
.dashboard_sidebarlinks .submenu li img.doticon {
  width: 8px;
}
.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.dashboard_sidebarlinks ul.submenu i {
  color: #5b5b5b;
  font-size: 11px;
  position: absolute;
  left:0;
  top:6px;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
  font-size: 14px;
}

.submenu li {
  border-bottom: 0px;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #4d2312;
}
.earnfootness_sec {
  background: #fff;
  padding-bottom: 70px;
}
.earnfootness_sec h3 {
  font-size: 1.75rem;
  /*font-family: Open Sans;*/
  font-weight: 600;
  color: #000;
}
.earnfootness_sec p {
  font-size: 17px;
  /*font-family: Open Sans;*/
  font-weight: 600;
  color: #000;
}

.earnfootness_sec_new p {
  font-weight: inherit;
}
.footnessbg {
  background: #f3f2eb;
  border-radius: 5px;
  padding: 0px 10px 20px;
  height: 100%;
  border: 1px solid transparent;
}
.footnessbg:hover {
  border: 1px solid #b8b453;
}
.footnessbg:hover h4 {
  color: #b8b453;
}
.footnessbg:hover .footnessicon {
  background: #b8b453;
}
.footnessblk {
  text-align: center;
}
.footnessicon {
  background: #381809;
  width: 110px;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  height: 110px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: -9px 0px 22px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -9px 0px 22px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin: auto;
}

.footnessicon img {
  width: 50px;
}
.footnesscontsec {
  margin-top: -50px;
}
.footnessblk {
  padding-right: 0px;
  margin-top: 80px;
}
.footnesscontsec h4 {
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 800;
  padding-bottom: 0;
  border: 0;
  color: #381809;
  /* text-transform: capitalize; */
}
.footnesscontsec p {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 200;
  line-height: 1.7;
}
.dashboard_sidebarlinks h5.accinnerfield {
  background: #f4f3ec;
  color: #5b5b5b;
  border-bottom: 1px solid #c4c3bc;
}
.inprogressblkbg {
  background: #f4f3ec;
  padding: 20px;
}
.progresstextsec h3 {
  font-size: 22px;
  color: #181818;
  line-height: 1;
}
a.progressbtn {
  background: #ffa500;
  color: #fff;
  padding: 7px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Lato;
  border-radius: 4px;
  margin-top: 5px;
  display: inline-block;
}
.progresstextsec ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.progressimg img {
  width: 100%;
}
.progresstextborder {
  border-right: 1px solid #cdccc7;
}
.progresstextsec ul li {
  color: #181818;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.progresstextsec ul li i {
  font-size: 18px;
  padding-right: 8px;
}
.progresstextsec ul li i.fa-star {
  color: #e9b102;
}
.progresstextsec ul li i.fa.fa-chart-line {
  color: #233714;
}
/*a.progressbtn:hover{background: #b8b453;}*/
ul.progreebtns li a {
  background: #000;
  width: 100%;
  display: block;
  padding: 12px 20px;
  border: 2px solid transparent;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Open Sans;
}
ul.progreebtns li.completebtn a {
  background: #729659;
}
ul.progreebtns li.completebtn a:hover {
  background: transparent;
  color: #729659;
  border-color: #729659;
}
ul.progreebtns li.delbtn a {
  background: #381809;
}
ul.progreebtns li.delbtn a:hover {
  background: transparent;
  color: #381809;
  border-color: #381809;
}
ul.progreebtns li.reviewbtn a {
  background: #013220;
}
ul.progreebtns li.reviewbtn a:hover {
  background: transparent;
  color: #013220;
  border-color: #013220;
}

ul.progreebtns li.adminreviewbtn a {
  background: #ed000c;
}
ul.progreebtns li.adminreviewbtn a:hover {
  background: transparent;
  color: #ed000c;
  border-color: #ed000c;
}
.bookreviewblk_header a:hover {
  background: #b8b453;
}
ul.progreebtns {
  padding: 0 10px;
  list-style: none;
}
.progresstextsec {
  padding-left: 0px;
}
.addbtn a {
  background: #381809;
  color: #fff;
  padding: 8px 40px;
  display: inline-block;
  font-size: 22px;
  /*text-transform: capitalize;*/
  border-radius: 5px;
}
.historytablediv table {
  width: 100%;
  border: 1px solid #c9c8c1;
}
.addbtn a:hover {
  background: #729659;
}
.inpregress_section {
  padding-bottom: 0px;
}
.authorblk ul.progressright_details {
  padding: 0;
  list-style: none;
  font-family: Open Sans;
}
.authorblk ul.progressright_details li {
  color: #181818;
  margin-bottom: 10px;
}
.authorblk .progresstextsec p {
  margin-top: 20px;
}
.historytablediv th {
  background: #729659;
  padding: 10px 10px;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  font-family: Lato;
  font-weight: normal;
  text-align: center;
}
.historytablediv td {
  color: #474747;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px 10px;
  border-right: 1px solid #c9c8c1;
}
.historytablediv td.monthblk {
  text-align: left;
  padding: 0px 30px;
}
img.graphicon {
  width: 30px;
}
span.blacktext {
  color: #000;
  font-weight: bold;
  padding-right: 40px;
}
span.greytext {
  color: #646464;
  font-weight: bold;
  padding-left: 15px;
}
th.historydataheading {
  width: 35%;
}
.historytablediv {
  font-family: Lato;
}
.historytablediv {
  overflow-x: auto;
}
.authorsec {
  padding-bottom: 80px;
}
.authordetailbg {
  background: #fff;
  padding: 0px;
}
.authordetailbg .progresstextborder {
  border-right: 0px;
}
.authordetailblk .progresstextsec p {
  margin-top: 0;
  margin-bottom: 10px;
}
.authordetailblk .authormsgsec h3 {
  font-size: 23px;
  font-family: Lato;
  font-weight: 600;
}
.authormsgsec h3 a:hover {
  background: #729659; /*color: #cbe9c7;*/
  color: #fff;
}
.authormsgsec h3 a {
  /* background: #cbe9c7;*/
  background: #fff;
  padding: 6px 18px;
  font-size: 16px;
  color: #4d9040;
  margin-left: 20px;
  border-radius: 4px;
  border: 1px solid #4d9040;
}
ul.authorbtns {
  padding: 0;
  list-style: none;
}
ul.authorbtns li {
  display: inline;
  font-size: 18px;
  margin-left: 6px;
}
.authormsgsec form {
  padding: 15px 0;
}
.authormsgsec textarea.form-control {
  height: 210px;
  background: #f2f2f2;
  padding: 10px 20px;
  border: 0;
  color: #050505;
  font-size: 20px;
  font-family: Lato;
  resize: none;
}
span.charactertext {
  text-align: right;
  float: right;
  font-size: 13px;
  font-family: Lato;
  margin-top: 10px;
}
ul.authorbtns li a {
  background: #381809;
  color: #fff;
  padding: 7px 16px;
}
ul.authorbtns li a:hover {
  background: #b8b453;
}
ul.authorbtns {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 2px;
  float: right;
}
.authormsgsec textarea.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #050505;
  font-size: 20px;
  font-family: Lato;
  opacity: 0.6;
}
.authormsgsec textarea.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #050505;
  font-size: 20px;
  font-family: Lato;
  opacity: 0.6;
}
.authormsgsec textarea.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #050505;
  font-size: 20px;
  font-family: Lato;
  opacity: 0.6;
}
.authormsgsec textarea.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #050505;
  font-size: 20px;
  font-family: Lato;
  opacity: 0.6;
}
.bookreviews h2,
.bookreviews h3 {
  font-size: 1.75rem;
  font-family: Open Sans;
  font-weight: 600;
}
.bookreviewblk_widget {
  background: #f4f4ec;
  margin-bottom: 15px;
  padding: 20px 20px 15px;
}
.bookreviewblk_header i {
  color: #e9b102;
  margin-right: 8px;
}
.bookreviewblk_header {
  margin-bottom: 30px;
}
.bookreviewblk_header a {
  float: right;
  background: #233714;
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 14px;
  border-radius: 4px;
}
.bookreviewblk .bookreviewblk_sec h3 {
  color: #233714;
  margin-bottom: 20px;
}
.bookreviewblk .bookreviewblk_widget h3 {
  color: #233714;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}
.bookreviewblk .bookreviewblk_widget h3 span {
  font-weight: normal;
  font-size: 20px;
  padding-left: 20px;
}
.bookreviewblk_widget p {
  font-size: 16px;
  color: #4a4a4a;
  font-family: Open Sans;
  font-weight: normal;
  line-height: 1.8;
}
.bookreviewblk_footer h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Open Sans;
}
.bookreviewblk_footer h5 span {
  float: right;
}
.bookreviewblk_footer {
  border-top: 1px solid #ababab;
  padding-top: 15px;
}
.bookreviewblk_footer h5 {
  margin-bottom: 0px;
  font-size: 16px;
}
.authordetailsec .bookactivitytable h3 {
  font-size: 24px;
  margin-bottom: 0px;
  border-bottom: 1px solid #cacabe;
  padding-bottom: 10px;
}
.bookactivitytable table {
  border: 0;
}
.bookactivitytable table td {
  border-right: 0px;
  font-family: Open Sans;
  font-weight: 600;
  padding-right: 70px;
  text-align: left;
  padding: 6px 10px 6px 0px;
}
.activityprice span img {
  width: 25px;
}
.activityprice span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookactivitytable tr {
  border-bottom: 1px solid #cacabe;
}
.bookactivitytable tr:last-child {
  border: 0px;
}
.activityprice span {
  color: #4da808;
  font-family: Open Sans;
  font-weight: 600;
}
.activityprice img {
  margin-right: 5px;
}
.activitytext span {
  color: #4d9040;
}
td.activitytext {
  width: auto;
}
td.activitytime {
  max-width: 100px;
  width: 20%;
}
td.activityprice {
  max-width: 150px;
}
.authordetailblk .progressimg img {
  width: 100%;
  min-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 250px;
}

.dahboardright_step_bg {
  height: auto;
  padding-bottom: 30px;
}
.dashboard_sidebarlinks li.nav-link.dropdown-toggle.open .link {
  background-image: url(../img/dropdownicon.png);
}
.dashboard-formsteps .form-group.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.authordetail_table.bookactivitytable table td.activitybtn {
  width: 28%;
  margin-left: auto;
  padding-right: 0;
}
.activitybtn span {
  float: right;
}
td.activitybtn a {
  background: #233714;
  color: #fff;
  padding: 11px 30px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
}
td.activitybtn a:hover {
  background: #b8b453;
}
.footnotebtn.text-right {
  padding-left: 0;
  padding-right: 20px;
}
.dropdown.dashboard-drpown button {
  background: none !important;
  color: #000 !important;
  border: 0 !important;
  padding-right: 20px;
  font-weight: 500;
  border: 0px !important;
  font-size: 18px;
  margin-top: 11px;
  position: relative;
}
.dropdown.dashboard-drpown .btn.btn-secondary.dropdown-toggle:after {
  display: block !important;
  background: none;
  content: "" !important;
  color: #000;
  border: 0;
  padding-right: 22px;
  font-weight: 500;
  background-color: transparent !important;
  border: 0px !important;
  font-size: 18px;
  margin-top: 10px;
  background-image: url(../img/angle-arrow-down.svg) !important;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 9px;
  top: 6px;
  position: absolute;
  right: 0;
  height: 14px;
}
.dropdown.dashboard-drpown button:focus {
  border: 0px !important;
  background-color: transparent !important;
  color: #000 !important;
  outline: 0px !important;
  box-shadow: none !important;
}
.dropdown.dashboard-drpown button i {
  font-size: 25px;
  margin-right: 5px;
  color: #000;
  top: 2px;
  position: relative;
}
.dropdown.dashboard-drpown button:after {
  display: none;
}
.footnotebtn img {
  margin-right: 10px;
}
.fuelbtm-boxes {
  margin: 0px -25px;
}
.dahboardright_section_bg .cover_sectiondiv.dashboard-formsteps {
  border-top: 0;
  padding-top: 40px;
  margin-top: 20px;
}
.fullwidthdash_section {
  padding: 0px 15px;
}
.sendpopup .modal-header {
  padding: 10px 15px;
}
.sendpopup .modal-header h4.modal-title {
  font-size: 18px;
  font-weight: bold;
}
.sendpopup {
  font-family: "Lato";
  padding: 0 !important;
}
.sendmsg_popup .form-group label {
  font-size: 17px;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sendmsg_popup .form-group input {
  border: 0;
  border-bottom: 1px solid #c4c3bc;
  border-radius: 0;
  padding: 0;
}
.sendmsg_popup .dropzone_boxarea .choosebtn {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0px 20px;
}
.sendmsg_popup .dropzone .dz-message {
  margin: 4em 0;
  position: relative;
  z-index: 99;
  padding-left: 80px;
}
.sendmsg_popup .choosebtn span {
  margin-left: 0;
  border: 1px solid #c4c3bc;
  padding: 5px 15px;
}
.sendmsg_popup .dropzone .dz-preview .dz-image {
  display: none;
}
.sendmsg_popup .form-group textarea {
  border: 0;
  resize: none;
  border-bottom: 1px solid #c4c3bc;
  border-radius: 0;
  padding: 0;
}
.sendpopup .modal-body {
  padding-bottom: 30px;
}
.sendmsg_popup .dropzone .dz-preview .dz-details {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 29px;
  height: 120px;
}
.popup-photoupload .dropzone_boxarea {
  margin-left: 0;
  position: relative;
  width: 90%;
  height: 120px;
  border: 1px dashed #000;
}
.sendmsg_popup .form-group label span {
  width: auto;
  max-width: initial;
  margin-left: 0;
  padding-left: 10px;
  font-size: 15px;
}
.sendmsg_popup .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: visible;
}
.sendmsg_popup .dropzone .dz-preview .dz-details .dz-size {
  display: none;
}
.sendmsg_popup .dropzone .dz-preview .dz-details .dz-filename {
  font-size: 16px;
}
.readbook_blk span.blacktext {
  display: block;
  width: 100%;
  color: #025829;
  font-size: 20px;
}
.readbook_blk .row {
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  min-height: 200px;
}
.dashboardcont_sec .booklib_blk.readbook_blk .progresstextsec h3 {
  font-size: 20px;
}
.dashboardcont_sec .readbook_blk span {
  font-size: 20px;
  width: 90%;
}
h2.text-center.addbooktitle {
  font-size: 24px;
  font-weight: bold;
}
img.bookicon {
  height: 60px;
  margin: 0 auto 20px;
  text-align: center;
}
.row.booklibrary_blocks.readbook_blocks {
  padding-left: 40px;
}
.dashboard_sidebarlinks li:last-child {
  border-bottom: 0px;
}
.authordetailsec .bookactivitytable h3 span {
  color: #ccc;
  font-size: 20px;
}
.readbooksec td.activitytext {
  width: 60%;
}
.readbooksec td.activitytime {
  width: 30%;
}
.readbooksec .authordetail_table.bookactivitytable table td {
  padding: 15px 10px 15px 0px;
  vertical-align: top;
}
.row.booklibrary_blocks.readbook_blocks.readbook_blocks {
  padding-left: 0;
  padding-top: 10px;
}
.bigfoot_libsec h5 {
  font-weight: bold;
}
.reviewhis_sec .booklib_blk .row {
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
}
.reviewhis_sec .booklib_blk.readbook_blk {
  padding: 0 20px;
}
.reviewhis_sec .booklib_blk.reviewhis_blk img.reviewimg {
  min-height: 130px;
  max-height: 130px;
}
.reviewhis_blk span.blacktext {
  color: #025829;
  display: block;
  width: 100%;
  font-size: 19px;
  margin-top: 3px;
}
.booklib_blk.reviewhis_blk {
  padding: 0 20px;
}
.review_table th {
  background: #fff;
  color: #000;
  text-align: left;
  padding: 10px 20px 0px 0px;
  font-weight: bold;
  font-size: 18px;
}
.review_table h3 {
  border: 0px !important;
}
.annualhis_table th.monthheading {
  width: 30%;
}
.historytablediv.annualhis_table th {
  background: #fff;
  color: #333;
  border-right: 1px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  padding: 13px 10px;
  font-size: 18px;
  font-weight: bold;
}
.historytablediv.annualhis_table {
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
}
.historytablediv.annualhis_table td {
  border: 1px solid #e7e7e7;
  font-weight: 600;
}
.historytablediv.annualhis_table table {
  border: 0px;
}
.historytablediv.bookactivitytable.authordetail_table.review_table td {
  width: auto;
}
.historytablediv.annualhis_table td.monthname {
  font-weight: normal;
  font-size: 18px;
}
.refer_popup label {
  color: #025829;
  font-weight: bold !important;
}
.refer_popup input.form-control {
  width: 80%;
  padding: 0px 10px;
  border: 2px solid #cee8c5;
  margin-right: 15px;
  border-radius: 3px;
  height: 45px;
}
#refermodal .modal-dialog {
  max-width: 650px;
}
.bonus_sec {
  text-align: center;
  margin-top: 30px;
}
.bonus_sec li {
  display: inline;
  border: 0;
}
.refer_popup .bonus_sec li a {
  display: inline;
  border: 2px solid #e2e2e2;
  border-radius: 6px;
  padding: 12px 30px;
  margin: 0px 6px;
  color: #000;
  font-weight: bold;
  /* margin-right: 46px; */
}
.bonus_sec p {
  margin-top: 30px;
}
.refer_popup .bonus_sec li.nextmnth_btn a {
  border: 2px solid #a3e4a7;
  color: #52b258;
}
.bonus_sec h3 {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: bold;
}
.sendpopup button.close {
  border: 0;
  outline: 0 !important;
}
.addbtn i {
  padding-right: 10px;
  font-size: 19px;
}
.historytablediv.bookactivitytable.authordetail_table.review_table {
  border-top: 0;
  padding-top: 30px !important;
}
.reviewhistorysec h3 {
  border: 0 !important;
  margin: 0 0 10px 0 !important;
}
.reviewhis_blk .progresstextsec h3 {
  padding-bottom: 0px;
  border: 0;
}
.reviewsec .row {
  border: 0;
  padding: 0;
}
.bubblebg {
  width: 100%;
  min-height: 130px;
  background: #b2cc96;
  position: relative;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  padding: 25px;
}
.bubblebg:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -60px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 80px solid transparent;
  border-top: 70px solid #b2cc96;
  left: 110px;
  right: 0;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}
.authorname {
  padding-top: 60px;
  position: relative;
  left: -100px;
}
.authorname h3 {
  color: #037338;
  font-style: italic;
  font-weight: bold;
}
.todo-list .customcheckbox_div {
  background: transparent;
  box-shadow: none;
}
.todo-list {
  background: #f8f6f7;
  padding: 10px 10px;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.3);
}
.bookselect_blk .todo-list .customcheckbox_div .custom-control-label::before {
  border-color: #616161 !important;
  border-radius: 0;
}
a.clickbtn {
  float: right;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: -10px;
}
a.clickbtn:hover {
  background: #233714 !important;
}
a.clickbtn.greenclickbtn {
  background: #164010;
}

a.clickbtn.orangeclickbtn {
  background: #f79516;
}
a.clickbtn.orangeclickbtn:hover {
  background: transparent !important;
  border: 1px solid #f79516;
  color: #f79516;
}
a.clickbtn.brownclickbtn {
  background: #4d2312;
}
a.clickbtn.brownclickbtn:hover {
  background: transparent !important;
  border: 1px solid #4d2312;
  color: #4d2312;
}
.todo_bottom {
  margin-top: 20px;
}
.todo_bottom p {
  font-weight: normal;
}
.todo_bottom ul {
  padding: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.todo_bottom a.clickbtn {
  float: none;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
  border-radius: 8px;
}
.todo_bottom ul li {
  display: inline;
  text-align: center;
  width: 49%;
  padding: 0px 4px;
  font-size: 15px;
}
.todo_bottom ul li span {
  display: block;
  width: 100%;
}
.icalendar.reviewcal {
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  border: 1px solid #000;
  margin: 10px 0 0 0;
}
.icalendar.reviewcal {
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  border: 1px solid #000;
  margin: 10px 0 0 0;
}
.reviewcal .icalendar__current-date #icalendarMonth {
  color: #000;
  font-size: 24px;
}
.reviewcal .icalendar__month {
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
}
.reviewcal .icalendar__week-days {
  background: #fff;
  padding: 0px;
}
.reviewcal .icalendar__days label,
.reviewcal .icalendar__days div,
.reviewcal .icalendar__week-days div {
  color: #000;
  border-left: 1px solid #000;
  padding: 3px 0px;
  border-top: 1px solid #000;
}
.reviewcal .icalendar__week-days div:first-child {
  border-left: 0;
}
.reviewcal div#icalendarDateStr {
  display: none;
}
.reviewcal .icalendar__days div {
  background: #fff;
  padding: 1px 7px 25px;
  text-align: left;
  font-size: 13px;
}
.reviewcal .icalendar__days div:nth-child(7n + 1),
.reviewcal .icalendar__days div:first-child {
  border-left: 0;
}
.reviewcal .icalendar__prev span,
.reviewcal .icalendar__next span {
  color: #000;
}
.cancel_assign a {
  width: 160px;
  background: #e8e6e7;
  color: #000;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  height: 40px;
  border-radius: 10px;
}
.cancel_assign {
  margin-top: 10px;
}
.cancel_assign p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cancel_assign span {
  /*width: calc(100% - 160px);*/
  font-size: 14px;
  padding-right: 10px;
  font-weight: normal;
}
.bookselect_row,
.bookdetails_section {
  border-top: 1px solid #cacabe;
  padding-top: 30px;
}
.reviewcal .icalendar__next,
.reviewcal .icalendar__prev {
  display: none;
}
.bookdetail_cont h4 {
  padding: 0;
  text-align: left;
  border: 0;
  margin-bottom: 20px;
  color: #055b2a;
  font-weight: bold;
  text-transform: none;
}
.bookdetails_section h3 {
  margin-bottom: 20px;
}
.bookdetail_cont ul {
  padding: 0px 15px;
}
.bookdetail_cont ul li {
  font-family: Open Sans;
  font-weight: 600;
  margin-bottom: 10px;
}
.turnreview_modal .modal-dialog {
  max-width: 800px;
}
.turnreview_modal.sendpopup .modal-header h4.modal-title {
  padding: 0;
  border: 0;
}
.sendmsg_popup.refer_popup form {
  padding: 0;
}
.radiobtnrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radiobtnrow .custom-control.custom-radio {
  padding-right: 20px;
}
.radiobtnrow label.custom-control-label {
  font-size: 15px;
}
.refer_popup .form-group.row p {
  margin-top: 10px;
  text-align: left;
  font-size: 15px;
  color: #8e8787;
}
.refer_popup .form-group.row p span {
  color: #bdb8b8;
  width: auto;
  display: inline;
}
.refer_popup .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4d2312;
  border-color: #4d2312;
}
.refer_popup label.col-form-label {
  text-align: left;
}
button.upgrade_later {
  color: #233714;
  background: #fff;
  border: 1px solid #233714;
}
.pay_kindle_or_verified:hover {
  background: #b8b453;
  color: #fff;
  border-color: #b8b453;
}
.turnaroundcheckbox_div label.custom-control-label p,
.turnaroundcont p {
  word-break: break-word;
}

@media (min-width: 1800px) {
  .dashboard-container.dashboardcont_sec {
    margin: 50px auto 0;
  }
  .dashboard-container {
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .earnfootness_sec h3 {
    font-size: 24px;
  }
  .dashboardcont_sec
    .booklib_rightsec
    .customcheckbox_div
    label.custom-control-label {
    font-size: 14px;
  }
  .dashboardcont_sec .booklib_blk .progresstextsec h3 {
    font-size: 18px;
  }
  .footnotebtn.text-right a {
    padding: 9px 15px;
  }
  .authordetailblk .brownbgbtn {
    padding: 8px 22px;
    font-size: 14px;
  }
  .authormsgsec textarea.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 17px;
  }
  .authormsgsec textarea.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 17px;
  }
  .authormsgsec textarea.form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 17px;
  }
  .authormsgsec textarea.form-control {
    font-size: 17px;
  }
  .authordetailblk .authormsgsec h3 {
    font-size: 18px;
  }
  .authormsgsec h3 a {
    font-size: 16px;
  }
  ul.authorbtns li a {
    font-size: 14px;
    padding: 7px 12px;
  }
  .authordetailreviews h2,
  .authordetailreviews .bookreviews h3 {
    font-size: 24px;
  }
  .authordetailreviews .bookreviewblk .bookreviewblk_widget h3 span {
    font-size: 16px;
  }
  .authordetailreviews .bookreviewblk_widget p {
    font-size: 15px;
  }
  .authordetail_table.bookactivitytable table td {
    padding: 15px 50px 15px 0px;
  }
  .authordetailreviews
    .bookreviewblk
    .bookreviewblk_sec
    .bookreviewblk_widget
    h3 {
    font-size: 20px;
  }
  .authordetailreviews .bookreviewblk .bookreviewblk_sec h3 {
    font-size: 24px;
  }
  .authordetailblk .progressimg img {
    min-height: 220px;
    max-height: 220px;
  }
  ul.authorbtns {
    margin-top: -2px;
  }
  .dahboardright_section_bg
    form.dashboard-formsteps
    textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
  }
  .dahboardright_section_bg
    form.dashboard-formsteps
    textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
  }
  .dahboardright_section_bg
    form.dashboard-formsteps
    textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
  }
  .dahboardright_section_bg form.dashboard-formsteps textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .dahboardright_section_bg form.dashboard-formsteps textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .dahboardright_section_bg
    .dashboard-formsteps
    input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
  }
  .dahboardright_section_bg .dashboard-formsteps input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
  }
  .dahboardright_section_bg .dashboard-formsteps input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
  }
  .dahboardright_section_bg .dashboard-formsteps input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .dahboardright_section_bg .dashboard-formsteps input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
  }
  .dahboardright_section_bg form.dashboard-formsteps textarea,
  .dahboardright_section_bg .dashboard-formsteps input {
    font-size: 15px;
  }
  .progressimg img {
    min-height: 320px;
    max-height: 320px;
  }
  .footnesscontsec h4 {
    font-size: 22px;
  }
  ul.progreebtns li a {
    font-size: 16px;
  }
  .earnfootness_sec .progresstextsec h3 {
    font-size: 22px;
  }
  ul.progreebtns {
    padding: 0 0px;
  }
  .earnfootness_sec h3 {
    font-size: 24px;
  }
  .earnfootness_sec p {
    font-size: 16px;
  }
  .historytablediv th {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .dashboard-container .footnotebtn a {
    font-size: 13px;
  }
  ul.progreebtns li a {
    font-size: 14px;
    padding: 9px 8px;
  }
  .footnesscontsec p {
    font-size: 15px;
  }
  .authordetailreviews
    .bookreviewblk
    .bookreviewblk_sec
    .bookreviewblk_widget
    h3 {
    font-size: 18px;
  }
  .authordetailreviews .bookreviewblk_widget p {
    font-size: 14px;
  }
  .authordetailreviews .bookreviewblk_footer h5 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .earnfootness_sec .progresstextsec h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .todo_bottom a.clickbtn,
  a.clickbtn {
    font-size: 14px;
  }
  .authordetailreviews
    .bookreviewblk
    .bookreviewblk_sec
    .bookreviewblk_widget
    h3 {
    font-size: 18px;
  }
  .authordetailblk .brownbgbtn {
    padding: 10px 20px;
    font-size: 15px;
  }
  .bookactivitytable td.activitytext {
    width: 50%;
  }
  .authordetailsec .bookreviewblk .bookreviewblk_widget h3 {
    font-size: 20px;
  }
  .authordetailsec .bookreviewblk .bookreviewblk_widget h3 span {
    font-size: 16px;
  }
  .authordetailsec .bookreviewblk_widget p {
    font-size: 14px;
  }
  .authordetailsec .authordetailblk .progressimg img {
    min-height: 200px;
    max-height: 200px;
  }
}
/* @media (max-width:1199px) {
.invoicetable table .subsradio, .invoicetable table td {
	width: 135px;
	max-width: 100%;
}
} */
@media (max-width: 1199px) {
  .dashboard-drpown .dropdown-menu.show {
    left: -50px;
  }
  .historytablediv.annualhis_table td.monthname {
    font-size: 15px;
  }
  .dahboardleft_sidebar {
    max-width: 300px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .row.booklibrary_blocks.readbook_blocks.readbook_blocks {
    padding-right: 10px;
  }
  .subsmed.col.dahboardright_section {
    width: 100%;
  }
  .col.dahboardright_section {
    width: calc(100% - 300px);
  }
  .reviewhis_blk span.blacktext {
    font-size: 17px;
  }
  .booklib_blk.reviewhis_blk {
    max-width: 33.3%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
  .dashboard_contentarea
    .dashboard-container.dashboardcont_sec.authorsec.booklib_section {
    padding: 0 20px;
  }
  .fuelupblk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.authorbtns {
    margin-top: 0px;
  }
  .authormsgsec textarea.form-control {
    height: 160px;
  }
  ul.authorbtns li {
    margin-left: 0;
    margin-right: 6px;
  }
  .sidebaruser_img span {
    font-size: 16px;
  }
  .dropdown.dashboard-drpown .btn.btn-secondary.dropdown-toggle:after {
    top: 2px;
  }
  .dashboard-container .dropdown.dashboard-drpown button i {
    font-size: 20px;
  }
  .dropdown.dashboard-drpown button {
    font-size: 15px !important;
  }
  span.charactertext {
    font-size: 18px;
  }
  .authordetailblk .brownbgbtn {
    padding: 9px 15px;
    font-size: 14px;
  }
  .dashboard-container .footnotebtn a {
    padding: 9px 8px !important;
    font-size: 11px;
  }
  .dashboardcont_sec {
    padding: 0px 30px;
  }
  .dahboardright_section_bg .bookdetailrightsec form {
    padding: 30px 0px;
  }
  .authordetailsec .bookdetailleftsec,
  .authordetailsec .bookdetailrightsec {
    -webkit-box-flex: 0;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .bookreviews.authordetailreviews {
    margin-top: 10px !important;
  }
  td.activitybtn a {
    font-size: 13px;
    padding: 11px 16px;
  }
  .bookdetailrightsec .bookdetail_hdr,
  .bookdetailrightsec .bookdetail_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .bookdetailrightsec ul.authorbtns {
    float: none;
  }
  .historytablediv td.monthblk {
    text-align: left;
    padding: 0px 10px;
  }
  span.blacktext {
    padding-right: 10px;
  }
  .historytablediv td {
    font-size: 15px;
  }
  span.greytext {
    padding-left: 10px;
  }
  .historytablediv th {
    font-size: 20px;
  }
  .earnfootness_sec h3 {
    font-size: 26px;
  }
  .earnfootness_sec p {
    font-size: 16px;
  }
  .dahboardright_section_bg form {
    padding: 30px 30px;
  }
  .dashboard-form .form-group.col {
    flex-basis: auto;
  }
  .dahboardcenter_nav ul.navbar-nav li a.nav-link {
    padding: 0 9px;
    font-size: 15px;
  }
  .userprofile_img {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  
  .booklib_blk.bookselected {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bookselect_blk {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .authorname {
    left: -50px;
  }
  .bigfoot_libsec h3 {
    font-size: 22px;
  }
  .bubblebg p {
    font-size: 14px;
  }
  .row.booklibrary_blocks.readbook_blocks {
    padding-left: 0px;
  }
  .authordetail_table.bookactivitytable table td {
    padding: 20px 30px 20px 0px;
    width: auto;
    white-space: nowrap;
  }
  td.activitytime {
    max-width: initial;
    width: auto;
  }
  .authordetailsec .authordetailblk .authormsgsec h3 {
    font-size: 20px;
  }
  .authordetailblk .bookdetailleftsec h3 {
    font-size: 20px;
  }
  .authormsgsec h3 a {
    padding: 6px 15px;
    font-size: 16px;
  }
  .footnessblk {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footnessbg {
    width: 80%;
    margin: auto;
  }
  ul.progreebtns {
    margin-top: 20px;
  }
  .progresstextborder,
  .progressbtns {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .progresstextborder {
    border-right: 0px;
  }
  .bookreviewblk_footer h5 {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .navbar-collapse .browse-books {
      margin-left: 0px!important;
      text-transform: uppercase;
  }
  .bookdetail_cont p {
    font-size: 15px;
  }
  .sendpopup {
    padding: 0 20px !important;
  }
  .readbooksec .historytablediv.bookactivitytable.authordetail_table {
    padding-left: 20px;
  }
  .dashboardcont_sec .booklib_blk.readbook_blk .progresstextsec h3 {
    font-size: 18px;
  }

  .bonus_sec h3 {
    font-size: 18px;
  }
  .reviewhis_sec .booklib_blk .row {
    width: 100%;
    margin: 0 auto 0px;
  }
  .booklib_blk.reviewhis_blk {
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .review_table,
  .reviewhistorysec {
    padding: 0px 10px !important;
  }
  .historytablediv.annualhis_table td.monthname {
    font-size: 16px;
  }
  .historytablediv.annualhis_table th {
    font-size: 16px;
  }
  .row.booklibrary_blocks.readbook_blocks {
    padding-left: 20px !important;
  }
  .reviewhistorysec h3 {
    font-size: 20px;
  }
  .historytablediv.annualhis_table td {
    border: 1px solid #e7e7e7;
    font-weight: 600;
    white-space: nowrap;
    padding: 9px 13px;
  }
  .sendmsg_popup .form-group label {
    font-size: 15px;
  }
  .fuelbtmblkbg .custom-control.custom-switch {
    padding-left: 80px;
  }
  .dropdown.dashboard-drpown .btn.btn-secondary.dropdown-toggle:after {
    top: 1px;
  }
  .authordetailreviews
    .bookreviewblk
    .bookreviewblk_sec
    .bookreviewblk_widget
    h3 {
    font-size: 20px;
  }
  .authordetailsec .bookreviewblk .bookreviewblk_widget h3 span {
    font-size: 15px;
  }
  .authordetailsec .bookreviewblk_widget p {
    font-size: 14px;
  }
  .bookactivitytable table td {
    padding-right: 15px;
    white-space: nowrap;
  }
  .tabledatadiv {
    overflow-x: auto;
  }
  .authormsgsec textarea.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
  }
  .authormsgsec textarea.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
  }
  .authormsgsec textarea.form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
  }
  .authordetailsec .bookreviews h2,
  .authordetailsec .bookreviews h3 {
    font-size: 24px;
  }
  .bookreviews {
    margin-top: 10px !important;
  }
  .authormsgsec textarea.form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
  }
  .authordetailsec .bookreviews h2,
  .authordetailsec .bookreviews h3 {
    font-size: 24px;
  }
  .authordetailsec .bookreviewblk_widget p {
    font-size: 15px;
  }
  .authordetailsec .bookreviewblk .bookreviewblk_widget h3 {
    font-size: 18px;
  }
  .authordetailsec .bookreviewblk .bookreviewblk_widget h3 span {
    font-size: 16px;
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 7px;
  }
  ul.progressright_details {
    margin-top: 20px;
  }
  .addbtn a {
    padding: 6px 30px;
    font-size: 18px;
  }
  .historytablediv th {
    font-size: 18px;
    width: auto;
    white-space: nowrap;
  }
  .dahboardcenter_nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .historytablediv td.monthblk {
    text-align: left;
    padding: 0px 10px;
  }
  span.blacktext {
    padding-right: 10px;
  }
  .historytablediv td {
    font-size: 16px;
  }
  span.greytext {
    padding-left: 10px;
  }
  .dahboardleft_sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .dashboardcont_sec {
    padding: 0px 40px;
    margin-top: 30px;
  }
  .dahboardright_section {
    padding: 0;
    margin-top: 30px;
  }
  .dahboardleft_sidebar {
    max-width: initial;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dahboardright_section_bg form {
    padding: 30px 30px;
  }
  .dashboard-form .form-group.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .footnotebtn.text-right a {
    font-size: 11px;
  }
  .dahboardcenter_nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dashboard_logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footnotebtn {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .dahboardcenter_nav ul.navbar-nav li a.nav-link {
    border: 0px;
    padding: 14px 16px;
    color: #fff;
    font-size: 20px;
  }
  .dashboard_logo button.navbar-toggler {
    float: right;
    margin-top: 15px;
    outline: 0;
  }

  .dashboard_logo span.navbar-toggler-icon {
    background-image: url(../img/menuicon.png) !important;
    height: 20px;
    width: 30px;
    background-size: contain;
    background-position: right;
    float: right;
  }
  .dahboardcenter_nav ul.navbar-nav {
    padding-right: 0px;
    text-align: center;
    z-index: 999;
    background: #4e2413;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dashboard_sidebarlinks ul.accordion {
    max-width: 100%;
  }
  .footnessblk {
    padding-right: 5px;
    padding-left: 5px;
  }
  td.activitytime {
    max-width: initial;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .navbar-collapse .browse-books {
    margin-left: 0px!important;
    text-transform: uppercase;
}
  .sendmsg_popup .form-group label {
    font-size: 13px;
  }
  .todo_bottom ul li {
    width: 48%;
  }
  .earnfootness_sec p {
    font-size: 15px;
  }
  .todo_bottom ul li {
    font-size: 13px;
  }
  .bookdetails_section {
    margin-top: 0px !important;
  }
  .cancel_assign span {
    width: 100%;
    margin-bottom: 10px;
  }
  .booklib_blk.bookselected {
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
  }
  .bookselected .col-md-12 {
    padding: 0;
  }
  .todo-list .customcheckbox_div label.custom-control-label {
    width: 100%;
  }
  .booklib_blk.reviewhis_blk {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .dahboardleft_sidebar {
    padding-left: 10px;
  }
  .readbooksec .historytablediv.bookactivitytable {
    margin-top: 30px !important;
    padding: 10px !important;
  }
  .dashboardcont_sec .readbook_blk span {
    font-size: 18px;
    width: 100%;
  }
  .readbook_blocks .readbook_blk {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .authordetailsec .bookactivitytable h3 {
    font-size: 20px;
  }
  .historytablediv.annualhis_table th {
    font-size: 15px;
  }
  .bigfoot_libsec h5 {
    font-size: 18px;
    text-align: center;
  }
  .reviewhis_sec .booklib_blk .row {
    border: 1px solid #e7e7e7;
    border-radius: 1px;
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
  }
  .row.booklibrary_blocks.readbook_blocks {
    padding-left: 15px;
  }
  .sendmsg_popup .dropzone_boxarea .choosebtn {
    position: relative;
    top: 40px;
  }
  .sendmsg_popup .choosebtn span {
    margin-left: auto;
  }
  .bookreviewblk_header a {
    padding: 5px 15px;
  }
  .bookreviewblk_header i {
    margin-right: 2px;
    font-size: 12px;
  }
  .fuelbtmblkbg .custom-control.custom-switch {
    padding-left: 80px;
  }
  .dashboard-drpown .dropdown-menu.show {
    left: -50px;
    top: 100%;
    margin-top: -10px;
  }
  .userprofile_img {
    margin-right: 5px;
  }
  .authordetailsec .authordetailblk .authormsgsec h3 {
    margin-bottom: 30px;
  }
  td.activitytime {
    max-width: initial;
    width: auto !important;
  }
  .authordetailsec .authordetailblk .progressimg img {
    min-height: auto;
    max-height: initial;
    width: 70%;
  }
  .bookdetail_hdr {
    text-align: center;
  }
  .dahboardright_section_bg form.dashboard-formsteps textarea {
    height: auto;
  }
  .dahboardright_section_bg form.dashboard-form.dashboard-formsteps {
    padding: 20px 20px;
  }
  .authordetailsec .bookdetailleftsec,
  .authordetailsec .bookdetailrightsec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bookdetail_btn {
    text-align: center;
  }
  .bookdetailrightsec {
    margin-top: 20px;
  }
  .progressimg img {
    min-height: auto;
    max-height: inherit;
  }
  .progressimg img {
    width: 70%;
  }
  .progresstextborder {
    text-align: center;
  }
  .progresstextsec {
    padding-left: 15px;
    margin-top: 10px;
  }
  .addbtn {
    text-align: center;
    margin-bottom: 20px;
  }
  .footnessblk {
    padding-right: 15px;
  }
  .dashboard-container {
    padding: 0px 10px;
  }
  .dashboard_logo a.navbar-logo img {
    max-width: 130px;
  }
  .dahboardcenter_nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .footnotebtn {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .dashboardcont_sec {
    padding: 0px 20px !important;
    margin-top: 50px;
  }
  .dahboardleft_sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .dahboardright_section {
    padding: 0;
    margin-top: 30px;
  }
  .popupcontainer .card-stack .card-list li.popupcard {
    padding: 2px;
  }
  .profile-popupcont ul li span:hover {
    text-decoration: underline;
  }
  .dahboardleft_sidebar {
    max-width: initial;
    padding-left: 30px;
    padding-right: 30px;
  }
  .dahboardright_section_bg form {
    padding: 30px 30px;
  }
  .dashboard-form .form-group {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  .dahboardright_section_bg h4 {
    font-size: 20px;
  }
  .footnessbg {
    width: 80%;
    margin: auto;
  }
  .dahboardright_section .bookactivitytable {
    margin-top: 10px !important;
  }
  .authordetailsec .authordetailblk .progressimg img {
    width: 60%;
    height: 450px;
  }
}

@media (max-width: 575px) {
  .refer_popup input.form-control {
    width: 100%;
  }
  .navbar-collapse .browse-books {
      margin-left: 0px!important;
      text-transform: uppercase;
  }
    
  .todo_bottom a.clickbtn,
  a.clickbtn {
    font-size: 14px;
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .refer_popup .bonus_sec li a {
    padding: 12px 10px;
    font-size: 12px;
    width: 80%;
    display: block;
    margin: 0 auto 10px;
  }
  .activitybtn span {
    float: none;
    margin-bottom: 30px;
  }
  .authordetail_table.bookactivitytable table td {
    padding: 20px 0px 20px 0px;
    width: 100% !important;
  }
  .authordetailsec .authordetailblk .progressimg img {
    width: 70%;
    height: 300px;
  }

  .bookactivitytable table td {
    white-space: normal;
  }
  .bookactivitytable table td {
    width: 100% !important;
    padding: 10px 0;
    display: block;
  }

  .footnessbg {
    width: 100%;
  }
}
/****/
.footnotebtn.text-right a:hover {
  color: #b8b453;
  background: transparent;
}
.dahboardcenter_nav ul.navbar-nav li a.nav-link {
  text-transform: uppercase;
}
ul.authorbtns a {
  border-radius: 4px;
}
.reviewhis_section h3 {
  border-bottom: 0 !important;
}
.reviewhis_section h5 {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
.dropdown-menu p.dropdown-text {
  color: #6c6d6f;
  padding: 0 1.5rem;
}
.dropdown-menu {
  min-width: 12rem;
}
.dropdown.dashboard-drpown a.dropdown-item {
  /*color: #6c6d6f;*/
  color: #16181b;
}
.dropdown.dashboard-drpown i.fa {
  margin-right: 5px;
}
a.dashboard-link {
  background: #233714;
  color: white;
  padding: 6px 20px;
  font-weight: 500;
  display: block;
  margin-left: auto;
  border-radius: 4px;
}
.dashboardheadersection a.dropdown-item:active {
  background-color: #233714;
  color: white;
}
.dashboard_contblk.dashpwd_blk {
  display: none;
}
li.account_links a {
  color: #333 !important;
  font-size: 15px !important;
}
li.account_links {
  /* padding-left: 15px; */
  position: relative;
  line-height: 28px;
}

li.account_links i {
  position: absolute;
  left: -12px;
  top: 8px;
  font-size: 14px !important;
}
li#security_link i.fa.fa-lock {
  font-size: 18px !important;
  top: 7px;
  /* left: -11px; */
}
li.account_links i.fa.fa-refresh {
  font-size: 16px !important;
}
li.account_links i.fa.fa-shopping-cart {
  font-size: 18px !important;
  top: 7px;
  /* left: -15px; */
}
img.gravatar {
  width: 100%;
  border-radius: 9px;
}
.about_page .row {
  border: 1px solid #e7e7e7;
  border-radius: 1px;
  -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  min-height: 200px;
  margin: 0 0 17px;
}
p.about-section-p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 19px;
}
h4.staff-head {
  text-align: left;
  border-bottom: 0;
  padding-left: 0;
}
h4.staff-head span {
  border-bottom: 1px dotted #233714;
  padding-bottom: 8px;
}
button#dropdownMenuButton img {
  width: 38px;
  margin-right: 10px;
}

.booklibraries .dropdown-menu.show {
  height: 400px !important;
  max-height: 315px !important;
}
.booklibraries .inner.show {
  max-height: 304px !important;
}
.notification {
  padding-left: 20px;
  margin-top: 0 !important;
}

.notification table td {
  padding: 18px 70px 18px 0px !important;
}
.notification td:last-child img {
  float: left;
  margin-top: -4px;
  width: 30px;
  margin-right: 10px;
}

.referalimage {
  width: 20px !important;
  height: auto;
  margin-right: 9px;
}
.referEarningModal {
  background: #4d2312;
  color: #fff;
  font-size: 16px;
  width: 200px;
  border-radius: 6px;
  margin-left: 30px;
  padding: 10px 33px;
  float: right;
  font-weight: 600;
  height: auto;
  border: 0px;
}

.referEarningModal:hover {
  background: #b8b453;
  color: #fff;
  border: 0px;
}

h3.referheading {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.modalreferralButton {
  padding: 0px;
}

.copyReferral {
  padding: 10px;
}
