.bootstrap-dialog.type-default .modal-header {
	background-color: var(--cor-principal);
	color: #fff !important;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
	color: #fff;
        
        
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff !important;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}

/*C-Loader*/
    .c-loader-box{ 
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        text-align: center;
        background-image: url('../img/loader.png');
        background-position: center center;
        background-repeat: no-repeat;
        
    }
   
    .c-loader-box .c-loader {
        animation: is-rotating 1s infinite;
        border: 2px solid #fff;
        border-radius: 50%;
        border-top-color: #E6E6E6;
        height: 80px;
        width: 80px;
        position: relative;
        margin: 0 auto;
    }
    @keyframes is-rotating {
        to {
          transform: rotate(1turn);
        }
      }



.overlay-loading-box{
    position: fixed;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255,255,255,0.5);
    z-index: 99999;
    display: none;
    
}

@media only screen and (max-width : 767px) {

    
}