:root {
  --medium-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03),
    0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

@font-face {
  font-family: "Rabar";
  src: url("./Rabar_013.woff") format("woff");
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-family: "Rabar";
}
body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* start player section */

    body {
      font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
      background-color: #2e2e2e !important;
    }
    
    p {
      color: #b3b3b3;
      font-weight: 300;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
      font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }
    
    a {
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease;
    }
    a,
    a:hover {
      text-decoration: none !important;
    }
    
    h2 {
      font-size: 20px;
    }
    
    body {
      position: relative;
    }
    body:before {
      position: absolute;
      content: '';
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.05);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out;
    }
    body.show-sidebar:before {
      opacity: 1;
      visibility: visible;
    }
    
    .site-section {
      padding: 7rem 0;
    }
    
    aside,
    main {
      height: 100vh;
      min-height: 580px;
    }
    
    aside {
      width: 300px;
      left: 0;
      z-index: 1001;
      position: fixed;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      background-color: #fff;
      -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    }
    .show-sidebar aside {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
    }
    aside .toggle {
      padding-left: 30px;
      padding-top: 30px;
      position: absolute;
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    .show-sidebar aside .toggle .burger:before,
    .show-sidebar aside .toggle .burger span,
    .show-sidebar aside .toggle .burger:after {
      background: #000; 
    background-color: white;
    }
    .show-sidebar aside {
      -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    }
    aside .side-inner {
      padding: 30px 0;
      height: 100vh;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      background-color: #051d29;
      color: white;
    }
    aside .side-inner .profile {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #efefef;
    }
    aside .side-inner .profile img {
      width: 80px;
      margin: 0 auto 20px auto;
      border-radius: 50%;
    }
    aside .side-inner .profile .name {
      font-size: 18px;
      margin-bottom: 0;
    }
    aside .side-inner .profile .country {
      font-size: 14px;
      color: #cfcfcf;
    }
    aside .side-inner .counter {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #efefef;
      text-align: center;
    }
    aside .side-inner .counter div .number {
      display: block;
      font-size: 20px;
      color: #000;
    }
    aside .side-inner .counter div .number-label {
      color: #cfcfcf;
    }
    aside .side-inner .nav-menu ul,
    aside .side-inner .nav-menu ul li {
      padding: 0;
      margin: 0px;
      list-style: none;
    }
    aside .side-inner .nav-menu ul li a {
      display: block;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #8b8b8b;
      position: relative;
      -webkit-transition: 0.3s padding-left ease;
      -o-transition: 0.3s padding-left ease;
      transition: 0.3s padding-left ease;
    min-width: 250px;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    flex-wrap: nowrap;
    flex-grow: 1;
    background-color: #051d29;
    max-height: 60px;
    margin: 15px 0;
    border-radius: 40px 5px 5px 40px;
    color: white;
    }
    aside .side-inner .nav-menu ul li a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0px;
      background-color: #ff7315;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s opacity ease, 0.3s visibility ease, 0.3s width ease;
      -o-transition: 0.3s opacity ease, 0.3s visibility ease, 0.3s width ease;
      transition: 0.3s opacity ease, 0.3s visibility ease, 0.3s width ease;
    }
    aside .side-inner .nav-menu ul li a:active,
    aside .side-inner .nav-menu ul li a:focus,
    aside .side-inner .nav-menu ul li a:hover {
      outline: none;
    }
    aside .side-inner .nav-menu ul li a:hover {
      /* background: #fcfcfc; */
      color: #ff7315;
    }
    aside .side-inner .nav-menu ul li a:hover:before {
      width: 4px;
      opacity: 1;
      visibility: visible;
    }
    aside .side-inner .nav-menu ul li.active a {
      background: #fcfcfc;
      color: #000;
    }
    aside .side-inner .nav-menu ul li.active a:before {
      opacity: 1;
      visibility: visible;
      width: 4px;
    }
    aside .side-inner .nav-menu ul li .collapsible {
      position: relative;
    }
    aside .side-inner .nav-menu ul li .collapsible:after {
      content: '\e315';
      font-size: 18px;
      font-family: 'icomoon';
      position: absolute;
      right: 20px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      -webkit-transition: 0.3s transform ease;
      -o-transition: 0.3s transform ease;
      transition: 0.3s transform ease;
    }
    aside .side-inner .nav-menu ul li .collapsible[aria-expanded='true'] {
      /* background: #fcfcfc; */
      color: #ff7315;
    }
    aside .side-inner .nav-menu ul li .collapsible[aria-expanded='true']:before {
      opacity: 1;
      visibility: visible;
      width: 4px;
    }
    aside .side-inner .nav-menu ul li .collapsible[aria-expanded='true']:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    aside .singer_image img{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid;
    }
    main {
      width: calc(100%);
      -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    }
    .show-sidebar main {
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      transform: translateX(300px);
    }
    main .post-entry {
      margin-bottom: 30px;
    }
    main .post-entry .custom-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      margin-right: 30px;
    }
    main .post-content h3 {
      font-size: 18px;
    }
    main .post-content .post-meta {
      font-size: 15px;
      color: #ccc;
    }
    
    /* Burger */
    .burger {
      width: 28px;
      height: 32px;
      cursor: pointer;
      position: relative;
      z-index: 99;
      float: right;
    }
    
    .burger:before,
    .burger span,
    .burger:after {
      width: 100%;
      height: 2px;
      display: block;
      background: #fff;
      border-radius: 2px;
      position: absolute;
      opacity: 1;
    }
    
    .burger:before,
    .burger:after {
      -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
      transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
      transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
      content: '';
    }
    
    .burger:before {
      top: 4px;
    }
    
    .burger span {
      top: 15px;
    }
    
    .burger:after {
      top: 26px;
    }
    
    /* Hover */
    .burger:hover:before {
      top: 7px;
    }
    
    .burger:hover:after {
      top: 23px;
    }
    
    /* Click */
    .burger.active span {
      opacity: 0;
    }
    
    .burger.active:before,
    .burger.active:after {
      top: 40%;
    }
    
    .burger.active:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
      /*for IE*/
    }
    
    .burger.active:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
      /*for IE*/
    }
    
    .burger:focus {
      outline: none;
    }
/* end player section */



.green_btn {
  all: unset;
  color: white;
  background: #0e5543;
  padding: 12px 24px;
}
.spread-container {
  padding: 0;
  margin: 0;
}
.header {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  /* TODO: change shadow location to parent of header */
  box-shadow: var(--medium-box-shadow);
}
.header .mobile_view_off {
  display: none;
  background-color: #2e2e2e;
}
.header .mobile_view_on {
  display: flex;
}
.header .offcanvas-footer {
  display: flex;
  justify-content: center;
  margin: 10px;
  gap: 5%;
  align-items: center;
}
.header a:hover {
  color: #f1b81c;
}
.header a.selected {
  color: #f1b81c;
  text-decoration: none;
}
.header__upper {
  background: #2e2e2e;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header__upper .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}
.dropstart .dropdown-toggle::before {
  all: unset;
  display: none !important;
}
.offcanvas {
  background-color: #37343c !important;
}
.offcanvas-menu {
  font-weight: bold;
  border: 2px solid black;
  border-width: 0 0 2px 0;
  padding: 0;
  margin: 0;
  margin-top: 2%;
  /* text-align: center; */
}
.offcanvas-menu a {
  font-size: 20px;
  text-decoration: none;
  color: #f1b81c;
  width: 100%;
}
.offcanvas-menu a.collapsed {
  color: inherit;
}
.offcanvas-menu a:focus {
  color: inherit;
}

.offcanvas-body .accordion-content {
  border-style: dashed;
  border-color: black;
  border-image: initial;
  border-width: 0px 0px 0px 2px;
  position: relative;
  padding: 0px 5px;
  margin: 0px;
}
.offcanvas-body .accordion-content a {
  color: #c2cfc3;
  padding-left: 20px;
}
.offcanvas-body .accordion-content a.selected {
  color: #f1b81c;
  font-weight: bold;
}
.offcanvas-body .accordion-content a.selected::before{
  content: "";
  display: block;
  background-color: #000000;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.offcanvas-body .accordion-content > div {
  border-bottom: 1px solid;
  border-bottom-color: gainsboro;
}
.offcanvas-body .header__main__lang.nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
}
.header-search {
  width: 100%;
  background: #ffffff;
  border-style: solid;
  border-color: #8b8b8b;
  border-width: 1px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.header__upper .header-search {
  width: 40%;
}
.header-search input {
  border: none;
  display: flex;
  flex-grow: 1;
  all: unset;
  width: 100%;
}
.header-search button {
  all: unset;
  cursor: pointer;
}
.header__upper .header-links {
  display: flex;
}
.header__upper .header-links a {
  padding: 5px;
  margin-left: 5px;
}
.header__main,
.header__below {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.header__main__logo img {
  max-width: 55px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #2ad943;
  padding: 5px;
}
.header__main__items {
  flex-grow: 1;
}
.mobile_view_off select {
  border-radius: 5px;
}
.header__main__items .navbar {
  justify-content: center !important;
}
.header__main__items ul {
  gap: 5%;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header__main__items ul .selected {
  color: #f1b81c;
  text-decoration: underline;
}

.header__main__items a,
.header__below__items .dropdown-toggle {
  color: #202020;
  font: 400 16px/150% "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
}
.header__main__lang {
  margin-right: 16px;
}
.header__main__lang .form-select {
  border: 0px solid #2e2e2e;
  border-radius: 0;
}
.header__main__lang .form-select:focus {
  border-color: #2e2e2e;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.header__main__auth {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.header__main__auth .dropdown-toggle {
  all: unset;
}
.header__main__auth img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.header__main__auth button {
  border-width: 1px;
  padding: 5px 15px 5px 15px;
  white-space: nowrap;
  border-radius: 10px;
}
.header__main__auth #sign-up {
  background: #0e5543;
  color: white;
}
.header__below__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3%;
  flex-grow: 1;
}
.header__below__items .items {
  display: flex;
  flex-wrap: wrap;
  color: #3e8e41;
}

.header__below__items .items a {
  color: #c2cfc3;
}

.header__below__items .items a.selected {
  border: #c2cfc3 solid;
  border-width: 0 0 1px 0;
}
.sign-in-up-body {
  min-height: 100vh;
  background: aliceblue;
}
.sign-in-up {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sign-in-up > img {
  width: 50%;
}
.sign-in-up .column {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  background: #0000000a;
  z-index: 3;
}
.sign-in-up .column img {
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.sign-in-up .content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 80%;
}
.sign-in-up .content-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.sign-in-up .content-title .page-title {
  font: 700 48px/120% "Roboto", sans-serif;
  white-space: nowrap;
}
.sign-in-up .content-title .description {
  font: 400 18px/150% "Roboto", sans-serif;
}
.sign-in-up .error-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sign-in-up .error-field span {
  color: red;
  text-align: center;
}
.sign-in-up .content-form {
  display: flex;
  flex-direction: column;
  font: 400 16px/150% "Roboto", sans-serif;
  gap: 24px;
}
.sign-in-up .text-input {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sign-in-up .text-input input {
  background: #ffffff;
  border-color: #202020;
  border-width: 1px;
  padding: 12px;
  display: flex;
  border-radius: 5px;
}
.sign-in-up .content-form .content-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sign-in-up .content-buttons button,
.sign-in-up .content-buttons a {
  background: #0e5543;
  color: #fcfcfc;
  border-radius: 19px;
  border-style: solid;
  border-color: #202020;
  border-width: 1px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
}
.sign-in-up .content-buttons .g-auth {
  background: white;
  text-align: center;
  text-decoration: none;
  color: black;
}
.sign-in-up .links {
  color: var(--black, #202020);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.black-link {
  color: var(--black, #202020);
}
.secondary-link {
  color: #f1b81c;
}
.sign-in-up .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 400 16px/150% "Roboto", sans-serif;
  height: 72px;
}
/* profile pages */
.subscription-range {
  display: flex;
  background-color: #2e2e2e !important;
  border: 2px solid #4CAF50;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  flex-direction: column;
}
.subscription-range p {
color: antiquewhite;
}
progress {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
}

progress::-webkit-progress-value {
  background-color: #4CAF50;
}

progress::-webkit-progress-bar {
  background-color: #e0e0e0;
}
.subscription-range .dates {
display: flex;
justify-content: space-between;
color: antiquewhite;
}

.profile__container {
  background: #ededed;
  height: 100%;
  padding: 20px 0;
}
.profile__content,
.edit__profile__content {
  max-width: 1320px;
  margin: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.profile__content .title {
  color: var(--black, #202020);
  text-align: left;
  font: 600 24px "Roboto", sans-serif;
  padding-left: 1%;
}
.profile__content .info {
  background: white;
  display: flex;
  flex-direction: row;
  gap: 3%;
  align-items: center;
  justify-content: space-around;
  padding: 3%;
}
.edit__profile__content img,
.profile__content img {
  padding: 0;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border: 1px solid black;
}

.profile__content .description {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.profile__content .description .user_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
  white-space: nowrap;
  width: 100%;
}

.profile__content .description .user_info .full_name {
  color: #202020;
  font: 500 20px/150% "Roboto", sans-serif;
}

.profile__content .description .user_info .email {
  color: #444444;
  font: 300 14px/150% "Roboto", sans-serif;
}
.profile__content .description .bio {
  color: var(--black, #202020);
  font: 400 16px/150% "Roboto", sans-serif;
  max-width: 700px;
}
.profile__content .edit_profile {
  margin: 20px 0 0 0;
  text-decoration: none;
  padding: 10px 15px;
  display: flex;
  align-self: end;
  background: var(--primary, #0e5543);
  color: #fcfcfc;
  font: 400 16px "Roboto", sans-serif;
  border-radius: 6px;
  white-space: nowrap;
}

.edit__profile__content img {
  cursor: pointer;
}
.edit__profile__content .info {
  background: white;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: space-around;
  padding: 3%;
}
.edit__profile__content form {
  justify-content: center;
}
.edit__profile__content .profile_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit__profile__content .profile_image_content {
  position: relative;
  border-radius: 50%;
  border: 1px dashed #202020;
}
.edit__profile__content .add_image_icon {
  top: 65%;
  cursor: pointer;
  left: 65%;
  position: absolute;
}

#edit-profile-bio {
  min-height: 100px;
  resize: none;
}
.edit__profile__content .profile_info > div {
  padding: 0 1.5rem;
  margin: 0.5rem 0;
}
.edit__profile__content .buttons {
  justify-content: end;
  margin: 0.5rem 0;
}
.edit__profile__content .buttons button {
  width: auto;
  margin: 15px 0.5rem 0 0.5rem;
  padding: 10px 15px;
  align-self: end;
  background: var(--primary, #0e5543);
  color: #fcfcfc;
  font: 400 16px "Roboto", sans-serif;
  border-radius: 6px;
  white-space: nowrap;
}
.edit__profile__content .buttons a {
  width: auto;
  text-decoration: none;
  border: 1px solid;
  display: flex;
  align-self: end;
  background: #b5b5b5;
  color: #000000;
  font: 400 16px "Roboto", sans-serif;
  border-radius: 6px;
  padding: 10px 24px;
  white-space: nowrap;
}
/* end of profile pages */

/* contact us section */
#contact-us {
  margin: 100px auto;
}
#contact-us .header_form h1 {
  color: #202020;
  font-size: 48px;
  font-weight: 700;
}
#contact-us .header_form p {
  color: #202020;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 27px;
}
#contact-us form .input_style {
  font-family: Inter;
  border-radius: 0;
  border-color: #2e2e2e;
  box-shadow: 0 0 0 rgb(0 0 0);
}
#contact-us .address {
  margin-top: 150px;
}
#contact-us .address .address__item .icone img {
  width: 100%;
  max-height: 50px;
  max-width: 50px;
  float: right;
}
#contact-us .address .address__item {
  margin-bottom: 15px;
}
#contact-us .address .address__item__name {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
}
#contact-us .address .address__item__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#contact-us .address .address__item__address {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 24px;
}
/* end contact us section */
/* questionnaire section */
.green-rooban {
  margin: 40px 0;
  background-color: #0e5543;
  color: #fcfcfc;
  text-align: center;
  padding: 40px 0;
}
.green-rooban h3 {
  font-weight: 700;
  font-size: 48px;
}
.green-rooban span {
  color: var(--white, #fcfcfc);
  text-align: center;
  font: var(--text-medium-normal, 400 18px/150% "Roboto", sans-serif);
  position: relative;
  align-self: stretch;
}
.user-section {
  display: flex;
  gap: 35px;
  line-height: 8px;
  align-items: center;
}
#pdf-list .user-section span {
  line-height: 18px;
}
.user-section .name {
  font-weight: 700;
}
.user-section .image {
  width: 100px;
  height: 99px;
}
.user-section .image img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}
.question-form {
  margin: 40px auto 100px;
}
.question-form textarea {
  width: 100%;
  padding: 15px;
}
.question-form textarea::placeholder {
  content: " ";
}
.question-form .green_btn {
  float: right;
}
.question-form .input_style {
  font-family: Inter;
  border-radius: 0;
  border-color: #2e2e2e;
  box-shadow: 0 0 0 rgb(0 0 0);
}
.question-form .input_style:focus {
  font-family: Inter;
  border-radius: 0;
  border-color: #2e2e2e;
  box-shadow: 0 0 0 rgb(0 0 0);
}
#questoin-detail .answer {
  border: 1px solid #202020;
  padding: 40px 15px;
  margin-top: 40px;
}
#questoin-detail .question {
  color: #0e5543;
  margin: 40px 73px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
#questoin-detail .question-description {
  color: #0e5543;
  margin: -25px 73px 0;
  font-size: 21px;
}
#questoin-detail .answer .answer__text {
  background: #ededed;
  padding: 15px;
  margin-top: 20px;
}
#questoin-detail .answer .answer__voice {
  margin-top: 20px;
  width: 100%;
}
#questoin-detail .answer .answer__voice audio {
  width: 100%;
}
#questoin-detail .created-time {
  display: inline-block;
  opacity: 0.7;
  margin-top: 16px;
}
#question-list .title {
  margin: 90px 0;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
#question-list .title h2 {
  font-weight: 700;
  font-size: 48px;
}
#question-list .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
#question-list .cards .card {
  box-sizing: border-box;
  border: 0;
}
#question-list .cards .card .image img {
  width: 100%;
}
#question-list .cards a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: black;
  text-decoration: none;
}
#question-list .cards .user-section p {
  font-weight: 500;
  font-size: 16px;
  color: #0e5543;
  font-family: Roboto;
  margin: 0 0 0 -28px;
}
#question-list .content .items .card {
  border-radius: 0;
  border: 0;
}
#question-list .content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#question-list .content .items .card {
  margin-bottom: 25px;
  width: 45%;
  transition: transform 0.3s ease;
}
#question-list .content .items .card:hover {
  transform: scale(1.02);
}
#question-list .content .items .card .image {
  height: 200px;
  position: relative;
}
#question-list .content .items .card .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#question-list .content .items .card .user-image img {
  border-radius: 50%;
}
#question-list .content .items .card .user-section p {
  margin: 0;
  margin-left: -22px;
}
#question-list .user-section p {
  line-height: 18px;
}

#question-list .content .items .overlay {
  width: 100%;
  height: 100%;
  background-color: #0e5543;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  display: none;
}
#question-list .content .items .card:hover .overlay {
  display: block;
}
#question-list .content .info {
  color: #f1b81c;
}
#question-list .content .info .data {
  color: #202020;
}
#question-list .content .info .data span:first-child {
  background-color: #f4f4f4;
  padding: 3px;
}
#question-list .content .items .card a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
#question-list .content .items .card a:hover {
  color: #0e5543;
}
#question-list .content .category_section .section_header {
  background-color: #0e5543;
  width: 100%;
  color: #f4f4f4;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
}
#question-list .content .category_section {
  display: inline-block;
  width: 100%;
}
#question-list .content .category_section a {
  display: inline-block;
  width: 100%;
  padding: 12px;
  color: #202020;
  margin-bottom: 5px;
  text-decoration: none;
  margin: 5px 0;
}
#question-list .content .category_section a:hover,
#question-list .content .category_section a.active {
  color: #f1b81c;
}
#question-list .content .search_sections .section_header {
  background-color: #0e5543;
  width: 100%;
  color: #f4f4f4;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#question-list .content .search_sections form input {
  width: 100%;
  border: 1px solid #2e2e2e;
  padding: 10px;
  padding-left: 35px;
}
#question-list .content .search_sections form input:focus-visible {
  outline: 0;
}
#question-list .content .search_sections form {
  position: relative;
}
#question-list .content .search_sections form button {
  all: unset;
  position: absolute;
  left: 0;
  cursor: pointer;
  height: 45px;
  width: 43px;
  text-align: center;
}
#question-list .content .sidebars {
  width: 32%;
  padding-right: 20px;
}
#question-list .content .items {
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  #question-list .content .sidebars {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
  #question-list .content .items {
    padding-left: 0;
  }
}
/* end questionnaire section */
/* product list section */
.main_container {
  /* background: #ededed; */
  height: 100%;
  /* padding: 100px 0; */
  margin-top: 90px;
}
.main_container .main_content {
  background: white;
  /* padding: 50px 40px; */
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.main_content .product_header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main_content .product_header .title {
  text-align: center;
  font: 700 48px/120% "Roboto", sans-serif;
}
.main_section .subtitle,
.main_content .product_header .subtitle {
  text-align: center;
  font: 400 18px/150% "Roboto", sans-serif;
}
.product_header .sort_page .dropbtn {
  background: none;
  padding: 4px 16px;
  border: 1px solid black;
  font-size: 16px;
  margin: 5px 0;
}
.product_header .sort_page .dropdown {
  position: relative;
  display: inline-block;
}
.product_header .sort_page .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.product_header .sort_page .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.product_header .sort_page .dropdown-content a:hover {
  background-color: #ddd;
}

.product_header .sort_page .dropdown:hover .dropdown-content {
  display: block;
}

.product_header .sort_page .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.product_content {
  display: flex;
  flex-direction: column;
}
.product_content .product_sidebar {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.product_content .product_sidebar .top_products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product_content .product_sidebar .product_link {
  font: 300 14px "Roboto", sans-serif;
  color: #202020;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product_content .product_sidebar .product_link:hover {
  background-color: transparent;
  transform: scale(1.02);
}
.product_content .product_sidebar .product_link:hover .card-image {
  filter: brightness(90%);
}
.product_content .product_sidebar .product_link.product_link_first {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_content .product_sidebar .product_link .product_side_info {
  padding: 8px;
  width: 100%;
}
.product_content .product_sidebar .product_link .product_side_info * {
  overflow-wrap: anywhere;
}
.product_content .product_sidebar .product_link .product_title {
  font: 600 24px "Roboto", sans-serif;
  padding: 8px 0;
}
.product_content .product_sidebar .product_link:hover .product_title {
  color: #f1b81c;
}
.product_content .sections {
  display: flex;
  border-bottom: 1px solid #8b8b8b;
  gap: 8px;
  flex-direction: column;
}
.product_content .section_header {
  background: #0e5543;
  font: 600 18px/150% "Roboto", sans-serif;
  color: #fcfcfc;
  padding: 10px;
}
.product_content .search_form {
  font: var(--text-regular-normal, 400 16px/150% "Roboto", sans-serif);
  border: 1px solid #202020;
  padding: 12px;
  display: flex;
}
.product_content .search_input {
  all: unset;
  margin-left: 38px;
  width: 100%;
}
.product_content .search_icon {
  position: absolute;
  background: none;
  border: none;
}
.product_content .categories {
  display: flex;
  flex-direction: column;
  font: 400 16px/150% "Roboto", sans-serif;
}
.product_content .categories .selected_category {
  color: #f1b81c;
  padding: 8px;
  font: 400 16px/150% "Roboto", sans-serif;
  text-decoration: none;
}
.product_content .categories .category {
  color: var(--black, #202020);
  font: 400 16px/150% "Roboto", sans-serif;
  text-decoration: none;
  padding: 8px;
}
.product_content .categories div:hover a {
  color: #f1b81c;
}
.product_content .categories a:hover {
  color: #f1b81c;
}
.product_main_content {
  width: 100%;
  margin: 25px 0;
}
.product_main_content .sections {
  border: 1px solid #8b8b8b;
}
.product_main_content .main_section {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.main_section .main_section_header {
  display: flex;
  color: #0e5543;
  flex-direction: row;
  align-items: center;
  gap: 5%;
  margin: 25px auto;
  width: 100%;
  justify-content: center;
}

.main_section .main_section_header .arround_line {
  width: 30%;
  border: 2px solid;
  height: 0px;
}

.main_section .title {
  text-align: center;
  font: var(--h-32-px, 700 32px/130% "Roboto", sans-serif);
}

.main_section .cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 4px;
}
.main_section .card {
  width: 100%;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 15px;
}
.pagination div {
  border-radius: 5px;
}
.pagination .next-button,
.pagination .prev-button {
  text-decoration: none;
  border: 1px solid #e4d7cd;
  border-radius: 3px;
  padding: 5px 10px;
  color: #e4d7cd;
  font: 400 16px/150% "Roboto", sans-serif;
}
.pagination .pagination-numbers {
  display: flex;
  gap: 2px;
  align-items: center;
}
.pagination .selected_page {
  background: #ddd;
  color: #000000;
  font: 400 16px/150% "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.pagination .pagination-numbers .page {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  color: #e4d7cd;
  border: 1px solid #e4d7cd;
  font: 400 16px/150% "Roboto", sans-serif;
  margin: 1px;
  border-radius: 5px;
}
.pagination .disabled {
  color: #8b8b8b;
  border-color: #8b8b8b;
}
/* end of product list section */

/* image card and modal section */
#downloadLink {
  color: #f1b81c;
  margin: 0 20px;
}
.modal img {
  width: 100%;
}
.modal .image_modal_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 20px;
}
.modal .date_info {
  display: flex;
  justify-items: flex-start;
  gap: 20px;
  margin: 10px 25px;
}
.main_section .product_card {
  height: 100%;
  width: 90%;
  border: none;
  padding: 0;
  margin-top: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}
.product_card .card-title {
  text-decoration: none;
  font-size: 24px;
  color: #202020;
  padding: 10px 0 10px 0;
}

.product_card .image-link {
  position: relative;
  width: 100%;
  --bs-aspect-ratio: 100%;
}
.product_card img {
  object-fit: cover;
  border: none;
}

.product_card .time_date_info {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.product_card .date_info {
  align-items: end;
  display: flex;
  gap: 15px;
  color: #202020;
  font: 500 12px/150% "Roboto", sans-serif;
}
.modal-header .view_info,
.product_card .view_info {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f1b81c;
  font: 400 16px/150% "Roboto", sans-serif;
}
.product_card .image_title,
.modal .image_title {
  color: #0e5543;
  font: 700 24px/140% "Roboto", sans-serif;
}

.product_card .author_info,
.modal .author_info {
  color: #8b8b8b;
  font: 500 16px/150% "Roboto", sans-serif;
}

.product_card .author_info .author,
.modal .author_info .author {
  color: #0e5543;
  font: 500 16px/150% "Roboto", sans-serif;
}

.product_card:hover {
  background-color: transparent;
  transform: scale(1.02);
}

.product_card:hover .card-title {
  color: #0e5543;
}

.product_card:hover .card-image {
  filter: brightness(90%);
}
/* end of image card and modal section */

/* pdf section */
#pdf-detail .head {
  margin-bottom: 40px !important;
  margin-top: 80px;
}
#pdf-detail .head h2 {
  color: #0e5543;
  font-weight: 700;
  font-size: 48px;
}
#pdf-detail .head span {
  color: #0e5543;
}
#pdf-detail .head span {
  color: #0e5543;
}
#pdf-detail .head .count {
  color: #f1b81c;
}
#pdf-detail .head .author {
  color: #8b8b8b;
  font-weight: 400;
}
#pdf-detail .description {
  margin-bottom: 40px;
}
#pdf-detail .pdf {
  margin-bottom: 100px;
}

#pdf-list .title {
  margin: 90px 0;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
#pdf-list .title h2 {
  font-weight: 700;
  font-size: 48px;
}
#pdf-list .content {
  display: flex;
}
#pdf-list .content .items .card {
  border-radius: 0;
  border: 0;
}
#pdf-list .content .items .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pdf-list .content .items .card {
  margin-bottom: 25px;
  max-width: 45%;
  transition: transform 0.3s ease;
}
#pdf-list .content .items .card:hover {
  transform: scale(1.02);
}
#pdf-list .content .items .card .image {
  position: relative;
  max-height: 200px;
}
#pdf-list .content .items .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pdf-list .content .items .card a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
#pdf-list .content .items .card:hover a {
  color: #0e5543;
}
#pdf-list .content .items .overlay {
  width: 100%;
  height: 100%;
  background-color: #0e5543;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  display: none;
  transition: transform 0.3s ease;
}
#pdf-list .content .items .card:hover .overlay {
  display: block;
  transform: scale(1);
}
#pdf-list .user-section {
  color: #0e5543;
}
#pdf-list .author {
  color: #8b8b8b;
  font-weight: 400;
}
#pdf-list .content .info {
  color: #f1b81c;
}
#pdf-list .content .info .data {
  color: #202020;
}
#pdf-list .content .info .data span:first-child {
  background-color: #f4f4f4;
  padding: 3px;
}

#pdf-list .content .search_sections .section_header {
  background-color: #0e5543;
  width: 100%;
  color: #f4f4f4;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#pdf-list .content .search_sections form input {
  width: 100%;
  border: 1px solid #2e2e2e;
  padding: 10px;
  padding-left: 35px;
}
#pdf-list .content .search_sections form input:focus-visible {
  outline: 0;
}
#pdf-list .content .search_sections form {
  position: relative;
}
#pdf-list .content .search_sections form button {
  all: unset;
  position: absolute;
  left: 0;
  cursor: pointer;
  height: 45px;
  width: 43px;
  text-align: center;
}
#pdf-list .content .category_section .section_header {
  background-color: #0e5543;
  width: 100%;
  color: #f4f4f4;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#pdf-list .content .category_section {
  display: inline-block;
  width: 100%;
}
#pdf-list .content .category_section a {
  display: inline-block;
  width: 100%;
  padding: 12px;
  color: #202020;
  margin-bottom: 5px;
  text-decoration: none;
}
#pdf-list .content .category_section a:hover,
#pdf-list .content .category_section a.active {
  color: #f1b81c;
}
#pdf-list .content .most_visited a {
  font-weight: 700;
}
#pdf-list .content .most_visited a:hover,
#pdf-list .content .most_visited a.active {
  color: #0e5543;
  background-color: #ffffff;
}
#pdf-list .content .items {
  padding-left: 20px;
}
#pdf-list .content .sidebars {
  width: 32%;
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  #pdf-list .content .sidebars {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
  #pdf-list .content .items {
    padding-left: 0;
  }
}
.dropdown-header-btn {
  color: #202020;
  text-decoration: none;
  font-family: sans-serif;
}
/* end pdf section */
/* section article */
#article-detail .head {
  margin-bottom: 40px !important;
  margin-top: 80px;
}
#article-detail .head h2 {
  color: #0e5543;
  font-weight: 700;
  font-size: 48px;
}
#article-detail .head span {
  color: #0e5543;
}
#article-detail .head span {
  color: #0e5543;
}
#article-detail .head .count {
  color: #f1b81c;
}
#article-detail .head .author {
  color: #8b8b8b;
  font-weight: 400;
}
#article-detail .description {
  margin-bottom: 40px;
}
#article-detail .pdf {
  margin-bottom: 100px;
}
#article-detail .thumbnail {
  width: 100%;
}
#article-detail .thumbnail img {
  width: 100%;
}
/* endsection article */

/* video section */
#video-detail .head {
  margin-bottom: 40px !important;
  margin-top: 80px;
}
#video-detail .head h2 {
  color: #0e5543;
  font-weight: 700;
  font-size: 48px;
}
#video-detail .head span {
  color: #0e5543;
}
#video-detail .head span {
  color: #0e5543;
}
#video-detail .head .count {
  color: #f1b81c;
}
#video-detail .head .author {
  color: #8b8b8b;
  font-weight: 400;
}
#video-detail .video {
  max-width: 100%;
}
#video-detail audio {
  width: 100%;
}
#video-detail {
  width: 70%;
  padding-right: 15px;
}
#video-detail .description {
  line-height: 1.7;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
}
.palylist {
  width: 30%;
  padding-left: 15px;
  margin-top: 90px;
}
.palylist .playlist__header {
  background-color: #0e5543;
  width: 100%;
  color: #f4f4f4;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
}
.palylist .items .item a {
  display: inline-block;
  width: 100%;
  padding: 12px;
  color: #202020;
  margin-bottom: 5px;
  text-decoration: none;
}
.palylist .items .item:hover a,
.palylist .items .item a.active {
  color: #f1b81c;
}
@media only screen and (max-width: 992px) {
  .palylist {
    width: 100%;
    padding-left: 0;
  }
  #video-detail {
    width: 100%;
    padding-right: 0;
  }
}
/* end video section */
/* footer section */
.footer {
  background-color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  color: aliceblue;
  text-transform: capitalize;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer .columns {
  color: aliceblue;
}
.footer .columns ul li {
  list-style: none;
}
.footer .columns li a {
  display: inline-block;
  color: #fffccc;
  text-decoration: none;
  padding: 8px;
}
.footer .columns a:hover {
  color: #f1b81c;
}
.credits {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.credits .additional_links{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.credits .footer_links {
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: start;
}
.credits .footer_links a {
  padding: 10px;
  width: 100%;
  text-decoration: none;
  color: #e4d7cd;
}
.credits .enamad_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.divider {
  background: #fcfcfc;
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
}
.footer .columns-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .footer .columns-container {
    flex-direction: column;
  }
}
.footer .columns {
  width: 33%;
  margin-bottom: 35px;
}
/* end footer section */

/* start book section */
.main_section .book_info {
  max-height: fit-content;
}
.book_info:not(.section) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  max-height: 350px;
  width: 100%;
}
.book_info.section {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
}
.book_info .info-item {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
}

.book_info .info-item span {
  background: #f4f4f4;
  padding: 4px 8px;
  margin-left: 10px;
  max-width: 100%;
}
.main_section .section {
  width: 100%;
  display: flex;
}
.main_section .book_info img {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}
.main_section .book_info .content {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.main_section .book_info .content .main-info a.book-title {
  text-decoration: none;
  cursor: pointer;
}
.main_section .book_info .content .main-info .book-title {
  color: #0e5543;
  font: 700 40px/140% "Roboto", sans-serif;
  overflow-wrap: break-word;
}
.main_section .book_info .content .main-info .book-description {
  font: 400 16px/150% "Roboto", sans-serif;
  overflow-wrap: break-word;
}
.main_section .book_info .content .share-links a {
  padding: 8px;
  all: unset;
  cursor: pointer;
}

.book_section {
  padding: 64px 48px;
  border: 1px solid #8b8b8b;
  flex-direction: column;
}
.book_section .book_section_title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0e5543;
  padding-bottom: 24px;
}
.book_section .version_items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.book_section .in_roshna_statics {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  flex-direction: row;
  justify-content: flex-start;
}
.book_section .in_roshna_statics .static_sections {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.book_section .in_roshna_statics .static_sections .static_item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}
.book_section .in_roshna_statics .static_sections .static_item .static-name {
  margin-top: 10px;
  flex-grow: 1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #202020;
}
.book_section .in_roshna_statics .static_sections .static_item .static-val {
  flex-grow: 1;
  font-weight: regular-normal;
  font-family: "Roboto", sans-serif;
  color: #202020;
}
.book_section
  .in_roshna_statics
  .static_sections
  .static_item
  .Publishers_title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0e5543;
}

.book-chapters {
  text-decoration: unset;
  cursor: pointer;
  color: #202020;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.book-chapters-text {
  color: var(--primary, #0e5543);
  text-align: left;
  font: var(--text-regular-normal, 400 16px/150% "Roboto", sans-serif);
  position: relative;
  flex: 1;
}

.right-items-book-chapter {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}

.items-book-chapter {
  background: #f3f3f3;
  padding: 4px 8px 4px 8px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  flex-wrap: nowrap;
  width: 40%;
  min-width: max-content;
}
.items-book-chapter,
.items-book-chapter * {
  box-sizing: border-box;
}

.chapter_section {
  justify-content: center;
  align-items: center;
  min-height: 64px;
  background-color: gainsboro;
  font: 700 40px/140% "Roboto", sans-serif;
}
.chapter_section .chapter_section_title {
  color: #0E5543;
  max-width: 80%;
  overflow-wrap: anywhere;
}
/* end book section */
/* start search section */
.search-section {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}
.search-section .search-input input {
    padding: 5px 12px;
}
.search-section .custom-input {
    flex-grow: 1;
    border: 1px solid #0E5543;
    padding-right: 4px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-section .custom-input label {
    background-color: #EDEDED;
    padding: 4px 12px 4px 12px;
    order: 0;
}
.search-section .custom-input select {
    padding-right: 20px;
    flex: 1;
    order: 1;
    border: none;
}
.search-section .custom-input i {
  margin-left: 5px;
  transition: transform 0.3s;
}
.search_buttons {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.search_buttons button {
  border: 0;
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
  flex-grow: 0;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
  box-shadow: none;
}
.search_buttons button:first-child {
  background-color: #EDEDED;
  border: 1px solid #888888;
  color: #202020;

}

.search_buttons button:last-child {
  background-color: #0E5543;
  color: #FFFFFF;
  border: 1px solid #202020;
}
.search_content .main_section_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search_content .main_section_header .more_link {
  text-decoration: none;
  border: 1px solid #202020;
  text-decoration: relative;
  padding: 8px 12px;
  color: #202020;
}
.search_content .main_section_header .more_link:hover {
  color: #888888;
  border: 1px solid #888888;
}
.search_content .main_section_header span {
  color: #202020;
  font: 32px 'Roboto', sans-serif;
}
.search_content .image_card {
  width: 100% !important;
}
.title-search {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.subtitle-search {
  font-size: 18px;
  text-align: center;
}
/* end of search section */
/* start of singer section */
.singer_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
}
.singer_card {
  width: 100%;
  display: flex;
  padding: 5px;
}
.singer_card .singer_image {
  display: flex;
  align-items: center;
}
.singer_card img {
  border-radius: 50%;
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1;
}
.singer_card_detail {
  display: flex;
  flex-grow: 1;
  border: 1px solid;
  text-decoration: none;
  flex-direction: row;
  border-radius: 5px 30px 30px 5px;
  color: #e4d7cd;
  background-color: #290519;
}
.singer_detail {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  text-decoration: unset;
  padding: 5px 10px;
  color: #e4d7cd;
  text-transform: capitalize;
}
.singer-statics {
  display: flex;
  flex-grow: 1;
  font-size: smaller;
  justify-content: end;
  align-items: end;
  flex-wrap: wrap;
}
.singer-statics>div{
  margin: 0 3px;
}
.music_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 15px;
}
.music_card {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  padding: 5px;
  color: #e4d7cd;
}
.music_card_detail {
  display: flex;
  position: relative;
  flex-direction: row;
  text-decoration: none;
  flex-wrap: nowrap;
  flex-grow: 1;
  background-color: #051d29;
  border-radius: 10px 40px 40px 10px;
  border: 1px solid #cc8b8b;
  color: #e4d7cd;
}
.music_card_detail .singer_image {
  display: flex;
  align-items: center;
  min-width: 60px;
}
.music_card_detail .singer_image img{
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid;
}
.music_detail {
  display: flex;
  flex-grow: 1;
  text-transform: capitalize;
  /* flex-wrap: wrap; */
}
.music_detail .names {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10px 0 0;
  justify-content: center;
  position: relative;
}
.card_title {
  font-size: larger;
}
.music_detail .names .singers {
  font-size: small;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  color: cadetblue;
}
.music_detail .names .singers .singer {
  margin-right: 3px;
}
.statics {
  display: grid;
  padding: 5px 0px 5px 8px;
  align-items: self-end;
  flex-grow: 1;
  font-size: smaller;
  color: antiquewhite;
}
.statics .has_approved_badge {
  padding: 0;
  border-radius: 50%;
  color: rgb(255 193 7);
  font-size: medium;
  margin-right: auto;
}
.static-content {
  display: flex;
  justify-self: end;
  align-self: end;
}
.static-content div {
  display: flex;
}
.static-content div:nth-child(n+3) {
  display: none;
}
.static-content > div > * {
  padding: 2px;
}
/* end of singer section */
/* start music_detail section */
.music_editor {
  display: flex;
  flex-direction: column;
}
/* end of music_detail section */
@media (min-width: 768px) {
  .sign-in-up .column {
    max-width: 50%;
  }
  .product_content {
    flex-direction: row;
  }
  .main_section .card {
    width: 45%;
  }
  .product_content {
    flex-direction: row;
  }
  .product_content .search_content .card {
    width: 45%;
  }
  .product_main_content {
    padding-left: 3%;
    margin: 0;
  }
  
  .singer_card {
    width: 33.33%;
  }
  
  .singer_card img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    min-width: unset;
  }
  .singer_card_detail {
    flex-direction: column;
    border-radius: 5px;
  }
  .static-content div:nth-child(n+4) {
    display: flex;
  }
  .music_card {
    width: 50%;
  }
}


@media (min-width: 992px) {
  .header__main__items ul {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row;
  }
  .header__main,
  .header__below {
    max-width: 1320px;
    margin: 14px auto;
  }
  .header .mobile_view_off {
    display: flex;
  }
  .header .mobile_view_on {
    display: none;
  }
  .product_content .search_content .card {
    width: 33%;
  }
  .singer_card {
    width: 25%;
  }
  .static-content div:nth-child(n+3) {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .product_content .search_content .card {
    width: 25%;
  }
}
/* start chat section */
#chat_section {
  z-index: 3;
  display: flex;
  left: 3%;
  top: 80%;
  color: white;
  width: 60px;
  height: 60px;
  background: rgb(44, 43, 161);
  border-radius: 50%;
  position: sticky;
  align-items: center;
  justify-content: center;
}
.chat-messages .login_links a:hover {
    background-color: #2c2ba1 !important;
    color: white !important;

}
/* end chat section */

/* start music detail page */
.music_detail_container {
  display: flex;
  flex-direction: column;
}
.header-artist-booking {
    background-color: #000;
    height: 400px;
}
.header-artist-booking .top{
  position:relative;
  overflow:hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-artist-booking .top .bg-image-wrapper:after,.header-artist-booking .top:before{
  pointer-events:none;
  cursor:default;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1
}
.header-artist-booking .top:before{
  background-image:url(/static/img/artist-booking-header-pattern.0df38040.png);
  background-position:50%;
  background-repeat:repeat;
  content:""
}
.header-artist-booking .top .bg-image-wrapper:after{
  -ms-filter:"alpha(opacity=72)";
  filter:alpha(opacity=72);
  -webkit-opacity:.72;
  -moz-opacity:.72;
  opacity:.72;
  bottom:-1px;
  background:linear-gradient(180deg,rgba(27,28,28,0),#1b1c1c);
  content:"";
}

.header-artist-booking .top .page{
  position: relative;
  z-index:2
}
.header-artist-booking .bg-image-wrapper{
  position:absolute;
  top:-5%;
  right:-5%;
  bottom:-5%;
  left:-5%
}
.header-artist-booking .bg-image{
  -o-object-fit:cover;
  object-fit:cover;
  width:100%;
  height:100%
}
.header-artist-booking .bg-image{
  -moz-filter:blur(16px);
  -ms-filter:blur(16px);
  filter:blur(16px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="@blur")
}
.header-artist-booking .header-entity{
  color:#fff;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position:relative;
  width:100%;
}

.header-artist-booking .header-entity.artist .header-entity-image{
  border-radius:50%
}
.header-artist-booking .header-entity-image{
  display:flex;
  overflow:hidden;
  width:100px;
  min-width:100px;
  height:100px;
  margin-right:24px;
  box-shadow:0 0 15px 0 rgba(0,0,0,.15);
  border:1px solid #059bff;
  margin: 1.5rem;
}
.header-artist-booking .header-entity-image img{
  -o-object-fit:cover;
  object-fit:cover;
  width:100%;
  height:100%
}
.header-artist-booking .header-entity-article{
  display:flex;
  width: 100%;
  flex-direction:column;
  justify-content:center;
  align-items: center;
}
.header-artist-booking .header-entity-article .edit-profile {
  background: #7b4bb0;
  color: #a0e9e1;
  padding: 5px 10px;
  width: fit-content;
  margin: 15px 0;
}
.header-artist-booking .header-entity-title{
  text-shadow: 0 1px 20px #000000;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  font-size:20px;
  font-size:2.0rem;
  line-height:25px;
  font-weight:500;
  text-align: center;
}
.header-artist-booking .header-entity-info{
  font-size: x-large;
  text-shadow: 0 1px 10px #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-artist-booking .header-entity-info .separetor{
  margin: 0 6px 0 3px;
}
.header-artist-booking .header-entity-info a{
  color: #fff;
  font-size: x-large;
  text-shadow: 0 1px 10px #000000;
  text-align: center;
}
.header-entity-info a:hover {
  color: #ec93dc;
}

.header-artist-booking .header-entity-info .email,
.header-artist-booking .header-entity-info .bio{
  text-shadow: 0 1px 20px #000000;
  font-size:1rem;
}
.scales {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  direction: ltr;
}
.scales button {
  color: #ffffff;
  border-color: #414155;
  background-color: none;
  width: 35px;
}
.scales button:hover {
  color: #000000;
  background-color: #eba63f;
}
.scales button.active {
  color: #000000;
  background-color: #eba63f;
}
.rendered_chords {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 30px 0 !important;
}
#lyric_chords {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font: var(--text-regular-normal, 400 16px/150% "Rabar", sans-serif);
  font-size: 1.2rem;
  margin: 30px 0;
}
#lyric_chords .lcr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  direction: rtl;
  white-space: break-spaces;
}
#lyric_chords .lcc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  padding: 0;
}
#lyric_chords .lcc.c1{
  color: #b7cbca;
}
#lyric_chords .lcc.c2{
  color: #cdcaa1;
}
#lyric_chords .lcc .chord{
  font-size: medium;
  direction: ltr;
}
.music_rhythm {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px;
  border-width: 0 0 1px;
  width: 80%;
  margin: 20px auto;
}
.music_rhythm_item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: fit-content;
}
.music_rhythm_item:nth-last-child(1) {
  align-items: center;
}
.music_rhythm span {
  padding: 5px 10px;
  width: fit-content;
}

.pill {
  font-size: 1.3rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #004152;

  cursor: pointer;

  transition: transform 0.25s;
}
.pill:hover {
  transform: scale(1.1);
}
.pill.large {
  font-size: 1.75rem;
  min-width: 17.5%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-weight: bold;
}
@media (min-width: 650px) {
  .panel {
    padding: 1.5rem;
  }
  .pill {
    padding: 0.5rem 0.75rem;
  }
}
#chart_section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 1%;
  direction: ltr;
}

.guitar-charts{
  display: flex;
  flex-direction: column;
  width: min(200px, 30%);
  overflow: hidden;
}
.guitar-wrapper {
  scrollbar-width: none;
  display: flex;
  align-items: flex-end;
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
}
.guitar-chart {
  min-width: 100%;
}
.guitar-wrapper.horizontal .guitar-chart {
  width: min(200px, 50%);
}
.guitar-chart line,
.guitar-chart circle {
  stroke: #bbc4c4;
}
.guitar-chart text:not(:first-child) {
  fill: black;
}
.scroll_buttons {
  direction: ltr !important;
  display: flex;
  justify-content: space-around;
}
.scroll_buttons .btn {
  color: #c9e5cd;
  border: unset;
}
.scroll_buttons .btn:hover {
  color: #c9e5cd;
}
.light-theme .guitar-chart text {
  fill: white;
}
.guitar-chart circle.finger,
.guitar-chart text.fret-position,
.guitar-chart .barre,
.guitar-chart text.tuning {
  fill: #bbc4c4;
}
.guitar-chart circle.finger-1,
.guitar-chart rect.finger-1,
.finger-1 {
  fill: #e4bed3;
  background: #e4bed3;
}
.guitar-chart circle.finger-2,
.guitar-chart rect.finger-2,
.finger-2 {
  fill: hsl(150, 70%, 70%);
  background: hsl(150, 70%, 70%);
}
.guitar-chart circle.finger-3,
.guitar-chart rect.finger-3,
.finger-3 {
  fill: hsl(270, 90%, 70%);
  background: hsl(270, 90%, 70%);
}
.guitar-chart circle.finger-4,
.guitar-chart rect.finger-4,
.finger-4 {
  fill: hsl(210, 90%, 70%);
  background: hsl(210, 90%, 70%);
}
.barre.capo {
  height: 20px;
  fill: #3e8e41;
}
.simplify-by-capo {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.simplify-by-capo .accordion-item {
  all: unset;
  width: 100%;
  background: inherit;
  color: inherit;
}

.simplify-by-capo .accordion-item .accordion-button{
  font-family: 'Rabar';
  padding: 8px;
  margin: auto;
  width: fit-content;
  background: #319c78;
}
.simplify-by-capo .accordion-item .accordion-button::after{
  scale: .7;
}
.simplify-by-capo .accordion-item .accordion-button:not(.collapsed){
  color: #000000;
}

.simplify-by-capo #capos .accordion-body{
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}
.simplify-by-capo #capos .capo{
  color: #ffffff;
  border-color: #414155;
}

.simplify-by-capo #capos .capo.active {
  color: #000000;
  background-color: #eba63f;
}
.simplify-by-capo #capos .capo:hover{
  border-color: #000000;
}
.simplify-by-capo #capos .hint{
  text-align: center;
  padding: 20px;
}
.simplify-by-capo #capos .header{
  text-align: center;
  padding: 20px 0 10px 0;
}

.general_section,
.lyric_chord_section,
.other_musics {
  box-shadow: 0 2px 10px #000000;
  border: solid 1px #000000;
  border-radius: 8px;
  margin: 15px 0;
  padding-bottom: 15px;
}
.section_footer_title ,
.section_title {
  margin-bottom: 10px;
  font-size: large;
  justify-content: center;
  display: flex;
  border: solid;
  border-width: 0 0 1px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #141212;
  border-radius: 8px 8px 0 0;
  background-color: #e5bf48e8
}
.general_section .see-all-items {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  width: fit-content;
  background: antiquewhite;
}
.general_section .see-all-items:hover {
    background: black;
    color: antiquewhite;
    border: 1px solid;
}
.section_footer_title {
  border-width: 1px 0;
}
.like_share_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  border: 1px solid;
  border-width: 1px 0 0;
}
.header-entity-article .like_share_section {
  justify-content: start;
  gap: 5%;
  text-shadow: 0 0 20px black;
  width: 100%;
  justify-content: center;
}
.like_share_section .likes,
.like_share_section .fans,
.like_share_section .views,
.like_share_section .share {
  display: flex;
  gap: 3px;
  align-items: center;
  color: #e4d7cd;
}
.music-fans-button.saved{
  display: flex;
  gap: 5%;
  background: rgba(46, 46, 46, 0.56);
  color: unset;
  padding: 5px 10px;
  width: 100%;
  align-items: center;
}

.music-fans-button:not(.saved){
  display: flex;
  gap: 5%;
  background: rgb(72, 108, 202);
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  width: 100%;
  align-items: center;
}
.bi-suit-heart-fill {
  color: #e14242;
  border-width: 1px;
  text-shadow: 0 0 4px #28b09b;
}
.like_share_section button {
  color: #e4d7cd;
  border-width: 0;
  padding: 5px 8px;
  background: #2e2e2e8f;
}
.like_share_section .dropdown-toggle::after {
  display: none;
}
.like_share_section .share .dropdown-menu.show {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 8px;
}
.like_share_section .share .dropdown-menu a {
  margin: 0 3px;
  padding: 3px;
}
.like_share_section .share .dropdown-menu img{
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
}
.creator_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.creator_section img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.general_section .comments{
  display: flex;
  flex-direction: column;
  margin: 10px;
  justify-content: center;
  align-items: center;
}
.general_section .comments .reply-form {
  display: flex;
  width: 100%;
  gap: 1%;;
}
.general_section .comments .reply-form button{
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.general_section .comments textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
  background: #9ccc9f;
}
.general_section .comments textarea:disabled{
  background: #687a69;
  color: cornsilk;
  text-align: center;
  font-size: large;
}
.general_section .comments .comment {
  display: flex;
  align-items: start;
  width: 100%;
  padding: 5px;
  gap: 1%;
}
.comment_image img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  border-radius: 50%;
  border: 1px dashed #747bbe;
}
.comment_body {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px dashed #b34949;
  border-radius: 5px;
  padding: 5px 10px;
  background: rgb(98 67 94 / 11%);
}
.comment_detail .comment_time_author {
  display: flex;
  justify-content: space-between;
  border: 1px solid;
  border-width: 0 0 1px;
  margin-bottom: 10px;
}
.comment_content {
  padding: 0 15px;
}
.comment_like_replay_btns {
  display: flex;
  align-items: center;
  justify-content: end;
}
.like-button i{
  color: #e45252;
}
.like-button:disabled {
  border-width: 0 !important;
}
.like-count {
  margin: 0 5px;
}
.reply-button {
  color: #e4d7cd !important;
}
.reply-button:disabled {
  border-width: 0 !important;
}
@media only screen and (min-width:768px){
  .header-artist-booking .header-entity{
    justify-content: unset;
    flex-wrap: unset;
  }
  .header-artist-booking .header-entity-article {
    align-items: unset;
  }
  .header-entity-article .like_share_section {
    justify-content: unset;
  }
  .header-artist-booking .header-entity-image {
    display:flex;
    overflow:hidden;
    width:232px;
    min-width:232px;
    height:232px;
    margin-right:24px;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    border:1px solid #059bff
  }
  .header-artist-booking .header-entity-article .edit-profile {
    margin: 15px 15px 0 auto;
  }
  .header-artist-booking .header-entity-title{
    font-size:32px;
    font-size:3.2rem;
    line-height:40px;
    font-weight:600;
    text-align: start;
  }
  .header-artist-booking .header-entity-info,
  .header-artist-booking .header-entity-info a {
    font-size: xx-large;
    justify-content: start;
  }
  
  .header-artist-booking .header-entity-info .email{
    font-size: x-large;
  }
  .section_footer_title,
  .section_title {
    font-size: x-large;
  }
}

@media only screen and (min-width:1200px){

  .header-artist-booking .header-entity-title{
    font-size:48px;
    font-size:4.8rem;
    line-height:56px;
    font-weight:600
  }
  .header-artist-booking .header-entity-info,
  .header-artist-booking .header-entity-info a {
    font-size: xxx-large;
  }
  
  .header-artist-booking .header-entity-info .email{
    font-size: xx-large;
  }
}
/* end music detail page */
/* start list pages */

.general_section .sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}

.general_section .sort a {
  background: #fcb19e;
  color: #000000;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  margin: 5px 5px;
}

.general_section .sort a.active {
  background: #ddd;
  color: #000000;
}
.general_section .sort a:hover {
  background-color: #ddd;
}

/* end list pages */
/* singer detail page */

.header-entity-article .followers-counter {
  padding: 10px;
  border: 1px solid;
  border-width: 1px 0 0;
  text-shadow: 0 0 20px black;
}
/* end of singer detail page */
/* start search section */

.search-active{
  display: none;
  position: absolute;
  width: 100%;
  height: max(100%,100vh);
  z-index: 3;
}
.search_section {
  display: flex;
  width: 80%;
  margin: 10px auto;
  justify-content: center;
  position: relative;
}
.box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.box .search-input {
  all: unset;
  padding: 10px;
  width: 50px;
  background: none;
  font-size: 20px;
  outline: none;
  transition: .5s;
}
.box .spinner-grow {
  display: none;
  margin: 0 5px;
}
.box {
  padding: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid #e4d7cd;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 20px;
  color: #e4d7cd;
  outline: none;
  transition: .5s;
}
.box.active .search-input ,
.box:hover .search-input {
    width: 100%;
}
.box.active {
    width: 100%;
    background: #2b1a2f42;
    border-radius: 10px;
}
.box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #e4d7cd;
  transition: .2s;
}
.box.active i{
    opacity: 0;
    z-index: -1;
}
.box:hover i{
  color: antiquewhite;
}
.search-results {
  display: none;
  width: 95%;
  min-height: 40px;
  position: absolute;
  top: 60px;
  border: 1px solid #e4d7cd;
  border-radius: 10px;
  z-index: 4;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: #fff5ce;
  transition: .2s;
  padding: 5px;
  background: #252328fa;
  overflow: auto;
  max-height: 500px;
}
.search-results .item-title {
  background-image: linear-gradient(to right,transparent, #faebd7b5, transparent);
  width: 100%;
  color: #050505;
  text-align: center;
}
.search-results .item {
  text-decoration: unset;
  color: antiquewhite;
  width: 100%;
  padding: 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #a2bbff70;
  border-width: 0 0 1px 0;
}
.search-results .item:nth-child(even) {
    background: #352b3e69;
}
.search-results a:last-child {
  border-width: 0;
}
.search-results .item .singer_image {
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 1px solid;
}
.search-results .item .singer_image img{
  width: 34px;
  height: 34px;
  aspect-ratio: 1;
  border-radius: 5px;
  object-fit: cover;
}
.search-results .item .music_info {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.search-results .item .music_info .music_singer{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding-left: 5px;
}
.search-results .item .music_info .music_singer .music{
  font-size: large;
  margin-bottom: -3px;
}
.search-results .item .music_info .music_singer .singer{
  font-size: small;
  color: cadetblue;
  margin: -5px 0 0 0;
}

.search-results .item .music_info .search_music_statics {
  display: flex;
  align-items: end;
  font-size: xx-small;
  margin-left: auto;
}
.search-results .item .music_info .search_music_statics>div {
  margin: 0 2px;
}
.search-results .item .music_info .search_music_statics>div * {
  margin: 0 2px;
}
@media only screen and (min-width:768px){
  .search_section {
    width: 50%;
  }
}
/* end search section */
/* start home page */
.rhythm_links {
  width: 100%;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.rhythm_links a {
  margin: 0 10px;
  padding: 10px 20px;
  background: antiquewhite;
  border-radius: 5px;
  color: black;
}
/* end home page */
/* start subscription page */

.duration,
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
ul.feature-items {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: relative;
}
li.feature-item {
  margin: 0 10px;
}
.feature-title {
  font-size: 18px;
  color: #ffffff;
}
.feature-description {
  font-weight: bold;
  color: #ffe1ab;
  margin: 3px 10px;
}
.duration-items {
  display: flex;
  background-color: transparent;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.duration-item {
  width: 100%;
  padding: 15px;
}
.duration-item-detail {
  display: flex;
  padding: 20px;
  background-color: #121212;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  border-radius: 20px;
  height: 100%;
  justify-content: space-between;
}

.duration-item-bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.duration-item-title {
  margin: 0 0 10px;
  overflow: hidden;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #FFF;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.package-price {
  text-align: center;
  font-size: x-large;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.package-price.discount {
  text-decoration: line-through;
  font-size: large;
}
.subscription-btn {
  background: #f9b234;
  width: fit-content;
  margin: 15px auto;
  text-decoration: none;
  position: relative;
}
.discount-detail {
  text-align: center;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.discount-code {
  text-align: center;
  font-size: 25px;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.duration-item-detail:hover div:not(.subscription-btn)  {
  color: #000000;
}
.duration-item-detail:hover .subscription-btn {
  background: #000000;
  color: #f9b234;
}
.duration-item-detail:hover .duration-item-title,
.duration-item-detail:hover .package-price, 
.duration-item-detail:hover .discount-detail,
.duration-item-detail:hover .discount-code {
  -webkit-transform: color(#000000);
  -ms-transform: color(#000000);
  transform: color(#000000);
}
.duration-item-detail:hover .duration-item-bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.duration-item-detail:hover .subscription-btn:hover{
  background: #ffdb9b;
  color: #000000;
  border-color: #000000;
}
.duration-item-detail:hover .subscription-btn:active {
  background: #000000;
  color: #ffdb9b;
  border-color: #ffdb9b;
}
.duration-item:nth-child(2n) .duration-item-bg {
    background-color: #3ecd5e;
}
.discount-section {
  background-color: #121212;
  color: antiquewhite;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}
.discount-main-detail{
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes blink {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
@keyframes rotate60 {
	0% {
		transform: rotate(0);
    transform-origin: top;
	}

	25% {
		transform: rotate(5deg);
    transform-origin: top;
	}
	/* 50% {
		transform: rotate(0deg);
	} */
	75% {
		transform: rotate(-5deg);
    transform-origin: top;
	}
	100% {
		transform: rotate(0);
    transform-origin: top;
	}
}
.discount-section {
  background-color: #b3bb8d;
  color: #121212;
  box-shadow: 0px -1px 102px -52px rgba(0,0,0,0.83) inset;
  -webkit-box-shadow: 0px -1px 102px -52px rgba(0,0,0,0.83) inset;
  -moz-box-shadow: 0px -1px 102px -52px rgba(0,0,0,0.83) inset;
}
.discount-section img {
  animation: rotate60 .7s linear 0s infinite normal;
}
.discount-section a {
  width: fit-content;
  align-content: center;
  text-align: center;
  margin: 15px auto;
  padding: 10px 15px;
  background: #e5bf48e8;
  border: solid 1px #121212;
}
.discount-main-detail .discount-percent {
  margin: 11px auto;
  width: fit-content;
  font-size: 50px;
  animation: blink .7s infinite;
}
.discount-main-detail .discount-description {
  font-size: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.discount-main-detail .discount-code{
  font-size: 35px;
  border: solid #121212 1px;
  border-width: 0 0 1px 0;
  width: fit-content;
  margin: 0 5px;
  cursor: pointer;

}
.discount-expiring {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: x-large;
  align-items: center;
}
.discount-expiring .code_remained{
  font-size: 35px;
  margin: 0 5px;
}

#countdown {
  display: flex;
}
#countdown > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
}

#countdown .time_value {
  color: #121212;
  border-radius: 5px;
  max-width: fit-content;
  padding: 5px 10px;
  margin: 5px auto;
  border: solid 1px #121212;
}
#countdown .time_label {
  font-size: small;
}
@media only screen and (min-width: 768px) {
  .duration-items,
  .feature-items {
    width: 80%;
  }
  .duration-item-title {
    text-align: center;
    font-size: 25px;
  }
  .duration-item {
    width: 50%;
  }
  li.feature-item {
    margin: 0 15px;
  }
  .feature-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .duration-item-title {
    font-size: 30px;
  }
  .duration-item {
    width: 25%;
  }
  li.feature-item {
    margin: 0 30px;
  }
  .feature-title {
    font-size: 25px;
  }
}
/* end subscription page */