body{
	font-family: 'Poppins', sans-serif;
	background: #fafafa;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div,button{
	letter-spacing: 1px;
}
input,option{
	letter-spacing: 1px;
}
.shape{
	font-size: 0.8em;
	letter-spacing: 0.7px;
	margin-right:10px;
	margin-bottom: 20px;
	
}
p{
	font-family: 'Poppins', sans-serif;
	/* font-size: 1.5em; */
	font-weight: 300;
	line-height: 1.7em;
	color: #999;
}
.Sweet-Sans {
	font-family: 'Poppins';
    font-weight: bold;
	font-style: normal;

	
}

.Poppins {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
  }
.Plantin{
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
}

a,
a:hover,
a:focus{
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
/* th,td{
	font-size: 1.1em;
} */


tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
	font-size: 0.65em;
	border: 0;
}
#round{

	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/round.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#round.active{
	background: url(diamond_icon/round_active.png);
}

#princess{

	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/princess.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#princess.active{
	background: url(diamond_icon/princess_active.png);
}
#heart{

	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/heart.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#heart.active{
	background: url(diamond_icon/heart_active.png);
}
#marquise{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/marquise.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#marquise.active{
	background: url(diamond_icon/marquise_active.png);
}
#pear{

	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/pear.png);
	align-items: center;
	justify-content: center;
	border: none;
	}
#pear.active{
	background: url(diamond_icon/pear_active.png);
}
#oval{

	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/oval.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#oval.active{
	background: url(diamond_icon/oval_active.png);
}

#emerald{

	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/emerald.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#emerald.active{
	background: url(diamond_icon/emerald_active.png);
}

#radiant{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/radiant.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#radiant.active{
	background: url(diamond_icon/radiant_active.png);
}

#sqRadiant{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/SqRadiant.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#sqRadiant.active{
	background: url(diamond_icon/SqRadiant_active.png);
}
#asscher{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/asscher.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#asscher.active{
	background: url(diamond_icon/asscher_active.png);
}
#cushion{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/cushion.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#cushion.active{
	background: url(diamond_icon/cushion_active.png);
}
#another{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/another.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#another.active{
	background: url(diamond_icon/another_active.png);
}

#allFancy{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/allFancy.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#allFancy.active{
	background: url(diamond_icon/allFancy_active.png);
}
#squareCushion{
	width: 40px;
    height: 40px;
	background-position: center center;
	background: url(diamond_icon/squareCushion.png);
	align-items: center;
	justify-content: center;
	border: 0;
	}
#squareCushion.active{
	background: url(diamond_icon/squareCushion_active.png);
}

.model-box {
	position:   relative;
	width:      100%;
	height: 100%;
	 /* This is your aspect ratio */ }
  
  .model {
	position: absolute;
	top:      0;
	left:     0;
	bottom: 0;
	right:    0;
	width:    100%;
	height:   100%;
  }
@media (min-width: 576px) and (max-width: 768.98px){
img{

	width: 160px;
    height: 160px;
}
#sidebar{
	min-width: 200px;
	max-width: 200px;
	background: #334d6e;
	color: #fff;
	transition: all 0.3s;
}

#sidebar.active {
    margin-left: -200px;
}

}
@media (min-width: 769px) and (max-width: 991.98px){
	img{

		width: 180px;
    height: 180px;
	}
	
}
@media (min-width: 992px) and (max-width: 1199.98px)  {
img{

	width: 240px;
    height: 240px;
}}

@media (min-width: 1200px)and (max-width: 1366.98px)  {
	img{

		width: 300px;
		height: 300px;
	}
}
@media (min-width: 1367px) {
	img{

		width: 350px;
		height: 350px;
	}
}
a img {
	display: none;
	width: 200px;
	height: 200px;

	
}
a:hover img {
	
    margin: 0;
    top: 30%;
    left: 35%;
    position: absolute;
	display: block; 
	background-position: center center;
	background-image: url(imghoverBG.jpg);
    align-items: center;
    justify-content: center;
	width: 200px;
    height: 200px;
}
/* Side Bar*/


#sidebar.active {
    margin-left: -250px;
}
.wrapper{
	display: flex;
	text-decoration: none;
	transition: all 0.3s;
	width: 100%;
}

#sidebar{
	min-width: 250px;
	max-width: 250px;
	background: #334d6e;
	color: #fff;
	transition: all 0.3s;
}


#sidebar .sidebar-header{
	padding: 20px;
	background: #334d6e;
	
}
#sidebar ul.components{
	padding: 20px 0;
	border-bottom: 1px solid #3d5b81;
}

#sidebar ul p{
	color: #fff;
	padding: 10px;
}

#sidebar ul li a{
	padding: 10px;
	/* font-size: 1.1em; */
	display: block;
}

#sidebar ul li a:hover{
	color: #3d5b81;
	background: #fff;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: #fff;
	background:#3d5b81;
	
}

a[data-toggle="collapse"]{
	position: relative;
}

.dropdown-toggle::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 20%;
	transform: translateY(-50%);
}
ul ul a{
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background:#3d5b81;
	
}
.menumg{
	margin-left: auto;
}
#content{
	width: 100%;
	padding: 0px;
	min-height: 100vh;
	transition: all 0.3s;
}
.navbar{
	background: #334d6e; 
	margin-bottom: 0px;
	border-width: 0px 0px 0px 0px;
	

}
.bg-navbar-primary{
	background: #334d6e; 


}
.btn-ananta{
	background:#30588b;
	color: #fff;
	border: #30588b;
}

.btn-ananta:hover,
.btn-ananta:focus{
	background:#334d6e;
	color: #fff;
	border: #334d6e;
	text-decoration-color: #334d6e;
}
.btnh{
	width: 70%;
	margin-top: 15px;
	
}
.dpdw{
	width: 100%;
	height: auto;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
#myInput {
	background-image: url('/css/searchicon.png'); /* Add a search icon to input */
	background-position: 10px 12px; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font-size: 16px; /* Increase font-size */
	padding: 12px 20px 12px 40px; /* Add some padding */
	border: 1px solid #ddd; /* Add a grey border */
	margin-bottom: 12px; /* Add some space below the input */
  }
td.highlight {
    background-color: black !important;
}
height-comment{
 height:300px;
}

.pb-cmnt-container {
        font-family: Lato;
        margin-top: 100px;
}

.pb-cmnt-textarea {
        resize: none;
        padding: 20px;
        height: 130px;
        width: 100%;
        border: 1px solid #F2F2F2;
 }
 @font-face {
    font-family: 'Sweet Sans SC';
    src: url('https://stage.ananta.link/css/SweetSans-BoldSC/SweetSans-BoldSC.woff2') format('woff2'),
        url('https://stage.ananta.link/css/SweetSans-BoldSC/SweetSans-BoldSC.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Plantin';
    src: url('https://stage.ananta.link/css/plantin/Plantin.woff2') format('woff2'),
        url('https://stage.ananta.link/css/plantin/Plantin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('https://stage.ananta.link/css/comfortaa/Comfortaa-Regular.woff2') format('woff2'),
        url('https://stage.ananta.link/css/comfortaa/Comfortaa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	position: relative;
	background-color: #fefefe;
	/* margin-top: 10%;
	padding: 0; */
	border: 1px solid #888;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  .modal-header {
	padding: 2px 16px;
	background-color: #3d5b81;
	color: white;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
	padding: 2px 16px;
	background-color: #3d5b81;
	color: white;
	margin-block-start: auto;
  }



  .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	margin: 5% auto;
	margin-top: 10%;
	background: rgba(0, 0, 0, 0);
	border-radius: 5px;
	width: 75%;
	position: relative;
	
  }
  
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
  .popup .close:hover {
	color: rgb(255, 8, 8);
  }
  .popup .content {
	max-height: 50%;
	overflow: auto;
  }
 
  @media screen and (max-width: 700px){
	.box{
	  width: 70%;
	}
	.popup{
	  width: 70%;
	}
  }

  @media (max-width: 575.98px) {
	.table-responsive-sm {
	  display: block;
	  width: 100%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
	  border: 0;
	}
  }
  
  @media (max-width: 767.98px) {
	.table-responsive-md {
	  display: block;
	  width: 100%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
	  border: 0;
	}
  }
  
  @media (max-width: 991.98px) {
	.table-responsive-lg {
	  display: block;
	  width: 100%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
	  border: 0;
	}
  }
  
  @media (max-width: 1199.98px) {
	.table-responsive-xl {
	  display: block;
	  width: 70%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
	  border: 0;
	}
  }
  @media (min-width: 1200px) {
	.table-responsive-xl {
	  display: block;
	  width: 70%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
	  border: 0;
	}
  }
  
  .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
  }
  
  .table-responsive > .table-bordered {
	border: 0;
  }

  .my-custom-scrollbar {
	position: relative;
	width: 80%;
	height: 80%;
	overflow: auto;
  }