h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

p,h3,span{
    font-family: 'Open Sans', sans-serif;
}

/* body container css */

.home-body{
    padding:0;
    margin: 0;
}

/* top heading section */

.top-heading-section{
    text-align:center;
    font-weight:bold;
    padding:40px 0;
}
    
.top-heading-section h1{
    margin-bottom: 20px;
}

.top-heading-section h5{
    font-weight:bold;
}

/* invoice generator section */

.invoice-generator-section{
    background-color:#F2F5F8;
    padding:80px 0;
}

.invoice-container{
    background-color:#fff;
    padding:40px 40px;
}

.invoice-container .heading{
    padding-bottom:20px;
    text-align: center;
}

.logo-div{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border:2px dashed #EE3C3D;
    text-align:center;
    padding:15px;
    margin:0 auto 40px auto;
    font-size:16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease; 
}

.logo-div:hover{
    transform:scale(.9);
}

.hig-text-box{
    border:1px solid transparent;
    border-radius:0;
    font-size: 16px;
    width:100%;
}

.hig-heading-text-box{
    font-size: 24px;
}

.hig-text-box:hover{
    border:1px dashed #EE3C3D;
}

.hig-text-box:focus{
    outline: none;
    border:1px dashed #EE3C3D;
}

.invoice-credentials-1{
    font-weight: bold;
    text-align: right;
    padding-right:10px;
}

.invoice-credentials-2{
    text-align: right;
}

.invoice-credentials-container{
    margin-top:50px;
}

.invoice-table-container{
    margin-top:40px;
    position: relative;
}

.table-row:hover ~ i{
    opacity:1;
    transform: translateX(-50%);
}

.invoice-table-container .table{
    padding:0;
    margin:0;
}

.add-more-row-btn-div{
    height:0px;
    transition: all .5s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    -webkit-transition: all .15s ease; 
    overflow: hidden;
}

.add-more-row-btn{
    background-color: #EE3C3D;
    width:100%;
    height:50px;
    border-radius:0;
    color:#fff;
    font-weight: bold;
}

.add-more-row-btn:hover{
    color:#fff!important;
}

.notes-and-total-container, .last-tagline-container{
    margin-top: 40px;
}

.notes-div{
    padding:15px 10px;
    border:1px solid #000;
    border-radius:10px;
    text-align:center;
}

.notes-div span{
    font-size:21px;
}

.notes-div textarea{
    width:100%;
    margin: 0 auto;
    border:none;
    border-radius:0;
    font-size: 16px;
    text-align: center;
    resize:none;
}

.notes-div textarea:hover{
    border:1px dashed #EE3C3D
}

.notes-div textarea:focus{
    outline: none;
    border:1px dashed #EE3C3D;
}

.total-left-text-box-1{
    width:80%;
}

.total-right-text-box{
    /* width:100%; */
    text-align: right;
}

.total-right-text-box-1{
    width:20%;
    text-align: right;
}

.download-btn-container{
    padding:20px 0;
}

.download-btn-container button{
    background-color:#EE3C3D!important;
    padding:20px 40px;
    border:none;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease; 
}

.download-btn-container button:hover{
    opacity: .6;
}

.content-popover{
    text-align:center;
    font-weight: bold;
    font-size: 16px;
    color:#fff;
    padding: 0px;
    line-height: 30px;
}

.popover{
    background-color: #EE3C3D!important;
    max-width:100%;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
    /* border-color: #FFA500 !important;  this example changes the arrow to orange color... You can always replace with any color you choose. */
    border-top-color: #EE3C3D!important;
    /* border-bottom-color: transparent !important; */
}

.popup-msg-div{
    position: absolute;
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 0px;
    padding: 1em;
    border-radius: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1em;
    font-weight: 600;
    background-color: #EE3C3D;
    transform: translateY(calc(-100% - 8px));
    transition: opacity 0.5s ease 0s;
    z-index: 10;
}

.popup-msg-div::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #EE3C3D;
    transform: translateX(-50%);
}

#popup-yes-btn,#popup-no-btn{
    text-decoration: none!important;
    color:inherit;
}

.notes-div textarea:hover{
    resize: vertical;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-group-text{
    position: absolute;
    top:0;
    right:0;
    border: none!important;
    background-color: inherit!important;
    padding:2px 10px;
    /* transform:translate(-80%, -5%); */
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease; 
    cursor: pointer;
    display:none;
    font-weight: bold;
}

.input-group-text:hover{
    color:#EE3C3D;
}

.percentage-btn{
    position: absolute;
    visibility: visible;
    opacity: 1;
    right: -15px;
    top: 2px;
    cursor: pointer;
    /* transform: translateY(calc(-100% - 8px)); */
    z-index: 999;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease; 
    font-weight: bold;
}

.percentage-btn:hover{
    color:#EE3C3D;
}

/* how to use section */

.how-to-use-section{
    text-align:center;
    margin:40px;
}

/* FAQ section */

.faq-section{
    margin-top: 120px;
}

.faq-heading{
    font-weight:bold;
    margin-bottom: 80px;
}

.accordion-item{
    border: none !important;
}

.accordion-header{
    margin-bottom: 40px;
}

.accordion-button{
    font-size: 21px!important;
    border: none !important;
    
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
    background-color: #fff;
    color:#000;
}


.accordion-button::after {
    width: auto;
    height: auto;
    content: "";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #1b6ce5;
    transform: translateY(-4px);
    float: left;
}

.accordion-button::before {
    width: auto;
    height: auto;
    content: "+";
    margin-right: 10px;
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #EE3C3D;
    transform: translateY(0px);
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease; 
}

.accordion-button:not(.collapsed)::before{
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(0px, 0px);
    transform: rotate(180deg)!important;
}

.remove-btn-td i{
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 0.2em;
    font-size:40px;
    color:#EE3C3D;
    transform: translate(100%, -50%);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    cursor: pointer;
}

/* dissclaimer section */

.disclaimer-content{
    color:grey;
    line-height: 30px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .top-heading-section h1{
        font-size:21px;
    }

    .top-heading-section h5{
        font-size:16px;
    }

    .invoice-container .heading h1{
        font-size:21px;
    }

    .logo-div{
        width:75%;
    }

    .invoice-credentials-1{
        width:100%;
    }
    
    .invoice-credentials-2{
        width:100%;
    }

    .invoice-credentials-div{
        padding-bottom:15px;
    }

    .notes-div{
        margin-bottom: 40px;
    }

    .download-btn-container{
        text-align: center;
    }

    .accordion-button{
        font-size: 16px!important;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
    .top-heading-section h1{
        font-size:40px;
    }

    .top-heading-section h5{
        font-size:21px;
    }

    .invoice-container .heading h1{
        font-size:40px;
        text-align: left;
    }

    .logo-div{
        float:right;
        width:50%;
        font-size: 21px;
    }

    .invoice-credentials-1{
        width:60%;
    }
    
    .invoice-credentials-2{
        width:40%;
    }

    .invoice-credentials-div{
        padding-bottom:0;
    }

    .notes-div{
        margin-bottom: 0;
    }

    .download-btn-container{
        text-align: right;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}