     /* Basic styling for the spinner */
        .spinner {
            display: none; /* Hidden by default */
            width: 50px;
            height: 50px;
            border: 5px solid #f3f3f3;
            border-top: 5px solid #3498db;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }







.dispalynone{display:none!important;}

.website-checkbox img{max-width:180px;padding-right: 20px;}




.website-checkbox label {
    
    height: 70px;
}


.header {
 
    z-index: 4;
  
}

.custom-btn {
    height: 50px;
    width: 50%;
    line-height: 50px;
    padding: 0;
    border-radius: 5px;
    background: #7f00ff;
    background-image: linear-gradient(to right,#7f00ff,hsl(293deg 100% 50%));
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.dataTables_filter, .dataTables_info { display: none; }


	.custom-search{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}


.heading_border{display:none}

.btn-primary , .field {margin:5px 0;}


.mt-50{margin-top:50px;}

/* Google translate*/ 
.skiptranslate .skiptranslate {
    display: none !important;
    } 
	
	
	
	.goog_transtale_dropdown{
		
	align-items: center;
    color: #333;
    display: inline-flex;
    float: left;
    font-size: 30px;
    height: 60px;
    justify-content: center;
    margin-left: 15px;
    padding: 0 15px;	
		
	}
.goog-te-banner-frame {display:none!important;}
.goog-link-logo{display:none!important;}
.goog-te-gadget{color:transparent!important;}
.goog-te-gadget a{display:none!important;}

.goog-te-gadget .goog-te-combo {
    margin-top: 20px!important;
}

/*Datepicker*/
.datepicker-dropdown table td{padding:10px;}



.fixed{
    background: #f6f6f8;
    position: sticky;
    top: 63px;
    right: 31px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 10px;
	z-index:3;
}


.navigation-sections{
    background: #a5a5ff;   
    padding: 15px 20px;
    border-radius: 10px;
	
}


.user-menu {
   
    align-items: center;
}


/*dropzone*/







.dz-image img{width: 100%!important;}


.dropzone {
    border: 1px solid rgb(0 0 0 / 13%)!important;
  margin-top:5px;
}


.file-upload{
    width: 100%;
    background: #f2f2f2;
    padding: 30px;
    margin: 20px 0;
    text-align: center;
}

.dash-title {
    font-size: 14px;
    font-weight: 200;
    color: #aaaaaa;
}

select{
	
	    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border-color: gainsboro;
	
}

.single-view .form-group {
    margin: 0;
    padding: 0 20px;
    width: 33%;
}

.content-invoice{padding: 30px 10px;}

.invoice-image{
    border: 1px solid #cdc2c2;
    padding: 5px;
    margin: 0 15px;
    border-radius: 10px;
}


.content-invoice .heading , .content-invoice label{
	font-size: 13px;
    font-weight: 400;
    color: #697588;
	}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.capitalize{
text-transform:capitalize;
}


.capitalize label{color:#adadad;}

.w-100{
	width:100%;
}

.w-50{
	width:50%;
}

.total{padding:10px;}

.content-invoice .table-flex{
    display: flex;
    flex-wrap: wrap;
	margin-top:5px;
	align-items: center;
}

.content-invoice .table-flex .form-control{  margin: 0 8px;
   }

.table-small-td{
	
	width:5%;
	
}

.number_style{ width:10%;margin: 0 8px;}
.text_style{ width: 23%; margin: 0 8px;}
.small_style{ width:25px;height:25px; margin: 0 8px;}
.pd-12{padding: 12px;}


.discount-hide{display:none;}

.heading_border{
        border-bottom: 1px solid #a3a3a3;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.right-align{
	text-align: end;
    padding: 50px;
	    padding-left: 20px;
	
}

/* .profile-photo {
  max-width: 130px;
  margin: auto;
  display: block;
} */

.datatableimg{
	
	width:50px;
	height:50px;
	
}

.thead-light{
	
	text-transform:capitalize;
	
}

.form-group {
        margin: 20px 0px;
    padding: 20px;
    width: 33%;
POSITION: RELATIVE;
}


.form-groups{
    padding: 5px 20px;
	
	
}


.logo{
    TEXT-ALIGN: center;
    margin-bottom: 20px;
    display: block;
}

.logo img{ width: 200px;}

p {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}

.user-img img {
    width: 32px;
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
}

.profile-photo {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-photo .update-photo {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    text-align: center;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 0 8px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.profile-photo:hover .update-photo {
    visibility: visible;
    opacity: 1;
}

.profile-photo .update-photo label {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.profile-photo .update-photo label input {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.show-pass {
    font-size: 13px;
    cursor: pointer;
}

#photoUploaded {
    display: none;
    font-size: 13px;
}



.responsive-display{display:none;}





@media only screen and (max-width: 760px) {


.form-group {width:100%;}



.number_style , .text_style {
    width: 100%;
    margin: 0;
}

.content-invoice .table-flex .form-control {
    margin: 5px 0px;
}


.responsive-display-none{display:none!important;}


.responsive-display{display:unset;}


.total-responsive{
    background: #ededed;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.bottom-border{
	
	padding: 40px 10px;
    margin-top: 25px!important;
    background: #f7f7f7;
	position: relative;
}

.group_remove , .group_remove_exp {
	
	    position: absolute;
    top: 5px;
    right: 5px;
}


}