/*--------------------------------

hermes-dashboard-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'NucleoIcons';
  src: url('../fonts/nucleo-icons.eot');
  src: url('../fonts/nucleo-icons.eot') format('embedded-opentype'), url('../fonts/nucleo-icons.woff2') format('woff2'), url('../fonts/nucleo-icons.woff') format('woff'), url('../fonts/nucleo-icons.ttf') format('truetype'), url('../fonts/nucleo-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DigitalNumbers';
  src: url('../fonts/DigitalNumbers-Regular.ttf');
   font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: "Digital-7 V5";
  src: url("https://db.onlinewebfonts.com/t/7c6e146fe91c1b2633316a6aee97a9af.eot");
  src: url("https://db.onlinewebfonts.com/t/7c6e146fe91c1b2633316a6aee97a9af.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/7c6e146fe91c1b2633316a6aee97a9af.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/7c6e146fe91c1b2633316a6aee97a9af.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/7c6e146fe91c1b2633316a6aee97a9af.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/7c6e146fe91c1b2633316a6aee97a9af.svg#Digital-7 V5")format("svg");
}








/*------------------------
    base class definition
-------------------------*/
.ni {
  display: inline-block;
  font: normal normal normal 14px/1 NucleoIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
.ni-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.ni-2x {
  font-size: 2em;
}

.ni-3x {
  font-size: 3em;
}

.ni-4x {
  font-size: 4em;
}

.ni-5x {
  font-size: 5em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.ni.square,
.ni.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.ni.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
.ni-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.ni-ul>li {
  position: relative;
}

.ni-ul>li>.ni {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}

.ni-ul>li>.ni.lg {
  top: 0;
  left: -1.35714286em;
}

.ni-ul>li>.ni.circle,
.ni-ul>li>.ni.square {
  top: -0.19047619em;
  left: -1.9047619em;
}

/*------------------------
  spinning icons
-------------------------*/
.ni.spin {
  -webkit-animation: nc-spin 2s infinite linear;
  -moz-animation: nc-spin 2s infinite linear;
  animation: nc-spin 2s infinite linear;
}

@-webkit-keyframes nc-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes nc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
.ni.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ni.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ni.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ni.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.ni.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
    font icons
-------------------------*/

.ni-active-40::before {
  content: "\ea02";
}

.ni-air-baloon::before {
  content: "\ea03";
}

.ni-album-2::before {
  content: "\ea04";
}

.ni-align-center::before {
  content: "\ea05";
}

.ni-align-left-2::before {
  content: "\ea06";
}

.ni-ambulance::before {
  content: "\ea07";
}

.ni-app::before {
  content: "\ea08";
}

.ni-archive-2::before {
  content: "\ea09";
}

.ni-atom::before {
  content: "\ea0a";
}

.ni-badge::before {
  content: "\ea0b";
}

.ni-bag-17::before {
  content: "\ea0c";
}

.ni-basket::before {
  content: "\ea0d";
}

.ni-bell-55::before {
  content: "\ea0e";
}

.ni-bold-down::before {
  content: "\ea0f";
}

.ni-bold-left::before {
  content: "\ea10";
}

.ni-bold-right::before {
  content: "\ea11";
}

.ni-bold-up::before {
  content: "\ea12";
}

.ni-bold::before {
  content: "\ea13";
}

.ni-book-bookmark::before {
  content: "\ea14";
}

.ni-books::before {
  content: "\ea15";
}

.ni-box-2::before {
  content: "\ea16";
}

.ni-briefcase-24::before {
  content: "\ea17";
}

.ni-building::before {
  content: "\ea18";
}

.ni-bulb-61::before {
  content: "\ea19";
}

.ni-bullet-list-67::before {
  content: "\ea1a";
}

.ni-bus-front-12::before {
  content: "\ea1b";
}

.ni-button-pause::before {
  content: "\ea1c";
}

.ni-button-play::before {
  content: "\ea1d";
}

.ni-button-power::before {
  content: "\ea1e";
}

.ni-calendar-grid-58::before {
  content: "\ea1f";
}

.ni-camera-compact::before {
  content: "\ea20";
}

.ni-caps-small::before {
  content: "\ea21";
}

.ni-cart::before {
  content: "\ea22";
}

.ni-chart-bar-32::before {
  content: "\ea23";
}

.ni-chart-pie-35::before {
  content: "\ea24";
}

.ni-chat-round::before {
  content: "\ea25";
}

.ni-check-bold::before {
  content: "\ea26";
}

.ni-circle-08::before {
  content: "\ea27";
}

.ni-cloud-download-95::before {
  content: "\ea28";
}

.ni-cloud-upload-96::before {
  content: "\ea29";
}

.ni-compass-04::before {
  content: "\ea2a";
}

.ni-controller::before {
  content: "\ea2b";
}

.ni-credit-card::before {
  content: "\ea2c";
}

.ni-curved-next::before {
  content: "\ea2d";
}

.ni-delivery-fast::before {
  content: "\ea2e";
}

.ni-diamond::before {
  content: "\ea2f";
}

.ni-email-83::before {
  content: "\ea30";
}

.ni-fat-add::before {
  content: "\ea31";
}

.ni-fat-delete::before {
  content: "\ea32";
}

.ni-fat-remove::before {
  content: "\ea33";
}

.ni-favourite-28::before {
  content: "\ea34";
}

.ni-folder-17::before {
  content: "\ea35";
}

.ni-glasses-2::before {
  content: "\ea36";
}

.ni-hat-3::before {
  content: "\ea37";
}

.ni-headphones::before {
  content: "\ea38";
}

.ni-html5::before {
  content: "\ea39";
}

.ni-istanbul::before {
  content: "\ea3a";
}

.ni-key-25::before {
  content: "\ea3b";
}

.ni-laptop::before {
  content: "\ea3c";
}

.ni-like-2::before {
  content: "\ea3d";
}

.ni-lock-circle-open::before {
  content: "\ea3e";
}

.ni-map-big::before {
  content: "\ea3f";
}

.ni-mobile-button::before {
  content: "\ea40";
}

.ni-money-coins::before {
  content: "\ea41";
}

.ni-note-03::before {
  content: "\ea42";
}

.ni-notification-70::before {
  content: "\ea43";
}

.ni-palette::before {
  content: "\ea44";
}

.ni-paper-diploma::before {
  content: "\ea45";
}

.ni-pin-3::before {
  content: "\ea46";
}

.ni-planet::before {
  content: "\ea47";
}

.ni-ruler-pencil::before {
  content: "\ea48";
}

.ni-satisfied::before {
  content: "\ea49";
}

.ni-scissors::before {
  content: "\ea4a";
}

.ni-send::before {
  content: "\ea4b";
}

.ni-settings-gear-65::before {
  content: "\ea4c";
}

.ni-settings::before {
  content: "\ea4d";
}

.ni-single-02::before {
  content: "\ea4e";
}

.ni-single-copy-04::before {
  content: "\ea4f";
}

.ni-sound-wave::before {
  content: "\ea50";
}

.ni-spaceship::before {
  content: "\ea51";
}

.ni-square-pin::before {
  content: "\ea52";
}

.ni-support-16::before {
  content: "\ea53";
}

.ni-tablet-button::before {
  content: "\ea54";
}

.ni-tag::before {
  content: "\ea55";
}

.ni-tie-bow::before {
  content: "\ea56";
}

.ni-time-alarm::before {
  content: "\ea57";
}

.ni-trophy::before {
  content: "\ea58";
}

.ni-tv-2::before {
  content: "\ea59";
}

.ni-umbrella-13::before {
  content: "\ea5a";
}

.ni-user-run::before {
  content: "\ea5b";
}

.ni-vector::before {
  content: "\ea5c";
}

.ni-watch-time::before {
  content: "\ea5d";
}

.ni-world::before {
  content: "\ea5e";
}

.ni-zoom-split-in::before {
  content: "\ea5f";
}

.ni-collection::before {
  content: "\ea60";
}

.ni-image::before {
  content: "\ea61";
}

.ni-shop::before {
  content: "\ea62";
}

.ni-ungroup::before {
  content: "\ea63";
}

.ni-world-2::before {
  content: "\ea64";
}

.ni-ui-04::before {
  content: "\ea65";
}

/* all icon font classes list here */


#printableDiv {
  width: 240mm;
  
 }
  
  .card {
     
    width: 310px;   
    height: 217px;
    margin: 0px 5px 0px 0px;
    padding: 5px 20px 0px 12px;
    
    box-sizing: border-box;
    float: left;
    background: 
    linear-gradient(to bottom, #696969 50%, #696969 50%) left,
    linear-gradient(to right, #0fda0f 50%, transparent 50%) left;
    border-radius: 0px !important;

    flex-wrap:wrap;
    row-gap:20px;
          
      }


      .top {
          display: flex;
          gap: 190px;
      }
      .print {
          padding: 0px 0px;
          position: absolute;
          top: 22rem;
          right: 682px;
          margin-top: 23px;
      }
      .logo {
          padding: 0px 0px;
         
      }
      .logo img {
          height: 35px;
          
      }
     
      .input-container label {
          display: block;
          color: #333;
      }
     .nagaland {
          width: 100px;
          height: 2px;
          font-size: 6px;
          font-weight: 800;
      }
      .dear {
          font-size: 17px;
          width: 269px;
      }
      .all {
          display: flex;
          font-size: 9px;
          height: 5px;
          width: 136px;
          line-height: 1;
      }

.class {
    width: 100px;
    margin-left: 37px !important;
    font-size: 7px !important;
  line-height: 1;
}
    .first1 {
     
          font-size: 18px;
       
      }
              .first {
          height: 13px;
          font-weight: 600;
      }
    .drawon {
        
          padding: 0px 0px;
          display: flex;
      }
      .sig {
        position: absolute;
        right: 8%;
        bottom: 18%;
}
.director {
  position: absolute;
  bottom: 12%;
  font-size: 6px;
  text-align: center;
  margin-left: 44px;
  line-height: 1;
 
}
      .allnum {
          display: flex;
      }
      .heading {
        font-size: 19px;
        font-weight: 800;
        height: 30px;
        /* font-family: "Flareserif 821 Bold BT"; */
        font-family: "Oswald", sans-serif;
        /* font-family: "Playfair Display", serif; */
    }
      .\35 thdrawon {
        height: 22px;
        font-size: 10px;
        padding-top: 3px;
        font-weight: 600;
        padding-left: 8px;
      }
      .border_der {
        border: 1px solid black;
        height: 8px;
        background: white;
        width: 98%;
    }
      .date {
          font-weight: 800;
          font-size: 14px;
          margin-left: -3px;
          height: 23px;
          line-height: 1;
      }
      .onward {
          height: 15px;
          font-size: 8px;
          padding-top: 0px;
          font-weight: 800;
          margin-left: -7px;
          color: red !important;
          line-height: 0;
      }
      .input-container {
        margin-left: 6px;
    }
      .thrtysvn {
        /* background:  urlurl('{{ asset('ticket/'.$item->background_color_num) }}'); */
        margin-top: 0px;
        margin-bottom: 2px;
        padding: 0 10px 0 10px;
     
        height: 31px;
        width: 196px;
        border: 1px solid red;
    }
      .numbers {
          font-size: 30px;
      }
              .nms {
          display: flex;
          width: 179px;
          position: relative;
          bottom: 0px;
      }
      
     
      .m {
          border: 1px solid black;
          border-radius: 51%;
          text-align: center;
          background: #0093cb;
          padding: 0px 5px 0px 5px;
          position: absolute;
          right: 6rem;
          margin-top: 0px;
         
      }

      .mrp {
          background-image: url(/img/images.png);
          background-repeat: no-repeat;
          border-radius: 1%;
          width: 42px;
          padding: 1px;
          text-align: center;
          position: relative;
          bottom: 25px;
          background-size: 41px 47px;
          padding: 6px;
          font-size: 10px;
          left: 12px;
      }
      .sunday {
          font-size: 10px;
          position: relative;
          top: -13px;
          font-weight: 800;
          text-align: end;
          margin-right: 7px;
      }
      .qrcode {
        display: flex;
        justify-content: end;
        margin-right: 17px;
      }


      .qrcode img {
        position: absolute;
        top: 6.4rem;
        right: 33px;
      }

     

     

      ul.thrtysvnAwwww {
          position: relative;
          right: 78px;
      }
      ul.thrtysvnArrrr {
          position: relative;
          bottom: 9px;
          right: 32px;
      }
      .numberss {
          float: left;
          height: 2px;
          width: 19px;
      }
      .k1 {
          list-style-type: none;
          font-size: 13px;
          margin-left: 0px;
          margin-right: 6px;
          padding-top: 3px;
          line-height: 1;
      }
ul.thrtysvnA {
  margin-bottom: 0px;
  padding: 0;
  float: left;
  margin-right: -1px;
}
.hgh {
  position: absolute;
  font-size: 7px;
  font-weight: normal;
  top: 1.4rem;
  margin-left: -3px;
}

li.fvetop {
  list-style-type: none;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height: 15px;
  line-height: 1;
}
li.fvetops {
  list-style-type: none;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  bottom: 0px;
  margin-left: 36px;
  margin-right: 0px;
  height: 8px;
  line-height: 1;
}

.f {
  list-style-type: none;
  margin-left: 5px;
  font-size: 6px;
  height: 6px;
}
.num {
   font-size: 41px;
  font-weight: 800;
  line-height: 1;
  margin-top: -8px;
}
.onwards {
  padding-left: 10px;
  font-weight: 600;
  font-size: 12px;
}
.dates {
  font-weight: 600;
  font-size: 12px;
}
.last_ {
  /* background: url(http://127.0.0.1:8000/ticket/1718257587_background_color_num.jpg); */
  
}

.datails {
  height: 43px;
}
.thrtysvnkkkkk {
 
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 0px 2px 0 14px;
  height: 27px;
  width: 160px;
}

.fvetopaa {
  list-style-type: none;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  bottom: 0px;
  margin-left: 36px;
  margin-right: 0px;
  height: 8px;
  line-height: 1;
}
.logo img {
    height: 35px;
    position: relative;
    top: 1px;
}
.fi {
  list-style-type: none;
  margin-left: 5px;
  font-size: 10px;
  height: 9px;
}
li.fvetopqqq {
  list-style-type: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  bottom: 4px;
  margin-left: 1px;
  float: left;
  font-family: DigitalNumbers;
  line-height: 2;
  
}
.numb {
  float: left;
  height: 0px;
 
}
.mul {
  font-weight: 800;
  font-size: 18px !important;
  right: 10px;
  bottom: 0em !important;
}
.details {
  font-size: 7px;
  font-weight: 800;
  margin-bottom: 9px;
  text-align: right;
  transform: rotate(270deg);
  padding: 0px 0px;
  position: absolute;
  right: -3px;
  float: right;
  bottom: 30%;
  border-radius: 12px 17px 0px 1px;
  top: 142px;
  text-transform: uppercase;
}
.items {
  padding: 0px 22px;
  background: red;
  transform: rotate(270deg);
  width: 191px;
  height: 21px;
  position: absolute;
  float: right;
  top: 90px;
  right: -86px;
  font-size: 11px;
  font-weight: bold;

}
.divclose {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px 50px;
}
.morning {
  font-weight: 800;
  font-family: "Oswald", sans-serif;
}
.sundays {
  font-weight: 800;
  padding: 0px 2px;
  font-family: "Oswald", sans-serif;
}
.weekly {
  font-weight: 800;
  padding: 0px 2px;
  font-family: "Oswald", sans-serif;
}
.lottery {
  font-weight: 800;
  padding: 0px 2px;
  font-family: "Oswald", sans-serif;
}
.maincontainer {
  padding-left: 4px;
  height: 190px;

}



.someone1 .thrtysvnA li.fvetop {
  list-style-type: none;
  font-size: 15px !important;
  font-weight: 600;
  position: relative;
  bottom: 0px;
  margin-left: 0px;
  margin-right: 1px !important;
  height: 15px;
  line-height: 2;
  font-family: DigitalNumbers;
}
/* all icon font classes list here */
/* Back print */
.cards {
   width: 310px;   
    height: 217px;
    margin: -6px 5px 0px 0px;
    padding: 6px 8px 0px 28px;

  box-sizing: border-box;
  float: left;

  
}
table.table.align-middle tr th {
  padding: 1px !important;
  font-size: 5px;
  color: black;
  font-family: 'Oswald';

}
._newborder {
    height: 220px;
    margin: 7px 15px 1px 15px;

}

.back {
  position: absolute;
  bottom: 9rem;
  right: 24.5rem;


}
.subhead h2 {
  padding-top: 5px;
}
.subhead {
  position: relative;
  top: -1.1rem;
  left: 2rem;
  margin: -4px;
  color: black;
 
}
.list {
  font-size: 5px;
  margin-right: 7px;
  margin-top: 10px;
}
.lists  li {
    line-height: 1.3;
}
.head {
  margin-left: 4px;
}
.listing {
  margin-top: -30px;
  
  margin-right: -15px;
     margin-left: -52px;
    line-height: 1.2;
}



.align-middle {
  font-size: 3px;
  color: black;
  border-color: black;
  margin-right: 98px;
}
.prize {
  margin-bottom: 102px;
  margin-left: 0px;
  margin-top: -14px;
  width: 141px;
}
.lists {
  font-size: 5px;
  padding-top: 13px;
     margin-left: -35px;
    width: 171px;
  line-height: 1.6;
}


table.table.align-middle tr th {
  border: 1px solid black;
}

.table td, .table th {
     border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 0px;
}
.table tbody tr:last-child td {

  border-left: 1px solid black !important;
    border-right: 1px solid black !important;
}
.subhead h2 {
  font-size: 26px;
  margin-top: 8px;
  margin-left: -10px;
}

.table > :not(caption) > * > * {
  padding: 0.2rem 0.3rem !important;

}

.sideleft {
    padding: 0px 11px;
    background: red;
    transform: rotate(270deg);
    position: absolute;
    left: -91px;
    top: 5.7rem;
    width: 191px;
    height: 18px;
}

/* Back print */
