/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.theme-btn {
	background: var(--default);
    color: #ffffff!important;
	text-decoration:none!important;
	display: inline-block;
    font-weight: 400;
	text-align: center;
    vertical-align: middle;
	border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
	border-radius: .25rem;  
}

.theme-btn:focus, .theme-btn:active:focus, .theme-btn.active:focus {
    outline: 0 none;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active, .theme-btn.active, .open > .dropdown-toggle.theme-btn {
    background: #55c8ff;
}

.theme-btn:active, .theme-btn.dropdown-item {
    background: #55c8ff;
    box-shadow: none;
}
