.d-block {
    display: block !important;
}

.reset-password{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.reset-password .modal{
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    position: unset;
}
.reset-password .modal-header{
    background-color: #f2f2f2;
    width: 100%;
    height: 50px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.reset-password .modal-header h1{
    color: #205588;
    font-size: 1.75rem;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}
.reset-password .modal-body{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.reset-password .modal-body p{
    font-size: 15px;
    color: #000;
    text-align: center;
    text-shadow: none;
}
.reset-password .modal-body .subtitle-reset-password{
    margin-top: 1em;
    font-weight: 800;
}
.reset-password .modal-body form{
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.reset-password .modal-body form input{
    width: 100%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 1rem;
    color: #000;
    text-align: center;
}

.reset-password .modal-body form input::placeholder{
    color: #000;
}

.reset-password .modal-body form input:focus{
    outline: none;
    border: 2px solid #9e9e9e;
}

.reset-password .modal-body form {
    width: 100%;
    display: flex;
    justify-content: end;
}

.reset-password .modal-body form .dont-access-to-document p a {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}

.reset-password .modal-body form .row {
    margin-right: 0;
    margin-left: 0;
}

.reset-password .modal-body form .button-form-password {
    /* margin-bottom: 20px; */
    /* position: absolute; */
    bottom: 50px;
    right: 60px;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    height: 35px;
}

.reset-password .modal-body form .button-form-password i {
    margin-right: 20px;
}

.reset-password .close-modal {
    font-size:25px; 
    color:#e63333;
    cursor: pointer;
}

.reset-password .close-modal:hover {
    cursor: pointer;
}

.reset-password .buttons{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reset-password .div-buttons{
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 1em;
}

.reset-password .div-buttons button{
    height: 35px;
}

.content-new-token {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-new-token {
	background-color: transparent;
	width: fit-content;
	border: none;
	outline: none !important;
	cursor: pointer;
	text-decoration: underline;
}

.link-new-token:hover {
	font-weight: bold;
}

.link-new-token:disabled:hover {
	font-weight: normal;
	cursor: not-allowed;
}

.dont-have-access-to-document {
    text-shadow: none !important;
    text-decoration: none !important;
}

.dont-have-access-to-document:hover {
    opacity: 0.7;
    text-decoration: underline !important;
}

.button-email, .button-whatsapp, .button-get-whats, .button-get-mail, .button-password {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.3em 1em;
    font-size: .7em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 48%;
    min-width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    text-align: left;
}

.button-email:hover, .button-whatsapp:hover, .button-get-whats:hover, .button-get-mail:hover, .button-password:hover {
    background-color: #0d6efd;
    opacity: 0.7;
}

.button-whatsapp:disabled, .button-get-whats:disabled{
    background-color: #0d6efd;
    color: white;
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: none;
}
