.modal-content{
	padding: 0px 0px 0 0px;
}
.modal-header{
	justify-content: flex-end;
	border:0;
	margin-top:0;
    padding: 0px 20px 0 20px;
    background: -webkit-linear-gradient( 1deg, rgb(242, 98, 43) 0%, rgb(252,190,56) 100%) !important;
}
#profile_pic_modal .modal-header{
    background-color:#fc641e;
}
#profile_pic_modal .modal-body{
    min-height: 100px;
	height:auto;
}
#upload_doc_modal .modal-header{
    background-color:#fc641e;
}
#upload_doc_modal .modal-body{
    min-height: 100px;
	height:auto;
}
#upload_doc_modal2 .modal-header{
    background-color:#fc641e;
}
#upload_doc_modal2 .modal-body{
    min-height: 100px;
	height:auto;
}
#modal-success .modal-header{
    background-color:#fc641e;
}
#modal-success .modal-body{
    min-height: 100px;
	height:auto;
}
.modal-footer{
	justify-content: flex-start;
}
.modal-title{
	color:#ffae00;
	font-weight: 500;
	font-size: 2rem;
}



.modal-header-notification {
	background-color: #fc641e;
	border-top-right-radius: 10px; 
	border-top-left-radius: 10px; 
	height: 100px;
}


button.close {
    /* padding: 10px 0px; */
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    background-color: #ebebeb;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    border-radius: 5px;
}


.educli-modal-heading {
	font-size: 1.2rem;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.educli-modal-block {
	height: 300px;
	border-radius: 10px;
	background-color: #f9fbfb;
	border: 1px solid #d2d5dd;
}
.educli-modal-block a{
    display: initial;
}

.educli-modal-success {
	font-size: 1.2rem;
	font-weight: bold;
	color: #393636;
 	text-transform: capitalize;
}
.educli-modal-success a{
    color: #fc641e;
}
.form-control-popup {
	display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1em;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-popup-green {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background-color: #72a264;
    border-color: #72a264;
}

.btn-popup-red {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background-color: #f14e4d;
    border-color: #f14e4d;

   }

   .close {
   	opacity: 1;
   	color: #9b9b9b;
   }

   .close:focus, .close:hover {
   	background-color: white;
    text-decoration: none;
    opacity: 1;
}

.modal-body {
	min-height: 200px;
	height:auto;
}
.termsmodal h1{
    text-shadow: none;
    color: #000;
    font-size: 20px;
    display: table-cell;
    border-bottom-style: solid;
    padding-bottom: 5px;
    border-color: #feb711;
}
.termsmodal h2{
margin-bottom: 0px;
font-size: 15px;
font-weight: 600;
line-height: 1.5;
}
/*#preview-profile-pic img{
	max-width: 100%;
	height:auto;
}*/


.educli-modal-tablehead {
	font-size: 1em;
	font-weight: bold;
	color: #393636;
 	text-transform: capitalize;
}