d-flex/**
* Template Name: NiceAdmin
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  scroll-behavior: smooth;
}





font-face { 
	font-family: 'Montserrat', sans-serif;
    
}

body {
font-family: 'Montserrat', sans-serif;	



background: #002470;
color: #444444;
}

a {
  color: none;
  text-decoration: none;
}

a:hover {
  color: none;
  text-decoration: none;
}

.text-black01 {
  color: #252525;
}
.text-blue01 {
  color: #007ecc;
}

.ri-eye-line {
  color: #007ecc;
}

h1{
	font-family: "conthrax", cursive;
	font-weight: bold;
	font-size: 16px; 
}

h2 {
	font-family: "Montserrat",sans-serif;
	font-weight: normal;
	font-size: 12px; 
}
h3 {margin-top: 10px;
	font-family: "Montserrat",sans-serif;
	text-align: center;
   font-size: 15px; 
	font-weight: bold;
}
h4 {
	font-family: "Montserrat",sans-serif;
	font-weight: bold;
	font-size: 11px; 
}
h5 {
	font-family: "Montserrat",sans-serif;
	font-weight: bold;
	font-size: 14px; 
}
h6 {
  font-family: "conthrax", cursive;
	font-weight: bold;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 3px;
  padding: 4px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 4px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: linear-gradient(to bottom, #cdcd52 10%, #c08b29 100%);
  width: 40px;
  height: 40px;
  border-radius: 4px 4;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: linear-gradient(to bottom, #ffff5e 10%, #eea928 100%);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/

.button {
	
	
  background-color: #0078d5; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 1px;
  cursor: pointer;
}

.button1 {font-size: 10px;}
.button2 {font-size: 12px;}
.button3 {font-size: 16px;}
.button4 {font-size: 20px;}
.button5 {font-size: 24px;}



/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Backgrounds */

.bg-gradient-primary-to-secondary {
  background-color: #373f4c !important;
  background-image: linear-gradient(
    180deg, #373f4c 0%,rgba(245, 248, 240, 0.8) 100%
  ) !important;
}



.bg-newsup{
	 background: linear-gradient(to right, #01cbff 46%, #012579 91%);
}

.bg-nfttt{
	 background: linear-gradient(to right, #00efe7 46%, #012579 91%);
}

.bg-whiteline{
	background: linear-gradient(to right, #012579 26%, #012579 90%);
}

.bg-playtime{
	background: linear-gradient(to right, #ffbe00 46%, #012579 90%);
}

.bg-yellowline{
	background: linear-gradient(to right, #ffbe00 46%, #001232 90%);
}

.bg-bluetap{
	background: linear-gradient(to right, #003593 46%, #012579 90%);
}

.bg-yellowbb{
	background-color: #f7cd00;
}

.bg-kakao{
	background-color: #ffcd00;
}


.bg-colgate{
	background-color: #d4000e;
}

.bg-the1{
	background-color: #252122;
}

.bg-advice{
	background-color: #5dbae8;
}

.bg-whiteb{
	background-color: #fff;
}

.bg-redone{
	background-color: #fff;
}

.bg-ais{
	background-color: #afcb29;
}

.bg-blackoff{
	background-color: #0d0f16;
}

.bg-face{
	background-color: #440811;
}
.bg-grayray{
	background-color: #515151;
}

.bg-blueo{
	background-color: #091926;
}

.bg-off{
	background-color: #091926;
}

.bg-whitel{
	background-color: #fffcf1;
}


.bg-orange{
	background-color: #f97523;
}

.bg-goldline{
	 background: linear-gradient(to right, #ff7800 40%, #fbcc57 100%);
}

.bg-gold{
	background-color: #2b2c2b;
}

.bg-2b {
  background-color: #2b2b2b;
}

.bg-grey {
  background-color: #7e7f86;
}

.bg-darkb {
  background-color: #005fff;
}

.bg-redl {
  background-color: #f53b02;
}

.bg-bluel {
  background-color: #0576ff;
}

.bg-blue1 {
  background-color: #c91418;
}

.bg-blue2 {
  background-color: #4592fc;
}

.bg-blue3 {
  background-color: #227efb;
}

.bg-blue4 {
  background-color: #036af5;
}

.bg-blue5 {
  background-color: #035bd2;
}

.bg-blue6 {
  background-color: #024caf;
}

.bg-greenl {
  background-color: #00cf60;
}

.bg-yellowl {
  background-color: #ffb100;
}

.bg-purplel {
  background-color: #9b55ff;
}

.bg-orangel {
  background-color: #fb6d1b;
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}


.container {
	height: 50px;
  position: relative;
 }
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* Card */

.cardshopping {
  margin: 0px 0px 0px 0px;
 padding: 2px 2px 2px 2px;
  background-color: none;
  border: 0px solid #020811;
  border-radius: 0px;
	
	}

.cardnews {
  margin: 10px 0px 10px 0px;
 padding: 2px 2px 2px 2px;
  background-color: none;
  border: 0px solid #020811;
  border-radius: 0px;
	
	}

.cardnft {
  margin: 10px 0px 10px 0px;
 padding: 2px 2px 2px 2px;
  background-color: none;
  border: 0px solid #020811;
  border-radius: 0px;
	
	}

.cardservice2 {
  margin: 10px 0px 10px 0px;
 
  background-color: none;
  border: 0px solid #d9b432;
  border-radius: 0px;
	
	}

.carddiskservice {
  margin: 0px 0px 0px 0px;
 
  background-color: #002db6;
  border: 0px solid #fff;
  border-radius: 0px;
  
  
}

.carddisk {
  margin: 10px 5px 10px 5px;
 
  background-color: #005fff;
  border: 0px solid #fff;
  border-radius: 0px;
  
  
}

.cardbblack {
  background-color: #2b2b2bf;
  
  border: none;
  border-radius: 20px;
  
}

.cardstrokered {
	background-color: #f5f8f0;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 2px solid #ffc800;
  box-shadow: none;
}

.cardstrokebrown {
	background-color: #7a482d;
  margin-bottom: 3px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

.cardstrokegreen {
	background-color: #006f70;
  margin-bottom: 3px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}


.cardstroknavygreen {
	background-color: #007b68;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}
.cardstroknavyred {
	background-color: #9e0000;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

.cardstroknavy {
	background-color: #00265e;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

.cardstroknavywhite {
	background-color: none;
  margin-bottom: 8px;
  border:  0px solid #fff;
  border-radius: 5px;
  box-shadow: none;
}

.cardstrokeblue {
	background-color: #042854;
  margin-bottom: 3px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}

.cardstrokegold3 {
  background-color: #020811;
  margin: 5px;
  border: 1px linear-gradient(to right,#002db5,#c0272d);
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardstrokegold2 {
  background: linear-gradient(to right, #fdfff6 0%, #feffe3 5% , #feffe3 95% , #fdfff6 100%);
  margin: 12px;
  border: 1px solid #f5fbff;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardstrokegold {
   background: linear-gradient(to bottom, #009fdd 0%, #0067ff 60%);
  margin-bottom: 15px;
  border: 0px solid #012579;
  border-radius: 10px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardstroke {
	background-color: #fff;
  margin-bottom: 18px;
  border: 2px solid #41abeb;
  border-radius: 10px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardgold {
	background-color: #ffe076;
  margin-bottom: 18px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}


.cardviewmore {
	
	padding: 2px 30px 2px 30px;
	background-color:none;
  margin-bottom: 0px;
  border: 2px solid #293238;
  border-radius: 5px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardwhite {
	background-color:#f5f8f0;
  margin-bottom: 0px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardgrey {
	background-color: #85878f;
  margin-bottom: 18px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardcollectmain {
	padding: 2px 2px 2px 2px;
	 background: linear-gradient(to top, #012579 3%, #001c5d 50%, #012579 90%);
  margin-bottom: 15px;
  border: 0px solid #038424;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}
.cardftt {
	
	background-color: #08142c;
  margin-bottom: 0px;
  border: 0px solid #293238;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardcollect {
	
	background-color: none;
  margin-bottom: 0px;
  border: 0px solid #293238;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardprogressin2 {
	background: linear-gradient(to top, #0033dc 65%, #012579 94%);
  padding: 2px 2px 2px 2px;
  margin-bottom: 15px;
  border: 0px solid #020811;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardprogressin {
	
 background: linear-gradient(to top, #0033dc 65%, #012579 94%);
  margin-bottom: 15px;
  border: 0px solid #020811;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}


.cardprogress {
	
  margin-bottom: 15px;
  border: 1px solid #666250;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardbrand {
	

  background: linear-gradient(to bottom right, #4fcbdc 5%, #0078d5 24%);
  margin: 15px 0px 15px 0px;
  border: 0px solid #dec454;
  border-radius: 10px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardgraph {
	
  margin-bottom: 30px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardnone {
	
  margin-bottom: 3px;
  border: none;
  border-radius:0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}


.cardabout {
	
	background-color: #0d0f16;
	
  margin-bottom: 0px;
  border: 2px solid #666250;
  border-radius: 3px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardcharacter {
	
	background-color:  linear-gradient(to bottom right, #ffc80b 47%, #ff872c 46%);
  margin-bottom: 15px;
  border: 2px solid #2b2b2b;
  border-radius: 20px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardproduct {
	
	background-color: #002db6;
  margin-bottom: 15px;
  border: 0px solid #ffc80b;
	border-radius: 20px 20px 20px 20px;
  
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardcontact {
	
	background-color: #002db6;
  margin-bottom: 15px;
  border: 0px solid #ffc80b;
	border-radius: 20px 20px 20px 20px;
  
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardcharacter3 {
	
	background-color: #FFDA36;
  margin-bottom: 15px;
  border: 0px solid #ffc80b;
	border-radius: 20px 20px 20px 20px;
  
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}
.cardvideo {
	
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.cardservice {
	
  margin-bottom: 18px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}
.cardr {
	
  margin-bottom: 10px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}


.cardft {
	padding-bottom: 15px;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}


.cardstart {
	
  margin-bottom: 18px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0 0px rgba(1, 41, 112, 0.1);
}

.card {
	
  margin-bottom: 18px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0 0px rgba(17, 20, 27, 0.1);
}

@media (max-width: 1199px) {
  .card {
    margin-bottom: -5;
	 
  }
  }

.card-headerred{
	
  border-color: 2px solid #666250;
  background-color: #440811;
  border-bottom: 2px solid #666250;
  padding: 13px;
}

.card-headerblue{
	
  border-color: 2px solid #666250;
  background-color: #091926;
  border-bottom: 2px solid #666250;
  padding: 13px;
}

.card-header,
.card-footer {
  border-color: none;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-titleaward2 {
  padding: 35px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  
  font-family: 'Montserrat', sans-serif;
}

.card-titleaward {
  padding: 15px 0 5px 0;
  font-size: 18px;
  font-weight: 500;
  
  font-family: 'Montserrat', sans-serif;
}

.card-titleaward span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}


.card-titlewelcome {
	
	border-color: 0px solid #666250;
  background-color: #440811;
  border-bottom: 2px solid #666250;
  padding: 13px;
	
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  color: #756954;
 font-family: 'Montserrat', sans-serif;
	
}

.card-titlealoha {
  padding: 15px 0 1px 0;
  font-size: 18px;
  font-weight: bolder;
  color: #2b2b2b;
  font-family: 'Montserrat', sans-serif;
	
}

.card-titlealoha span{
  padding: 15px 0 1px 0;
  font-size: 16px;
  font-weight: lighter;
  color: #2b2b2b;
 font-family: 'Montserrat', sans-serif;
	
	}

.card-title3 {
  padding: 15px 0 1px 0;
  font-size: 16px;
  font-weight: lighter;
  color: #8e8e8e;
  font-family: 'Montserrat', sans-serif;
	
}
.card-titleredred {
  padding: 20px 0 15px 0;
	border-bottom: 2px solid #666250;
  font-size: 18px;
  
  color: #2b2b2b;
  font-family: 'Montserrat', sans-serif;
	background-color: #440811;
}


.card-titl {
  padding: 15px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
  font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.card-titl span {
  color: #76cf78;
  font-size: 14px;
  font-weight: 400;
}

.card-titleservice {
  padding: 0px 0 15px 0;
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
  font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
 font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.card-title span {
  color: #76cf78;
  font-size: 14px;
  font-weight: 400;
}

.card-bodymodal {
  padding: 0px 50px 0px 50px;
}


.card-bodybutton {
border: 2px solid #ffc80b;
  padding: 0px 5px 5px 0px;
}


.card-bodysizeup {
  padding: 10px 0px 10px 0px;
border: 4px solid #ffc80b;
	
}

.card-bodyicon {
  padding: 5px 15px 5px 15px;
}

.card-bodyservice {
  padding: 15px 10px 15px 10px;
}

.card-bodyservice3 {
  padding: 0px 10px 0px 10px;
}

.card-bodyservice2 {
  padding: 5px 10px 5px 20px;
}

.card-bodyslam2 {
  padding: 50px 12px 50px 18px;
}

.card-bodyslamcharacter2 {
  padding: 10px 10px 10px 10px;
}
.card-bodyslamcharacter {
  padding: 0px 0px 0px 0px;
}

.card-bodyslamcollect {
  padding: 0 12px 5px 12px;
}

.card-iconlink {
  padding: 0 10px 5px 10px;
}

.card-bodyprofile2 {
	
  padding: 1px 2px 1px 2px;
}

.card-bodyprofile {
  padding: 0px 10px 0px 10px;
}

.card-bodyslam {
  padding: 0 20px 5px 20px;
}

.card-bodyblank {
	background-color: #f2f8ff;
  padding: 0 20px 20px 20px;
}

.card-product {
	border-radius: 20px;
  padding: 0 20px 20px 20px;
}

.card-bodyicon {
  padding: 0 15px 10px 20px;
}

.card-body2 {
  padding: 0 15px 0px 15px;
}

.card-bodytab {
  padding: 0px 10px 0px 10px;
}

.card-bodyabout {
  padding: 0 0px 10px 0px;
	
}
.card-bodyimage {
  padding: 5px 15px 5px 5px;
}


.card-bodyprofile {
  padding: 0 0px 0px 0px;
}




.card-bodyskill {
  padding: 0 20px 25px 20px;
}

.card-bodyvideo {
  padding: 0px 0px 0px 0px;
}

.card-bodyprofile3 {
  padding: 0px 10px 5px 10px;
}

.card-bodynews {
	
  background-color: none;
  border: 0px solid #6d1d1d;
  padding:  0 10px 10px 10px;
}

.card-bodynft {
	
  background-color: none;
  border: 0px solid #6d1d1d;
  padding:  0 0px 0px 0px;
}

.card-bodyshop {
	
  background-color: none;
  border: 0px solid #6d1d1d;
  padding:  0 10px 10px 10px;
}

.card-bodyactivity {
	
  background-color: #002db6;
  border: 1px solid #005fff;
  padding:  0 20px 14px 20px;
}

.card-body {
  padding: 0 20px 10px 20px;
}

.card-inservice {
  padding: 10px 10px 10px 10px;
}


.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
	object-fit: cover;
}

.card-fit {
	position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
	object-fit: cover;
}

.card-fit img {
border-radius: 20px;
  object-fit: cover;
}

.card-people {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card-people img {
  border-radius: 10px;
  width: 100%;
}

.card-people .weather-info {
  position: absolute;
  top: 30px;
  right: 24px;
}

.card-people .weather-info sup {
  font-size: 18px;
}

.card-people .weather-info .location {
  font-size: 20px;
  margin-bottom: 0;
}

/* Utilities */
.
{
  margin-bottom: 0rem;
}

@media (min-width: 576px) {
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}

 .dotted {border: 1px dotted #ff0000; 
	 border-style: none none dotted; 
	 color: #fff; 
	 background-color: #fff; }

.vl {
  border-left: 2px solid #1c9fe3;
  height: 101px;
}

.img-lg {
  width: 92px;
  height: 92px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.img-xs {
  width: 37px;
  height: 37px;
}

.img-ss, .settings-panel .color-tiles .tiles {
  width: 26px;
  height: 26px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

@media (min-width: 576px) {
  .border-right-sm {
    border-right: 1px solid #CED4DA;
  }
}

@media (min-width: 768px) {
  .border-right-md {
    border-right: 1px solid #CED4DA;
  }
}

@media (min-width: 992px) {
  .border-right-lg {
    border-right: 1px solid #CED4DA;
  }
}

@media (min-width: 576px) {
  .border-left-sm {
    border-left: 1px solid #CED4DA;
  }
}

@media (min-width: 768px) {
  .border-left-md {
    border-left: 1px solid #CED4DA;
  }
}

@media (min-width: 992px) {
  .border-left-lg {
    border-left: 1px solid #CED4DA;
  }
}

.text-gray, .card .card-subtitle {
  color: #8c8c8c;
}

.text-black {
  color: #000;
}

.text-small {
  font-size: 13px;
}

.flex-grow {
  flex-grow: 1;
}

.hover-cursor:hover {
  cursor: pointer;
}

.min-width-cell {
  min-width: 110px;
}

/* Demo Styles */
.template-demo .slider-wrap {
  height: 100px;
}

.template-demo .progress {
  margin-top: 1.5rem;
}

.template-demo > h2,
.template-demo > h3,
.template-demo > h4,
.template-demo > h5,
.template-demo > h6,
.template-demo > h1 {
  border-top: 1px solid #CED4DA;
  padding: 0.5rem 0 0;
}

.template-demo .ul-slider.noUi-horizontal {
  margin-top: 2rem;
}

.template-demo .ul-slider.noUi-vertical {
  margin-right: 2rem;
}

.template-demo > .dropdown {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.template-demo nav .breadcrumb {
  margin-bottom: 1.375rem;
}

.template-demo nav:last-child .breadcrumb {
  margin-bottom: 0;
}

.template-demo .editable-form > .form-group {
  border-bottom: 1px solid #CED4DA;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}

.template-demo .circle-progress {
  padding: 15px;
}

 .modal-content {
    background: #d1e5f2;
}

.demo-modal {
  position: static;
  display: block;
}

.demo-modal .modal-dialog.modal-lg {
  max-width: 100%;
}

.loader-demo-box {
  width: 100%;
  height: 200px;
}

.dropdown-menu-static-demo {
  height: 250px;
  margin-bottom: 20px;
}

.dropdown-menu-static-demo .dropdown-menu {
  z-index: 0;
}

.rounded-legend ul li {
  list-style-type: none;
  color: #737F8B;
  font-size: .75rem;
}

.rounded-legend ul li .legend-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .5rem;
}

.rtl .rounded-legend ul li .legend-dots {
  margin-left: .5rem;
}

.rounded-legend.legend-horizontal {
  display: -webkit-flex;
  display: flex;
}

.rounded-legend.legend-horizontal ul li {
  display: inline-block;
  margin-right: 1.5rem;
}

.rtl .rounded-legend.legend-horizontal ul li {
  margin-right: auto;
  margin-left: 1.5rem;
}

.rounded-legend.legend-top-right ul {
  float: right;
}

.rtl .rounded-legend.legend-top-right ul {
  float: left;
}

.rounded-legend.legend-vertical ul li {
  margin-top: 1rem;
}

.demo-chart {
  height: 300px;
}

@media (max-width: 767px) {
  .demo-chart {
    height: 200px;
  }
}

.documentation {
  padding-top: 0;
  max-width: 100%;
}

.documentation .content-wrapper {
  padding-top: 0;
  min-height: calc(100vh - 75px);
}

.doc-table-contents,
.doc-header {
  position: fixed;
}

.doc-header {
  padding-top: 160px;
  padding-bottom: 16px;
  z-index: 10;
  background: #F5F7FF;
}

.doc-content {
  padding-top: 157px;
}

.doc-table-contents {
  overflow: auto;
  max-height: calc(100% - 157px);
}

.doc-table-contents ul li {
  margin-top: 10px;
}

.doc-credits ul li {
  margin-bottom: 10px;
}

.doc-credits ul li a {
  margin-left: .25rem;
}

.demo-vector-map {
  width: 100%;
  height: 500px;
}

.sparkline-demo-chart canvas {
  max-width: 100%;
}


.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel2-item-left,
.carousel-fade .carousel-item-prev.carousel2-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
	
	color: #1c9fe3;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  
  text-align: center;
  opacity: 15%;
  transition: opacity 0.05s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #1c9fe3;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
	color: #1c9fe3;
  left: 0;
}

.carousel-control-next {
	color: #1c9fe3;
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	color: #1c9fe3;
	
  display: inline-block;
  width: 28px;
  height: 28px;
  background: 30% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
	
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='7' height='7' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
	
}

.carousel-control-next-icon {
	
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='7' height='7' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control span.glyphicon {
    color: blue;
}

.carousel-indicators {
	
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
	
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 1px;
  height: 1px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FF0000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 10;
  transition: opacity 0.6s ease;
	border-radius: 50%; 
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
	  border-radius: 100%;
    transition: none;
  }
}

.carousel-indicators .active {
	 background: #2b2b2b;
	border-radius: 100%;
  opacity: 1;
}

#carouselExampleIndicators .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 3px solid #2b2b2b;
    background: transparent;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.performance-overview-carousel .carousel-inner .item::after {
  content: '';
  width: 1px;
  height: 60px;
  background: #248AFD;
  position: absolute;
  right: 0;
  top: 25%;
}

@media (max-width: 767px) {
  .performance-overview-carousel .carousel-inner .item::after {
    display: none;
  }
}

.performance-overview-carousel .carousel-inner .item .icon::before {
  position: absolute;
  z-index: -1;
}

.performance-overview-carousel .carousel-inner .item .icon.icon-a::before {
  content: url("../../images/dashboard/shape-1.svg");
}

.performance-overview-carousel .carousel-inner .item .icon.icon-b::before {
  content: url("../../images/dashboard/shape-1.svg");
}

.performance-overview-carousel .carousel-inner .item .icon.icon-c::before {
  content: url("../../images/dashboard/shape-3.svg");
}

.performance-overview-carousel .carousel-control-prev,
.performance-overview-carousel .carousel-control-next {
  top: 1.3rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #3698fc;
  border-radius: 0.375rem;
  opacity: 1;
}

.performance-overview-carousel .carousel-control-prev:hover,
.performance-overview-carousel .carousel-control-next:hover {
  opacity: .7;
}

.performance-overview-carousel .carousel-control-prev {
  left: auto;
  right: 4rem;
}

.performance-overview-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}

.performance-overview-carousel .carousel-control-prev:after {
  font-family: "themify";
  content: '\e64a';
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

.performance-overview-carousel .carousel-control-next {
  left: auto;
  right: 1.681rem;
}

.performance-overview-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
}

.performance-overview-carousel .carousel-control-next:after {
  font-family: "themify";
  content: '\e649';
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

.detailed-report-carousel .carousel-control-prev,
.detailed-report-carousel .carousel-control-next {
  top: 1.3rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #ecedf2;
  border-radius: 0.375rem;
  opacity: 1;
}

.detailed-report-carousel .carousel-control-prev:hover,
.detailed-report-carousel .carousel-control-next:hover {
  opacity: .7;
}

.detailed-report-carousel .carousel-control-prev {
  left: auto;
  right: 4rem;
}

.detailed-report-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}

.detailed-report-carousel .carousel-control-prev:after {
  font-family: "themify";
  content: '\e64a';
  font-size: .875rem;
  color: #f77531;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

.detailed-report-carousel .carousel-control-next {
  left: auto;
  right: 1.681rem;
}

.detailed-report-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
}

.detailed-report-carousel .carousel-control-next:after {
  font-family: "themify";
  content: '\e649';
  font-size: .875rem;
  color: #f77531;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}





.performance-overview-carousel .carousel-inner .item::after {
  content: '';
  width: 1px;
  height: 60px;
  background: #f77531;
  position: absolute;
  right: 0;
  top: 25%;
}


/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
	 
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 0px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
	
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
 box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion2 {
	
	
  background-color: #11141b;
  color: #444;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
	
  transition: 0.4s;
}

.active2, .accordion2:hover {
  background-color: #11141b;
}



.panel {
	
  padding: 0px;
  background-color: #005fff;
  border: 0px solid #0d0f16;
  border-radius: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
	font-family: 'Montserrat', sans-serif;
  background-color: none;
	font-size: 11px;
	font-weight: bold;
	border:  0px solid #293238;
  border-radius: 0px;
  border-bottom: 0px solid #d1d6dc;
}

.nav-tabs-bordered .nav-link {
	
	
  border-radius: 10px;

  margin-top: 10px;
  margin-bottom: 0px;
  border: none;
	
  color: #0178d5;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #0178d5;
}

.nav-tabs-bordered .nav-link.active {

    background-color: #012579;
	font-weight: bolder;
  color: #ff641a;
	border-radius: 0px;
  border-bottom: 0px solid #bda77e;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 150px;
  }
}

.logo img {
  max-height: 26px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 50px;
  box-shadow: 0px 0px 0px rgba(1, 41, 112, 0.1);
  background-color:  0px 0px 0px rgba(1, 41, 112, 0.1);
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 15px;
  cursor: pointer;
  color: #2558e2;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 30px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 0px;
  left:0;
  bottom: 10;
  width: 220px;
  z-index: 996;
  transition: all 0.3s;
  padding: 1px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 0px rgba(1, 41, 112, 0.1);
   background: linear-gradient(to bottom, #000001 0%, #010f31 85% , #012579 100%);
	border: 0px solid #7bdc5d;
	
  border-radius: 0px 0px 0px 0px;
	
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #8eff69;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 220px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 0px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #012579;
  font-weight: 600;
  margin: 5px 0 5px 5px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #012579;
  transition: 0.3;
  background: rgba(0, 18, 50, 1);
  padding: 5px 55px;
  border-radius: 0px;
}
/*--------------------------------------------------------------
# ตัวหนังสือด้านข้าง
--------------------------------------------------------------*/
.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #012579;
}

/*--------------------------------------------------------------
# สีตัวหนังสือด้านข้าง
--------------------------------------------------------------*/
.sidebar-nav .nav-link.collapsed {
  color: #012579;
  background: none;
}

/*--------------------------------------------------------------
# สีไอค่อนด้านข้าง
--------------------------------------------------------------*/
.sidebar-nav .nav-link.collapsed i {
  color: #012579;
}

.sidebar-nav .nav-link:hover {
  color: #012579;
  background:  rgba(0, 18, 50, 1);
}

.sidebar-nav .nav-link:hover i {
  color: #012579;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;	
  color: #012579;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #012579;
}

.sidebar-nav .nav-content a.active i {
  background-color: #012579;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/



/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}


/* Info Cards2 */
.dashboard .pre-card .card-icon {
  color: #4154f1;
  background: #2b2b2b;
}

.dashboard .info-card2 {
  padding-bottom: 0px;
	
}

.dashboard .info-card2 h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 26px;
  line-height: 0;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .play-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 0px;
	
}

.dashboard .info-card h6 {
  font-size: 26px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 26px;
  line-height: 0;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 5px;
	
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news h2 {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# margin
--------------------------------------------------------------*/
.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 2.5rem !important;
}

.me-10 {
  margin-right: 6rem !important;
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}



.page-header .page-header-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-header .page-header-content .page-header-title {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.page-header .page-header-content .page-header-title .page-header-icon {
  margin-right: 0.5rem;
  display: inline-flex;
}
.page-header
  .page-header-content
  .page-header-title
  .page-header-icon
  .feather {
  height: 1.75rem;
  width: 1.75rem;
}
.page-header .page-header-content .page-header-subtitle {
  font-size: 1.15rem;
  margin-top: 0.25rem;
}
.page-header .page-header-search .input-group-joined {
  border-color: transparent;
}
.page-header .page-header-search .input-group-joined .form-control,
.page-header .page-header-search .input-group-joined .dataTable-input {
  height: 4rem;
  font-size: 1.25rem;
}
.page-header .page-header-search .input-group-joined:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
  border-color: transparent;
}

.page-header-compact .page-header-content {
  padding: 0;
}
.page-header-compact .page-header-content .page-header-title {
  font-size: 1rem;
}
.page-header-compact
  .page-header-content
  .page-header-title
  .page-header-icon
  .feather {
  height: 1rem;
  width: 1rem;
}

.page-header.page-header-dark {
  color: rgba(255, 255, 255, 0.5);
}
.page-header.page-header-dark .page-header-title {
  color: #fff;
}
.page-header.page-header-dark .page-header-title .page-header-icon {
  color: rgba(255, 255, 255, 0.5);
}
.page-header.page-header-dark .page-header-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.page-header.page-header-dark .breadcrumb {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}
.page-header.page-header-dark .breadcrumb .breadcrumb-item,
.page-header.page-header-dark
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.35);
}
.page-header.page-header-dark .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}
.page-header.page-header-dark
  .page-header-search
  .input-group-joined:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.page-header.page-header-light {
  color: rgba(33, 40, 50, 0.5);
}
.page-header.page-header-light .page-header-title {
  color: #212832;
}
.page-header.page-header-light .page-header-title .page-header-icon {
  color: rgba(33, 40, 50, 0.5);
}
.page-header.page-header-light .page-header-subtitle {
  color: rgba(33, 40, 50, 0.5);
}
.page-header.page-header-light .breadcrumb {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-header.page-header-light .breadcrumb .breadcrumb-item,
.page-header.page-header-light
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  color: #69707a;
}
.page-header.page-header-light .breadcrumb .breadcrumb-item a {
  color: #0061f2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 0px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}