@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth; 
    font-family: 'Poppins', sans-serif;
}
p, h1, h2, h3, h4, h5, h6{
    margin: 0; 
}
.Form a.back{
    display : none;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.lg-none{
    display:  none;
}
  /* Hide scrollbar for IE, Edge and Firefox */
.scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
input, select{
    box-shadow: 0 0 0 green;
}
.form-control:focus{
    box-shadow: 0 0 0 green;
}
.btn:focus{
    box-shadow: 0 0 0 rgb(236, 236, 236);
}
:root {
    --primary-color: rgb(8, 90, 63);
    --second-primary-color: rgb(49, 165, 126);
    --control-color: #f8f9fa;
    --text-color:rgb(14, 17, 19)a;
    --main-color: #64dbb7;
    --client-color: #40af7c;
}

.success{color: #1bb328;}
.error{color: #e61d1d;}
.light{color: #777676;}



.primarybg{background:rgb(8, 90, 63); color:white}
.primary{color:rgb(8, 90, 63)}

.altColor{background-color: rgb(16, 122, 129)}

.secondprimarybg{background:rgb(50, 161, 124); color:white}
.secondprimary{color:rgb(50, 161, 124)}

.sm_thumbnail{ width: 40px; height: 40px; border:1px solid rgb(225, 227, 232); border-radius: 50%;
    margin-bottom: 0;
}
.md_thumbnail{ width: 60px; height: 60px; border:2px solid rgb(225, 227, 232); border-radius: 50%;
    margin-bottom: 2px;
}
.lg_thumbnail{ width: 140px; height: 120px; border:1px solid rgb(87, 90, 99); border-radius: 15px; padding: 3px;
    margin: 10px 0 0;
}
.textxlg{ font-size: 30px;} 
.textlg{ font-size: 25px;}
.textmd{ font-size: 20px;}
.textsm{ font-size: 16px;}
.textxsm{ font-size: 12px;}

.spread{
    letter-spacing: .15rem;
}
.panel .wrapper{
    display: flex;
    flex-direction: column;
    align-items:  flex-start;
    justify-content: space-between;
    width: 56%;
    height: 300px; 
}
.card-wrapper{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
}
.card{
    background: rgb(255, 255, 255);
    width: 48%;
    /* box-shadow: 0 0 5px rgba(92, 91, 91, 0.58); */
    height:130px;
    transform: all .5s ease;
    border-radius: 5px;
    position: relative;
}
.card:hover{
    box-shadow: 0 0 5px rgba(31, 30, 30, 0.58);
}
.badgeAttach{
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 50px;
    border-radius: 10px;
 }
 .badge{
    /* margin-top: 0; */
    padding: 5px;
    /* margin-right: 20px; */
    border-radius: 50%;
    /* color: rgba(255, 255, 255); */
 }
 .card-title{
     position: absolute;
     top: 0;
     right: 0;
     padding: 10px 10px 10px 0;
     text-align: right;
 }
 .card-title p{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.2em;
    font-weight: 550;
}
.card-title .count{
    font-size: 45px;
}
.card-info{
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 10px 0 0 5px;
    text-align: left;
}
.card-info p{
    color: rgba(16, 16, 17, 0.897);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 2px;
}
.card-view{ 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* text-align: center; */
    height: 16px;
    border-radius: 0 0 5px 5px;
    opacity: 1;
    cursor: pointer;
    transition: all .5s ease
}
.card-view:hover{ 
    opacity: 0.8;
}
a#card-view{ 
    color: whitesmoke;
    text-decoration: none;
    font-size: 14px; 
}
.chartPanel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: white;
    box-shadow: 0 0 2px gray; 
    border-radius: 5px;
    padding: 4px 0 0;
}
.chartPanel .head{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
}
.chartPanel .body{
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.chartPanel .body::-webkit-scrollbar{
  display: none;
}
.chartPanel .body table{
    padding: 0;
}
.chartPanel .body table thead tr th,
.chartPanel .body table thead tr td {
    position: sticky;
    top: -2px;
    background-color: var(--primary-color);
    z-index: 1;
    color: white;
    padding: 3px 12px 3px 7px;
}
.chartPanel .body table tbody tr td {
    padding: 5px 12px 5px 7px;
    text-align: left;
    border: 1px solid #f5f4f4;
}
.chartPanel .foot{
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    width: 100%;
    margin-top: auto;
    padding: 3px 10px;
    background-color: #e8ffee;
    /* border-top: 1px solid rgb(51, 216, 161); */
}
.dummyInfo{
    width:100%;
    margin:0;
    display: flex;
    justify-content: center;
}
.dummyInfo img{
    width: 30%;
    display: block; 
    height: 225px;
}
.errorImage{
    width:100%;
    margin:0;
    display: flex;
    justify-content: center;
}
.errorImage img{
    width: 90%;
    display: block; 
    height: 225px;
}

@media only screen and (max-width:800px) and (min-width:820px){
    
    .textxlg{ font-size: 30px;}
    .textlg{ font-size: 25px;}
    .textmd{ font-size: 20px;}
    .textsm{ font-size: 13px;}

    .topWrapper{
        flex-direction: column;
        align-content:  flex-start;
        padding: 15px;
    }
}

@media only screen and (max-width: 519px){
    .sm_none{
        display: none;
    }
    .Form a.back{
        display : block;
    }
    .sm_thumbnail{ width: 30px; height: 30px;
    }
    .md_thumbnail{ width: 40px; height: 40px;
        margin-bottom: 2px;
    }
    .lg_thumbnail{ width: 80px; height: 80px; padding: 2px;
        margin: 3px;
    }
    .panel .wrapper{
        width: 99%;
        height: 240px; 
    }
    .card-wrapper{
        justify-content: space-between;
        padding: 0;
    }
    .badgeAttach{
        top: 1px;
        left: 8px;
        padding: 7px 2px;
        font-size: 33px;
     }
     .badge{
        margin-top: -15px;
        padding: 4px 8px;
        border-radius: 60px;
     }
     .card{
         width: 49%;
         box-shadow: 0 0 3px rgba(92, 91, 91, 0.58);
         height: 100px;
         margin-bottom: 10px;
         transform: all .5s ease;
         border-radius: 5px;
         position: relative;
     }
    .card-title strong{
        font-size: 35px;
    }
     .card-title{
         padding: 0;
         top: 8px;
         right: 4px;
     }
     .card-title .count{
         font-size: 40px;
         font-weight: 500;
     }
     .card-title p:nth-child(1){
        font-size: 11px;
        font-weight: 500;
     }
     .card-info p{
         font-size: 8px;
     }
    .card-info{
        padding: 10px 0 0 5px;
    }
    .card-view{ 
        height: 13px;
    }
    a#card-view{ 
        font-size: 11px; 
        letter-spacing: 0.06rem;
    }
    .chartPanel .head{
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .chartPanel .body{
        width: 100%;
    }
    .chartPanel .foot{
        width: 100%;
        padding: 4px 10px;
    }
    .dummyInfo img{
        margin-top: 20px;
        width: 80%;
        height: 180px;
    }
    .feedback p{
        font-size: 20px;
    }    
}