/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#website {
    display: none;
}
.list-style ul {
    margin-left: 15px;
}

.confirm {
    color: #636363;
}
.confirm .confirm-header {
    border-bottom: none;
}
.confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
.confirm .confirm-body {
    color: #999;
}
.confirm .confirm-footer {
    border: none;
    text-align: center;
    font-size: 13px;
    padding: 10px 15px 25px;
}
.confirm .i-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
}
.confirm .i-box i {
    color: #f15e5e;
    font-size: 75px;
    display: inline-block;
}
.confirm .btn, .confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
.confirm .btn-secondary {
    background: #c1c1c1;
}
.confirm .btn-secondary:hover, .confirm .btn-secondary:focus {
    background: #a8a8a8;
}
.confirm .btn-danger {
    background: #f15e5e;
}
.confirm .btn-danger:hover, .confirm .btn-danger:focus {
    background: #ee3535;
}

