label.error {
    color: red;
    font-size: 13px;
}

.fade:not(.show) {
    opacity: 1 !important;
}
.inactive-non{
	pointer-events: none;
    opacity: 0.5;
}

.loadercontainer {
    background-color: #504d4d78;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display:none;
}

    .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
    position: absolute;
    top: 50%;
    z-index: 999999;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}


.displaynonecls{
   display:none;
}
.stbox {
	border-radius: 4px;
	border: 1px solid transparent;
	color: #FFF;
	padding-left: 3px;
    padding-right: 3px;
}
.vt-url, .vt-url:hover {
	color: #cdc107;
}
.give-new-padding{
  margin-top:32px;
}
.custom-max-height{
  max-height: 353px;
}

.dp-img-drop-new{
  max-width: 25px;
  margin-right: 6px;
}
.col-name {
  display: none;
}
@media (max-width: 768px) {
  .resp-tbl thead {
    display:none;
  }
  .resp-tbl tbody td {
    display: block;
  }
  .resp-tbl tbody tr:first-child td:first-child {
    border-top: none;
  }
  .resp-tbl tbody td {
    border: none;
    border-top: 1px solid #dee2e6;
  }
  .resp-tbl tbody td:first-child {
    border: none;
    border-top: 2px solid #b1b1b1;
  }
  .col-name {
    display: inline-block;
    font-weight: bold;
  }
  .resp-tbl .text-center {
    text-align: left !important;
  }
}
@media (max-width: 380px) {
	.lgn-btn-resp {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.sub-tabs .nav-item {
		width: 49.3%;
		margin-left: 0.7%;
		margin-right: 0.7%;
	}
	.sub-tabs .nav-item:nth-child(even) {
		margin-right: 0;
	}
	.sub-tabs .nav-item:nth-child(odd) {
		margin-left: 0;
	}
	.sub-tabs .nav-item:not(:nth-last-child(-n+2)) {
		margin-bottom: 6px;
	}
	.sub-tabs .nav-item:not(:nth-last-child(-n+2)) .nav-link:not(.active) {
		border-bottom-color: #d4d6d8 !important;
	}
}
@media (max-width: 600px) {
	.sub-tabs .nav-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.sub-tabs .nav-item:not(:last-child) {
		margin-bottom: 4px;
	}
	.sub-tabs .nav-item:nth-last-child(2) .nav-link {
		border-bottom-color: #d4d6d8 !important;
	}
}

@media (max-width: 767px) {
	.form-txtside-btn.md-col {
		margin-top: 0;
	}
}
.m-btn-b .btn {
	margin-bottom: 2px;
}
@media (max-width: 372px) {
	.btn-resp-fsize {
		font-size: 13px;
	}
}
@media (min-width: 992px) {
	.bt-al-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 991px) {
	.hid-lbl-btn {
		display: none;
	}
	.bt-al-row .btn {
		margin-bottom: 2px;
	}
}
@media (max-width: 767px) {
	.tm-stat {
		display: block !important;
		margin-bottom: 10px;
		border-bottom: 1px solid #DDD;
		padding-bottom: 8px;
	}
	.act-ml {
		margin-left: 10px;
	}
	.res-mb {
		margin-bottom: 10px;
	}
}
.ovclass {
	overflow-x: auto;
}
.stbox {
    margin-top: 2px;
    margin-bottom: 2px;
}
.ms-drop {
	width: 100%;
}
.ms-drop ul > li label {
    white-space: normal;
	word-break: break-word;
}

@font-face {
    font-family: "Mriwther";
    font-style: normal;
    font-weight: 700;
    src: local("Merriweather-Black"), local("Merriweather-Black"),
    url("../fonts/Merriweather-Black.ttf")
    format("truetype");
}
.lgo-txt{
    font-family: "Mriwther"!important;
}