.select-dropdown{margin-left: 15px; background-color: #0F0E0E; color: white;margin-top: 5px;}
.img-size{width: 950px;  }
/*textarea,input{background-color: #0F0E0E !important; color: white !important;}*/
.custom-button{text-align: center; border-radius: 2px; border: 1px solid #dae0e5; color: white; padding: 5px; margin-bottom: 10px;}
.fa-35{ font-size:35px;}
.sidebar-right{ padding: 10px;}
.bgThemeDiv:hover { 
    border: 6px solid #ffffff;
}
.pad-LR-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.imagePanel{
    width:100%;
}
.handPointer{
    cursor: pointer;
}
.textClick{
    color: cornflowerblue;
}
.modelPop{
    background-color: rgba(0, 0, 0,0.95);
/*    display: block;*/
    transition: 0.7s;
}
.modelTextColor{
    color: white;
    
}
.close{
    color: #fff;
}
.close:hover{
    color: #fff;
}

.posab{
     position: absolute;
  left: 50%;
  top: 50%;
}

/* loader start */
  .spinner {
	position: fixed;
	padding: 0px;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9998;
	background: #000;
	opacity: 0.6;
	transition: opacity 0.3s linear;
}

.center {
	margin: auto;
	width: 100%;
}

.loading-text {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: sans-serif;
	background: transparent;
	text-align: center;
	padding-top: 33%;
}

.spinner img {
	position: fixed;
	padding: 0px;
	
	z-index: 10;
	background: #000;
	opacity: 0.6;
	transition: opacity 0.3s linear;
}

.hidden {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.visible {
	visibility: visible;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	left: 48%;
	top: 47%;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}

.lds-roller div::after {
    content: '';
    display: block !important;
    position: absolute !important;
	width: 6px !important;
	height: 6px !important;
	border-radius: 50% !important;
	background: #fff !important;
	margin: -3px 0 0 -3px !important;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1)::after {
	top: 50px;
	left: 50px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2)::after {
	top: 54px;
	left: 45px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3)::after {
	top: 57px;
	left: 39px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4)::after {
	top: 58px;
	left: 32px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5)::after {
	top: 57px;
	left: 25px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6)::after {
	top: 54px;
	left: 19px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7)::after {
	top: 50px;
	left: 14px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8)::after {
	top: 45px;
	left: 10px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#loading-spinner-text {
	font-size: 26px;
}

.loading-spinner-text {
	font-size: 26px;
}

/* loader end */
.btn-color-green {
    background: #047DAD;
    color: #fff;
    width: 16.5%;
}

.btn-color-blue {
    background: #6CA0B6;
    color: #fff;
    width: 16.5%;
}

.modal-footer-image {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.modal-content{
   border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px; 
}
.actionDiv
{   
    margin-top: 5%;
    text-align: right;
}
/* label span
    {
      display: inline-block;
      width: 100%;
      white-space: nowrap; 
      overflow: hidden;
      text-overflow: ellipsis;  
	} */
	
.remove-audio{
	position: absolute;
	top: 120%;
	right: 0;
	cursor: pointer;
}