/** * All of the CSS for your admin-facing functionality should be * included in this file. */ @font-face { font-family: 'absolute-reviews-icons'; src: url("../../fonts/absolute-reviews-icons.woff") format("woff"), url("../../fonts/absolute-reviews-icons.ttf") format("truetype"), url("../../fonts/absolute-reviews-icons.svg") format("svg"); font-weight: normal; font-style: normal; font-display: swap; } [class^="abr-icon-"], [class*=" abr-icon-"] { font-family: 'absolute-reviews-icons' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .abr-icon-comment:before { content: "\e905"; } .abr-icon-eye:before { content: "\e903"; } .abr-icon-watch:before { content: "\e904"; } .abr-icon-funds-fill:before { content: "\e902"; } .abr-icon-x:before { content: "\e901"; } .abr-icon-check:before { content: "\e900"; } .abr-icon-star-half:before { content: "\e938"; } .abr-icon-star-full:before { content: "\e939"; } .abr-icon-star-empty:before { content: "\e93a"; } /*--------------------------------------------------------------*/ /* Basic -------------------------------------------------------------- */ .abr-metabox-wrap .abr-metabox-tabs { background: none; border: none; display: flex; margin: 0; padding: 0; border-radius: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation { display: flex; flex-direction: column; border: none; border-right: 1px solid #eee; background: #FAFAFA; flex: 0 0 200px; margin: 0; padding: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation:before { display: none; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li { display: block; background: transparent; border: none; margin: 0; padding: 0; float: none; outline: none; box-shadow: none; border-radius: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li a { border: none; border-bottom: 1px solid #eee; position: relative; display: block; font-size: 0.8125rem; line-height: 1.25rem; padding: 0.625rem; text-decoration: none; outline: none; box-shadow: none; color: #0073aa; float: none; cursor: pointer; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li a:hover { color: #00a0d2; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li.ui-tabs-active { margin: 0; padding: 0; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation li.ui-tabs-active a { background-color: #eee; color: #555; cursor: pointer; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-content { flex-grow: 1; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-content .ui-tabs-panel { padding: 0; border-radius: 0; } @media screen and (max-width: 768px) { .abr-metabox-wrap .abr-metabox-tabs { flex-direction: column; } .abr-metabox-wrap .abr-metabox-tabs > .abr-metabox-tabs-navigation { flex: 0 0 100%; } } .abr-metabox-wrap .abr-metabox-field { display: flex; position: relative; flex-direction: column; } .abr-metabox-wrap .abr-metabox-field:last-child { border-bottom: none; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label { position: relative; flex: 0 0 100%; float: none; margin: 0; padding: 1rem 1rem 0.5rem; box-sizing: border-box; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label label { display: block; font-size: 14px; line-height: 1.4em; margin: 0 0 3px; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input { position: relative; flex: 0 0 100%; margin: 0; padding: 1rem 1rem 0.5rem; box-sizing: border-box; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="number"], .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="text"], .abr-metabox-wrap .abr-metabox-field .abr-metabox-input select, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input textarea { width: 100%; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="number"].short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input input[type="text"].short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input select.short, .abr-metabox-wrap .abr-metabox-field .abr-metabox-input textarea.short { max-width: 100px; } @media (min-width: 1200px) { .abr-metabox-wrap .abr-metabox-field { flex-direction: row; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-label { flex: 0 0 20%; padding: 1rem 1.25rem; } .abr-metabox-wrap .abr-metabox-field .abr-metabox-input { flex: 0 0 80%; padding: 1rem 1.25rem; } } .abr-metabox-wrap .abr-metabox-switcher { display: flex; position: absolute; top: -2rem; right: 1rem; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch { border: 2px solid #555d66; box-sizing: border-box; color: #fff; cursor: pointer; display: flex; height: 1.75rem; height: 18px; padding: 0; position: relative; vertical-align: middle; width: 36px; margin-right: 0.5rem; border-radius: 9px; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-on { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; z-index: 1; background: #6C7781; border-radius: 50%; transition: all 0s ease 0.25s; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-off { border: 2px solid #6c7781; display: block; position: absolute; top: 2px; right: 2px; width: 7px; height: 7px; z-index: 1; border-radius: 50%; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-switch .abr-metabox-switch-slider { position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; z-index: 1; background: #6C7781; border-radius: 50%; transition: all 0.25s ease; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch { border-color: #11A0D2; background: #11A0D2; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-on { top: 4px; left: 6px; width: 2px; height: 6px; background: #FFFFFF; transition: none; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-off { opacity: 0; } .abr-metabox-wrap .abr-metabox-switcher .abr-metabox-checkbox:checked + .abr-metabox-switch .abr-metabox-switch-slider { background: #FFFFFF; top: 2px; left: calc(50% + 4px); } .abr-metabox-wrap .abr-metabox-repeater { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater > table { width: 100%; border: none; border-collapse: collapse; } .abr-metabox-wrap .abr-metabox-repeater > table tr { background: #FFFFFF; width: 100%; } .abr-metabox-wrap .abr-metabox-repeater > table tr th { text-align: left; } .abr-metabox-wrap .abr-metabox-repeater > table tr th, .abr-metabox-wrap .abr-metabox-repeater > table tr td { border: none; vertical-align: top; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-sortable-helper { display: table; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-sortable-placeholder { background: #F9F9F9; } .abr-metabox-wrap .abr-metabox-repeater > table tr.ui-state-highlight td { background: #F9F9F9; border: 1px dashed #D8D8D8; } .abr-metabox-wrap .abr-metabox-repeater .btn-add-row { margin: 1rem 1.25rem; } .abr-metabox-wrap .abr-metabox-repeater .row-content input, .abr-metabox-wrap .abr-metabox-repeater .row-content textarea { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater .row-content input[type="number"] { max-width: 100px; } .abr-metabox-wrap .abr-metabox-repeater .row-content p { width: 100%; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar { position: relative; border-bottom: 1px solid #EFEFEF; padding: 1rem 1.25rem; zoom: 1; cursor: move; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .handlediv { display: block !important; background-position: 6px 5px; visibility: hidden; width: 27px; height: 26px; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .handlediv:before { content: "\f142"; cursor: pointer; display: inline-block; font: 400 20px/1 Dashicons; line-height: .5; padding: 8px 10px; position: relative; right: 12px; top: 0; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar.closed .handlediv:before { content: "\f140"; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .delete { color: red; font-weight: 400; line-height: 26px; text-decoration: none; position: relative; visibility: hidden; float: right; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .signature { display: inline-block; padding-right: 100px; line-height: 26px; font-weight: 700; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar .signature span { opacity: 0.5; } .abr-metabox-wrap .abr-metabox-repeater .row-topbar:hover .handlediv, .abr-metabox-wrap .abr-metabox-repeater .row-topbar:hover .delete { visibility: visible; } .abr-metabox-wrap .abr-metabox-repeater .row-fields { border-bottom: 1px solid #EFEFEF; background-color: #FDFDFD; } .abr-metabox-wrap .abr-metabox-repeater .row-body { padding: 1rem 1.25rem; } /* Reviews -------------------------------------------------------------- */ #abr_review_metabox .handlediv { display: none; } #abr_review_metabox .inside { display: block; margin: 0; padding: 0; } #abr_review_metabox .hidden { display: none; } #abr_review_metabox .handle-actions { display: none; } #abr_review_metabox .abr-metabox-tabs { display: none; } #abr_review_metabox .abr-metabox-tabs[checked="checked"] { display: flex; } #abr_review_metabox .review-repeater-simple .row-fields { border: none; background: none; } #abr_review_metabox .review-repeater-simple .row-body { position: relative; padding: 0.5rem 2rem; } #abr_review_metabox .review-repeater-simple .row-handle { position: absolute; top: 50%; left: 0; transform: translateY(-50%); justify-content: center; align-items: center; margin: 0; font-size: 1rem; color: #000000; text-decoration: none; cursor: move; } #abr_review_metabox .review-repeater-simple .btn-remove-row { position: absolute; top: 50%; right: 0; transform: translateY(-50%); justify-content: center; align-items: center; margin: 0; font-size: 1rem; color: #555d66; text-decoration: none; } #abr_review_metabox .review-repeater-simple .btn-remove-row:hover { color: #000000; } #abr_review_metabox .review-repeater-simple + .btn-add-row { margin-left: 0; margin-right: 0; } @media (min-width: 768px) { #abr_review_metabox .review-field-grid { display: flex; flex-wrap: wrap; } #abr_review_metabox .review-field-grid .review-field-criterion-name { flex: 1 0 70%; } #abr_review_metabox .review-field-grid .review-field-criterion-number { flex: 1 0 30%; padding-left: 2rem; box-sizing: border-box; } #abr_review_metabox .review-field-grid .review-field-criterion-number input { max-width: 100%; width: 100%; } #abr_review_metabox .review-field-grid .review-field-criterion-desc { flex: 1 0 100%; } #abr_review_metabox .review-field-grid .review-field-criterion-desc textarea { min-height: 80px; } } /* Widget -------------------------------------------------------------- */ .widget[id*="abr_reviews_posts_widget"] .widget-content fieldset { border: 1px solid #DDDDDD; margin-top: 0.5rem; padding: 0 0.75rem; } .widget[id*="abr_reviews_posts_widget"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"] .abr-small-post { display: none; } .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-simple-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-simple-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-simple-post { display: none; } .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-3"] .abr-small-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-4"] .abr-small-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-large-post, .widget[id*="abr_reviews_posts_widget"][template="reviews-5"] .abr-small-post { display: block; } 1win casino and sportsbook in India – Intellibotics

1win casino and sportsbook in India

1win casino and sportsbook in India

India, a country with a rich cultural heritage and a growing economy, has seen a significant rise in the popularity of online gaming and sports betting. With the increasing demand for online entertainment, 1win has emerged as a leading player in the Indian market, offering a comprehensive platform for online gaming and sports betting. The 1win app, available for download, has revolutionized the way Indians experience online gaming, providing a seamless and user-friendly interface for players to place bets and enjoy their favorite games.

At 1win, players can enjoy a wide range of games, including slots, table games, and live dealer games, as well as a variety of sports betting options. The 1win app is available for both Android and iOS devices, making it accessible to a vast majority of Indian players. With the 1win app, players can place bets on their favorite sports teams, including cricket, football, and more, and enjoy real-time updates and results.

One of the key features that sets 1win apart from its competitors is its user-friendly interface. The 1win app is designed to be easy to navigate, with a clean and intuitive layout that makes it simple for players to find what they’re looking for. The 1win login process is also quick and easy, allowing players to access their accounts and start playing in no time. With the 1win app, players can enjoy a range of benefits, including exclusive promotions, bonuses, and rewards.

For those who prefer to play on their desktop, the 1win website is also available, offering a similar range of games and features. The 1win online platform is designed to provide a seamless and secure gaming experience, with advanced security measures in place to protect player data and transactions. With 1win, players can enjoy a range of payment options, including credit cards, e-wallets, and more, making it easy to deposit and withdraw funds.

Whether you’re a seasoned gamer or a newcomer to the world of online gaming, 1win is the perfect destination for you. With its user-friendly interface, range of games, and exclusive promotions, 1win is the ultimate online gaming and sports betting platform in India. So why wait? Download the 1win app or visit the website today and start experiencing the thrill of online gaming and sports betting like never before.

Don’t miss out on the action! Sign up now and get ready to win big with 1win!

Remember, 1win is committed to providing a safe and secure gaming environment for all its players. If you’re 18 or older, you’re welcome to join the 1win community and start playing today!

1win Casino and Sportsbook in India: A Comprehensive Guide

1win is a popular online casino and sportsbook that has gained immense popularity in India. With its user-friendly interface, wide range of games, and competitive odds, it’s no wonder why many Indian players are flocking to this platform. In this comprehensive guide, we’ll delve into the world of 1win and explore its features, benefits, and how to get started.

Getting Started with 1win

To begin, you’ll need to download the 1win app or access the website through your mobile browser. The 1win apk is available for both Android and iOS devices, making it easy to access the platform on-the-go. Once you’ve downloaded the app or accessed the website, you’ll need to register for an account. This is a straightforward process that requires basic information such as your name, email address, and phone number.

Once you’ve registered, you’ll be able to access the 1win online casino, which features a vast array of games, including slots, table games, and live dealer games. The casino is powered by leading software providers, ensuring that the games are of the highest quality and offer fair gameplay.

1win Sportsbook

In addition to the casino, 1win also offers a comprehensive sportsbook, which covers a wide range of sports, including cricket, football, tennis, and more. The sportsbook is user-friendly, making it easy to place bets and track your progress. With competitive odds and a wide range of betting options, 1win is an excellent choice for sports enthusiasts.

One of the key benefits of 1win is its commitment to customer support. The platform offers 24/7 support, ensuring that any issues or concerns are addressed promptly. Additionally, the platform is available in multiple languages, including Hindi, making it accessible to a wider audience.

In conclusion, 1win is an excellent choice for Indian players looking for a reliable and user-friendly online casino and sportsbook. With its wide range of games, competitive odds, and excellent customer support, it’s no wonder why 1win is gaining popularity in India. So why not give it a try? Download the 1win app or access the website today and experience the thrill of online gaming!

What is 1win and Why is it Popular in India?

1win is a popular online casino and sportsbook platform that has gained immense popularity in India. The platform offers a wide range of games, including slots, table games, and live dealer games, as well as a sportsbook for betting on various sports and events. In this article, we will explore what 1win is and why it has become a favorite among Indian gamblers.

What is 1win?

1win is a relatively new player in the online gaming industry, but it has quickly made a name for itself due to its user-friendly interface, wide range of games, and competitive odds. The platform is available in multiple languages, including Hindi, making it accessible to a large number of Indian players. 1win is licensed and regulated by the Curacao Gaming Commission, ensuring that all transactions and games are fair and secure.

1win offers a mobile app for both iOS and Android devices, allowing players to access their accounts and place bets on the go. The app is available for download on the 1win website, and players can also access the platform through a web browser.

Why is 1win Popular in India?

So, what makes 1win so popular in India? Here are a few reasons:

Wide range of games: 1win offers a vast selection of games, including slots, table games, and live dealer games. This means that players can choose from a variety of options to suit their preferences and budget.

Competitive odds: 1win offers competitive odds on sports and events, making it an attractive option for sports bettors.

User-friendly interface: The 1win platform is easy to navigate, with a user-friendly interface that makes it simple for new players to get started.

24/7 customer support: 1win offers 24/7 customer support, ensuring that players can get help whenever they need it.

Secure and reliable: 1win is licensed and regulated, ensuring that all transactions and games are fair and secure.

In conclusion, 1win is a popular online casino and sportsbook platform in India due to its wide range of games, competitive odds, user-friendly interface, and 24/7 customer support. With its mobile app and web-based platform, players can access their accounts and place bets from anywhere, making it a convenient option for those who want to play on the go.

Features and Benefits of 1win Casino and Sportsbook in India

1win is a popular online casino and sportsbook in India, offering a wide range of features and benefits to its users. With its user-friendly interface and extensive game selection, 1win has become a favorite among Indian gamblers.

One of the key features of 1win is its mobile app, available for download on both Android and iOS devices. The 1win apk is designed to provide a seamless gaming experience, allowing users to access their accounts and place bets on the go. The 1win app is also optimized for mobile devices, ensuring a smooth and lag-free experience.

Benefits of 1win Casino and Sportsbook

1. Wide Game Selection: 1win offers a vast array of games, including slots, table games, and live dealer games. The casino section is powered by top software providers, ensuring a high level of quality and fairness.

2. User-Friendly Interface: The 1win website and app are designed to be user-friendly, making it easy for new users to navigate and find their favorite games.

3. Secure and Reliable: 1win is a licensed and regulated online casino, ensuring that all transactions and personal data are secure and protected.

4. Competitive Odds: 1win offers competitive odds on sports events, making it an attractive option for sports bettors.

5. Welcome Bonus: New users can take advantage of a generous welcome bonus, providing them with a boost to their bankroll.

6. 24/7 Customer Support: 1win offers 24/7 customer support, ensuring that any issues or concerns are addressed promptly and efficiently.

7. Fast Payouts: 1win offers fast payouts, ensuring that users can access their winnings quickly and easily.

8. Multi-Language Support: 1win is available in multiple languages, including Hindi, making it accessible to a wider audience in India.

9. Variety of Payment Options: 1win accepts a range of payment options, including popular methods such as UPI, Paytm, and bank transfers.

10. Regular Promotions: 1win offers regular promotions and bonuses, providing users with additional opportunities to win and increase their bankroll.

By combining these features and benefits, 1win has established itself as a leading online casino and sportsbook in India, offering a unique and exciting gaming experience to its users.

Scroll to Top
Scroll to Top