/* Start Main Rulez */
/* Start Main Rulez */

body {
    background-color: #f4f4f4;
    font-size: 16px;
}



.input-container {
    position: relative;
}

.form-control {
    position: relative;
}


.asterisk {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #d20707;
}

.main-form .asterisk {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 8px;
    color: #d20707;
}



h1 {
    font-size: 55px;
    margin: 40px 0;
    font-weight: bold;
    color: #666;
}

/* End Main Rulez */




/* Start Bootstrap Edits */


.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.nav>li>a,
.navbar-brand {
    padding: 15px 12px;
}

.navbar-brand {
    font-size: 1em;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.dropdown-menu {
    background-color: #3498db;
}

.dropdown-menu {
    min-width: 180px;
    padding: 0;
    font-size: 1em;
    border: none;
    border-radius: 0;
}

.dropdown-menu>li>a {
    color: #FFF;
    padding: 10px 15px;
}


.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #FFF;
    background-color: #8e44ad;
}

.form-control {
    position: relative;
}

/* End Bootstrap Edits */

/* Start Login Page */

.login-page form,
.the-errors {
    max-width: 300px;
    margin: auto;

}

.login-page form input {

    margin-bottom: 10px;

}

.the-errors .msg {
    padding: 10px;
    text-align: left;
    border-left: 5px solid #cd6858;
    background-color: #fff;
    margin-bottom: 8px;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #919191;
}

.the-errors .error {
    border-left: 5px solid #cd6858;
}

.sign {
    color: #5cb85c;
}

.log {
    color: #337ab7;
}

/* End Login Page */


/* Start Header */

.upper-bar {
    padding: 10px;
    background-color: #FFF;
}

.my-image {
    width: 32px;
    height: 32px;

}

/* End Header */

/* Start Categories Page */

.item-box {
    position: relative;

}

.item-box .price-tag {
    background-color: #B4B4B4;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: bold;
    color: #FFF;

}

.item-box .approve-status {

    position: absolute;
    top: 40px;
    left: 0;
    background-color: #b85a5a;
    color: #FFF;
    padding: 3px 5px;

}

.item-box .caption p {
    height: 44px;
    max-height: 44px;
}

/* End Categories Page */

/* Start Profile page */
.information {
    margin: 20px 0 0;
}

.information ul {

    padding: o;
    margin: 0;
}

.information ul li {

    padding: 10px;
}

.information ul li:nth-child(odd) {
    background-color: #EEE;

}

.information ul li span {
    display: inline-block;
    width: 120px;
}


.thumbnail .date {
    text-align: right;
    font-size: 13px;
    color: #AAA;
    font-weight: bold;

}

.information .btn {
    margin-top: 10px;
}

/* End Profile page */

/* Stat Show Item Page */

.item-info h2 {
    padding: 10px;
    margin: 0;
}

.item-info p {
    padding: 10px;

}

.item-info ul li {

    padding: 10px;


}

.item-info ul li:nth-child(odd) {
    background-color: #E8E8E8;

}

.item-info ul li span {
    display: inline-block;
    width: 120px;
}


.custom-hr {


    border-top: 1px solid #c9c9c9;

}

.add-comment h3 {
    margin: 0 0 10px;
}

.add-comment textarea {
    display: block;
    margin-bottom: 10px;
    width: 500px;
    height: 120px;
}


.comment-box {
    margin-bottom: 20px;
}

.comment-box img {
    max-width: 100px;
    margin-bottom: 10px;
}

.comment-box .lead {
    background-color: #EEE;
    position: relative;
    padding: 10px;
    margin-top: 25px;
}

.comment-box .lead:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #e0e0e0 transparent transparent;
    position: absolute;
    left: -28px;
    top: 10px;

}

/* End Show Item Page */


/*Start Verification page */

.container-verify {

    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);


}

.container-verify * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.verifiy-body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.container-verify {
    background: white;
    border-radius: 16px;
    padding: 40px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.container-verify h1 {
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.container-verify p {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.container-verify .otp-inputs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

.container-verify .otp-input {
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
}

.container-verify .otp-input:focus {
    border-color: #667eea;
}

.container-verify button {
    width: 100%;
    padding: 14px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.container-verify button:hover {
    background: #5568d3;
}

.container-verify .the-errors {
    margin: 20px 7px;
    font-weight: bold;

}



.resend-otp {
    margin-top: 10px;
}


.login-page form,
.the-errors {
    max-width: 300px;
    margin: auto;

}

.the-success-remain {
    padding-top: 14px;
}



.the-errors .error {
    border-left: 5px solid #cd6858;
}

.the-errors .success {
    border-left: 5px solid #07c530;
}

.verification-messsages {}

/* .oauth {
    /* margin-left: 350px; */
    /* width: 300px;
    height: 30px; */
/*
} 
*/


.google-wrapper {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
    /* full viewport height */
}

.google-btn {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 10px 20px;
    height: 44px;

    border: 1px solid #dadce0;
    border-radius: 999px;
    /* pill shape */
    background-color: #c4c4c4;

    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #3c4043;

    transition: background-color 0.2s, box-shadow 0.2s;
}

.google-btn img {
    width: 20px;
    height: 20px;
}

.google-btn:hover {
    background-color: #f7f8f8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.google-btn:active {
    background-color: #eeeeee;
}




.google-btn {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 10px 22px;
    width: 300px;
    height: 44px;

    border: 1px solid #dadce0;
    border-radius: 999px;
    background-color: #c4c4c4;

    font-size: 14px;
    font-weight: 500;
    color: #3c4043;
    text-decoration: none; /* important for <a> */

    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.google-btn img {
    width: 20px;
    height: 20px;
}

.google-btn:hover {
    background-color: #f7f8f8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.google-btn:active {
    background-color: #eeeeee;
}
/*End of verification page */