/*-- Dialog -- */
.custom_dialog {
	display: none;
}

.custom_dialog_close {
    position: absolute;
    top: 10px;
    right: 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.custom_dialog form {
	max-width: 350px;
}

.custom_dialog form input {
	max-width: 350px;
}

.dialog_guidefac_img, .dialog_news_img {
	max-width: 400px;
	margin-top: 5px;
    margin-left: 15px;		
}

.dialog_form_response {
    padding-top: 0px;
    padding-bottom: 10px;
}

.cd_dialog_close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
    border-radius: 14px;
    height: 24px;
    width: 24px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}

.cd_main_display {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--slate-gray-light);
    border: 1px solid var(--slate-gray-med);
    border-radius: 20px;
    padding: 40px;
    z-index: 99;
}

.cd_subflex_right {
	padding-left: 40px;
}

.cd_form_header {
	background: var(--black);
    color: var(--white);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	text-transform: none;
	padding-bottom: 0px;
}

.cd_form_cont {
	padding: 15px;
    background: var(--white);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* -- BSM Book ---------------------------- */
.dialog_bsm_book .flex_sub_container {
	padding: 40px;
}

.cd_bsm_text {
	color: var(--orange-light);
	font-weight: 600;
}
/* ---------------------------------------- */