#sidebar-primary-sidebar{display:none;}
.star {
    color: #e80028;
}
.response-output {
    border-color: #ffb900;
}

.response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.inpt-mb{
	margin-bottom:1.5em;
}
 select {
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.inpt-mb label{
	margin-bottom:0;
}
p.label-sub{
	font-family:inherit;
	font-size: 12px;
        color: #191515;
	margin-bottom:5px;
	margin-top:0;
}
#menu-main{display: none;}
mark{background: #ff0;
    color: #000;}
.inpt-filed{margin-left: 20px; display: none;}
.inpt-brd {
    border: 1px solid #cccccc;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.custom-file-upload {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: "Helvetica", sans-serif;
  transition: .5s;
  width: 60%;
  margin-top: 10px;
}

.custom-file-upload:hover {
  background-color: #eee;
}
.del{
    cursor: pointer;
}
.adv-loading-item:after {
    border: 6px solid #f3f3f3;
    border-radius: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 42%;
    left: 39%;
    width: 50px;
    height: 50px;
    border-top: 4px solid blue;
    border-right: 4px solid green;
    border-bottom: 4px solid red;
    border-left: 4px solid pink;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:99;
}
.adv-loading-item:after {
    display: block;
    content: "";
    clear: both;
}
.adv-loading-item:before {
    display: block;
    content: "";
    clear: both;
    background: rgb(90 63 63 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
}
.oc_popup{
	display:none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height:100%;
	width:100%;
	overflow:auto;
   background-color: rgba(0,0,0,0.6);
}
.popup{
	height:auto;
	width:90%;
	margin:5% auto;
	display:block;
	border-radius:8px;
	background-color: #FFFFFF;
	overflow:hidden;
	-moz-box-shadow: 0 0 5px $popupShadow;
	-webkit-box-shadow: 0 0 5px $popupShadow;
	box-shadow: 0 0 5px $popupShadow;
}
@media (min-width:768px) {
.popup{
	width:80%;
	max-width:500px;
}
}
.popup .oc_popup-cls {
    float: right;
    margin: 10px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 1.1em;
    color: #000;
}

.popup .box{
	padding:1em;
}
.popup .title{
	color:#000000;
	font-weight:700;
	margin: 0 0 1em 0;
}
.or_opt{
    margin-top: 25px !important;
    color: #e80028;
}

#files-area{
    width: 30%;
    margin: 1px 1px 0px 1px;
}
.file-block{
	border-radius: 10px;
	background-color: rgba(144, 163, 203, 0.2);
	margin: 5px;
	color: initial;
	display: inline-flex;
	& > span.name{	padding-right: 10px;
		width: max-content;
		display: inline-flex;
	}
}
.file-delete{
	display: flex;
	width: 24px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
	&:hover{ background-color: rgba(144, 163, 203, 0.2);border-radius: 10px;}
	& > span{ transform: rotate(45deg);}
}
.text-light{
    text-decoration: none;
    margin-top: 10px;
}
