
    /*-----------Registration Screen-----------------*/
   .fa-eye-slash{
    color: black;
    position: relative;
    
    right: 23px;
    top: 21px;
   }
   .fa-eye{
    color: black;
    position: relative;
    
    right: 23px;
    top: 21px;
   }
    
 .card-body
 {
       /*  background-color:#FCF6F6; */
        display:flex !important;
        justify-content:center !important;
        
        
  }
    
 .registration-background
 {
    	background-image: url("../images/registration.png");
        width:100px;
        height:100px;
        background-repeat: no-repeat;
           
 }
 .errorMsg
 {
        display:flex;
        color:red;
        font-size:small;
 }
 
   
 .error{
     margin-left:1rem;
     margin-top:2rem;
 }

 body
 {
        background-color:#FCF6F6;
        max-width: 1440px;
        margin: 0px auto;
        
 }
 .card
 {
         background-color:#FCF6F6;
      border:none !important;
 }
 
 .registration-screen{
          background-color:#FCF6F6;
          background-image: url("../images/registration.png");
          background-repeat: no-repeat;
          background-position: 668px 184px;
          background-size: 500px;
 }
 
 .login-screen{
  background-color:#FCF6F6;
          background-image: url("../images/login.png");
          background-repeat: no-repeat;
          background-position: 715px 219px;
          background-size: 348px;
 }
 
 
 .card-title
 {
          background-color: #2680EBE0;
          font-weight: bold;
          color: white;
          font-size: 30px;
          padding:20px;
          display: flex !important;
    	  justify-content: center !important;
    
 }
 .header
 {
         color: var(--unnamed-color-ffffff);
		text-align: left;
		font: normal normal bold 50px/67px Roboto;
		letter-spacing: 0px;
		color: #FFFFFF;
		opacity: 1;
    	border: 3px solid #FFFFFF
 }
 .heading
 {
          color: #5F41D9;
          font-weight: bold;
          background-color: #FCF6F6;
          font-size:20px !important;
          
    	  padding:10px;
          
          text-align:center;
 }
        
 .signup-form-company
 {
         width: 530px;
        margin: 0 auto;
        padding: 30px 0;
        font-size: 15px;
        background-color: #E6E6E6;
        border-radius: 89px 40px;
        box-shadow: 15px 15px 20px;
        margin-left:75%;
        
 }
 #companyDetails
 {
        width: 530px;
        margin: 0 auto;
        padding: 30px 0;
        font-size: 15px;
        background-color: #E6E6E6;
        border-radius: 70px 40px;
        box-shadow: 15px 15px 20px;
        margin-left:75%;
 }
       
 .form-left
 {
         background: transparent linear-gradient(160deg, #5F41D999 0%, #FFFFFF3D 100%) 0% 0% no-repeat padding-box;      
          border-radius: 132px;
          width: 96px;
         height: 750px!important;
         float:right;
         box-shadow: -7px -1px 20px #000;
         opacity:0.32;
             border: 3px solid #FFFFFF;
         
        }
        
        
        .form-left-cmpy{
         
         background: transparent linear-gradient(160deg, #5F41D999 0%, #FFFFFF3D 100%) 0% 0% no-repeat padding-box;      
         border-radius: 132px;
         width: 96px;
         height: 394px!important;
         float:right;
         box-shadow: -7px -1px 20px #000;
         border: 3px solid #FFFFFF;
             
         
        }
    
        .form-right{
          background-color:#FCF6F6;
         
        }
        .signup-form {
        width: 530px;
        margin: 0 auto;
        padding: 30px 0;
        font-size: 15px;
        background-color: #E6E6E6;
        border-radius: 83px 40px;
        box-shadow: 15px 15px 20px ;
        opacity:1;
        border: 3px solid #FFFFFF;
        background:  transparent linear-gradient(164deg, #A8CCF682 0%, #FFFFFF21 100%) 0% 0% no-repeat padding-box;
    }
    
    
    .signup-form-heading{
          color: #000000;
          font-weight: bold;
          display:flex;
       
          padding-left: 30px;
    }
    .signup-form-subheading{
        font-size: 12px;
        padding-left: 31px;
        color:#645C5C;
    
    }


    button[disabled], html input[disabled] {
    cursor: default;
    opacity: 0.50 !important;
}
    /* .form-control {
        width: 40%;
        padding-left: 10px;
        border: 2px solid #2680EB;
        margin-left: 20px;
        border-radius: 20px;
        font-size: 1.5rem;
        height: 58px;
         color: #000000 !important;
         opacity:1;
    } */

    .text-box{
        width: 40%;
        padding-left: 10px;
        border: 2px solid #2680EB;
        margin-left: 20px;
        border-radius: 20px;
        font-size: 1.5rem;
        height: 58px;
         color: #000000 !important;
         opacity:1;
         height:60px;
    } 


    .form-btn-upheading{
        font-size: 10px;
        padding-left: 23px;
        color: #645C5C;
        margin-left: 0px ;
    
    }
    .btn-form-control{
    
    width: 40%;
    padding-left: 10px;
    border: 2px solid #2680EB;
    margin-left: 20px;
    border-radius: 20px;
    font-size: 1.5rem;
    height: 85px;
    background-color: #2680EB;
    color: white;
    font-size: 19px;
    font-weight: bold;
    border-color: white;
    border-width: 3px;
}
    
   
    
    .star1{
        color:red;
    }
    .btn-form-control:hover {
      background-color: #2680EBE0;
    
    }
    
    .form-group {
        position: relative;
    }
    
    .form-control:focus {
        color: #495057;
        background-color: #ffffff;
        border-color: #2680EB;
        outline: 0;
        box-shadow: 0 0 0 0.8px #5b6a8361;
    }
    .small {
        color: #464646 !important;
    }
    .placeholder {
        color: #645C5C;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 40px;
        top: 17px;
        transition: 300ms ease all;
    }
    
    .placeholder.active {
        top: 0px;
		font-size: 11px;
		color: #000;
		text-align:left;
		margin-left:0px;
		/* padding: 2px 2px 0 1px; */
		
    }
    .footer{
        display:flex;
        justify-content:center;
        height: 75px;
        font-size: 16px;
        display: flex;
        color: #000;
        font-weight: bold;
        padding-top:33px;
    }
    .footer-span{
        color:#5F41D9;
    }
    .select-form-control{
        width: 40%;
        padding-left: 10px;
        border: 2px solid #2680EB;
        margin-left: 20px;
        border-radius: 20px;
        font-size: 1.5rem;
        height: 58px;
         color: #000000 !important;
        
    }
    .register-div{
        padding-left:23px;
    }
    a.register{
        padding:10px;
        color:#5F41D9;
    }
    a.register:hover{
        color:#0066ff;
    }
    .recaptcha{
        margin-left:22px;

    }

    
    
    
    
    
   /* dash board starts */ 
    
 .searchbox{
height: 32px;
border-radius: 19px;
border-color: #2680EB;
padding-right: 22px;
padding-left: 21px;
margin-left: 45px;
}
.summary{
  font-size: large;
font-weight: bold;
display: flex;
justify-content: center;
padding-top: 4px;
color: "#00000";
font:normal normal bold 19px/23px Roboto; 
}
/* .invoiceFileUpload{
	
	margin-left:80%;
} */


#uploadFile{
	
	margin-left:75%;
}
.logoutButton{
  top: 130px;
left: 1153px;
width: 98px;
height: 32px;
box-shadow: 5px 5px 3px var(--unnamed-color-000000);
border: 2px solid var(--unnamed-color-ffffff);
background: transparent linear-gradient(114deg, #00000063 0%, #54545438 100%) 0% 0% no-repeat padding-box;
box-shadow: 5px 5px 3px #000000;
border: 2px solid #FFFFFF;
opacity: 0.35;
border-radius: 22px;
display: flex;
justify-content: center;
color:#F80606;
font-weight: bolder;
float:right;
margin-right:60px;

}
.company-details{
    background-color: #00000021;
    height: 32rem;
    border-radius: 50px;
    margin-top: 22px;
    width: 100%;
}

.innerCmpy-details{
  margin-top: 1rem;

padding-left: 19px;
}
.login-form-subheading{
font-size: 10px;
padding-left: 25px;
color:#645C5C;


}

/* 
nav {
  position: relative;
  margin: 25px;
  width: 255px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li a {
  display: block;
  background: #ebebeb;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
nav ul li a:hover {
  background: #f8f8f8;
  color: #515151;
}
nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float:right;
}
nav ul ul {
  background-color:#ebebeb;
}
nav ul li ul li a {
  background: #f8f8f8;
  border-left: 4px solid transparent;
  padding: 10px 20px;
}
nav ul li ul li a:hover {
  background: #ebebeb;
  border-left: 4px solid #3498db;
} */
    
.client-Id{
    font-size: 10px;
    font-weight: bold;
    color: #763636;
}

.secrete-key{
    color: red;
    font-weight: bold;
    font-size:11px;

}
.generateKey{
    font-size: 15px;
    color: #763636;
    border-radius: 10px;
}

    
   /* dash board ends */ 
    
    

/*-----------Invoice Details Table-----------------*/

.invoiceTable{
font-size:1.7rem !important;
background-color: white !important;
margin-bottom:30rem;
}

tr:hover{

background-color:#5F41D999 !important;
color: black;
}

#invoice_table_heading{
color: white;
background: #362E41;
font-size: 30px !important;
font-weight: bold;
font-weight: bold;
font-size: unset;
text-align: center;
}

/* .invoiceFileUpload{

margin-left:80%;
} */


#uploadFile{

margin-left:75%;
}

#upload_tax_invice_button{
margin-left:75%;
font-size: 15px;
}

.dashboard-invoiceTable-bg{
    background-color: #2E50BB;
    color: white;
}

.dataTables_scrollBody{
    width: 102% !important;
}

/* Ending of Invoice Details Table css */

    
    
/* login screen Css */


.login-form-left{

background: transparent linear-gradient(160deg, #5F41D999 0%, #FFFFFF3D 100%) 0% 0% no-repeat padding-box;
border-radius: 132px;
width: 96px;
height: 457px !important;
float:right;
box-shadow: -7px -1px 20px #000;
border: 3px solid #FFFFFF;
opacity:0.32;

}



.login-form {
width: 520px;
margin: 0 auto;
padding: 50px 0;
font-size: 15px;
background-color: #E6E6E6;
border-radius: 80px 33px;
box-shadow: 15px 15px 20px;
border: 3px solid #FFFFFF;
opacity:1;
background: transparent linear-gradient(164deg, #A8CCF682 0%, #FFFFFF21 100%) 0% 0% no-repeat padding-box;

 
}

.login-form-heading{
color: #000000;
font-weight: bold;

padding-left: 19px;
}
.login-form-subheading{
font-size: 10px;
padding-left: 19px;
color:#645C5C;


}

/* Ending of Login Screen Css */


/* Add additional info details start */  

.additional-info-container{ display:none }

/* Add additional info details end */  



/* New Tax Invoice screen css start*/  
  
 /* .ewayBilling{ display:none } 

.shippingDetails{ display:none }

.dispatchDetails{display:none} */

 .sellerDetails{
border: 3px solid var(--unnamed-color-ffffff);
background: transparent linear-gradient(177deg, #A8CCF682 0%, #00000021 100%) 0% 0% no-repeat padding-box;
border: 3px solid #FFFFFF;
border-radius: 40px;
border: 3px solid var(--unnamed-color-ffffff);

 }

 .sellerLabel{
    color: #5F41D9;
    display: flex;
   justify-content: flex-end;
 }

 .buy-rec-label{
    color: #5F41D9;
    display: flex;
   justify-content: flex-end;
 }
  
 .buyer_receiver_details{
 border: 3px solid var(--unnamed-color-ffffff);
 background: transparent linear-gradient(177deg, #A8CCF682 0%, #00000021 100%) 0% 0% no-repeat padding-box;
 border: 3px solid #FFFFFF;
 border-radius: 40px;
border: 3px solid var(--unnamed-color-ffffff);
}
  
#taxTable{
    background: transparent linear-gradient(179deg, #A8CCF682 0%, #00000021 100%) 0% 0% no-repeat padding-box;
}

 
.invoice-total-label{
    display: flex;
    justify-content: flex-end;
    color: #703636;

}

.taxInvoiceBody{
    font-size:14px;
}

.tax-invoice-sub-heading h2{
    color: #703636;  
    font-weight: 600;
}

.buyer-sub-heading{
    margin-left:11rem;
}

.drop-down-list{
    font-size: 14px;
    height: 25px;
    width:180px;
}

/* .form-control {
font-size: 14px;
}  */
 /* New Tax Invoice screen css end*/  
    
 /* -------Forgot Password screen css start------- */    
.forgot-pwd-form-left-pillar{

    background: transparent linear-gradient(160deg, #5F41D999 0%, #FFFFFF3D 100%) 0% 0% no-repeat padding-box;
    border-radius: 132px;
    width: 96px;
    height: 302px !important;
    float:right;
    box-shadow: -7px -1px 20px #000;
    border: 3px solid #FFFFFF;
    opacity:0.32;
    
    }

    .forgot-pwd-btn{
        
        box-shadow: 8px 8px 6px #00000029;
        border: 4px solid #FFFFFF;
        border-radius: 27px;
        opacity: 1;
    }

    .forgot-pwd-form{
        width: 520px;
        margin: 0 auto;
        padding: 50px 0;
        font-size: 15px;
        background-color: #E6E6E6;
        border-radius: 80px 33px;
        box-shadow: 15px 15px 20px;
        border: 3px solid #FFFFFF;
        opacity:1;
        background: transparent linear-gradient(164deg, #A8CCF682 0%, #FFFFFF21 100%) 0% 0% no-repeat padding-box;     
        }
        .forgot-pwd-form-heading{
            color: #000000;
            font-weight: bold;
            
            padding-left: 19px;
            }


 .forgot-pwd-screen{
    background-color:#FCF6F6;
    background-image: url("../images/forgetpassword.png");
    background-repeat: no-repeat;
    background-position: 715px 219px;
    background-size: 348px;
 }


 /* -------Forgot Password screen css end------- */  


  /* -------Generate Password screen css start------- */  

 .generate-pwd-btn{
    
    box-shadow: 8px 8px 6px #00000029;
    border: 4px solid #FFFFFF;
    border-radius: 27px;
    opacity: 1;
 }

 .gen-pwd-form-left-pillar{
    background: transparent linear-gradient(160deg, #5F41D999 0%, #FFFFFF3D 100%) 0% 0% no-repeat padding-box;
    border-radius: 132px;
    width: 96px;
    height: 335px !important;
    float:right;
    box-shadow: -7px -1px 20px #000;
    border: 3px solid #FFFFFF;
    opacity:0.32;
 }

.generate-password-screen{
    background-color:#FCF6F6;
    background-image: url("../images/forgetpassword.png");
    background-repeat: no-repeat;
    background-position: 676px 239px;
    background-size: 450px;
}




   /* -------Generate Password screen css end------- */  


   /* Register Email Ending Css Starts */


   .einvoiceEmail{
	background-color: #999900;
	height: 51px;
	}

	.emailLogo{
	height:3rem;
	}
	.einvoiceFooterEmail{

	background-color: #999900;
	height: 80px;
	position: relative;
    top: 10rem;

	}
	.supporMailPage{
		position: relative;
		left: 35rem;
		

	}
	.supporMailPage:hover{
		color:red;

	}
	.footerMessage{
	position: relative;
    top: 8rem
	}
	.message{
	color:white;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
}
	





/*Register Email Ending Css Ends */




 /* -------Dashboard screen css start------- */  

 .dboard-header-title{
    font-size: 30px;
    color: white;
    display: flex;
justify-content: center;
}
 .userName-header{
     font-size:14px;
     padding-top:15px;
     color: #343a40; }
 .dboard-logout
{
    width: 95px;
    height: 39px;
    box-shadow: 5px 5px 3px var(--unnamed-color-000000);
    border: 2px solid var(--unnamed-color-ffffff);
    background: transparent linear-gradient(114deg, #FFFFFF63 0%, #00000038 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 3px #000000;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 18px;
    font-size: 1.5rem;
    color:white;
    font-weight: bolder;


} 
.dboard-logo{
    color:yellow;
    font-size:18px;
    font-weight: bolder;
    font-size: 21px;
font-weight: bolder;
position: relative;
top: 10px;
}
   .card-header-dashboard
   {
       top: 0px;
left: 0px;
height: 82px;
box-shadow: 6px 6px 10px var(--unnamed-color-000000);
border: 4px solid var(--unnamed-color-ffffff);
background: transparent linear-gradient(1deg, #2680EBE0 100%, #FFFFFF17 100%) 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 10px #000000;
border: 4px solid #FFFFFF;
opacity: 1;
overflow-x:hidden;
   }

/* .dboard-header-title
{
top: 27px;
left: 430px;
width: 474px;
height: 66px;
color: var(--unnamed-color-ffffff);
text-align: center;
font: normal normal bold 30px/60px Roboto;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
} 
.dboard-header-notification-img
{
    width: 57px;
    height: 52px;
    opacity: 1;
}

/* .dboard-logo
{
   top: 45px;
left: 97px;
width: 163px;
height: 39px;
text-align: left;
font: normal normal bold 23px/57px Roboto;
letter-spacing: 0px;
color: #FFD952;
opacity: 1;
} */
/* .dboard-logout
{
    width: 95px;
    height: 39px;
    box-shadow: 5px 5px 3px var(--unnamed-color-000000);
    border: 2px solid var(--unnamed-color-ffffff);
    background: transparent linear-gradient(114deg, #FFFFFF63 0%, #00000038 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 3px #000000;
    border: 2px solid #FFFFFF;
    opacity: 0.6;
    border-radius: 18px;
    font-size: 1.5rem;
    color:white;
    font-weight: bolder;


} */
.dboard-logout:hover{
opacity: 0.6;
}



.summary
{
display: flex;
justify-content: center;
color: var(--unnamed-color-000000);
text-align: left;
font: normal normal bold 20px/9px Roboto;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.dboard-company-details
{

    background: transparent linear-gradient(164deg, #A8CCF682 0%, #00000021 100%) 0% 0% no-repeat padding-box;
    /* box-shadow: 20px 20px 40px #9C9C9C; */
    border: 3px solid #FFFFFF;
    border-radius: 40px;
    opacity: 0.82;
    width: 94%;
    left: 31px;
    bottom: 10;
    top: 14px;
    height: 15rem;
    margin-top: 1rem;
    
}
.dboard-cmpy
{
    text-align: left;
    font: normal normal bold 14px/75px Roboto;
    font-weight: bold;
    letter-spacing: 0px;
    color: #703636;
    height:54px;
}
.dboard-notification-details
{
box-shadow: 15px 15px 10px var(--unnamed-color-000000);
border: 3px solid var(--unnamed-color-ffffff);
background: transparent linear-gradient(173deg, #F806069E 0%, #7C03031A 100%) 0% 0% no-repeat padding-box;
box-shadow: 15px 15px 10px #9C9C9C;
border: 3px solid #FFFFFF;
border-radius: 40px;
opacity: 0.60;
top: 33px;
left: 31px;
width: 94%;
height: 6rem;
}
.dashboard-notification
{
    color: var(--unnamed-color-5f41d9);
    text-align: left;
    font: normal normal bold 21px/47px Roboto;
    letter-spacing: 0px;
    color: #5F41D9;
    opacity: 1;
    display: flex;
    justify-content: right;
}

.dashboard-notification-text{
    color: var(--unnamed-color-f80606);
text-align: left;
font: normal normal bold 17px/47px Roboto;
letter-spacing: 0px;
color: #F80606;
opacity: 1;
}


.E-status
{
color: var(--unnamed-color-2680eb);
text-align: left;
font: normal normal bold 30px/39px Roboto;
font-size: 30px;
letter-spacing: 0px;
color: #2680EB;
opacity: 1;
justify-content: center;
display: flex;
/* top: 60px; */
font-size: 20px;
padding-top:10px;
}
.justify-content-center{
    font-size: 14px;
}



.dashboard-nav-bar{
   display: flex !important;
   
}

.dashboard-dropdown{
width: 24.5rem;
/* height:6rem; */
text-align: left;
letter-spacing: 0px;
color: #703636;
opacity: 1;
font: bold;

border: 2px solid var(--unnamed-color-ffffff);
border: 2px solid #FFFFFF;
border-radius: 5px;
margin-right: 0.13rem;
font: normal normal bold 14px/50px Roboto;
}


.dashboard-dropdown a{
    text-align: center;
   
    }

.dashboard-dropdown-heading{
color: var(--unnamed-color-703636);
text-align: left;
letter-spacing: 0px;
color: #703636 !important;
opacity: 1;
}

.dashboard-dropdown-sub-heading a{
color: var(--unnamed-color-5f41d9);
text-align: left;
letter-spacing: 0px;
color: #5F41D9 !important;
opacity: 1;
width: 24rem;
font-size: 1.5rem;
}
   
.dropdown-arrow-icon{
   margin-right: 0.5rem;
   color: #2680EB;
}

 .logo-image
{
width: 71px;
height: 40px;
background: transparent linear-gradient(180deg, var(--unnamed-color-2680eb) 0%, #134076 100%) 0% 0% no-repeat padding-box;
background: #93c4f6 transparent linear-gradient(180deg, #2680EB 0%, #134076 100%) 0% 0% no-repeat;
opacity: 1;
position: relative;
top:10px;
} 
/* .userName-header{
	font-size: 1.5rem;
	margin-top: 2rem;
	text-align: center;
} */


.org-label{
    font-weight: 600 !important;
    text-align: left;
    font: normal normal normal 13px/33px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.org-invoice-total-label{
    font-weight: 600 !important;
    text-align: left;
    font: normal normal normal 15px/33px Roboto;
    letter-spacing: 0px;
    color: #000000;
    color: #2680EB;
}
.profile-company{
    font-size: 19px;
    color:#703636
}
.profile-details{
    font-size: 12px;
    font-weight:bold;
}
.cancelIrnBtn{
    color: white;
    background-color: red;
    font-size: 11px;
    font-weight: bold;
    border-radius: 12px;
    margin-top:10px;
    height: 35px;
}
.cancelIrnBtn:hover{
    background-color:#ff8080;
}


#invoice_table_filter input[type=search]{ 
     font-size: 14px;
    }
    
    .sub-btn{
margin-right: 4rem;
margin-bottom: 1rem;
background-color: #2E50BB;
color: #fff;
margin-top: 1rem;
border: 2px solid #323232;
border-radius: 6px;
font-size: 17px;
    }

.upload-icons{
    font-size: 20px;
    color:#2E50BB;
}



 /* -------Dashboard screen css end------- */ 


  /* -------Invoice file upload modal css start------- */ 
 .invoice-upload-label{
    display: flex;
    justify-content: end;
    font-size: 16px;
 }

 .modal-upload-cancel-button{
    display: flex;
    justify-content: left;
 }

 .invoice-upload-modal-body{
     height:16rem;
     font-size: 13px;
     
 }

.invoice-upload-modal-content{
    background: var(--unnamed-color-fcf6f6) 0% 0% no-repeat padding-box;
    background: #FCF6F6 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    border-color: #2781EC;
    border-width: 4px;
    height: 250px;
}

.invoice-modal-upload-file{
text-align: left;
font: normal normal bold 12px/33px Roboto;
letter-spacing: 0px;
color: #703636;
opacity: 1;

}

 .invoice-cancel-button{
    display: flex;
    justify-content: center;
    color: var(--unnamed-color-f80606);
    text-align: left;
    font: normal normal bold 18px/33px Roboto;
    letter-spacing: 0px;
    color: #F80606;
    opacity: 1;
 }

.invoice-modal-cancel-button{
text-align: left;
font: normal normal bold 18px/33px Roboto;
letter-spacing: 0px;
color: #F80606;
opacity: 1;
box-shadow: 5px 5px 3px var(--unnamed-color-000000);
border: 2px solid var(--unnamed-color-ffffff);
background: transparent linear-gradient(119deg, #00000063 0%, #54545438 100%) 0% 0% no-repeat padding-box;
box-shadow: 5px 5px 3px #1F1F1F;
border: 2px solid #FFFFFF;
opacity: 0.73;
border-radius: 19px;
}

.invoice-modal-cancel-button:hover{
    background-color: red;
    color: white;
}

.invoice-modal-upload-button{
    text-align: left;
    font: normal normal bold 18px/33px Roboto;
    letter-spacing: 0px;
    color: #2680EB;
    opacity: 1;
    box-shadow: 5px 5px 3px var(--unnamed-color-000000);
    border: 2px solid var(--unnamed-color-ffffff);
    background: transparent linear-gradient(119deg, #00000063 0%, #54545438 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 3px #1F1F1F;
    border: 2px solid #FFFFFF;
    opacity: 0.73;
    border-radius: 19px;
}

.create-invoice-heading-label{
display: flex;
justify-content: center;
font-size: 21px;
}

 /* -------Invoice file upload modal css end------- */ 



 /* -------Invoice Dashboard Table css start------- */ 

 .dashboard-invoiceTable{
    font-size:12px !important;
    background-color: white !important;
    /* margin-top:7rem; */
    }
    
.print-image{
    width:25px;
}
    tr:hover{
    
    background-color:#5F41D999 !important;
    color: black;
    }
    
    .invoice-table-heading{
    color: white;
    background: #362E41;
    font-size: 30px !important;
    font-weight: bold;
    font-weight: bold;
    font-size: unset;
    text-align: center;
    }
    
    .invoice-table-sub-heading{
         box-shadow: 20px 20px 40px var(--unnamed-color-000000);
        border: 3px solid var(--unnamed-color-ffffff);
        background: transparent linear-gradient(164deg, #A8CCF682 0%, #00000021 100%) 0% 0% no-repeat padding-box;
        border: 3px solid #FFFFFF;
        border-radius: 40px;

    }


    .text-align-class{
        text-align: center;
        vertical-align: middle !important;
        height:7rem;
       
       
       }
#invoice_table{
    text-align: center;
    width:100% !important;
}
.dataTables_scrollHeadInner{
	width:100% !important;
}
 /* -------Invoice Dashboard Table css start------- */ 

/*----------DashBoard Company Profile css Sarts-------*/

.change-pswd{
    
    text-align: left;
    font: normal normal bold 12px/22px Roboto;
    letter-spacing: 0px;
    color: #2680EB;
    opacity: 1;
    

}
.dboard-company-profile-details{
    background: var(--unnamed-color-fcf6f6) 0% 0% no-repeat padding-box;
background: #FCF6F6 0% 0% no-repeat padding-box;
box-shadow: 10px 10px 6px #00000029;
border-radius: 43px;
opacity: 1;
margin-left:15px;

}
.apiKey{
    color: var(--unnamed-color-f80606);
text-align: left;
font: normal normal bold 9px/6px Roboto;
letter-spacing: 0px;
color: #F80606;
opacity: 1;
padding-left:18px;
}
.clientKey{
    color: var(--unnamed-color-f80606);
text-align: left;
font: normal normal bold 9px/19px Roboto;
letter-spacing: 0px;
color: #F80606;
opacity: 1;

}
.signup-form-company-profile{
width: 530px;
margin: 0 auto;
padding: 30px 0;
font-size: 15px;
background-color: #E6E6E6;
border-radius: 83px 40px;
box-shadow: 15px 15px 20px;
opacity: 1;
border: 3px solid #FFFFFF;
background: transparent linear-gradient(164deg, #A8CCF682 0%, #FFFFFF21 100%) 0% 0% no-repeat padding-box;
height: 568px;
}
.changePassword{
    background: var(--unnamed-color-fcf6f6) 0% 0% no-repeat padding-box;
    background: #FCF6F6 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 6px #00000029;
    border-radius: 43px;
    opacity: 1;
    width: 161px;
margin-left: 20px;
display: flex;
justify-content: center;
}
.change-pswd{
    color: var(--unnamed-color-2680eb);
    text-align: left;
    font: normal normal bold 20px/26px Roboto;
    letter-spacing: 0px;
    color: #2680EB;
    opacity: 1;
}
.cmpy-profile-form-heading{
    display: flex;
    justify-content: center;
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal bold 16px/20px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.dashBoardCompanyProfile{
    background-color: #FCF6F6;
    background-image: url("../images/dashboardCompanyProfile.png");
    background-repeat: no-repeat;
    background-position: 571px 224px;
    background-size: 667px;
    opacity: 1;
}
    

.change-password{
    background: #FCF6F6 0% 0% no-repeat padding-box;
box-shadow: 7px 8px 2px #00000029;
border-radius: 43px;
opacity: 0.92;
width: 14rem;
margin-left: 74px;
}
.change-pswd-btn{
    color: var(--unnamed-color-2680eb);
text-align: left;
font: normal normal bold 12px/18px Roboto;
letter-spacing: 0px;
color: #2680EB;
opacity: 1
}
.pswd-modal{
    background: #FCF6F6 0% 0% no-repeat padding-box;
border-radius: 15px;
opacity: 1;
border-color: #2781EC;
border-width: 4px;
height:30rem;
}
.pswd{
    border-color:#2680EB;
    padding-top:10px;
    border-radius:14px;
    padding-bottom:10px;
}





/*----------DashBoard Company Profile css Ends-------*/

/* -------Add user css start------- */ 
.add-user-form {
    width: 530px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 15px;
    background-color: #E6E6E6;
    border-radius: 83px 40px;
    box-shadow: 15px 15px 20px ;
    opacity:1;
    border: 3px solid #FFFFFF;
    background:  transparent linear-gradient(164deg, #A8CCF682 0%, #FFFFFF21 100%) 0% 0% no-repeat padding-box;
}



.add-user-form-heading{
    color: #000000;
    font-weight: bold;
    display:flex;
 
    padding-left: 30px;
}
.add-user-form-subheading{
  font-size: 10px;
  padding-left: 31px;
  color:#645C5C;

}
#cancelIRN:hover{
	cursor: pointer;
}


.editFooter{
margin-bottom:20rem;
}
/* -------Add user css end------- */ 


    /*---------------Mobile Landscape breakpoint----------------------*/
    @media only screen and (min-width: 480px) and (max-width: 768px)
    {

        
    }
    /*------------I-PAD Landscape breakpoint-----------------------*/
    @media only screen and (min-width: 768px) and (max-width: 991px){
        .userName-header {
            font-size: 11px;
        }
        .logo-image{
            top: 6px;
        }
        .dboard-logo{
            top:3px;
            font-size: 18px;
        }
        .dboard-company-details{
            height: 33rem;
        }
        .dboard-cmpy{
            font: normal normal bold 11px/16px Roboto;
        }
        .org-label{
            font: normal normal normal 9px/16px Roboto;
        }
        .dashboard-dropdown{
            width: 19.5rem;
        }
        /*tax-invoice-screen*/
        .tax-invoice-sub-heading h2{
            font-size: 14px;
        }
        .sellerLabel{
            font-size: 11px;
        }
        .drop-down-list{
            width: 119px;
            font-size: 9px;
        }
        .taxInvoiceBody input[type=text]{
            width:119px;
        }
        .taxInvoiceBody input[type=number]{
            width:119px;
        }
        .taxInvoiceBody input[type=tel]{
            width:119px;
        }
        .taxInvoiceBody input[type=email]{
            width:119px;
        }
        .buy-rec-label{
            font-size: 11px;
        }

         
        
        /* registration screen */
        .registration-screen{
            background-position: 461px 259px;
            background-size: 441px;
        }
        /* Login screen */

        .login-form-left{
            float: left;
            width: 71px;
            
        }
        .login-screen{
           background-position: 480px 226px;
            background-size: 331px;
            

        }
        .login-form{
            margin-top: -48rem;
            margin-right: 10px;
        } 
        /* company screen */
       .signup-form-company{
            margin-left: 41%;
       }
        #companyDetails{
          margin-left: 41%;

       }
       .add-user-form{
        margin-left: -35%;
       }
       /* forget password screen */
       .generate-password-screen{
        background-position: 376px 230px;

       }
       .forgot-pwd-screen{
        background-position: 372px 219px;
       }
       .forgot-pwd-form{
        margin-top: -304px;
        margin-left: 114px;
       }
       .forgot-pwd-form-left-pillar{
           float: left;;
       }
    }
        
    
    
    
    /*----------------Mobile breakpoint-------------------------*/
    @media only screen and (max-width: 767px){
    .card{
        width: 100% !important;
        background:#FCF6F6 !important;
        
    } 
    .text-box{
        width: 58%;
        font-size: 1rem;
    }
    .heading{
        width:100%;
        font-size:12px !important;
    }
     .form-left{
    display:none;
    
    }
    .form-right{
        margin-top:0px;
    }
    .signup-form{
        width:384px;
        
    }
    .signup-form-heading{
        font-size:12px;
    }	

        .errorMsg{
        display:block !important;
        font-size:smaller;
    }
    .btn-form-control{
        height:45px;
        
    }
    .card-title{
        font-size:medium;
    }
    .footer{
        font-size:small;
    }
    .footer-span{
            font-size:small;
     }

    .login-form-left{
        display:none;
    }
    .login-form{
   width:351px;
    }
   




/* 
    .logo-image{
        display:none;

    }
    
    .dboard-header-title{
        
    }
    .userName-header{
        position: relative;
        bottom: 48px;
        left: 1rem;
        font-size:10px;
    
    } 
    .customer-DashBoard{
        width:auto !important;
        width: auto !important;
        font-size: 10px;
        position: relative;
        bottom: 74px;
        right: 10px;
        left: 82px;
    

    }*/
    .logo-image{
        display:none;
    }
    .dboard-header-title{
        font-size:14px;
        position: relative;
        top: 7px;
    }
    .userName-header{
        font-size:10px;
    }
    .dboard-logout{
        font-size:10px;
        width:6rem;
    }
    .invoice-modal-upload-button{
        position:relative;
        bottom:4rem;

    }
    .invoice-modal-cancel-button{
        position:relative
    }
    
    .dboard-company-details{
        height:272px;
        position:initial;

    }
    .dboard-cmpy{
        font-size:10px;
        height:37px;
    }
    .org-label{
        font-size:7px;

    }
   .dboard-logo{
       font-size:13px;
       position: relative;
        top: 13px;
       
   }
  /* .dboard-logout{
      
    position: relative;
    bottom: 39px;
    size: 10px;
    font-size: 10px;
    width: 56px;
    padding: 9px;
    left: 99px;
  } */
  .company-details{
      height:64rem;
     
  }
  .name{
      font-size: 10px;

  }
  .profile-details{
      font-size:10px;
  }
  #companyDetails{
    width: 344px;
  }






  .add-user-form{
      width:360px;
  }


  .sellerLabel{
     float: left;
  }
  .buy-rec-label{
      float:left;
  }

  .tot-tax-amt{
      height:10px;
  }
  .invoice-total-label{
    display: flex;
justify-content: left;
  }
  .invoice-total-coloumn{
      margin-left:67rem;
  }



  .signup-form-company{
    position: relative;
    right: 272px;
    width: 93%;
  }

  .second-form{
    position: relative;
    right: 247px;
    width: 34rem;
  }

  .fa-eye-slash{
    position: relative;
    top: -42px;
    /* bottom: -12px; */
    left: 200px;
    right: 200px;
  }

  .fa-eye{
    position: relative;
    top: -42px;
    /* bottom: -12px; */
    left: 200px;
    right: 200px;

  }
  .gen-pwd-form-left-pillar{
      
    display: none;
  }
  .forgot-pwd-form-left-pillar{
    display: none;

  }
  .forgot-pwd-form{
      width:37rem;

  }

  }
 

    /*------------I-PAD-PRO Landscape breakpoint-----------------------*/

    @media only screen and (min-width: 834px) and (max-width: 1112px){
        .userName-header {
            font-size: 12px;
        }
        .logo-image{
            top: 6px;
        }
        .dboard-logo{
            top:3px;
            font-size: 18px;
        }
        /* .dboard-company-details{
            height: 13rem;
        } */
        .dboard-cmpy{
            font: normal normal bold 11px/16px Roboto;
        }
        .org-label{
            font: normal normal normal 9px/16px Roboto;
        }
        .dashboard-dropdown{
            width: 19.5rem;
        }
        /*tax-invoice-screen*/
        .tax-invoice-sub-heading h2{
            font-size: 14px;
        }
        .sellerLabel{
            font-size: 11px;
        }
        .drop-down-list{
            width: 119px;
            font-size: 9px;
        }
        .taxInvoiceBody input[type=text]{
            width:119px;
        }
        .taxInvoiceBody input[type=number]{
            width:119px;
        }
        .taxInvoiceBody input[type=tel]{
            width:119px;
        }
        .taxInvoiceBody input[type=email]{
            width:119px;
        }
        .buy-rec-label{
            font-size: 11px;
        }

         
        
        /* registration screen */
        .registration-screen{
            background-position: 461px 259px;
            background-size: 441px;
        }
        /* Login screen */

        .login-form-left{
            float: left;
            width: 71px;
            
        }
        /* .login-screen{
           background-position: 480px 226px;
            background-size: 331px;
            

        } */
         /* .login-form{
            margin-top: -48rem;
            margin-right: 10px;
        }  */
        /* company screen */
       .signup-form-company{
            margin-left: 41%;
       }
        #companyDetails{
          margin-left: 41%;

       }
       .add-user-form{
        margin-left: -35%;
       }
       /* forget password screen */
       .generate-password-screen{
        background-position: 376px 230px;

       }
       .forgot-pwd-screen{
        background-position: 372px 219px;
       }
       /* .forgot-pwd-form{
        margin-top: -304px;
        margin-left: 114px;
       } */
       .forgot-pwd-form-left-pillar{
           float: left;;
       }
    }

   







 .ui-datepicker-title{
	 color: #000;
}
    .ui-datepicker-header{
	 background: #cc0000 !important;
}
.ui-datepicker td a{
padding: .4em;

}
.ui-datepicker {
    width: 24em !important;
}
.ui-datepicker table {
    font-size: 12px !important;
}
table {
    background-color: transparent !important;
}
.cancelRem{
	margin-left:5px;
	font-size:small;
}

