dabory-coupon.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .dabory-coupon-popup {
  2. /*display: none;*/
  3. position: absolute !important;
  4. /*z-index: 9999 !important;*/
  5. border: black solid 1px;
  6. }
  7. .dabory-coupon-box {
  8. position: relative !important;
  9. background-color: #fff !important;
  10. }
  11. .dabory-coupon-row {
  12. display: flex !important;
  13. flex-wrap: wrap !important;
  14. align-items: center !important;
  15. padding: 15px 15px !important;
  16. }
  17. .dabory-coupon-col {
  18. flex: 0 0 auto !important;
  19. width: 100% !important;
  20. padding: 10px !important;
  21. }
  22. .dabory-coupon-message ul {
  23. list-style: outside none none !important;
  24. margin: 0 !important;
  25. padding: 0 !important;
  26. }
  27. .dabory-coupon-message ul li {
  28. padding: 13px 0 !important;
  29. border-top: 1px solid #ebebeb !important;
  30. align-items: center !important;
  31. display: flex !important;
  32. }
  33. .dabory-coupon-form h3 {
  34. font-size: 21px !important;
  35. text-transform: capitalize !important;
  36. font-weight: 500 !important;
  37. line-height: 20px !important;
  38. margin-bottom: 25px !important;
  39. color: #CC0000 !important;
  40. }
  41. .dabory-coupon-form .in { text-indent: 20px; }
  42. .dabory-coupon-form p {
  43. font-size: 14px !important;
  44. line-height: 24px !important;
  45. margin-bottom: 5px !important;
  46. }
  47. .dabory-coupon-form .form-div {
  48. font-size: 14px !important;
  49. line-height: 24px !important;
  50. margin-bottom: 20px !important;
  51. }
  52. .dabory-coupon-form label {
  53. line-height: 18px !important;
  54. font-weight: 500 !important;
  55. margin-bottom: 10px !important;
  56. display: inline-block !important;
  57. }
  58. .dabory-coupon-form input[type=checkbox] + label {
  59. margin-bottom: 0 !important;
  60. margin-left: 2px !important;
  61. }
  62. .dabory-coupon-form input[type='text'], .dabory-coupon-form select {
  63. border: 1px solid #ebebeb !important;
  64. height: 45px !important;
  65. background: #ffffff !important;
  66. width: 100% !important;
  67. padding: 0 10px !important;
  68. color: #757575 !important;
  69. }
  70. .dabory-coupon-form input:disabled, .dabory-coupon-form select:disabled {
  71. background-color: rgb(248, 249, 249) !important;
  72. }
  73. .dabory-coupon-form textarea {
  74. height: 170px !important;
  75. border: 1px solid #ebebeb !important;
  76. background: #ffffff !important;
  77. resize: none !important;
  78. margin-bottom: 20px !important;
  79. width: 100% !important;
  80. padding: 10px !important;
  81. color: #222222 !important;
  82. }
  83. .dabory-coupon-form button {
  84. font-weight: 400 !important;
  85. height: 42px !important;
  86. line-height: 42px !important;
  87. padding: 0 30px !important;
  88. border: none !important;
  89. background: #222222 !important;
  90. color: #ffffff !important;
  91. cursor: pointer !important;
  92. -webkit-transition: 0.3s !important;
  93. transition: 0.3s !important;
  94. border-radius: 4px !important;
  95. }
  96. .dabory-coupon-form .close-btn {
  97. background-color: #CC0000 !important;
  98. }
  99. .dabory-coupon-form .send-btn {
  100. width: 100% !important;
  101. position: relative;
  102. }
  103. .dabory-coupon-form .send-btn:disabled {
  104. background-color: #4a5568 !important;
  105. }
  106. /* already defined in bootstrap4 */
  107. .text-xs-center {
  108. text-align: center;
  109. }
  110. .g-recaptcha {
  111. display: inline-block;
  112. }
  113. @media (max-width: 1199.98px) {
  114. .dabory-coupon-popup {
  115. width: 450px !important;
  116. left: 100px !important;
  117. }
  118. }
  119. @media (max-width: 767.98px) {
  120. .dabory-coupon-popup {
  121. width: 350px !important;
  122. left: 0 !important;
  123. }
  124. }