/*
[Master Stylesheet] 
Project:BookBlaze
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
 body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    overflow-x:hidden;    
    font-family: 'Outfit', sans-serif !important;      
}
:root {
    --bb-primary-color:#fe8908;
    --bb-white-color: #ffffff;
    --bb-heading-color: #222;    
    --bb-text-color:#8c919d;           
    --bb-box-shadow:0 0 25px 0 rgba(0,0,0,0.1);           
    --bb-border-color:rgba(0,0,0,0.1);           
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;    
}
img, video {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;  
}
/* Scroll */
::-webkit-scrollbar {
    width: 5px;
} 
::-webkit-scrollbar-track {
    background-color: var(--bb-white-color);
    -webkit-border-radius: 10px;    
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
    background: var(--bb-primary-color);
}
/* Input Auto Fill Color */
/* WebKit browsers */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
input:-moz-placeholder {
    color: var(--bb-heading-color);
}
input::placeholder {
    color: var(--bb-heading-color);
}
input{
    height: 60px;
    border-radius: 4px;
    border: 1px solid var(--bb-border-color);  
    font-family: 'Poppins', sans-serif !important;        
}
textarea{
    border-radius: 4px;
    border: 1px solid var(--bb-border-color);
}
input::placeholder, textarea::placeholder{    
    color:var(--bb-text-color);
    font-weight: 300;
}
input:focus, input:active, textarea:focus, textarea:active{
    border: 1px solid var(--bb-primary-color) !important;
    box-shadow: none !important;
}
/* Input Auto Fill Color */

/* Button */
.bb-btn {
    background: var(--bb-primary-color);
    color: var(--bb-white-color);
    display: inline-flex;
    border: 0;
    min-height: 40px;
    text-align: center;
    padding: 5px 15px 5px;
    min-width: 140px;
    z-index: 0;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    cursor: pointer;
}
.bb-btn:hover, .bb-btn:focus {
    background: var(--bb-primary-color);
    color: var(--bb-white-color);
}
.bb-btn:before {
    background-color: var(--bb-white-color);
    content: "";
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 1.6s cubic-bezier(.19, 1, .22, 1);
    width: 100px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
}
.bb-btn:hover:before {
    transition: all 1.3s cubic-bezier(.19, 1, .22, 1);
    opacity: .25;
    transform: scale(1);
}
.btn-sm {
    min-width: 90px;
    min-height: 35px;
    font-size: 12px;
    margin: 5px 0 0;
}
/* Button */


/* Login CSS Start */
.bb_login_main_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 15px;
    text-align: center;
    overflow: auto;
    background-image: url(../../images/auth-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bb_login_main_wrapper:after {
    content: '';
    position: absolute;
    background-image: url(../../images/animate-img.png);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    animation: 2s up-down infinite alternate-reverse both;
}
ul.text-sm.text-red-600.space-y-1.mt-2 {
    padding-bottom: 8px;
    text-align: left;
    color: red;
}
@keyframes up-down {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-20px);
	}
}
.bb_login_left_img {
    margin-right: auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f3f5fa;
    width: 480px;
}
.bb_login_logo {
    padding-bottom: 60px;
    text-align: left;
}
.bb_login_logo a img {
    max-height: 50px;
}
.bb_login_flex {
    max-width: 980px;
    position: relative;
    width: 100%;
    margin: auto;
    display: inline-flex;
    vertical-align: middle;
    z-index: 1;
    justify-content: center;
    text-align: center;
    background: var(--bb-white-color);
    border-radius: 30px;
    overflow: hidden;
}
.bb_login_wrapper {
    max-width: 500px;
    width: 100%;
    padding: 60px 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bb_login_box {
    width: 100%;
}
.bb_login_header { 
    text-align: left;
}
.bb_login_inner .bb_login_header h4 {
    font-size: 36px;
    color: var(--bb-primary-color);
    font-weight: 500;        
    text-transform: capitalize;
}
.bb_login_inner .bb_login_header h2 {
    font-size: 36px;
    color: var(--bb-heading-color);
    font-weight: 600;        
    text-transform: capitalize;
}
.bb_login_inner .bb_login_header p {
    font-size: 16px;
    color: var(--bb-text-color);
    font-weight: 400;
    padding-top: 5px;
    text-transform: capitalize;
}
.bb_login_input{
    position: relative;
}
.bb_login_input_field {    
    margin-top: 40px;
}
.bb_login_input span {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.bb_login_input span svg{
    fill:var(--bb-text-color);
}
.bb_login_input_field input{    
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background-color: var(--bb-white-color);
    border: 1px solid var(--bb-border-color);
    font-size: 16px;
    color:var(--bb-heading-color);
    font-weight: 300;
    padding: 0 50px 0 20px;
    margin-bottom: 20px;
}
.bb_login_input_field input::placeholder{
    font-size: 16px;
    color:var(--bb-text-color);
    font-weight: 300;
}
.bb_footer_field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.bb_footer_field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.bb_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;    
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bb_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.bb_checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid var(--bb-border-color);
} 
.bb_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.bb_checkbox input:checked ~ .bb_checkmark:after {
    display: block;
}
.bb_checkbox input:checked ~ .bb_checkmark {
    background: var(--bb-primary-color);
    border: 2px solid var(--bb-primary-color);
    border-radius: 2px;
}
.bb_checkbox .bb_checkmark:after {
    left: 3px;
    top: 0;
    width: 6px;
    height: 10px;
    border: solid var(--bb-white-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bb_footer_field label {
    font-size: 15px;
    color: var(--bb-text-color);
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.bb_footer_field a{
    margin-left: auto;
    font-size: 15px;
    color: var(--bb-text-color);
    font-weight: 300;  
    cursor: pointer;
    transition: all 0.3s;
}
.bb_footer_field label:hover, .bb_footer_field a:hover{
    color: var(--bb-primary-color);
}
.bb_login_btn {
    text-align: left;
    padding: 15px 0;
}
.bb_login_btn .bb_btn{
    margin-top: 30px;
}
.bb_register_line p, .bb_register_line a {
    color: var(--bb-text-color);
    text-align: left;
    margin-top: 15px;
}
.bb_register_line p a {
    color: var(--bb-primary-color);
    display: inline-block;
    padding-left: 1px;
    margin-top: 0;
}
.bb_register_line a{
    display: block;
    text-align: left;
    color: var(--bb-primary-color);
}
.bb_forgot_btn {
    text-align: left;
}
/**/
/* alert start */
.bb-alert-wrap {
    position: fixed;
    right: 50px;
    top: 50px;
    max-width: 450px;
    z-index: 9991;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.bb-alert-wrap.error,
.bb-alert-wrap.success {
    opacity: 1;
    visibility: visible;
}
.bb-alert-wrap>p {
    background-color: var(--bb-white-color);
    box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1);
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0;
    color: var(--bb-text-color);
    font-size: 16px;
    position: relative;
    padding-left: 80px;
    -webkit-animation: alertanim 0.3s;
    -moz-animation: alertanim 0.3s;
    animation: alertanim 0.3s;
}
.bb-alert-wrap.error>p {
    box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1), inset 0px -5px 0px #fe5c31;
}
.bb-alert-wrap>p::before {
    content: "Yeay!";
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: var(--bb-text-color);
}
.bb-alert-wrap>p::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bb-alert-wrap.error>p::before {
    content: "Duhh!";
}
.bb-alert-wrap.error>p::after {
    background-image: url(../../images/sad.png);
}
.bb-alert-wrap.success>p::after {
    background-image: url(../../images/happy.png);
}
.bb-alert-wrap.success>p {
    box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1), inset 0px -5px 0px #54cc7c;
}
/* Responsive CSS Start */
@media(max-width:1199px){
    .bb_login_left_img {
        margin-right: 20px;
    }
}
@media(max-width:1024px){
    .bb_login_left_img {     
        display: none;
    }
    .bb_login_flex {
        max-width: 680px;
    }
}
@media(max-width:575px){
    .bb_login_wrapper {
        padding: 40px 35px;
    }
    .bb_login_inner .bb_login_header h2, .bb_login_inner .bb_login_header h4 {
        font-size: 30px;
    }
}
@media(max-width:425px){
    .bb_login_inner .bb_login_header h2, .bb_login_inner .bb_login_header h4 {
        font-size: 25px;
    }
    .bb_login_inner .bb_login_header p {
        font-size: 14px;
    }
    .bb_login_input_field {
        margin-top: 30px;
    }
    .bb_login_wrapper {
        padding: 30px 20px;
        border-radius: 15px;
    }
    .bb_footer_field label, .bb_footer_field a, .bb_register_line p, .bb_register_line a {
        font-size: 14px;
    }
    .bb_login_input_field input {
        margin-bottom: 15px;
    }
}
@media(max-width:375px){
    .bb_footer_field label, .bb_footer_field a {
        font-size: 13px;
    }
    .bb_checkmark {
        top: 2px;
        border: 1px solid var(--bb-border-color);
    }
}