/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                         REPORT-1
======================================================*/

/*color popup css*/
.div{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#0000;
}
.popcontent{
    width: 100%;
    /* height: 100%; */
    /*height: 400px;*/
    aspect-ratio: 1/1.3;
    max-width: 360px;
    /*background: linear-gradient(0deg  ,#4d381d, #ae8e51);*/
    background:linear-gradient(180deg,#B78C00 0%,#ECB954 100%);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    animation: win 1.5s ease 3;
}
.des{
    color: #fff;
    padding: 5px 0px 5px;
    background-color: #ffffff42;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 25px;

}
.line1{
    width: 80%;
    background: #282f38;
    padding: 4px;
    margin: auto;
    border-radius: 25px;
    border: 2px solid #ffd078;
}
.plate{
    width: 75%;
    aspect-ratio: 2/1.5;
    background: #ddd;
    margin: auto;
    position: relative;
    top: -5px;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    /*padding-bottom: 5%;*/
    box-shadow: 0 3px 5px -2px #000;
}
.p-con{
    position: relative;
    top: -10%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bt-1{
    color: #282f38;
    width: 50%;
    margin: auto;
    padding: 10px 5px 7px ;
    text-align: center;
    background: linear-gradient(0deg ,#fdb223,#fbde69);
    position: relative;
    /*top: -10%;*/
    border-radius: 25px;
    font-weight: bold;
    border: 1px solid #ffd358;
}
.bt-2{
    color: #282f38;
    width: 50%;
    margin: auto;
    padding: 10px 5px 7px ;
    text-align: center;
    background: linear-gradient(0deg ,#f8aa3e,#fbf7b3);
    position: relative;
    top: -10%;
    border-radius: 25px;
    font-weight: bold;
    border-top: 3px solid ;
    border-bottom: 3px solid ;
    border-color: #fab908e3 #fff0 #fae4a8c9;
    box-shadow: 0 3px 5px -2px #000;
}
.text1{
    text-align: center;
    color: #3d3d3d;
    font-size:  0.9rem;
}
/*.text1 span{*/
/*    text-align: center;*/
/*    color: #ee1f1b;*/
/*    font-weight: bold;*/
/*}*/
.text1>h5{
    font-weight:normal ;
    font-family: sans;
}
h5.rere>a{
    border-radius:25px;
    padding: 3px 7px !important;
    font-size: .9rem !important;
}
.pric{
    text-align: center;
    color: #059300;
    font-weight: bold;
    font-size: 1.8rem;


}
.lbl{
    clip-path: polygon(17% 21%, 100% 20%, 100% 74%, 78% 100%, 78% 74%, 17% 74%, 13% 68%, 10% 63%, 8% 56%, 7% 49%, 7% 41%, 9% 34%, 11% 27%);
    background: #282f38;
    width: 17%;
    aspect-ratio: 1;
    padding: 19px 10px 0px;
    position: absolute;
    right: -4%;
    top: 15%;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
}

.stars{
    display: flex;
    width: 100%;
    justify-content: center;
}
.stars .star{
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    background: #fffb13;
    aspect-ratio: 1;
    width: 15%;
}
.stars .star:nth-child(2){
    transform: translateY(-10px);
}
.pop-head{
    position: relative;
    top: -5%;
}

@keyframes win{
    50%{
        transform:translateY(-10px);
    }
}
/*end color popup css*/

#buycolor{
    position:relative;
    border-bottom:none;
    height: 4rem;
}
#buycolor::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 2rem;
  background-image: linear-gradient(-10deg, #fff 50%, transparent 52%);
}
#buycolor::after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  height: 2rem;
  background-image: linear-gradient(10deg, #fff 50%, transparent 52%);
}
#resultList{
    background: #393939;
}
 
/*.head{*/
/*    margin:0;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 10;*/
/*    width:100%;*/
/*    max-width:360px;*/
    
    
/*}*/
.head td{
    vertical-align:middle;
    font-size:1.7rem;
    border:none;
}

.tm_gm>td>a{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding-top: 6px;
}
.tm_gm>td>a>i{
    margin-top:-7px;
}
/*.tm_gm>td.active>a>i{*/
/*    color:#ffac47;*/
/*}*/
.c-1{
    color: var(--text3);
}

.trd_nmbr{
    text-align: center;
}

.round-t-3{
    border-radius: 30px 30px 0px 0px !important;
}
.round-1{
    border-radius: 10px !important;
}
/*.bg-30 {*/
  /*background: #303030 !important;*/
/*}*/
/*.bg-3a{*/
/*    background: #3a3a3a !important;*/
/*}*/
/*.bg-a6{*/
/*    background: #a6a9ae !important;*/
/*}*/
/*.bg-a6.active{*/
/*    background: #d9ac4f !important;*/
/*}*/
.bg-a6>i{
    color: #935609 !important;
    font-size: 20px;
}


.spin1,
.spin1:after {
  box-sizing: border-box;
}
.spin1 {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #f7e09c;
    margin-right: 60px;
    position: relative;
}
.spin1>img {
  position: absolute;
  top: 22%;
  left: 22%;
  width: 135%;
  height: auto;
}
.spin1:after {
  content: " ";
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: spin1 1.2s linear infinite;
}
@keyframes spin1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#timer_new{
    position:absolute;
    top: 20%;
    z-index:99;
    max-width:100%;
    
}
#spinner{
    position:absolute;
    top: 20%;
    z-index:99;
    max-width:100%;
}

#report1 .card-block {
	padding:10px 10px 0 10px;
}

#report1 .text-left.report1-cont {
    margin-bottom: 20px;
}

#report1 .card-block .progress {
	margin-bottom: 10px;
}

#report1 p > small {
	padding-top: 10px;
	color:#777;
}

/*====================================================
                         REPORT-2
======================================================*/
.card-c1 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}

.card-c1 .card-height-indicator {
    margin-top: 100%;
}

.card.row-space .header {
    padding: 15px 20px 0;
}

.card-c1 .title {
    margin-top: 0;
    margin-bottom: 5px;
}

.card-c1 .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
}

.card-c1 .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

.card-c1 .card-image .card-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card-c1 .category:not([class*="text-"]) {
    color: #999999;
}

.card-c1 .card-content {
    padding: 15px 20px;
}

.card-c1 .card-content .category {
    margin-bottom: 0;
}

.card-c1 .card-content h4 {
	color:#555;
	font-size: 19px;
	font-weight: normal;
}

.card-c1 .card-header {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
}

.card-c1 .card-header .title {
    color: #FFFFFF;
}

.card-c1 .card-header .category {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
}

.card-c1 .card-header.card-chart {
    padding: 0;
    min-height: 160px;
}

.card-c1 .card-header.card-chart+.content h4 {
    margin-top: 0;
}

.card-c1 .card-header .ct-label {
    color: rgba(255, 255, 255, 0.7);
}

.card-c1 .card-header .ct-grid {
    stroke: rgba(255, 255, 255, 0.2);
}

.card-c1 .card-header .ct-series-a .ct-point,
.card-c1 .card-header .ct-series-a .ct-line,
.card-c1 .card-header .ct-series-a .ct-bar,
.card-c1 .card-header .ct-series-a .ct-slice-donut {
    stroke: rgba(255, 255, 255, 0.8);
}

.card-c1 .card-header .ct-series-a .ct-slice-pie,
.card-c1 .card-header .ct-series-a .ct-area {
    fill: rgba(255, 255, 255, 0.4);
}

.card-c1 .chart-title {
    position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;
}

.card-c1 .chart-title h3 {
    margin: 0;
    color: #FFFFFF;
}

.card-c1 .chart-title h6 {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
}

.card-c1 .card-footer {
    /*margin: 0 20px 10px;*/
    background: transparent;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

.card-c1 .card-footer .content {
    display: block;
}

.card-c1 .card-footer div {
    display: inline-block;
}

.card-c1 .card-footer .author {
    color: #999999;
}

.card-c1 .card-footer .stats {
    line-height: 22px;
    color: #999999;
    font-size: 12px;
}

.card-c1 .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px;
}

.card-c1 .card-footer h6 {
    color: #999999;
} 

/*====================================================
                         REPORT-3
======================================================*/
.card-c2 {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.card-c2 .table td, .table th {
    padding: .75rem;
    vertical-align: baseline;
    border-top: 1px solid #eceeef;
}

.card-c2 .image {
    width: 100%;
    overflow: hidden;
    height: 260px;
    border-radius: 4px 4px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-c2 .image img {
    width: 100%;
}

.card-c2 .filter {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.card-c2 .filter .btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card:hover .filter {
    opacity: 1;
    filter: alpha(opacity=100);
}

.card-c2 .btn-hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.card:hover .btn-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.card-c2 .content {
    padding: 15px 15px 10px 15px;
}

.card-c2 .header {
    padding: 15px 15px 0;
}

.card-c2 .category,
.card-c2 label {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
}

.card-c2 .category i,
.card-c2 label i {
    font-size: 16px;
}

.card-c2 label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.card-c2 .title {
    margin: 0;
    color: #333333;
    font-weight: 300;
}

.card-c2 .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card-c2 .description {
    font-size: 14px;
    color: #333;
}

.card-c2 .footer {
    padding: 0;
    background-color: transparent;
    line-height: 30px;
}

.card-c2 .footer .legend {
    padding: 5px 0;
}

.card-c2 .footer hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-c2 .stats {
    color: #a9a9a9;
}

.card-c2 .footer div {
    display: inline-block;
}

.card-c2 .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.card-c2 .author i {
    font-size: 14px;
}

.card-c2 h6 {
    font-size: 12px;
    margin: 0;
}

.card.card-separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #DDDDDD;
    content: "";
    position: absolute;
}

.card-c2 .ct-chart {
    margin: 30px 0 30px;
    height: 245px;
}

.card-c2 .table tbody td:first-child,
.card-c2 .table thead th:first-child {
    padding-left: 15px;
}

.card-c2 .table tbody td:last-child,
.card-c2 .table thead th:last-child {
    padding-right: 15px;
}

.card-c2 .alert {
    border-radius: 4px;
    position: relative;
}

.card-c2 .alert.alert-with-icon {
    padding-left: 65px;
}


.card-c2 .card-footer {
    padding: .75rem 1.25rem;
     background-color: #fff; 
    border-top: 1px solid rgba(0,0,0,.125);
}

/*====================================================
                         REPORT-4
======================================================*/

#report4 #card-2 .card {
    padding-top: 0px;
    padding-bottom: 22px;
    margin: 0px 0 20px 0;
    background-color: #fff;
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.margin-top_10{
    margin-top: 20px;
}
#dashboard i{
    font-size: 25px;
    color:black;
}

@media (min-width:900px){
    .content-inner {
     min-height: 580px;
}
}
@media (min-width:320px) and (max-width:500px){
    .contact-h-cont{
        width: 300px
    }
}
