/*!
// Contents
// ------------------------------------------------

 1. Canvas
 2. Configurator
 3. Summary Buttons
 4. Catalog
 5. Navigation Control
 6. Utility Bar
 7. Spinner Loader
 8. Responsive Breakpoint
 9. Margin Size
10. Footer
/*!---------- 1. CANVAS ----------*/ 
body
{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    user-select: none;
}

#btnCalcRow {
    position: sticky;
    bottom: 0px;
    right: 0px;
    width: 103%;
    background-color: white;
    padding: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.modal-backdrop {
    visibility: hidden !important;
}
.modal.in {
    background-color: rgba(0,0,0,0.5);
}

#calcRate
{
	padding: 10px;
}

#payload
{
	display: none;
}

#outputValue
{
	display: none;
}

.group
{
	background-color: aliceblue;
}

#addConfig
{
	height: 70px;
	background-color: #dc5050;
    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    z-index: 999;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#desk-sx {
	height: 100vh;
	margin: 0;
	padding: 0;
	}
#desk-sx-side {
	height: 100vh;
	margin: 0;
	padding: 0;
	}
#desk-sx-back {
	height: 100vh;
	margin: 0;
	padding: 0;
	}
#desk-dx {
	height: 100vh;
	margin: 0;
	padding: 0;
	}
.tail { 
	height: 100%;
	overflow: hidden;	 
	position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	}		   			   
.tail img {
	height: 100%;
    object-fit: cover;
    /* position: absolute; */
    padding: 0;
    margin: 0 auto;
	}
/*!---------- 2. CONFIGURATOR ----------*/  
#desk-dx-top {
	height: 100vh;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: -9px 2px 26px 0px rgba(201,201,201,1);
	-moz-box-shadow: -9px 2px 26px 0px rgba(201,201,201,1);
	box-shadow: -9px 2px 26px 0px rgba(201,201,201,1);
	}
.top-logo {
	text-align: center;
	height: 13%;
	padding: 0;
	}
.top-nav {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 70px;
	line-height: 70px;
	font-family: 'Quicksand', sans-serif;
	color: #222222;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	}	
#product:hover span {
	display:none;
	}
#product:hover:before {
	content:"Menu";
	}
.top-nav-name {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 70px;
    line-height: 70px;
    font-family: 'Quicksand', sans-serif;
	background-color: #333333;
	color: #fff;
	padding: 0;
	-webkit-transition:  .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition:  .3s;
	}
.top-nav-name:hover  {
	background-color: #e6e6e6;
	color: #333333;
	cursor: pointer;
	}
.push {
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	cursor: pointer;
	}
.push:hover {
	background-color: rgba(225,225,225, 0.2);
	}
.push-active {
	background-color: #e6e6e6;
	cursor: pointer;
 	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	
	
	}
.push-active:hover {

	box-shadow: none;
	}
.push-box {
	background-color: #ffffff;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	cursor: pointer;
	}
.push-box:hover {
	background-color: #e6e6e6;
	box-shadow: none;
	}
.push-counter {
	background-color: #ffffff;
	cursor: pointer;
	}
.logo {
	height: 100%;
	}
.sub-top-nav {
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Quicksand', sans-serif;
	color: #222222;
	border: 1px solid #fff;
	}
.top-nav-qty {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 70px;
	line-height: 70px;
	font-family: 'Quicksand', sans-serif;
	color: #222222;
	padding: 0;
	}
.top-nav-qty>input {
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	height: 70px;
	border: none;
	color: #222222;
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: left;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Quicksand', sans-serif;
	color: #111;
	padding: 0;
}
::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Quicksand', sans-serif;
	color: #111;
	padding: 0;
}
:-ms-input-placeholder { /* IE 10+ */
   text-align: left;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Quicksand', sans-serif;
	color: #111;
	padding: 0;
}
:-moz-placeholder { /* Firefox 18- */
    text-align: left;
	text-transform: lowercase;
	letter-spacing: 0;
	height: 70px;
	line-height: 70px;
	font-family: 'Quicksand', sans-serif;
	color: #111;
	padding: 0;
}	
.list-group-item {
	font-family: 'Quicksand', sans-serif;
	text-transform: lowercase;
	height: 70px;
	line-height: 50px;
	text-align: right;
	padding-right: 50px;
	background-color: transparent;
	color:#222222;
	border-bottom: 1px solid #ddd;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	letter-spacing: 1px;
	}
	
li.list-group-item:hover {
	cursor: pointer;	
	font-weight: bold;
	background-color: #f6f6f6;
	}
.list-group-summary {
	font-family: 'Quicksand', sans-serif;
	height: 70px;
	line-height: 20px;
	text-align: right;
	padding-right: 50px;
	padding-top: 15px;
	background-color: transparent;
	color:#222222;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}	
/*li.list-group-summary:hover {
	cursor: pointer;	
	color: rgba(51, 51, 51, 0.2);
	font-weight: bold;
	}
*/

.pic {
	opacity: 1;
	filter: alpha(opacity=100);
	height: 50px;
	object-fit: cover;
	cursor: default;
}	
			
.pic:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}

.activex {
	font-weight: bold;
	}
.list-group-code {
	font-size: 11px;
	}
p#product_code {
	font-size: 11px;
	}	
span.tab-space {
	padding-left:1.5em;
	}
.chat-img {
	padding-left: 1.5em;
	}	
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
li.total.list-group-item {
	font-weight: bold;
	cursor: auto;
	}
li.total.list-group-item:hover {
	color: rgba(51, 51, 51, 0.2);
	}
li.total.list-group-summary {
	font-weight: bold;
	cursor: auto;
	}
li.total.list-group-summary:hover {
	color: rgba(51, 51, 51, 0.2);
	}
#count_tot { font-size: 18px; foent-weight: bold; font-family: 'Quicksand', sans-serif;}
/*!---------- 3. SUMMARY BUTTONS ----------*/  
.form-control {
	box-shadow: none!important;
	border-radius: 0!important;
	}
.btn {
	border-radius: 0!important;
	}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
/*!---------- 4. CATALOG ----------*/ 
.product-tail {
	background-color: #ffffff;
	}
.product-tail img {
	width: 95%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
.product-tail:hover img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
	}	
.frame {
	overflow: hidden!important;
	}
#catalog {
  display: none;
  text-align: center;
}	
/*!---------- 5. NAVIGATION CONTROLS ----------*/  	
.sidenav {
	height: 100%;
	width: 100%;
	position: absolute;
	/*z-index: 1;*/
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-2 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-3 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-4 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-5 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-6 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-7 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-12 {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-13 {
	height: 100%;
	width: 0%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
.sidenav-15 {
	height: 100%;
	width: 0%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.2s;
	background-color: #ffffff;
	}
/*!---------- 6. UTILITY BAR ----------*/ 
.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-fixed-left {
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 0px;
}
.navbar-minimal {
	width: 60px;		
	min-height: px;
	max-height: 100%;
	background-color: #ffffff;
	z-index: 1000;
	border: 0;
}
.navbar-minimal > .navbar-toggler {
	position: relative;
	min-height: 60px;
	z-index: 100;
	cursor: pointer;
}
.navbar-minimal.open > .navbar-toggler,
.navbar-minimal > .navbar-toggler:hover {
	background-color: #e6e6e6;
}
.navbar-minimal > .navbar-toggler > span {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -8px -8px 0 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: -webkit-transform .3s ease-out 0s;
	-moz-transition: -moz-transform .3s ease-out 0s;
	-o-transition: -moz-transform .3s ease-out 0s;
	-ms-transition: -ms-transform .3s ease-out 0s;
	transition: transform .3s ease-out 0s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.navbar-minimal > .navbar-menu {
	position: absolute;
	top: -1000px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 50;
	background-color: #ffffff;
}
[class^="ti-"], [class*=" ti-"] {
	color: #222222;
}
.navbar-minimal > .navbar-menu > li {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	height: 60px;
}
.navbar-minimal > .navbar-menu > li > a {
	position: relative;
	display: inline-block;
	color: rgb(255, 255, 255);
	padding: 20px 23px;
	text-align: left;
	cursor: pointer;
	border-bottom: 0px solid rgb(81, 81, 81);
	width: 100%;
	text-decoration: none;
	margin: 0px;
}
.navbar-minimal > .navbar-menu > li > a:last-child {
	border-bottom-width: 0px;
}
.navbar-minimal > .navbar-menu > li > a:hover {
	background-color: #e6e6e6;
}
.navbar-minimal > .navbar-menu > li > a > .glyphicon {
	float: right;
}

.navbar-minimal.open {
	width: 60px;
}
.navbar-minimal.open > .navbar-toggler > span {
	background-position: 0 -16px;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.navbar-minimal.open > .navbar-menu {
	top: 60px;
	width: 100%;
	min-height: 100%;
}
@media (min-width: 768px) {
	.navbar-minimal.open {
		width: 60px;
	}
	.navbar-minimal.open > .navbar-menu {
		overflow: visible;
	}
}
/*!---------- 7. SPINNER LOADER ----------*/ 


.sk-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	}

.loader {
        margin: 0 auto;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #764926;
        width: 80px;
        height: 80px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
    }


/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
    }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }
    
    
    
/*animation page content after spinner*/
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
	}
@-webkit-keyframes animatebottom {
	from {
	opacity:0 } 
	to { opacity:1 }
}
@keyframes animatebottom { 
	from{ opacity:0 } 
	to{ opacity:1 }
}
/*!---------- 8. RESPONSIVE BREAKPOINT ----------*/ 
/*responsive controls navigation*/
@media all and (min-width: 50px)   {  .top-nav  { font-size: 0.8em; width: 100%; } .top-nav-name  { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 100px)  {  .top-nav  { font-size: 0.8em; width: 100%; } .top-nav-name  { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 200px)  {  .top-nav  { font-size: 0.8em; width: 100%; } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 300px)  {  .top-nav  { font-size: 0.8em; width: 100%; } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 400px)  {  .top-nav  { font-size: 0.8em; width: 50% } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 500px)  {  .top-nav  { font-size: 0.8em; width: 50% } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 600px)  {  .top-nav  { font-size: 0.8em; width: 50% } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 700px)  {  .top-nav  { font-size: 0.8em; width: 50% } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 800px)  {  .top-nav  { font-size: 0.8em; width: 50% } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 900px)  {  .top-nav  { font-size: 0.8em; width: 100% } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 1000px) {  .top-nav  { font-size: 0.8em; width: 100% } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 1100px) {  .top-nav  { font-size: 0.8em; width: 100%; } .top-nav-name   { font-size: 0.8em; width: 100%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 1200px) {  .top-nav  { font-size: 0.8em; width: 50%; } .top-nav-name   { font-size: 0.8em; width: 50%; } .top-nav-qty  { font-size: 0.8em;} }
@media all and (min-width: 1300px) {  .top-nav  { } }
@media all and (min-width: 1400px) {  .top-nav  { } }
@media all and (min-width: 1500px) {  .top-nav  { } }
@media all and (min-width: 1500px) {  .top-nav  { } }
@media all and (min-width: 1600px) {  .top-nav  { } }
@media all and (min-width: 1700px) {  .top-nav  { } }
/*responsive controls menu*/
@media all and (min-width: 50px)   {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 100px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 200px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 300px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 400px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 500px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 600px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 700px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 800px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 900px)  {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 1000px) {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 1100px) {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 1200px) {  .list-group-item { font-size: 1em; }}
@media all and (min-width: 1300px) {  .list-group-item { } }
@media all and (min-width: 1400px) {  .list-group-item { } }
@media all and (min-width: 1500px) {  .list-group-item { } }
@media all and (min-width: 1500px) {  .list-group-item { } }
@media all and (min-width: 1600px) {  .list-group-item { } }
@media all and (min-width: 1700px) {  .list-group-item { } }
/*responsive controls submenu*/
@media all and (min-width: 50px)   {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 100px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 200px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 300px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 400px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 500px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 600px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 700px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 800px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 900px)  {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 1000px) {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 1100px) {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 1200px) {  .text { font-size: 1em; width: 100%; }}
@media all and (min-width: 1300px) {  .text { } }
@media all and (min-width: 1400px) {  .text { } }
@media all and (min-width: 1500px) {  .text { } }
@media all and (min-width: 1500px) {  .text { } }
@media all and (min-width: 1600px) {  .text { } }
@media all and (min-width: 1700px) {  .text { } }


/**----9 Margin Size ****/
.no-margin        { margin: 0; }
.no-margin-left   { margin-left: 0; }
.no-margin-top    { margin-top: 0; }
.no-margin-right  { margin-right: 0; }
.no-margin-bottom { margin-bottom: 0; }

.margin-5         { margin: 5px; }
.margin-left-5    { margin-left: 5px; }
.margin-top-5     { margin-top: 5px; }
.margin-right-5   { margin-right: 5px; }
.margin-bottom-5  { margin-bottom: 5px; }

.margin-10        { margin: 10px; }
.margin-left-10   { margin-left: 10px; }
.margin-top-10    { margin-top: 10px; }
.margin-top-13    { margin-top: 13px; }
.margin-right-10  { margin-right: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }

.margin-20        { margin: 20px; }
.margin-left-20   { margin-left: 20px; }
.margin-top-20    { margin-top: 20px; }
.margin-top-15    { margin-top: 15px; }
.margin-right-15  { margin-right: 15px; }
.margin-right-20  { margin-right: 20px; }
.margin-bottom-20 { margin-bottom: 20px; }



.margin-25        { margin: 25px; }
.margin-left-25   { margin-left: 25px; }
.margin-top-25    { margin-top: 25px; }
.margin-top-15    { margin-top: 15px; }
.margin-right-25  { margin-right: 25px; }
.margin-bottom-25 { margin-bottom: 25px; }

.margin-30        { margin: 30px; }
.margin-left-30   { margin-left: 30px; }
.margin-top-30    { margin-top: 30px; }
.margin-right-30  { margin-right: 30px; }
.margin-bottom-30 { margin-bottom: 30px; }

.margin-40        { margin: 40px; }
.margin-left-40   { margin-left: 40px; }
.margin-top-40    { margin-top: 40px; }
.margin-right-40  { margin-right: 40px; }
.margin-bottom-40 { margin-bottom: 40px; }

.margin-50        { margin: 50px; }
.margin-left-50   { margin-left: 50px; }
.margin-top-50    { margin-top: 50px; }
.margin-right-50  { margin-right: 50px; }
.margin-bottom-50 { margin-bottom: 50px; }



.margin-60        { margin: 60px; }
.margin-left-60   { margin-left: 60px; }
.margin-top-60    { margin-top: 60px; }
.margin-right-60  { margin-right: 60px; }
.margin-bottom-60 { margin-bottom: 60px; }

.margin-80        { margin: 80px; }
.margin-left-80   { margin-left: 80px; }
.margin-top-80    { margin-top: 80px; }
.margin-right-80  { margin-right: 80px; }
.margin-bottom-80 { margin-bottom: 80px; }
	


.footer-copyright
{
	background-color: black;
    color: white;
    width: 100%;
    bottom: 0;
    text-align: center;
}



.logo_desktop
{
	z-index: 9999;
    position: fixed;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 20%);
    cursor: default;
    object-fit: contain;
    background-color: white;
}

.sidenav::-webkit-scrollbar {
  display: none;
	
}
desk-dx-top {
    height: 100vh;
    /* margin: 0; */
    /* padding: 0; */
      -webkit-box-shadow: -9px 2px 26px 0px rgb(255 255 255);  
     -moz-box-shadow: -9px 2px 26px 0px rgba(255,255,255,1);  
     box-shadow: -9px 2px 26px 0px rgb(255 255 255);  
}

