html{
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    letter-spacing: -0.1px;
    
}
.navbar-brand img, .nav-brand img{
    width: 140px !important;
}

.img1 img{
    max-height: 40px;
}
.rounded-box{
    box-shadow: 2px 2px 0 rgba(6,41,66,.1); border-radius: 10px;
}
.vbox > header ~ section {
    top: 18px !important;
}

a .top_btn_up .btn{
    margin-top:-80px !important;
    position:relative !important;
}
div.mmf_addlink{
    display:none !important;
}
.hr-top{
    border-top: 1px solid #DAE2EA !important;
}

.my_theme{
    color:#69aa46;
}
.my_theme_border{
    border-top: 4px solid;
    border-color: #69aa46;
}
.mmf_table{
    border:1px solid #dddddd;
    max-width: 100%;
    width: 100%;
}

.mmf_table td{
    border-left:1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding:0px;
    height:10px !important;
    overflow:hidden;
}
.mmf_table input{
    height:25px;
    box-shadow:none !important;
    padding: 5px;
}
.table-delivery input,.table-delivery textarea:focus,.table-delivery input[type="text"]:focus,.mmf_table input,.mmf_table select,.mmf_table textarea:focus,.mmf_table textarea,.mmf_table select:focus,.mmf_table input[type="text"]:focus{
    width:100%;
    box-shadow:none !important;
    border-radius:0px !important;
    border:none !important;

}

.table{
    font-size: 14px !important;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #FDFBF4;
}

.glyphicon .glyphicon-pencil{
    padding-right: 20px !important;
    font-size: 20px;
}

.notifyjs-corner{
    width: 500px;
}

body.modal-open .modal.in {
    display: flex !important;
    align-items: center;
}

.btn-instagram {
    color: #fff !important;
    background-color: #666666;
    border-color: #666666;
}
.btn-linkedin {
    color: #fff !important;
    background-color: #177C99;
    border-color: #177C99;
}
/*  set cursor for _dtp icon*/
._dtp{
  cursor: pointer;
}
.bg-body{
    background-color:#f3f5f9 !important;
}
/*home Page*/

.landing .carousel .item {
    padding: 8px 30px 0 30px;
    height: 580px;
    overflow: hidden;
}
.table{
    font-size: 19px;
}
/*  display on invaoice tabs for all,recuring,draft etc*/
.table-tabs{

}
.table-tabs>li.active>a, .invoice-tabs>li.active>a:hover, .invoice-tabs>li.active>a:focus {
    background-color: #F3F5F8 !important;
    border-top: 5px solid #5E7CAE !important;
    font-weight: bold;
}

.has-top-divider {
    position: relative;
}

.has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #E3E7EB;
    background: linear-gradient(to right, 
        rgba(227, 231, 235, 0) 0%, 
        rgba(227, 231, 235, 0.05) 15%,
        rgba(227, 231, 235, 0.6) 50%, 
        rgba(227, 231, 235, 0.05) 85%,
        rgba(227, 231, 235, 0) 100%
    );
}

.bg-light{
    background-color: #F6F8FA !important;
}

.navbar-nav > .register-btn > a:hover {
    background-color: #4f46e5 !important;
    color: #fff !important;
    border-color: #4f46e5 !important;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

/* Login page styles */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.login-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 2rem;
}

.logo-container {
    text-align: center;
    margin-bottom: 2rem;
}

.logo-container img {
    height: auto;
    max-width: 180px;
}

.btn-google {
    background: white;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    transition: all 0.2s;
}

.btn-google:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
    color: #6b7280;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e5e7eb;
}

.divider span {
    padding: 0 1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.input-lg {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    font-size: 1.3rem !important;
}

.input-lg:focus {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1) !important;
}



/* Responsive styles */
@media (max-width: 767px) {
    .landing{
        padding-top: 53px !important;
    }
    .navbar-brand {
        float: none;
    }
    .intl-tel-input {
        display: block;
    }
}