/*
Theme Name:	Altro CRM
Theme URI:    https://zerotens.com/
Description:  
Author:       ZeroTens
Author URI:   https://zerotens.com/
Version:	1.0
*/


:root{
    --radius:10px;
    --primary:#e6a802;
    --blur:blur(1px);
}
@font-face {
    font-family: 'Circular-Book';
    src: url('./assets/fonts/Circular-Book.svg#Circular-Book') format('svg'),
         url('./assets/fonts/Circular-Book.ttf') format('truetype'),
         url('./assets/fonts/Circular-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'circular-pro-book';
    src: url('./assets/fonts/circular-pro-book.eot');
    src: url('./assets/fonts/circular-pro-book.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/circular-pro-book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
body{
    font-family: 'Circular-Book';
    background:#fff;
    background-image: url('./assets/img/bgwave.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
}
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}
#login {
    width: 400px;
    height: 60%;
    display: flex;
    padding: 20px;
    background: #f3f3f380;
    backdrop-filter: var(--blur);
    border-radius: var(--radius);
    margin: 0;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #000;
}
.logo-login {
    background: url('./assets/img/logo-b.png') no-repeat center;
    background-size: contain !important;
    width: 100% !important;
    height: 80px !important;
    display: block;
    margin: 0 auto 25px;
}
#custom_loginform p {
    padding: 0;
    margin: 0;
    position: relative;
}
.login form {
    margin-top: 20px;
    padding: 5px;
    margin-left: 0;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: unset;
}
.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    box-sizing: border-box;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    border-radius: var(--radius);
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}
.login label {
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

#wp-submit {
    background: var(--primary);
    border-color: var(--primary);
    padding: 10px 30px;
    margin: 0;
    color: #fff;
    border: none;
    border-radius: var(--radius);
    float: right;
    cursor: pointer;
}

.login .button.wp-hide-pw:focus {
    background: 0 0;
    border: none;
    box-shadow: unset !important;
    outline: none;
}
.login .button.wp-hide-pw {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 30px;
    color:var(--primary);
    cursor: pointer;
}
.hidden{
    display: none !important;
}
.searchsection{
    display: flex;
    gap: 5px;
}
.searchbtn{
    padding: 5px 10px;
    color: #fff;
    background: var(--primary);
    border-radius: var(--radius);
    cursor: pointer;
}
#searchproject {
    border-radius: var(--radius);
    border: 1px solid #000;
    width: 100%;
}
.logout, .digitalproof, .estimate, .invoices, .searchtoggle,.project ,.btn {
    padding: 10px 15px;
    border-radius: var(--radius);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    color: #000;
    cursor: pointer;
    text-wrap-mode: nowrap;
    border: none !important;
    background: transparent;
}
.logout{
    color: #fff;
    background: #FF3D3D;
}
.searchtoggle{
    color: #fff;
    background: var(--primary);
}
.activetab{
    color: #fff;
    background: var(--primary);
}
.logout i ,.digitalproof i , .estimate i,.invoices i ,.searchtoggle i ,.project i {
    font-size: 20px;
}
.btnnav {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.navigation ,.logoutpanel {
    background: #ffffff80;
    padding: 10px;
    border: 1px solid #000;
    border-radius: var(--radius);
    backdrop-filter: var(--blur);
    display: flex;
    gap: 5px;
}

.bothclear {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.prime{
    color: #fff;
    background: var(--primary);
}
.red{
    color: #fff;
    background: #FF3D3D;
}
.green{
    color: #fff;
    background: #03771D;
}

.btns {
    display: flex;
    gap: 5px;
}
.listitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #ffffff80;
    border: 1px solid #000;
    border-radius: var(--radius);
    padding: 5px 15px;
    margin-bottom: 10px;
}
.jMsgbox-loaded {
    box-sizing: border-box;
  }

.filesrow {
    display: flex;
    justify-content: space-between;
    background: var(--primary);
    border-radius: var(--radius);
    padding: 5px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    color: #fff;
}
.linkpop ,.linkpop:hover ,.linkpop:focus{
    color: #fff;
    text-decoration: none;
  }



  .cq table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.cq  thead{
    background-color: #ffa500;
}
.cq th,.cq td {
    padding: 5px;
    border: 1px solid #000;
    text-align: center;
}
.cq th {
    background-color: #ffa500;
    color: #000;
}
.cq-logo{
  width: 70px;
  margin-bottom: 5px;
}
.q-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.qtlist{
    list-style: none;
    margin:0;
    padding: 0;
}

.termlist{
    list-style: none;
    margin:0;
    padding: 5px;
}
.termlist li{
    margin-bottom: 5px;
}
.q-body{
    display: flex;
    gap: 10px;
}
.right{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
.printedname{
    padding: 10px 5px;
    margin-bottom: 5px;
}
.term{
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
}
.termtitle{
    background-color: #ffa500;
    padding: 5px;
    margin-bottom: 10px;
}
.totlarow{
    background-color: #ffa500;
    width: 100%;
}
.seratorline{
    border-bottom:2px dotted #000;
    margin:10px 0;
    width: 100%;
}
.msgboxopen{
    padding: 10px;
    background-color: #ffa500;
    cursor: pointer;
    display: inline;
}
#cq-msgbox .jMsgbox-loaded{
    box-sizing: border-box;
    background-color: #363636;
}

.pdfdownload {
    padding: 10px;
    background: var(--primary);
    display: block;
    border-radius: 100px;
    cursor: pointer;
    margin: 10px;
    float: right;
}
.hideondesk{
    display: none;
}

.mce-bws_shortcode_button{
    display:none !important;
}
@media screen and (max-width: 1340px) {

}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 780px) {
    .listitem {
        display: flex;
        flex-direction: column;
        gap:10px;
    }
    .btns {
        flex-direction: column;
    }
    .logout, .digitalproof, .estimate, .invoices, .searchtoggle, .project, .btn {
        padding: 5px;
        font-size: 12px;
        gap: 5px;
        flex-wrap: wrap;
    }
    .navigation, .logoutpanel {
        padding: 5px;
    }
    .hideonmobile{
        display: none;
    }
    .bothclear {
        gap: 5px;
        flex-direction: column;
    }
    .btnnav {
        bottom: 10px;
    }
    .hideondesk{display: flex;}
    .goestop {
        display: flex;
        gap: 5px;
    }
    .dstatus {
        font-size: 3vw;
    }
    .jMsgbox-wrap {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
    .q-head {
        flex-direction: column;
        gap: 10px;
    }
    .q-body {
        gap: 10px;
        flex-direction: column;
    }
    .right {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .cq {
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 400px) {

}