/*!


Theme Name: Kehlovip Faq


Theme URI: http://underscores.me/


Author: Underscores.me


Author URI: http://underscores.me/


Description: Description


Version: 1.0.0


Tested up to: 5.4


Requires PHP: 5.6


License: GNU General Public License v2 or later


License URI: LICENSE


Text Domain: kehlovip_faq


Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready





This theme, like WordPress, is licensed under the GPL.


Use it to make something cool, have fun, and share what you've learned.





Betjili is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.


Underscores is distributed under the terms of the GNU GPL v2 or later.





Normalizing styles have been helped along thanks to the fine work of


Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


*/




/* Reveal Animation */
@keyframes pinchReveal {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.reveal-animation {
  animation: pinchReveal 0.4s ease-out;
}

.modal-body .list-group-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ddd;
}

.list-group-item img {
/*   border-radius: 50%; */
}

.btn-group .btn-primary {
  background-color: #366fcf;
  border-color: #366fcf;
}

.btn-group, .btn-group-vertical {
    gap: 10px;
    width: 75%;
}
button.btn.btn-sm.btn-primary, button.btn.btn-sm.btn-outline-primary {
    max-width: 50%;
	border-radius: 8px !important;
	border-color: var(--secondary-color) !important;
	font-weight: 700;
}
.btn.btn-sm.btn-outline-primary {
	border-radius: 8px !important;
}

a.btn.btn-sm.btn-primary:focus, a.btn.btn-sm.btn-outline-primary:focus {
    outline: none;
    color: #fff;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover{
    color: #fff;
   background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.btn-outline-primary:hover {
	background-color: var(--accent-color) !important;
	border-color: var(--accent-color) !important;
}


div#languageModal .modal-header {
	text-align: left;
	justify-content: left;
	border: 0;
	padding: 1rem 1.5rem;
	background: var(--dark-color) !important;
	    border-top: 1px solid #979797;
    font-weight: 300;
    position: relative;
}

div#languageModal .modal-header .btn-close {
	opacity: 1;
}
div#languageModal span {
	color: var(--secondary-color);
}

.btn-close:focus {
	box-shadow: none;
}

.list-group-flush {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

div#languageModal.modal {
    top: 100px;
}

h5.modal-title {
	font-weight: 500;
}



