html {
    height: 100%;
  }
  
  body {
    min-height: 100%;
    font-family: "Almarai", sans-serif;
    color: white;
    background-color: #100f1e;
  }
  
  body.login {
    background-color: #fea900;
    height: 100%;
  }
  
  /* General Styles */
  .rotate {
    animation: rotation 9s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .bg-blue {
    background: #5e42df;
  }
  
  .bg-yellow {
    background: #e9e859;
  }
  
  .bg-red {
    background: #eb5d73;
  }
  
  .bg-plus {
    background: #fab914  !important;
  }
  .bg-wisteria {
    background: #c89fd6 !important;
  }
  
  .bg-blanched-almond {
    background: #FCEFD0 !important;
  }
  
  .bg-light-pink {
    background: #F8AFC2 !important;
  }
  .modal-dialog {
    min-width: 700px;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ffc107;
    border-color: #fab915;
}
.page-item.disabled .il {
    z-index: 3;
    color: #fff;
    background-color: #545b62;
    border-color: #ffc107;
}
a.page-link {
    background: #545b62;
    color: #fab915;
}
a.page-link:hover {
    color: #fff;
    background: #833f57;

}

  textarea:hover,
  input:not([type="radio"]):hover,
  select:hover,
  textarea:active,
  inputinput:not([type="radio"]):active,
  select:active,
  textarea:focus,
  inputinput:not([type="radio"]):focus,
  select:focus,
  button:focus,
  button:active,
  button:hover,
  label:focus,
  .btn:active,
  .btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
  }
  
  .generic-btn {
    padding: 12px 50px;
    background-color: #ec1b52;
    border-radius: 60px;
    border: none;
    color: white;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
  }
  
  .generic-btn:hover {
    color: white;
    text-decoration: none;
  }
  
  .img-centered {
    margin: auto;
    display: block;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .container-fluid {
    padding: 0px 40px;
  }
  
  .row>.title-medium {
    padding: 0px 15px;
  }
  
  .title-medium {
    font-weight: 500;
  }
  
  .row>.title-large {
    font-size: 22px;
    padding: 0px 7px;
  }
  
  .navigation-bar {
    /* padding-top: 40px; */
    /* padding-left: 80px;
    padding-right: 80px; */
    height: 120px;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-image: linear-gradient(#000, #00000000);
  }
  
  .navigation-bar .navigation-logo {
    height: 50px;
    float: left;
  }
  
  .navigation-bar ul li {
    display: inline;
    margin-left: 20px;
  }
  
  .navigation-bar ul li.active {
    padding-bottom: 2px;
    border-bottom: 3px solid #fab915;
  }
  
  .navigation-bar ul li.active a {
    font-weight: bold;
    opacity: 1;
  }
  
  .navigation-bar ul li a {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
  }
  
  .navigation-bar ul li a:hover {
    opacity: 1;
  }
  
  .navigation-bar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
  }
  
  .navigation-bar ul li.nav-plus-item.active {
    border-bottom: none;
  }
  
  .navigation-bar ul li a.plus-btn {
    color: #100f1e !important;
    background: #fab915;
    font-weight: 700;
    border-radius: 23px;
    padding: 10px 20px !important;
    display: none;
  }
  
  .navigation-bar .navbar-search {
    background: transparent;
    border: 1px solid #fab915;
    /* height: 45px; */
    width: 300px;
    border-radius: 39px;
    outline: 0 none;
    padding: 0px 20px;
  }
  
  .navigation-bar .navbar-search span {
    margin-top: 10px;
    color: #fab915;
  }
  
  .navigation-bar .navbar-search input {
    background: transparent;
    border: none;
    color: #fab915;
    padding: 0px;
    font-size: 14px;
  }
  
  .navigation-bar .navbar-search input:focus {
    outline: 0 none;
  }
  
  .navigation-bar .account-wrapper {}
  
  .navigation-bar .account-wrapper a {
    color: white;
    text-decoration: none;
    padding-left: 0px;
    font-size: 13px;
  }
  
  .navigation-bar .account-wrapper a.dropdown-item {
    padding: 10px 20px;
  }
  
  .navigation-bar .account-wrapper .nav-item {
    list-style: none;
  }
  
  .navigation-bar .dropdown-menu {
    background: rgba(42, 44, 49, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 20px 0px;
  }
  
  .navigation-bar .dropdown-item:focus,
  .navigation-bar .dropdown-item:hover {
    background: transparent;
  }
  
  #shareModal .modal-content,
  #adBlockModal .modal-content,
  .popUp{
    border: none;
    background-color: #161B29;
  }
  
  #shareModal .close {
    color: #fab915;
    text-shadow: none;
  }
  
  #shareModal .modal-header {
    border-bottom: 1px solid #fab915;
  }
  
  #shareModal .modal-dialog {
    max-width: 750px;
  }
  
  #shareModal .cover-image {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  #shareModal .cover-image:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  #shareModal .episode-url {
    margin-top: 16px;
    background: #2a2c31;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 12px;
  }
  
  #shareModal .copy-url {
    background: #451854;
    border: none;
    color: white;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 12px;
    cursor: pointer;
  }
  
  #shareModal .share-item img {
    width: 35px;
    margin-right: 16px;
  }
  
  #download-app-modal .modal-dialog {
    bottom: -1px;
    position: absolute;
    margin: 0;
    width: 100%;
    color: #343434;
  }
  
  #download-app-modal .modal-content {
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  #download-app-modal .modal-title {
    text-align: center;
    font-size: 16px;
  }
  
  #download-app-modal .modal-content img {
    height: 42px;
    width: 42px;
  }
  
  #download-app-modal .modal-content button {
    border-radius: 20px;
    padding: 4px 16px;
    background: #F6F8F7;
    border: 0 none;
    font-size: 14px;
    color: #707175;
    width: 100%;
  }
  
  #download-app-modal .modal-content button.btn-blue {
    background: #26A0ED;
    color: #FFFFFF;
  }
  
  #adBlockModal .modal-dialog {
    max-width: 500px;
  }
  
  .success-alert {
    background: #fab914;
    color: #191b1d;
  }
  
  .adv-contanier {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 100;
    display: none;
  }
  
  .adv-contanier .container,
  .adv-contanier .row {
    height: 100%;
  }
  
  .adv-contanier .visit-ad-btn {
    margin-top: 24px;
    border: none;
    background: #ec1b52;
    border-radius: 10px;
    padding: 8px 25px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
  }
  
  .player {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    background: #242529;
    display: none;
    z-index: 100;
  }
  
  .player .container-fluid {
    padding: 0px 20px;
  }
  
  .player .seek-container {
    height: 5px;
    width: 100%;
    background: rgba(236, 27, 82, 0.25);
  }
  
  .player .seek-container .seek {
    background: #fab915;
    height: 100%;
    width: 0%;
  }
  
  .player .player-container {
    padding-top: 8px;
  }
  
  .player .player-image {
    width: 60px;
    max-width: 60px;
    height: 60px;
    float: left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .player .player-info {
    height: 100px;
    padding-left: 85px;
  }
  
  .player .player-title,
  .player .player-episode {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
  }
  
  .player .player-title {
    margin-top: 8px;
  }
  
  .player .player-episode {
    margin-top: 6px;
  }
  
  .player .player-controls-container {
    display: inherit;
  }
  
  .player .player-controls-container .player-controls {
    margin: auto;
    padding-bottom: 32px;
    margin-top: 4px;
  }
  
  .player .player-controls-container .player-controls img:hover {
    cursor: pointer;
  }
  
  .player .player-controls-container .player-time {
    margin: auto 0px;
    padding-bottom: 50px;
    width: 100px;
  }
  
  .player .player-controls-container .player-time span {
    font-size: 14px;
  }
  
  .player .player-controls-container .player-controls img.player-control-forward,
  .player .player-controls-container .player-controls img.player-control-backward {
    width: 50px;
    margin: 0px 10px;
  }
  
  .player .player-controls-container .player-controls img.player-control-prev,
  .player .player-controls-container .player-controls img.player-control-next {
    width: 12px;
  }
  
  .player .player-controls-container .player-controls img.player-control-player {
    width: 50px;
    margin: 0px 10px;
  }
  
  .player .player-controls-container .player-controls img.player-control-player.pause {
    display: none;
  }
  
  .player .player-options {
    margin: auto 0px;
    padding-bottom: 50px;
  }
  
  .player .player-options a:hover,
  .player .player-options .player-options-item:hover {
    cursor: pointer;
  }
  
  .player .player-options .player-options-item {
    margin-left: 10px;
    width: 40px;
    float: left;
    position: relative;
  }
  
  .player .player-options .player-volume-control {
    height: 180px;
    width: 40px;
    left: 0;
    right: 0;
    bottom: 30px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    visibility: hidden;
  }
  
  .player .player-options .player-options-item.volume:hover .player-volume-control,
  .player .player-options .player-volume-control:hover {
    visibility: visible;
  }
  
  .player .player-options .player-volume-control-content {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background: #1a1b1d;
    width: 100%;
    height: 100%;
  }
  
  .player-volume-control-slider {
    height: 146px;
    width: 11px;
    margin: auto;
    top: 22px;
  }
  
  .player .player-options .player-dots-icon {
    position: relative;
  }
  
  .player .player-options .player-dots-icon .player-more-container {
    position: absolute;
    background: #242529;
    border: 1px solid #1a1b1d;
    border-radius: 5px;
    bottom: 30px;
    right: 0;
    padding-right: 6px;
    padding-top: 6px;
    display: none;
  }
  
  .player .player-options .player-dots-icon .player-more-container a {
    display: inline-block;
  }
  
  .ui-slider .ui-slider-handle {
    cursor: pointer;
  }
  
  .ui-widget.ui-widget-content {
    background: rgba(236, 27, 82, 0.25);
    border: none;
  }
  
  .ui-slider-vertical .ui-slider-handle {
    left: -4.5px;
  }
  
  .ui-widget-header {
    background: #fab915;
  }
  
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    border: 3px solid #ec1b52;
    border-radius: 12px;
    background: #fab915;
    outline: none;
  }
  
  .player-options-item.volume .volume-mute {
    display: none;
    width: 100%;
  }
  
  .player-options-item.volume .volume-unmute {
    width: 100%;
  }
  
  .player-options-item.playback .playback-img {
    width: 100%;
    transition: 0.3s all ease-in-out;
  }
  
  .player .player-playback-control {
    background: #1b1c1f;
    border: 2px solid #fab915;
    height: 165px;
    border-radius: 13px;
    width: 400px;
    left: 52vw;
    right: 0;
    bottom: 115px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    box-shadow: 0px 3px 20px #00000029;
    display: none;
  }
  
  .player .player-playback-control-content {
    padding: 20px;
  }
  
  .player .player-playback-control-content #default-values {
    color: #a4a5a7;
  }
  
  .player .player-playback-control-content #playback-current-value {
    color: #fab915;
    font-weight: 500;
  }
  
  .player .player-playback-control-content .ui-state-default,
  .player .player-playback-control-content .ui-widget-content .ui-state-default,
  .player .player-playback-control-content .ui-widget-header .ui-state-default,
  .player .player-playback-control-content .ui-button,
  .player .player-playback-control-content .ui-button.ui-state-disabled:hover,
  .player .player-playback-control-content .ui-button.ui-state-disabled:active {
    border: 3px solid #fab915;
    border-radius: 12px;
    background: #fab915;
    outline: none;
    margin-top: -3px;
  }
  
  .player .player-playback-control-content .ui-widget.ui-widget-content {
    height: 3px;
  }
  
  .content-wrapper {
    min-height: calc(100vh - 220px);
  }
  
  footer.footer {
    margin-top: 80px;
    border-top: 1px solid #fab915;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  
  footer.footer .footer-content-container {
    display: inherit;
  }
  
  footer.footer .footer-social {
    margin: auto;
    padding-top: 10px;
    text-align: center;
  }
  
  footer.footer .footer-social a.social-item {
    text-decoration: none;
    margin-right: 11px;
    margin-left: 11px;
    width: 38px;
    height: 38px;
    position: relative;
    display: inline-block;
    background: #6a6975;
    color: #fff;
    border: 2px solid #6a6975;
    transition: 0.3s ease-in-out;
    transition-property: color, background-color, border;
    border-radius: 20px;
  }
  
  footer.footer .footer-social i {
    padding-top: 8px;
  }
  
  footer.footer .footer-social a.social-item:focus,
  footer.footer .footer-social a.social-item:hover {
    background: #ec1b52;
    border: 2px solid #fab915;
  }
  
  footer.footer .footer-logo {
    display: block;
    height: 50px;
    margin: 20px 0px;
  }
  
  footer.footer p.credits {
    font-size: 12px;
    margin: auto;
    text-align: center;
  }
  
  footer.footer p.credits a {
    text-decoration: none;
    color: white;
  }
  
  footer.footer .footer-contact-link {
    color: #fab915;
    text-decoration: none;
    display: block;
    padding-top: 15px;
  }
  
  footer .store-items {
    text-align: right;
  }
  
  footer a.store-download {
    display: block;
    padding-top: 12px;
  }
  
  footer a.store-download img {
    width: 170px;
  }
  
  .header {
    position: relative;
  }
  
  .header .header-content {
    height: 510px;
    width: 100%;
  }
  
  .header .header-content .carousel-item {
    height: 510px;
  }
  
  .header .cover-image {
    height: 100%;
    background: url("../img/login_bg.png") no-repeat center;
    background-size: cover;
  }
  
  .header .cover-buttons {
    position: absolute;
    bottom: 60px;
    margin-left: 110px;
  }
  
  .header .cover-buttons a {
    width: 50px;
    background-color: #381e21;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500px;
    color: #fff;
  }
  
  .about .header .cover-image .container {
    position: relative;
    height: 100%;
  }
  
  .about .header .cover-image .container h1 {
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  
  .about .brief-container {
    margin-top: 24px;
    padding: 35px 40px;
    background: #161B29;
    border-radius: 12px;
  }
  
  .about .brief-container p {
    margin: 0px;
  }
  
  .about .brief-box img {
    border-radius: 23px;
  }
  
  .about .brief-box p.title {
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    color: #FAB915;
  }
  
  .about .brief-box p.desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
  
  .about .action-btn {
    background: #ec1b52;
    color: white;
    padding: 13px 23px;
    border-radius: 24px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }
  
  .about .action-btn:hover {
    background: #b7133e;
  }
  
  .faqs .card {
    background: #161B29;
    border-radius: 12px !important;
    margin-bottom: 16px;
  }
  
  .faqs .card-header {
    border-bottom: none !important;
  }
  
  .faqs .card-header button {
    color: #FAB915;
    font-size: 18px;
    text-decoration: none;
  }
  
  .faqs .card-header button:focus {
    border: 0 none;
    outline: none;
    box-shadow: none;
  }
  
  .home .header .cover-buttons .cover-button {
    background-color: #381e21;
    color: white;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 8px;
    margin-right: 24px;
  }
  
  .home .header .cover-buttons .cover-button.subscribed {
    background-color: #ec1b52;
  }
  
  .home .header .cover-buttons .cover-button svg {
    padding-bottom: 2px;
  }
  
  .show-box {
    overflow: hidden;
    padding-bottom: 4px;
    background: #161b29;
    margin-bottom: 16px;
    position: relative;
  }
  
  .show-box .show-box-url {
    z-index: 2;
    width: 280px;
    height: 85%;
    /* left: 0; */
    position: absolute;
  }
  
  
  /* .show-box-square .show-box-image {
    height: 350px!important;
  }
  .show-box-square  {
    height: 350px!important;
  } */
  
  /* .show-box-default  .show-box-image {
    height: 350px!important;
  } */
  .show-box a {
    text-decoration: none;
  }
  
  .show-box:hover .show-box-play-icon,
  .show-box:hover .show-box-top-icons {
    opacity: 1;
  }
  
  .show-box .show-box-top-icons a:hover {
    cursor: pointer;
  }
  
  .show-box .show-box-play-icon {
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 3;
  }
  
  .show-box .show-box-top-icons {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
    z-index: 3;
  }
  
  .show-box .show-box-top-icons .show-box-top-icon {
    width: 30px;
  }
  
  .top-picks .show-box .show-box-top-icons .show-box-top-icon {
    width: 50px;
    margin-left: 16px;
  }
  
  .show-box-square {
    height: 350px;
    position: relative;
    padding-bottom: 0px;
  }
  
  .show-box-square .show-box-body {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #1a1b1dc9;
    padding: 16px !important;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity;
  }
  
  .show-box:hover .show-box-body {
    opacity: 1;
  }
  
  .show-box .show-box-image {
    position: relative;
    /* height: 270px; */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
    background-position: center;
  }
  
  .show-box-square .show-box-image {
    height: 350px;
  }
  
  .show-box .show-box-body {
    padding: 10px;
  }
  
  .show-box .show-box-body p.show-box-title {
    margin: 0px;
    font-size: 12px;
    float: left;
    width: calc(100% - 35px);
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .show-box .show-box-body a.show-box-anchor {
    text-decoration: none;
    color: white;
  }
  
  .shows .show-box .show-box-body p.show-box-title,
  .subscriptions .show-box .show-box-body p.show-box-title,
  .search .shows .show-box .show-box-body p.show-box-title {
    width: 100%;
  }
  
  .show-box .show-box-body p.show-box-subtitle {
    font-size: 10px;
  }
  
  .show-box-heart-icon:hover {
    cursor: pointer;
  }
  
  .show-box .show-box-heart-icon img {
    width: 30px;
  }
  
  .show-box-tags .show-box-tags-tag {
    float: left;
    font-size: 9px;
    margin: 0px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 3px 6px;
    border: 1px solid #fab915;
    border-radius: 8px;
  }
  
  .show-box-tags .show-box-tags-tag a {
    text-decoration: none;
    color: inherit;
  }
  
  .shows-wrapper {
    padding-top: 180px;
  }
  
  .shows-wrapper .shows-item {
    margin-bottom: 32px;
  }
  
  .login {
    background: url("../img/login_bg_new.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .login .login-wrapper {
    margin-top: 40px;
    background: #ffffff;
    -webkit-border-radius: 69px;
    -moz-border-radius: 69px;
    border-radius: 69px;
    border: 1px solid #707070;
    padding: 40px 0px;
  }
  
  .login .login-wrapper .login-header div {
    float: left;
  }
  
  .login .login-wrapper .login-header .separator {
    background-color: #fab915;
    width: 3px;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 20px;
  }
  
  .login .login-wrapper .login-header .login-header-item {
    color: rgba(236, 27, 82, 0.25);
    font-size: 30px;
    font-weight: 500;
  }
  
  .login .login-wrapper .login-header .login-header-item:hover {
    cursor: pointer;
  }
  
  .login .login-wrapper .login-header .login-header-item.active {
    color: #ec1b52;
  }
  
  .login .login-wrapper input[type="number"]::-webkit-inner-spin-button,
  .login .login-wrapper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .login .login-wrapper .login-box {
    display: none;
  }
  
  .login .login-wrapper .login-box .forgot-password-a {
    color: #707070;
    text-decoration: none;
    font-size: 14px;
  }
  
  .login .login-wrapper .login-with-facebook-btn {
    background: #4267b2;
    color: white;
    border-radius: 60px;
    padding: 12px 0px;
    width: calc(100% - 180px);
    outline: none;
    margin-top: 30px;
    position: relative;
  
    transition: 0.3s ease-in-out;
  }
  
  .login .login-wrapper .login-with-facebook-btn:hover {
    background: #2f4a82;
  }
  
  .login .login-wrapper .login-with-facebook-btn .fab {
    position: absolute;
    line-height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 22px;
    font-size: 26px;
  }
  
  .login .login-wrapper .sign-up-form {
    margin-top: 20px;
  }
  
  .login .login-wrapper .login-box .sign-up-form {
    margin-bottom: 24px;
  }
  
  .login .login-wrapper .form-input {
    padding: 12px 0px;
    width: calc(100% - 180px);
    background-color: #f9f9f9;
    color: #ec1b52;
    border: none;
    border-radius: 60px;
    outline: none;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 13px;
  }
  
  .login .login-wrapper .form-input#date,
  .login .login-wrapper .form-input#gender {
    width: calc(((100% - 180px) / 2) - 10px);
  }
  
  .login .login-wrapper .form-input::placeholder {
    color: rgba(236, 27, 82, 0.5);
  }
  
  .login .login-wrapper .confirm-button {
    padding: 12px;
    background-color: #ec1b52;
    border-radius: 60px;
    border: none;
    color: white;
    margin-top: 20px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    text-align: center;
    width: calc(100% - 180px);
  }
  
  .login .login-wrapper .confirm-button:hover {
    cursor: pointer;
    background-color: #ab0031;
  }
  
  #sentModal .modal-content {
    background: #1a1b1d;
    border-radius: 50px;
  }
  
  #sentModal .modal-content img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  #sentModal .modal-content p {
    margin-top: 16px;
    margin-bottom: 16px;
    color: white;
    text-align: center;
  }
  
  .shows-item .col-1,
  .shows-item .col-2,
  .shows-item .col-md-2,
  .shows-item .col-md-4,
  .shows-item .col-sm-4,
  .shows-item .col-sm-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .home section {
    margin-top: 44px;
  }
  
  .home section.trending {
    margin-top: 24px;
  }
  
  .show .show-content {
    position: relative;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.5);
  }
  
  .show .show-content .cover-image {
    margin-top: -80px;
    height: 250px;
    background: url("../img/login_bg.png") no-repeat;
    background-size: cover;
    border: 4px solid #fab915;
    background-position: center;
  }
   .podcast-cover-image {
    margin-top: -140px;
    /* height: 250px; */
    border: 2px solid #dc3545;
    border-radius: 100%;
    background-position: center;
  }
  
  .show .show-content .show-box-tags {
    margin-top: 16px;
    max-width: 250px;
  }
  
  .show .show-content .show-box-tags .show-box-tags-tag {
    font-size: 10px;
  }
  
  .show .show-content .flex-row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .show .show-content .show-info {
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 2px solid #2a2c31;
  }
  
  .show .show-content .show-info .subscribers {
    color: #ec1b52;
    font-weight: 400;
  }
  
  .pinkish-red {
    color: #ec1b52;
  
  }
  
  .txt-w {
    font-size: 90%;
  }
  
  .show .show-content .show-description {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 40px;
    padding-top: 5px;
    padding-right: 15px;
    font-size: 12px;
    border-right: 2px solid #2a2c31;
  }
  
  .show .show-content .show-subscription {
    position: relative;
  }
  
  .show .show-content .show-subscription a:hover {
    cursor: pointer;
  }
  
  .show .show-content .show-subscription a.cover-button {
    background: #2a2c31;
    color: white;
    padding: 12px 14px 12px 41px;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
  }
  
  .show .show-content .show-subscription a.cover-button:hover {
    background: #44474e;
  }
  
  .show .show-content .show-subscription a.cover-button#show-subscription-active {
    background: #ec1b52;
    transition: 0.3s ease-in-out;
  }
  
  .show .show-content .show-subscription a.cover-button#show-subscription-active:hover {
    background: #b7133e;
  }
  
  .show .show-content .show-subscription a i {
    position: absolute;
    left: 15px;
    top: 5px;
  }
  
  .show .show-content .episodes {
    padding-left: 15px;
  }
  
  .show .show-content .episodes .heading {
    border-bottom: 3px solid #fab915;
    padding-bottom: 3px;
  }
  
  .show .show-content .episodes .episodes-icon {
    width: 20px;
    float: left;
    padding-top: 4px;
  }
  
  .show .show-content .episodes .title {
    display: inline;
    padding-left: 10px;
  }
  
  .show .show-content .episodes-content {
    padding-left: 15px;
    width: 100%;
    margin-top: 20px;
  }
  
  .show .show-content .episodes-content .episode-image {
    height: 70px;
    width: 70px;
    background: url("../img/login_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .show .show-content .episodes-content table.episodes-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .show .show-content .episodes-content table.episodes-table td#episode-image {
    width: 70px;
  }
  
  .show .show-content .episodes-content table.episodes-table td#episode-title {
    padding-left: 16px;
    padding-right: 26px;
    font-size: 16px;
  }
  
  .show .show-content .episodes-content table.episodes-table td#episode-title span {
    font-size: 12px;
  }
  
  .show .show-content .episodes-content table.episodes-table td#episode-title p {
    margin: 0;
    text-align: right;
  }
  
  .show .show-content .episodes-content table.episodes-table td#episode-favorite {
    width: 70px;
  }
  
  .show .show-content .episodes-content table.episodes-table td#episode-favorite img {
    width: 50px;
  }
  
  .show .show-content .episodes-content table.episodes-table td {
    border-bottom: 2px solid #2a2c31;
    padding: 16px 0px;
    font-size: 14px;
  }
  
  .show .show-content .episodes-content .episode-play-icon {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 25%;
  }
  
  .terms b#title {
    color: #fab914;
  }
  
  .account .account-content {
    padding-top: 150px;
  }
  
  .account .account-content .account-box {
    padding: 34px 54px 54px 54px;
    background-color: #161B29;
    border-radius: 8px;
    text-align: center;
  }
  
  .account .account-content .title-large {
    padding: 0px;
    font-size: 30px;
    font-weight: 600;
    margin-top: 24px;
  }
  
  .account .account-content .avatar img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
  }
  
  .account .account-content .username {
    padding-top: 22px;
    font-size: 30px;
    font-weight: 400;
  }
  
  .account .account-content .username h3 {
    margin-bottom: 0px;
  }
  
  .account .account-content .plus-status {
    font-weight: 600;
    color: #EC1B52;
    font-size: 16px;
    padding-top: 8px;
    margin-bottom: 0px;
  }
  
  .account .account-content .renewal-date {
    font-weight: 600;
    font-size: 16px;
    padding-top: 8px;
    margin-bottom: 0px;
  }
  
  .account .account-content .renewal-date span {
    color: #FAB915;
  }
  
  .account .account-content .avatar {
    display: inline-block;
    position: relative;
  }
  
  .account .account-content .edit-avatar {
    position: absolute;
    width: 52px;
    height: 52px;
    bottom: 0px;
    right: 0px;
  }
  
  .account .account-content .edit-avatar a {}
  
  .account .account-content .edit-avatar img {
    width: 100%;
    height: 100%;
  }
  
  .account .account-content .account-box p.form-title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding-top: 32px;
  }
  
  .account .account-content .account-box .form-input {
    height: 50px;
    padding-left: 32px;
    border: 1px solid #ffffff33;
    padding: 4px 20px;
    border-radius: 25px;
  }
  
  .account .account-content .account-box .form-input input {
    width: calc(100% - 40px);
    height: 40px;
    background: transparent;
    border: none;
    color: white;
  }
  
  .account .account-content .account-box .form-input span img {
    width: 15px;
    height: 15px;
  }
  
  .account .account-content .account-box .confirm-button {
    margin-top: 50px;
    width: 100%;
    height: 50px;
    border: 1px solid #EC1B52;
    border-radius: 25px;
    background: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
  }
  
  .avatar .avatar-content {
    padding-top: 150px;
  }
  
  .avatar .avatar-content .avatar {
    margin-top: 30px;
  }
  
  .avatar .avatar-content .avatar:hover {
    cursor: pointer;
  }
  
  .avatar .avatar-content .avatar .tick-icon {
    bottom: 20px;
    right: 40px;
    width: 50px;
    position: absolute;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  
  .contact .contact-wrapper {
    padding-top: 150px;
  }
  
  .contact .contact-wrapper .subtitle {
    color: #fab915;
  }
  
  .contact .contact-wrapper .row>.title-large {
    padding: 0px;
  }
  
  .contact .contact-wrapper .custom-input {
    background: #2a2c31;
    color: white;
    border: none;
    margin-bottom: 10px;
    padding: 12px 30px;
    border-radius: 40px;
    width: 350px;
  }
  
  .contact .contact-wrapper button {
    border: none;
    padding: 12px 35px;
    border-radius: 40px;
    color: white;
    background: #451854;
    transition: 0.3s ease-in-out;
  }
  
  .contact .contact-wrapper button:hover {
    background: #3a1548;
    cursor: pointer;
  }
  
  .plus .content {
    padding-top: 160px;
  }
  
  .plus .content .podu-logo {
    width: 140px;
  }
  
   .logo-span {
    background-color: #ec1b52;
    border-radius: 2px;
    padding: 2px 4px;
    margin-left: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #100f1e;
  }
  
  .plus .content p.title {
    margin-top: 37px;
    font-size: 22px;
    font-weight: bold;
  }
  
  .plus .content p.desc {
    margin-top: 16px;
    font-size: 18px;
  }
  
  .plus .plus-benefit {
    height: 100%;
  }
  
  .plus .plus-benefit .top-card {
    border-radius: 8px;
    padding: 18px 30px;
    height: 100%;
    display: flex;
    margin: auto 0;
  }
  
  .plus .plus-benefit.downloads .top-card {
    background-color: #fab915;
    color: #100f1e;
    padding: 18px 30px;
  }
  
  .plus .plus-benefit.no-ads .top-card {
    background-color: #ec1b52;
    color: #fff;
    padding-left: 40px;
  }
  
  .plus .plus-benefit .top-card p.title {
    font-weight: bold;
    font-size: 22px;
  }
  
  .plus .payments-cards {
    margin-top: 40px;
  }
  
   .payment-card {
    border-radius: 8px;
    background-color: #161b29;
    width: 100%;
    padding: 15px 0px;
  }
  
  .payment-card p.title {
    font-weight: bold;
    font-size: 26px;
    padding-top: 8px;
  }
  
  .payment-card p.desc {
    font-size: 22px;
    padding-bottom: 20px;
  }
  
  .best-value {
    position: absolute;
    right: 40px;
    top: 20px;
    background: #ec1b52;
    border-radius: 8px;
    padding: 0px 5px;
    color: #100f1e;
    font-weight: bold;
  }
  
  .plus .tpay-info {
    margin-top: 16px;
  }
  
  .plus .tpay-info p {
    font-size: 14px !important;
    color: #afafaf !important;
  }
  
  .plus .chooser p {
    color: #fab915;
    font-weight: bold;
    font-size: 18px;
  }
  
  .plus .chooser p.desc {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
  }
  
  .plus .chooser .input-container {
    background-color: #161b29;
    padding: 50px 34px;
    border-radius: 8px;
  }
  
  .plus .chooser .input-container select,
  .plus .chooser .input-container input[type="number"],
  .plus .chooser .input-container input[type="tel"] {
    height: 40px;
    width: 100%;
    font-size: 20px;
    background: transparent;
    border: 0 none;
    color: rgb(255 255 255 / 0.25);
    border-bottom: 1px solid rgb(255 255 255 / 0.25);
    padding-bottom: 15px;
  }
  
  .plus .chooser .input-container select:hover,
  .plus .chooser .input-container select:active,
  .plus .chooser .input-container select:focus {
    -webkit-appearance: auto;
  }
  
  .plus .chooser .input-container select option {
    background-color: #161b29;
    color: white;
  }
  
  .plus .subscribe-btn {
    padding: 12px;
    background-color: #ec1b52;
    border-radius: 60px;
    border: none;
    color: white;
    margin-top: 1px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
  }
  
  .plus .chooser .subscribe-btn {
    padding: 12px 0px;
    text-align: center;
    margin-top: 40px;
    display: block;
    width: 100%;
  }
  
  .plus .chooser.verify .subscribe-btn {
    margin-top: 0px;
  }
  
  .plus .chooser .loader {
    margin-top: 24px;
    display: none;
  }
  
  .loader {
    border: 4px solid #fab915;
    border-radius: 50%;
    border-top: 4px solid #1f1d3a;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
  }
  
  .for-podcaster .info-row {
    margin-bottom: 50px;
    padding-top: 40px;
  }
  
  .for-podcaster .info-row-light {
    background-color: #161B29;
    padding-bottom: 70px;
  }
  
  .for-podcaster span.title {
    font-size: 24px;
    font-weight: bold;
  }
  
  .for-podcaster p.content {
    font-size: 20px;
  }
  
  .branded-podcast .branded-podcast-form {
    padding: 50px;
  }
  
  .branded-podcast .custom-input {
    border: 1px solid #ffffff33;
    border-radius: 33px;
    background: transparent;
    height: 53px;
    padding: 24px;
    width: 100%;
    color: white;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  