/* The Modal (background) */
.lsplugin-modal {
	display: none;
	position: fixed;
	z-index: 100;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	max-width: 100% !important;
	margin: 0 !important;
}

/* Modal Content */
.lsplugin-modal__content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	position: relative;
	margin-top: 0;
	border-radius: 10px;
}

.lsplugin-modal__content h4 {
	font-size: 1.7rem;
}

/* The Close Button */
.lsplugin-modal__close {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 1rem;
	top: 0.5rem;
}

.lsplugin-modal__close:hover,
.lsplugin-modal__close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#footer-thankyou,
#footer-upgrade {
	display: none;
}

.lsplugin__bullet-list {
	list-style: none !important;
}

.lsplugin__bullet-list li {
	margin-top: 0.5rem;
	position: relative;
	padding-left: 1.1rem
}

.lsplugin__bullet-list li:before {
	content: "";
	background-color: #414141;
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: .3rem;
	height: .3rem;
	border-radius: 50%
}

.lsplugin__bullet-list--light li:before {
	background-color: #fff
}

.lsplugin__bullet-list a {
	word-break: break-all
}



/*question ul*/
.lsplugin__bullet-question-list {
	list-style: none !important;
}

.lsplugin__bullet-question-list li {
	margin-top: 1rem;
	position: relative;
	padding-left: 1.1rem
}

.lsplugin__bullet-question-list li:before {
	
	background-color: #414141;
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: .3rem;
	height: .3rem;
	border-radius: 50%
}


.lsplugin__bullet-question-list a {
	word-break: break-all
}

.datediv {
	width: 30% !important;
}

#colorModal .lsplugin-content {
	max-height: 450px !important;
	overflow-y: auto !important;
}

.enter-password-modal .lsplugin-modal__content {
	display: flex;
	align-items: center;
	/*width: 100%;*/
	max-width: 45rem;
}

.enter-password-modal .modal-content__left {
	width: 45%;
}

.enter-password-modal .modal-content__right {
	width: 55%;
	padding: 3rem;
}


.lsplugin-modal__heading {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.lsplugin-modal__description {
	color: #a49898;
	font-size: 0.875rem;
}


@media (max-width: 767px) {
	.lsplugin-modal__content {
		width: 85%;
	}

	.lsplugin-modal__content .lsplugin-form-group-submit .lsplugin-btn {
		min-width: 8rem;
	}

	.enter-password-modal .lsplugin-modal__content {
		display: block;
		padding: 0;
	}

	.enter-password-modal .modal-content__left,
	.enter-password-modal .modal-content__right {
		width: 100%;
	}

	.enter-password-modal .modal-content__left img {
		max-width: 10rem;
		margin: 0 auto;
		display: block;
	}

	.enter-password-modal .modal-content__right {
		padding: 1rem;
	}

	
.woocommerce-additional-fields .ch1_1 {
    width: 100% !important;
    float: none !important;
    text-align: center;
}

.woocommerce-additional-fields .ch1_1 b {
    display: block;
	margin: 0.5rem 0;
}

.woocommerce-additional-fields .ch1_1 .multiselect.dropdown-toggle {
	height: 2.2rem;
}

}

.lsplugin-gamecard-list .managecard {
    width: 50% !important;
}

.managecard .lsplugin-gamecard-content {
    display: block !important;
}


#legitsquares-boards-lite-update
{
	display:none;
}

.lic_server_error
{
	font-size: 20px;
	color:red;
}

.lsboards_hl_div
{
	background-color:#ffffff !important;
	color: #3c434a;
}

#wocommModal .lsplugin-modal__content
{
	margin-top:-4% !important;
}

.product_div,.category_div
{
	height:250px !important;
	overflow-y: auto !important;
}
.d-none
{
	display:none !important;
}

#wocommModal .lsplugin-content {
    font-size: 13px !important;
}

.text-center
{
	text-align: center;
}

.lsplugin-boardbutton {
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
	margin: 2px;
	cursor: pointer;
}

.lsplugin-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.lsplugin-modal__content {
    margin-top: 0% !important;
}

.lsplugin-counter-div
{
	margin-bottom:20px;
}

.lsplugin-counter-div span
{
	margin-left:10px;
	margin-right:5px;
}

.lsplugin-ml60
{
	margin-left:60px !important;
	margin-right:10px !important;
}

.lsplugin-modal__content_notification
{
	width:70% !important;
}

/* The switch container */
.lsplugin-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
  }
  
  /* Hide the default checkbox */
  .lsplugin-switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .lsplugin-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: grey; /* Off color */
	transition: .4s;
	border-radius: 24px;
  }
  
  /* Before the slider */
  .lsplugin-slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
  }
  
  /* When the checkbox is checked, change the background color */
  input:checked + .lsplugin-slider {
	background-color: #389adb; /* On color */
  }
  
  /* Move the slider (the round part) when checked */
  input:checked + .lsplugin-slider:before {
	transform: translateX(26px);
  }
  
  .not_div_content
  {
	width:100% !important;
  }

  #not_content2
  {
	height: 400px !important;
    overflow-y: auto !important;
  }

  .lsboards_register_license_wrapper {
    width: 329px !important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    margin: 20px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    gap: 10px;
    padding: 20px;
}

#lsboards_check_ajax_license {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 2px !important;
    height: auto !important;
}
#lsboards_check_ajax_license
{
	cursor: pointer !important;
}


@media (max-width: 767px) {
	.lsplugin-boardbutton {
		padding: 5px 8px;
		font-size: 11px;
	}
}