body{
  font-family: "Poppins", sans-serif;
}
.syyk-profile-name {
    font-size: 43px;
  }

 .flex-syyk-box .syyk-spna{
    padding: 3px 16px;
    min-width: 150px;
   
  }
  .syyk-spna {
    border: 2px solid black;
    font-size: 20px;
    font-weight: 500;
  }
  .syyk-spna-b {
    border: 3px solid black;
  }
  .syyk-profile-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  .syyk-p-12 {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: -12px; */
  }
  /* .syyk-payment-btn {
    border-radius: 0;
  } */
  /* .syyk-outline-dark-btn {
    border-radius: 0 !important;
    border: 2px solid black;
  } */

  .syyk-outline-dark-btn {
    border: 1px solid black;
    margin-right: 3px; 
  }
  .btn-outline-dark.active:focus{
    box-shadow:none;
  }

  .syyk-buttons-container{
    max-width: 750px;
  }

  .syyk-footer-icon{
      background: white;
      color: black;
      border-radius: 50%;
      padding: 5px 7px;
  }

  .form-text {
    color: #cccccc !important;
  }

  .syyk-select-box {
    width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid black;
    border-radius: 3px;
    padding: 4px;
    font-weight: 500;
    text-align-last: right;
    padding-right: 15px;
  }

  option { 
    direction: rtl; 
  }
  
  .syyk-select-box-icon {
    width: 35px;
    height: 35px;
    background-color: black;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    margin-left: 30px;
    padding: 3px;
  }
  .syyk-select-box-icon i {
    font-size: 14px;
  }
  .syyk-select-box-label {
    font-size: 18px;
    font-weight: 500;
  }

  .syyk-table, table, th{
    border: 1px solid black !important;
    border-collapse: collapse;
  }

  .syyk-table, td{
    border-right: 1px solid black !important;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding-top:0 !important;
    padding-bottom: 0 !important;
  }
  
  .table tr:hover{
    background-color: rgb(227, 212, 212);
  }
  
  /*.syyk-body .syyk-main-content*/
  /*{*/
	 /* max-width: 900px;*/
  /*}*/
  
  .sort-by-money {
      cursor: pointer;
    }
	.sort-by-money .fa-arrow-up, .sort-by-money .fa-arrow-down {
      color: black; /* Green color for ascending arrow */
    }
    .sort-by-money.desc .fa-arrow-up {
      color: #a7a7a7; /* Green color for ascending arrow */
    }
    .sort-by-money.asc .fa-arrow-down {
      color: #a7a7a7; /* Green color for descending arrow */
    }
    
    .syyk-body tbody td
    {
        cursor:pointer;
    }

    .syyk-input-field {    
      display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-clip: padding-box;
      border: 2px solid #000000;
      appearance: none;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      border-radius: 0;
  }

  .syyk-input-field:focus {
      border-color: #000000; 
      outline: none; 
  }

  .syyk-label{
      font-weight: 500;
      font-size: 18px;
      margin-bottom: .5rem;
  }
  
  .skky-navbar .nav-item .nav-link{
    color: black;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.7em;
    letter-spacing: 0px;
    margin-right: 15px;
  }

  .syyk-body #loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999; /* Make sure it's on top of other elements */
}
  
  .skky-songs-usage-table-container
  {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #212529;
  }
  .skky-songs-usage-table-container table 
  {
    border: none !important;
  }

  .skky-songs-usage-table-container .table tbody tr.hidden {
    display: none;
}

.skky-songs-usage-table-container .table tbody tr.visible {
    display: table-row;
}

.skky-songs-tab-container {
  min-height: 400px;
}

.skky-songs-tab-container .first-hovered {
  background-color: rgb(227, 212, 212);
}

  .navbar-brand {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7em;
    text-decoration: none;
}

.syyk-body
{
  position: relative;
  min-height: 100vh;
}

.syyk-main-content {
  padding-bottom: 500px;    /* Footer height */
}

.syyk-dashboard-footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;    
}

 /*11-nov-2024  table space manage - START*/
/*#song-modal-table-tbody tr td{*/
/*    white-space: nowrap;*/
/*}*/

#song-modal-table-tbody tr td:nth-child(2){
    min-width: 80px;
    white-space: nowrap;
}

 /*11-nov-2024  table space manage -END*/


.small-p-margin-bottom p
{
    margin-bottom: 10px;
}


.chart-container {
  width: 100%;
  max-width: 900px;
  margin: auto;
}


  @media only screen and (max-width: 1010px) {
      .syyk-profile-img {
        width: 170px;
        height: 170px;
    }
  }
  
  @media only screen and (max-width: 910px) {
      .syyk-profile-img {
        width: 160px;
        height: 160px;
    }
  }

  @media only screen and (max-width: 600px) {
    .syyk-profile-name {
      font-size: 30px;
  }
  .syyk-select-box {
    width: 150px;
  }
  .syyk-box-9
  {
	  text-align:center;
  }
  }
  
  @media only screen and (max-width: 500px) {
  .syyk-select-box {
    width: 100px;
  }
  }
  
  @media only screen and (max-width: 400px) {
  .syyk-select-box {
    width: 90px;
  }
  }
  
  @media only screen and (max-width: 380px) {
  .period-text-m {
    display:block!important;
  }
  .period-text {
    display:none;
  }
  }

  
  
  
#fullPageOverlay .overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fullPageOverlay .overlay-content {
  text-align: center;
}
