/*
	===============================
			@Import	Function
	===============================
*/


/*
	===============================
			@Import	Mixins
	===============================
*/

.maintanence-hero-img img {
    width: 62px;
    height: 62px;
}

body.maintanence {
    background-image: url("../../../img/background-pc.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat;
    color: #000000;
}

body.maintanence>.maintanence-content {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.maintanence .error-title {
    margin-top: 65px;
    color: #ffffff;
    font-weight: 600;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
    text-shadow: 0px 5px 4px rgba(31, 45, 61, 0.101961);
}

.maintanence .error-text {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #4361ee;
}

.maintanence a.btn {
    width: 134px;
    padding: 6px;
    font-size: 17px;
    background-image: linear-gradient(135deg, #4361ee 0%, #805dca 100%);
    border: none;
    letter-spacing: 2px;
}

.maintanence .text {
    color: #3b3f5c;
    font-size: 15px;
    font-size: 16px;
    color: #3b3f5c;
    font-weight: 600;
    margin-top: 21px;
}


/*Others */


/*Registration Button */

.registration-btn {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    left: 62%;
    top: 50%;
    width: 27%;
    height: 8%;
    display: flex;
}


/* Item Align */

.toLeft {
    display: flex;
    align-items: center;
}


/* Font Style */

.font-style1 {
    font-size: 16px;
    font-weight: bold;
}

.font-style2 {
    font-size: 19px;
    font-weight: bold;
}

.font-style3 {
    font-size: 23px;
    font-weight: bold;
}

.font-style4 {
    font-size: 1em;
    font-weight: bold;
}

.text-color {
    color: #000000;
}


/* Color */

.color-style1 {
    color: #FF0000;
}


/* Line Breaker */

.line-breaker1 {
    margin-top: 3%;
}

.line-breaker2 {
    margin-top: 5%;
}

.line-breaker3 {
    margin-top: 7%;
}

.line-breaker4 {
    margin-top: 9%;
}

.line-breaker5 {
    margin-top: 11%;
}


/* Modal Body Scroll */

.modal-scroll {
    overflow-x: initial !important
}

.modal-body-scroll {
    height: 80vh;
    overflow-x: auto;
}


/** Change Background **/

@media screen and (max-width: 992px) {
    body.maintanence {
        background-image: url("../../../img/mobile-bg.jpg");
    }
    .font-style4 {
        font-size: 0.8em;
        font-weight: bold;
    }
}