@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800&display=swap');

.modal-content{
    border: none;
    border-radius: 4px;
}
.success-action{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #def8de;
    background-color: #fff;
    color: #000;
    padding: 20px;
    position: relative;
    border-radius: 4px;
}
.success-action .success-content{
    margin-left: 40px;
}
.success-action .success-content .success-title-header{
    font-size: 16px;
    font-weight: 600;
}
.success-action .success-content .success-text-body{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.success-action .success-content .success-button-footer{
    display: flex;
    margin-bottom: 5px;
}
.success-action .success-content .success-button-footer .success-action-custom-button{
    background-color: #62d09f;
    padding: 8px 22px;
    border: 1px solid #62d09f;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
}
.success-action .success-content .success-button-footer .cancel-action-custom-button{
    background-color: #fff;
    padding: 8px 12px;
    border: 1px solid #62d09f;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
}
.success-action .success-content .success-icon{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
}
.success-text-footer p{
    margin-bottom: 0;
}
.error-action{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #ecd8de;
    background-color: #fff;
    color: #000;
    padding: 20px;
    position: relative;
    border-radius: 4px;
}
.error-action .error-content{
    margin-left: 40px;
}
.error-action .error-content .error-title-header{
    font-size: 16px;
    font-weight: 600;
}
.error-action .error-content .error-text-body{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.error-action .error-content .error-button-footer{
    display: flex;
    margin-bottom: 5px;
}
.error-action .error-content .error-button-footer .error-action-custom-button{
    background-color: #f16a6b;
    padding: 8px 22px;
    border: 1px solid #f16a6b;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
}
.error-action .error-content .error-button-footer .cancel-action-custom-button{
    background-color: #fff;
    padding: 8px 12px;
    border: 1px solid #f16a6b;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
}
.error-action .error-content .error-icon{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
}
.info-action{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #e6f4ff;
    background-color: #fff;
    color: #000;
    padding: 20px;
    position: relative;
    border-radius: 4px;
}
.info-action .info-content{
    margin-left: 40px;
}
.info-action .info-content .info-title-header{
    font-size: 16px;
    font-weight: 600;
}
.info-action .info-content .info-text-body{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.info-action .info-content .info-button-footer{
    display: flex;
    margin-bottom: 5px;
}
.info-action .info-content .info-button-footer .info-action-custom-button{
    background-color: #2196f3;
    padding: 8px 22px;
    border: 1px solid #2196f3;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
}
.info-action .info-content .info-button-footer .cancel-action-custom-button{
    background-color: #fff;
    padding: 8px 12px;
    border: 1px solid #2196f3;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
}
.info-action .info-content .info-icon{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
}
.warning-alert{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
	min-height:60px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    position: relative; 
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);  
}
.warning-alert .msg-box{
    padding:20px 20px 20px 70px;
    width:100%; 
    position:relative; 
    margin-bottom:0;  
    border-radius: 0px 4px 4px 0px;  
    border-top:1px solid #b2b6b3; 
    border-right:1px solid #b2b6b3; 
    border-bottom:1px solid #b2b6b3; 
    border-left:0px solid #b2b6b3;
}
.warning-alert .msg-box h2{
    display:block; 
    font-size:16px; 
    font-weight:600; 
    color:#000; 
    padding-bottom:3px;
}
.warning-alert .msg-box label{
    display:block; 
    font-size:14px; 
    font-weight:400; 
    color:#000; 
    margin-bottom:0;
}
.warning-alert .warning-alert-bg{
    position: absolute;
    width: 50px;
	height:100%;
    background-color: #f8ab3a;
    content: "";
    top: 0;
    left: 0;
    text-align:center;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #f8ab3a;
    color: #fff;
}
.warning-alert .warning-alert-bg img {
    position:relative; 
    top:34%;
}
.warning-alert .warning-close{
    position: absolute;
    width: 26px;
	height:26px;
    background-color: #fff;
    content: "";
    top: -10px;
    right: -10px;
    border-radius: 50%;
    border: 1px solid #b2b6b3;
    text-align:center; 
    display:inline-block; 
    padding-top:2px; 
    cursor:pointer;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);   
}
.error-alert{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
	min-height:60px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    position: relative; 
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);  
}
.error-alert .msg-box {
    padding:20px 20px 20px 70px;
    width:100%; 
    position:relative; 
    margin-bottom:0;
    border-radius: 0px 4px 4px 0px;  
    border-top:1px solid #b2b6b3; 
    border-right:1px solid #b2b6b3; 
    border-bottom:1px solid #b2b6b3; 
    border-left:0px solid #b2b6b3;
}
.error-alert .msg-box h2 {
    display:block; 
    font-size:16px; 
    font-weight:600; 
    color:#000; 
    padding-bottom:3px;
}
.error-alert .msg-box label {
    display:block; 
    font-size:14px; 
    font-weight:400; 
    color:#000; 
    margin-bottom:0;
}
.error-alert .error-alert-bg{
    position: absolute;
    width: 50px;
	height:100%;
    background-color: #f16a6b;
    content: "";
    top: 0;
    left: 0;
    text-align:center;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #f16a6b;
    color: #fff;
}
.error-alert .error-alert-bg img {
    position:relative; 
    top:34%;
}
.error-alert .error-close{
    position: absolute;
    width: 26px;
	height:26px;
    background-color: #fff;
    content: "";
    top: -10px;
    right: -10px;
    border-radius: 50%;
    border: 1px solid #b2b6b3;
    text-align:center; 
    display:inline-block; 
    padding-top:2px; 
    cursor:pointer;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);   
}
.success-alert{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
	min-height:60px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    position: relative; 
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);  
}
.success-alert .msg-box{
    padding:20px 20px 20px 70px;
    width: 100%; 
    position:relative; 
    margin-bottom:0;
    border-radius: 0px 4px 4px 0px;  
    border-top:1px solid #b2b6b3; 
    border-right:1px solid #b2b6b3; 
    border-bottom:1px solid #b2b6b3; 
    border-left:0px solid #b2b6b3;
}
.success-alert .msg-box h2{
    display:block; 
    font-size:16px; 
    font-weight:600; 
    color:#000; 
    padding-bottom:3px;
}
.success-alert .msg-box label{
    display:block; 
    font-size:14px; 
    font-weight:400; 
    color:#000; 
    margin-bottom:0;
}
.success-alert .success-alert-bg{
    position: absolute;
    width: 50px;
	height:100%;
    background-color: #62d09f;
    content: "";
    top: 0;
    left: 0;
    text-align:center;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #62d09f;
    color: #fff;
}
.success-alert .success-alert-bg img{
    position:relative; 
    top:34%;
}
.success-alert .success-close{
    position: absolute;
    width: 26px;
	height:26px;
    background-color: #fff;
    content: "";
    top: -10px;
    right: -10px;
    border-radius: 50%;
    border: 1px solid #b2b6b3;
    text-align:center; 
    display:inline-block; 
    padding-top:3px; 
    cursor:pointer;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.18);   
}
.warning-action{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #efefbc;
    background-color: #fff;
    color: #000;
    padding: 20px;
    position: relative;
    border-radius: 4px;
}
.warning-action .warning-content{
    margin-left: 40px;
}
.warning-action .warning-content .warning-title-header{
    font-size: 16px;
    font-weight: 600;
}
.warning-action .warning-content .warning-text-body{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.warning-action .warning-text-body{
    margin-bottom: 10px;
}
.warning-action .warning-content .warning-button-footer{
    display: flex;
    margin-bottom: 5px;
}
.warning-action .warning-content .warning-button-footer .warning-action-custom-button{
    background-color: #f8ab3a;
    border: 1px solid #f8ab3a;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.warning-action .warning-content .warning-button-footer .cancel-action-custom-button{
    background-color: #fff;
    border: 1px solid #f8ab3a;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
}
.warning-action .warning-content .warning-icon{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
}

.input-error{
    z-index: 1050;
    position: absolute;
    left: 18px;
    padding: 4px 10px;
    margin-left: 10px;
    background-color: rgb(232, 135, 41);
    color: rgb(255, 255, 255)
}

.input-error:before{
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    position: absolute;
    border-right:5px solid #e88729;
    top:6px;
    left: -5px;
    display: inline-block;
    content: '';
    z-index: 2222;
}
.success-action-custom-button{


}