.verify{
	margin-left: auto;
	margin-right: auto;
	.input-group>.form-control {
		padding: 15px;
	}
	form{
		margin: 0 auto 30px auto;
	}
	form>span{
		display: block;
		text-align: center;
	}
	.input-group button {
        background-color: #FE6C2B;
        color: #FFFFFF;
        border: 1px solid #FE6C2B;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        height: 100%;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 600;
    }
	.alert {
		padding: 15px 10px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		gap: 8px;
		margin-bottom: 15px;
	}
	.alert svg {
		width: 22px;
		height: 22px;
	}
	.danger {
		background-color: #F25F5C;
		color: #FCFCFC;
	}
	.success {
		background-color: #2CDA9D;
		color: #FCFCFC;
	}
	.historyList {
		margin: 35px auto 50px auto;
		text-align: center;
		line-height: 2;
	}
	h2 {
		color: #3F4045;
		font-weight: 400;
	}
	table {
		border-spacing: 0;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	table th {
		background-color: #3F4045;
		color: #FCFCFC;
	}
	table tr:first-of-type>*:first-of-type {
		border-top-left-radius: 20px;
	}
	table tr:first-of-type>*:last-of-type {
		border-top-right-radius: 20px;
	}
	table tr>* {
		white-space: nowrap;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
	}
	.active {
		padding: 4px 6px;
		background-color: #2CDA9D;
		color: #FFFFFF;
		border-radius: 5px;
		font-size: 13px;
	}
	.expired {
		padding: 4px 6px;
		background-color: #F25F5C;
		color: #FFFFFF;
		border-radius: 5px;
		font-size: 13px;
	}
	.passive {
		padding: 4px 6px;
		background-color: #595959;
		color: #FFFFFF;
		border-radius: 5px;
		font-size: 13px;
	}
	.suspend {
		padding: 4px 6px;
		background-color: #FFD60A;
		color: #001d3d;
		border-radius: 5px;
		font-size: 13px;
	}
	table tr:not(:first-of-type)>* {
		border: 1px solid #E2E2E2;
	}
	table tr:last-of-type>*:first-of-type {
		border-bottom-left-radius: 20px;
	}
	table tr:last-of-type>*:last-of-type {
		border-bottom-right-radius: 20px;
	}
}