.modal-content-small {
    background: var(--theme-color-background);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.229212);
    border-radius: 10px;
    margin: auto;
    width: 569px;
    margin-left: 5px;
    margin-right: 5px;
}

.modal-header.session-mn{
    height: 53px;
    display: flex;
    align-items: center;
    background: var(--theme-color-brand-tertiary);
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 40px;
    padding-bottom: 24px;
}

.modal-dialog{
	pointer-events: auto;
}

.modal-title {
    margin: auto;
    font-family: var(--theme-font-title);
    font-size: 22px;
    line-height: 21px;
    border-radius: 2.4px 2.4px 0px 0px;
}

.modal-header{
	position: relative;
}

.modal-body {
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 26px 33px 50px 33px;
    text-align: center;
}

#sessionWarningLogoutForm .modal-button {
    margin-top: 27px;
    color: var(--theme-color-brand-secondary);
    background: var(--theme-color-background);
    border: 1.5px solid var(--theme-color-brand-secondary);
    box-sizing: border-box;
    border-radius: 4px;
}

.modal-header.session-mn{
	border-bottom:0;
}

.btn.btn-primary.session-mn{
	width: 100%;
	max-width: 320px;
	margin-top: 24px;
}

.modal-body.session-mn{
	padding-bottom: 40px;
}

.bt-margin-right{
	margin-right: 5px;
}
.bt-margin-left{
	margin-left: 5px;
}
.bt-margin-right,
.bt-margin-left{
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}

.session-warning-form input,
.session-warning-form button{
	margin-top: 28px;
}

.support-buttons{
	width: 100%;
	margin-top: 10px;
}

.support-buttons button{
	width:100%;
	margin-top: 10px;
}

.support-buttons button.no-number{
	margin-top: 20px;
}

.support-buttons button:hover svg path{
	fill:#fff;
}

.support-buttons button.web svg{
	position: absolute;
    margin-left: -35px;
}

.support-buttons button.web{
	/*background-image: url('../images/icons/web.svg');*/
	background-repeat: no-repeat;
    background-position-x: 26%;
    background-position-y: center;
    font-size: 18px;
    font-weight: bolder;
}

.support-buttons button.phone{
	/*background-image: url('../images/icons/phone.svg');*/
	background-repeat: no-repeat;
    background-position-x: 30%;
    background-position-y: center;
    font-size: 18px;
    font-weight: bolder;
}

.support-buttons button.phone svg{
	position: absolute;
    margin-left: -30px;
}

.resend-mfa-popup{
	max-width: 400px;
}

@media (min-width: 576px) {
    .modal-container{
        max-width: 570px !important;
    }
}