/* composer page  */
.mn-img-left {
    max-width: 165px;
    height: 100%;
   
}
.mn-img-left img {
    object-fit: cover;
    padding-left: 7px
  } 

  /* search page css */
  .lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }

  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
  }

  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
  }

  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }

  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
  }

  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }

  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
  }

  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }

  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
  }

  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }

  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
  }

  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }

  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
  }

  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }

  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
  }

  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }

  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
  }

  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }

  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
  }

  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  /* search page css End */

  /* work page css */
  .album_img img {
    max-height: 260px;
  }

  .album_work {
    width: 42% !important;
    float: right;
  }

  .album_link {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px 15px;
  }

  .album_link a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
  }

  .album_link p {
    margin: 0px;
  }

  .album_page_track .album_leftlist {
    width: 65.5%;
    padding-top: 0px !important;
    margin-top: -10px !important;
  }

  .workproimg {
    display: flex;
    text-align: center;
  }

  .workproimg img {
    width: 100%;
    height: 100%;
    max-width: 330px;
    object-fit: contain;
  }
    /* work page css End*/
 /* index page css */
 .prs_list_details ul {
    padding: 0;
  }

  .mn_play_icon {
    color: #c20008;
    font-size: 20px;
    padding-right: 5px;
  }

  .prs_list_work li a:hover {
    text-decoration: underline !important;
    color: #b71011;
  }

  .prs_must_checkbox .prs_must_list_checkbox {
/*    padding: 10px 0px !important;*/
    padding: 22px 0px 0px 0px;
  }

 /* index page css */
