
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  /* CSS */

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  /* CSS */

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  /* CSS */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /* CSS */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  /* CSS */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .pools.section {
        font-size: 12px;
    }

    .pools.prize{
        font-size: 10px;
    }

    .result-won {
        padding: 2px 7px;
        margin: 0 4px;

    }

    .result-won-last {
        padding: 2px 10px;
        margin: 0 4px;
        font-size: 16px !important;
    }

    .date-panel{
        font-size: 10px;
    }

    .jam-panel{
        font-size: 10px;
    }

    .kotak-time {
      font-size: 36px;
    
    }

    .font-t1{
      font-size: 12px !important;
    }
    .font-t1-k{
      font-size: 7px !important;
    }

    .font-t2-k{
      font-size: 8px !important;
    }

    .font-t2{
      font-size: 14px !important;
    }

    .font-t2-b{
      font-size: 14px !important;
    }

    .font-t3{
      font-size: 16px !important;
    }


    .row.text-center.text-white.fs-4.text-table{
      font-size: 12px !important;
    }

    .row.text-white.text-center.fs-5.footer-text {
      font-size: 12px !important;
    }

    .fs-4.footer-text-heading {
        font-size: 14px !important;
    }

    .text-center.fs-5.bg-dark.text-white.py-3.footer-panel {
        font-size: 14px !important;
    }

    .btn-generet{
      font-size: 12px !important;
      border-radius: .25rem !important;
    }

    .input-generet{
      padding: 0px 5px !important;
      font-size: 11px !important;  
    }


}
