/* popup */

.popup-inner a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #e92c2c;
  }
  
  
  
  /* .popup::-webkit-scrollbar {
    width: 0 !important;
  } */
  
  .popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
  }
  
  
  
  
  @media screen and (max-width: 600px) {
    .popup-inner {
        padding: 40px 20px;
    }
  }
  
  .popup-inner h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
  }
  
  .popup-inner p {
    font-size: 24px;
    font-weight: 400;
  }
  
  
  .closeBox{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-end;
   
  }
  
  .popupClose{
    width: 30px;
    cursor: pointer;
  }
  
  .popupClose img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  
  @media (max-width: 950px) {
    .popup-inner {
        max-width: 900px;
        width: 90%;
    }
  }
  
  
  /* Terms and Conditions */
  
  .tc-remark{
    color: rgb(255, 78, 78);
    font-size: 16px;
  }
  
  
  
   .modalBox {
    display: none;
    /* margin: 0 auto ; */
    /* opacity: 0; */
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    background-color: rgba(0, 0, 0, 0.76);
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    padding: 5% 0 0;
  }
  
   .modal--active{
    display: block !important;
    /* opacity: 1; */
  }
  
  .modalBox  ::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .modalBox  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .modalBox  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .modalBox  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  
  .popTC__title{
    text-align: center;
    margin: 20px 0 30px;
  }
  
   .modal-content {
  
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 1000px;
    color: #000;
    overflow: auto;
   
    height: 100%;
    /* transform: translateX(-50%); */
  }
  
  .modal-content  h5 {
    font-size: 20px ;
    /* padding-bottom: 10px; */
    /* margin: 20px 0; */
  }
  
  .modal-content .modal-body {
    text-align: left;
    padding: 0;
  }
  
  .wordColor{
    color: #bb1600;
  }
  
  .modal-content .modal-body ul {
    list-style-type: none;
  }
  
  .close-btn{
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    width: 100px;
    margin: 0 auto;
    padding: 5px 0;
    cursor: pointer;
  }
  
  /* .modal-content .modal-body ul:nth-of-type(1) {
    list-style-type: none;
  } */
  
  .tdColor{
    background: #bb1600;
    color: #fff;
  
  }
  
  li{
    margin: 10px 0;
  }
  .oneTd{
    width: 30%;
  }
  .modal-content .modal-body p:nth-of-type(1) {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    /* background: #193746; */
    padding: 10px;
    /* color: rgb(255, 255, 255); */
  }
  
  .modal-content .modal-body p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
  }
  
  .modal-content .modal-body h4 {
    color: #bb1600;
    text-align: left;
    padding-top: 20px;
  }
  
  .modal-content .modal-body ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
  }
  
  .modal-content .modal-body ul li ol {
    padding: 0 0 0 5px;
  }
  
  .modal-content .modal-body ul li ol:nth-of-type(1) li:nth-of-type(4) ol li {
    list-style-type: decimal;
  }
  
  .modal-content .modal-body ul li ol.list-symbol li {
    list-style-type: disc;
  }
  
  .modal-content .modal-body ul li ol.list-symbol li ul li {
    list-style-type: none;
  }
  
  .modal-content .modal-body .draw-prize .list-style {
    border: 1px solid #2f2f2f;
    padding: 15px;
    margin: 20px 0;
    list-style-type: none;
  }
  
  .modal-content .modal-body .draw-prize .list-style li:nth-of-type(1) {
    list-style-type: none;
  }
  
  .modal-content .modal-body .draw-prize .list-style li {
    color: #8cc7b3;
    font-size: 20px;
    font-weight: 900;
    padding-left: 15px;
  }
  
  .modal-content .modal-body .draw-prize .list-style-sub {
    list-style: square;
  }
  
  .modal-content .modal-body .draw-prize .list-style-sub li {
    font-weight: normal;
    color: #8cc7b3;
    font-size: 16px;
    padding-left: 0;
  }
  
  .modal-content .modal-body .draw-prize .list-style-sub li:nth-of-type(1) {
    list-style-type: disc;
  }
  
  .modal-content .modal-body .draw-prize .list-style-sub li:first-child {
    padding-top: 15px;
  }
  
  .modal-content .modal-body .draw-prize .list-style-sub li:last-child {
    list-style-type: none;
  }
  
  .modal-content .modal-body .paragraph-style .list-style li:first-child {
    padding-top: 10px;
  }
  
  .modal-content .modal-body .paragraph-style .list-style li:last-child {
    padding-bottom: 10px;
  }
  
  .lower-roman {
    list-style: lower-roman;
  }
  
  .lower-alpha {
    list-style: lower-alpha;
  }
  
  .product-item {
    border: 1px solid #ccc;
    margin-top: 20px;
  }
  
  .product-item tr:nth-of-type(1) td:nth-of-type(1) {
    color: #fff;
  }
  
  .product-item tr:nth-of-type(1) td:nth-of-type(2) {
    color:#fff;
  }
  .product-item tr:nth-of-type(1) td:nth-of-type(3) {
    color:#fff; 
  } 
  
  
  .product-item td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    /* color: #8e8e8e; */
  }
  
  .popup-btn {
    background: #193746;
    color: #fff !important;
  }
  
  /*# sourceMappingURL=main.css.map */