@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #272a31;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 40.4px);
  left: calc(50% - 16.3px);
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*Just change your choise color here its theme Colors*/
body {
  background: #272a31;
}
/*Top Header Part*/
.top-left-part {
  background: #272a31;
   /* background-image: url(/assets/images/snow.png),url(/assets/images/snow2.png),url(/assets/images/snow3.png); 
      -webkit-animation: snow 55s linear infinite;
    -moz-animation: snow 55s linear infinite;
    -ms-animation: snow 55s linear infinite;
    animation: snow 55s linear infinite; */
}
/* .top-left-part {
  background: #272a31;
   background-image: url(/assets/images/back5.png),url(/assets/images/snow2.png); 
   background-image: url(/assets/images/snow2.png);
      -webkit-animation: snow 55s linear infinite;
    -moz-animation: snow 55s linear infinite;
    -ms-animation: snow 55s linear infinite;
    animation: snow 55s linear infinite; 
} */
@media(max-width: 769px) {
  .site-name {
      display: none;
  }
}
.logo i {
  color: #ffffff;
}
.navbar-header {
  background: #272a31;
   /* background-image: url(/assets/images/snow.png),url(/assets/images/snow2.png),url(/assets/images/snow3.png); 
      -webkit-animation: snow 55s linear infinite;
    -moz-animation: snow 55s linear infinite;
    -ms-animation: snow 55s linear infinite;
    animation: snow 55s linear infinite; */
}
/* .navbar-header {
  background: #272a31;
    background-image: url(/assets/images/back5.png),url(/assets/images/snow2.png); 
    background-image: url(/assets/images/snow2.png); 
      -webkit-animation: snow 55s linear infinite;
    -moz-animation: snow 55s linear infinite;
    -ms-animation: snow 55s linear infinite;
    animation: snow 55s linear infinite;
} */
.navbar-top-links > li > a {
  color: #ffffff;
}
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #fb9678;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #5bff95f;
}
/*Sidebar*/
.sidebar {
  background: #272a31;
}
.sidebar .label-custom {
  background: #01c0c8;
}
/* #side-menu li a {
  color: #96a2b4;
}
#side-menu li a {
  color: #96a2b4;
  border-left: 0px solid #2f333c;
} */
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.07);
}
#side-menu > li > a.active {
  border-left: 3px solid #5bff95f;
  color: #ffffff;
  font-weight: 500;
}
#side-menu > li > a.active i {
  color: #5bff95;
}
#side-menu ul > li > a:hover {
  color: #5bff95;
  background: none;
}
#side-menu ul > li > a.active {
  color: #5bff95;
  font-weight: 500;
}
.sidebar #side-menu .user-pro .nav-second-level a:hover {
  color: #5bff95;
}
@media (min-width: 768px) {
  .content-wrapper #side-menu li a.active,
  .content-wrapper #side-menu ul,
  .content-wrapper .sidebar #side-menu > li:hover {
    /* background: #444859; */
    width: 220px;
  }
}
.user-profile .user-pro-body .u-dropdown {
  color: #96a2b4;
}
/*themecolor*/
.bg-theme {
  background-color: #fb9678 !important;
}
.bg-theme-dark {
  background-color: #01c0c8 !important;
}
/*Chat widget*/
.chat-list .odd .chat-text {
  background: #fb9678;
}
/*Button*/
.btn-custom {
  background: #fb9678;
  border: 1px solid #fb9678;
  color: #ffffff;
}
.btn-custom:hover {
  background: #fb9678;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #fb9678;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #5bff95f;
  color: #5bff95f;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #fb9678;
  border-right: 2px solid #fb9678;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #fb9678;
  color: #ffffff;
}
@-webkit-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #272a31 }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #272a31;
    }
}
@-moz-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #272a31 }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #272a31;
    }
}
@-ms-keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #272a31 }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #272a31;
    }
}
@keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    50% { background-color: #272a31 }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
        background-color: #272a31;
    }
}

/* New Adds */

.copyable {
	cursor: pointer;
}
.notification {
	position: fixed;
	right: 13px;
	top: 15px;
	background-color: #2f3349;
	color: white;
	padding: 10px;
	border-radius: 5px;
	z-index: 1000;
	opacity: 1;
	transition: opacity 1s ease;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.fade-out {
	opacity: 0;
}
.check-icon {
	margin-right: 10px; 
	width: 20px; 
	height: 20px;
}


