custom.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #loading {
  2. position: fixed;
  3. display: block;
  4. width: 100%;
  5. height: 100%;
  6. top: 0;
  7. left: 0;
  8. text-align: center;
  9. opacity: 0.7;
  10. background-color: #000;
  11. z-index: 99;
  12. }
  13. #loading-image {
  14. position: absolute;
  15. top: 50%;
  16. left: 50%;
  17. transform:translate(-50%, -50%);
  18. z-index: 100;
  19. max-width: 50px;
  20. }
  21. .disabled {
  22. pointer-events: none;
  23. opacity: 0.4;
  24. }
  25. .gift-box {
  26. cursor: pointer;
  27. }
  28. #dialogNotAllow {
  29. z-index: 99999;
  30. }
  31. input.item_number {
  32. text-align: center;
  33. padding: 0;
  34. margin: 0;
  35. border-width: 0;
  36. }
  37. a, a:link, a:visited, a:focus, a:hover, a:active {
  38. color: #fff2bb;
  39. text-decoration: none;
  40. cursor: pointer;
  41. }
  42. a.disabled img {
  43. display: none;
  44. }
  45. .pagination span {
  46. padding: 3px;
  47. }
  48. .bg_overlay-login-error .text_box {
  49. text-align:center;
  50. }
  51. .box-content_phone .title_otp {
  52. font-style: normal;
  53. font-weight: 400;
  54. font-size: 14px;
  55. line-height: 18px;
  56. text-align: center;
  57. color: #330908;
  58. padding: 0px 16px;
  59. }
  60. .btn-style-small {
  61. width: 124px !important;
  62. height: 42px !important;
  63. }