*{
    padding: 0;
    margin: 0;
}

/* BOOTSTRAP-UTILITIES */
.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}

body{
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #454545;
    background-color: #f4f9fd;
    background-image: url(../images/images/mainbg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 60px;
}
button{
    border: none;
    cursor: pointer;
    outline: 0;
    font-family: "Poppins", sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a{
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img{
    max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul{
    padding: 0;
    list-style-type: none;
}
button, a, input, ul{
    font-size: 1rem;
}

.h1, .h2, .h3, h1, h2, h3{
  font-weight: 700;
    color: #313f46;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 600;
    line-height: 1.4;
    color: #313f46;
}

input{
    font-family: "Poppins", sans-serif;
}

@media(max-width: 767px){
    .h1, h1{
        font-size: 2.2rem;
    }
    .h2, h2{
        font-size: 1.75rem;
    }
    }
    @media(max-width: 575px){
    .h2, h2{
        font-size: 1.5rem;
    }
    .h1, h1{
        font-size: 2rem;
    }
    }
    
    
    
    @media(min-width:768px){
    ::-webkit-scrollbar{width:10px;height:6px}
    ::-webkit-scrollbar-track{background-color:#eee}
    ::-webkit-scrollbar-thumb{background-color:#3a3a3a}
    ::-webkit-scrollbar-thumb:hover{background-color:#444}
    }
    
    .custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
    .custscroll::-webkit-scrollbar-track{background:transparent}
    .custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
    .custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}
    
    
    .custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
    .custscrollA::-webkit-scrollbar-track{background:transparent}
    .custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
    .custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}
    

.btn{
    font-size: 1rem;
}
p{
    margin-top: 0;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}



.cmpad{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}


    
/*---------------------------------------*/
/*::::::::::::::::FORM:::::::::::::::*/
/*---------------------------------------*/

.myform label{
    font-size: .875rem;
    opacity: .75;
    margin-bottom: 5px;
    width: 100%;
}
.myform input,
.myform textarea,
.myform select{
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 15px;
    height: 50px;
    border-radius: .3rem;
    box-shadow: none;
    font-size: 1rem;
    border: 1px solid rgb(63 81 181 / 15%);
    outline: 0;
    color: #4f6b78;
    background-color: rgb(255 255 255 / 60%);
    font-family: "Poppins", sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myform input:focus,
.myform textarea:focus,
.myform select:focus{
    border-color: #383278;
}
.myform input[readonly]:focus,
.myform textarea[readonly]:focus,
.myform select[readonly]:focus{
    border-color: #ddd;
}
.myform input::placeholder,
.myform textarea::placeholder,
.myform select::placeholder{
    opacity: .5;
}
.myform .btn{
    padding: 12px 25px;
    border-radius: .3rem;
}
.myform select{
    color: #3e3e3e;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
}
.myform .select{
    position: relative;
}
.myform .select:after{
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 44px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 10px;
    opacity: .75;
    pointer-events: none;
    color: #3e3e3e;
}


/* TABLE */
.tableresp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }

.mytable {
    color: #666;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    font-size: .9rem;
}

.mytable thead th {
    font-weight: 500;
    color: #fff;
    background-color: #383278;
    overflow: hidden;
    border-color: #5f5a99;
}

.mytable td,
.mytable th {
    border: 1px solid rgb(11 77 161 / 10%);
    padding: 12px;
    overflow: hidden;
    transition: .3s;
    text-align: left;
}


.mytable tr {
    transition: .3s;
}

.mytable tr:hover {
    background: rgb(56 50 120 / 6%);
}





.loginbg{
    flex: 1 0 auto;
}
.logindata{
    width: 450px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    margin: 2rem auto;
    border-radius: 1rem;
    box-shadow: 14px 16px 20px rgb(0 0 0 / 20%);
}
.loglogo{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
}
.loglogo img.logo{
    width: 250px;
}
.loglogo .home{
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 5px;
    padding: 8px 12px;
    border-radius: 2rem;
    font-size: .875rem;
    color: rgb(57 49 134 / 75%);
    background-color: rgb(57 49 134 / 5%);
}
.loglogo .home:hover{
    color: rgb(57 49 134 / 90%);
    background-color: rgb(57 49 134 / 10%);
}
.loglogo .home img{
    width: 20px;
}
.logindata h1{
    margin-bottom: .5rem;
    font-size: 1.5rem;
}
.logindata .caption{
    opacity: .75;
    font-size: .9rem;
    margin-bottom: 1rem;
}
.logindata .inpgroup{
    display: flex;
    flex-flow: wrap;
}
.logindata .captcha{
    width: 300px;
}
.logindata .btnlogin{
    min-width: 150px;
    color: #fff;
    background: rgb(56, 50, 120);
    background: linear-gradient(90deg, rgba(56, 50, 120, 1) 0%, rgb(227, 30, 37) 100%);
    background-size: 200%;
    background-position: left;
    height: 60px;
    padding: 0 20px;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.logindata .btnlogin:hover{
    background-position: right;
}
.logindata a.help{
    color: #383278;
    display: inline-flex;
}
.logindata a.help:hover{
    color: #e31e25;
}
.inpbtngroup{
    justify-content: space-between;
    align-items: center;
}



header{
    background-color: #fff;
    border-radius: 1rem;
    position: relative;
    margin-top: 2rem;
}
header .headmain{
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
}
header .logocol{
    width: 200px;
}
header .menucol{
    flex: 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
header .headnav{
    display: flex;
    gap: 15px;
    font-weight: 500;
}
header .headnav a{
    color: #5a5a5a;
}
header .headnav a:hover{
    color: #e31e25;
}
header .logout{
    padding: 6px 14px;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    color: rgb(56 50 120 / 60%);
    border: 1px solid rgb(56 50 120 / 20%);
}
header .logout img{
    opacity: .6;
    width: 20px;
}
header .logout:hover{
    color: rgb(56 50 120 / 90%);
    border: 1px solid rgb(56 50 120 / 50%);
}
header .logout:hover img{
    opacity: .9;
}

.mainarea{
    background-color: rgb(0 0 0 / 20%);
    border-radius: 1rem;
    padding: 30px;
    margin-top: 2rem;
    backdrop-filter: blur(5px);
}
.mainarea.white{
    background-color: rgb(255 255 255 / 80%);
}
.itemlist{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.itemlist .itemcol{
    flex: 1 0;
}
.itemlist .itembox{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #913758;
    color: #f7f7f7;
    padding: 15px;
    border-radius: .5rem;
    font-weight: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.itemlist .itembox .imgbox{
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    margin-bottom: .5rem;
}
.itemlist .itembox:hover{
    background-color: #9e2853;
}
.itemlist .itembox:hover .imgbox img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }


  footer{
    position: fixed;
    bottom: 0;
    color: #9f9f9f;
    width: 100%;
    text-align: center;
    background-color: rgb(0 0 0 / 75%);
    padding: 10px 0;
    backdrop-filter: blur(3px);
  }



.filter{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.filter .filoption{
    flex: 1 0;
    display: flex;
    flex-wrap: wrap;
}
.filter .filsearch{
    flex: 1 0 300px;
    max-width: 300px;
    display: flex;
}
.formrow{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
}
.formrow .inpgroup{
    flex: 1 0;
    display: flex;
    flex-wrap: wrap;
}
.formrow select, .formrow input, .formrow textarea{
    margin: 0;
    height: 44px;
}
.formrow .btn{
    padding: 0 20px;
    height: 44px;
}
.btn.primary{
    background-color: #e31e25;
    color: #fff;
}
.btn.primary:hover{
    background-color: #ff3c43;
}
.dwnbtn{
    padding: 5px 10px;
    color: rgb(56 50 120 / 80%);
    background-color: rgb(56 50 120 / 10%);
    font-size: .875rem;
    border-radius: .3rem;
    font-weight: 500;
}
.dwnbtn:hover{
    color: #e31e25;
    background-color: rgb(227 30 37 / 10%);
}


.latestslide .swiper-slide{
    height: auto;
}
.cardbox{
    background-color: rgb(255 255 255 / 50%);
    position: relative;
    padding: 15px;
    border-radius: .5rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    min-height:138px;
    height: 100%;
}
.cardbox:hover{
    background-color: rgb(255 255 255 / 75%);
}
.cardbox .head{
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cardbox .desc{
    font-size: .875rem;
    opacity: .75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.cardbox .infobox{
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
}
.cardbox .infobox .date{
    font-size: .8rem;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #e31e25;
    font-weight: 500;
}

.headrow{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.headrow .navbtn{
    display: flex;
    gap: 10px;
}
.swiper-button-next, .swiper-button-prev{
    width: 28px;
    height: 28px;
    background-color: rgb(255 255 255 / 75%);
    border-radius: .3rem;
    color: rgb(56 50 120 / 50%);
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    margin: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1rem;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: rgb(255 255 255 / 100%);
    color: rgb(56 50 120 / 75%);
}

.pagination{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}
.pagination a{
    color: #666;
}
.pagination a:hover{
    color: #e31e25;
}
.pagination ul{
    display: flex;
    gap: 10px;
}
.pagination ul li a{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #999;
}
.pagination ul li.active a{
    background-color: #383278;
    color: #fff;
}

.qrverify{
    width: 150px;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    border: 1px solid #ddd;
}
.center{
    text-align: center!important;
}

label.error {
    float: right;
    font-size: 12px;
    color: #ff0000;
    text-align: right;
}
.crime-chart{
    padding:20px;
}