
/*-- Notes popup css-- */
.modal-dialog {
    max-width: 660px !important;
    width: 100% !important;
    transition: -webkit-transform .3s ease-out ;
    transition: transform .3s ease-out ;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out ;
    transform: translate(0px, 0%) !important;
	top:0;
	margin:20px auto !important;
}

.modal-open .modal {
    opacity: 1;
	    background: rgb(0 0 0 / 50%);
}
.modal-backdrop.show {
        opacity: 0;
	z-index: 999; 
	   
	
}
.modal-content {
    box-shadow: none !important;
    background: #fff !important;
	border-radius:8px !important;
}
.modal-header .close {
    right: 30px !important;
    padding: 15px 0px !important;
    position: absolute !important;
    left: inherit !important;
    font-size: 26px !important;
    opacity: .8 !important;
    top: 0 !important;
	font-weight:700 !important;
    line-height: 30px !important;
    margin: -1rem -1rem -1rem auto;
    margin-top: -2px !important;
    transform: none !important;
	width:auto; 
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus{
	outline:none;
}
  .modal .modal-content{
	padding:0 !important;  
  }
.modal-header {
    border-bottom: 1px solid #e5e5e5 !important;
	justify-content: space-between !important;
}
#commonParentModel button.close:hover {
    color: #000 !important;
}
.container.tabs-under-cust-main.showtabs {
    display: none;
}

.custom-message {
    top: -45px !important;
    left: 45px !important;
    position: relative !important;
}
