/*
Theme Name: Hello Elementor Child 02
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1689668936
Updated: 2023-07-18 08:28:56

*/


/* Toggle Switch */



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  min-width: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  top:50%;
  margin-top:-6px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b70012;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



/* App Style */

div#app {
    width: 100%;
    margin: auto;
    padding: 70px 50px;
    display: table;
}

.filter-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    align-items: flex-start;
}

.filter-item .filter-name {
    padding-left: 10px;
    margin-top: -3px;
}

.filter-box {
    width: 100%;
    background: #fbfbfb;
    padding: 15px;
    border-radius: 6px;
    float: left;
    border: 1px solid #d7d7d7;
    margin: 10px;
    min-height: 15vw;
    display: block;
    height: auto;
}

.row {
    width: 100%;
    float: left;
   
    padding: 20px 0px 0px 0px;
}

.col.col-6 {
    width: 50%;
    float: left;
    padding: 10px;
}


.col.col-4 {
    width: 33%;
    float: left;
    padding: 10px;
}

.col.col-25 {
    width: 25%;
    float: left;
    padding: 10px;
}

#app label
{
    font-size: 15px;
    font-weight: 500;
    color: #000;
	margin-bottom:10px;
}

#app h2 {
    margin: 0px;
    font-size: 22px;
    color: #B70012;
    position: relative;
    padding: 0px 10px;
}

#app h2:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 1px;
    background: #757575;
    bottom: -10px;
    left: 10px;
}

.filter-box p {
    font-size: 15px;
    font-weight: 500;
    color: #b60012;
}

input.paper-title, .no-of-que, .paper-offset, input.paper-timer {
    border-radius: 6px !important;
    background: #fefefe;
    border: 3px solid #e7e7e7 !important;
	outline:none;
	margin-bottom:10px;
}
.info {
    font-size: 14px;
    color: #9a9a9a;
    padding-top: 10px;
    width: 100%;
    display: block;
    line-height: 16px;
}

.paper-title:focus, .no-of-que:focus, .paper-offset:focus
{
	border: 3px solid #B70012 !important;
	outline:none;
}


.filter-submit {
    border: 1px solid #B70012;
    color: #fff;
    background-image: linear-gradient(0deg, #89000d, #B70012);
    background-color: #B70012;
	float:right;
	margin-right:10px;
	border-radius:6px;
	min-width:150px;
	text-align:center;
	height:42px;
	width:auto;
}

#fetch-ids
{
	margin-top:50px;
}

.my-set
{
	width:100%;
}

.my-set th {
    font-size: 14px;
    color: #000 !important;
    text-align: left;
}

.my-set td {
    font-size: 14px;
    text-align: left;
    border: 1px solid #d7d7d7 !important;
    padding: 15px !important;
    display: table-cell;
    vertical-align: middle;
}

.my-set li
{
	list-style:none;
}

.my-set a
{
	background:#000;
	color:#fff !important;
	padding:10px;
	border-radius:4px;
}

.my-set a:hover
{
	background:#B70012;
}

span.count-in-term {
    font-size: 10px;
    background: #e1e1e1;
    width: auto;
    text-align: center;
    margin-left: 5px;
    border-radius: 50px;
    border: 1px solid #b1b1b1;
    padding: 0px 5px;
}

.total-selection-row {
    color: #b70012;
    font-weight: bold;
}
.total-que-row {
    color: #000;
    font-weight: bold;
}

#yourselectedque, #allquestions
{
		color:#4a4a4a;
		font-weight:400;
}

.total-cover {
    padding: 10px;
    border: 1px dashed #d7d7d7;
    border-radius: 7px;
    background: #f7f7f7;
}

.delete-test {
    padding: 5px 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.start-test {
    padding: 5px 10px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-size: 12px !important;
    background: #B70012 !important;
    border: 1px solid #B70012 !important;
    color: #fff !important;
    display: block;
}


/* Dialogue Box */

.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    width: 400px;
    margin: 100px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px    
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
    direction: rtl
}
.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px
}
.button {
  cursor: pointer
}
.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}

.button-default:hover
{
	background-color:#000 !important;
}
.button-danger,
.button-danger:hover
 {
    background-color: #B70012;
    border: 1px solid #d32f2f;
    color: #f5f5f5
}
.link {
  padding: 5px 10px;
  cursor: pointer
}