
@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
}
@font-face {
    font-family: 'RobotoThin';
    src: url('../fonts/RobotoThin.eot');
    src: url('../fonts/RobotoThin.eot') format('embedded-opentype'),
         url('../fonts/RobotoThin.woff2') format('woff2'),
         url('../fonts/RobotoThin.woff') format('woff'),
         url('../fonts/RobotoThin.ttf') format('truetype'),
         url('../fonts/RobotoThin.svg#RobotoThin') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('../fonts/RobotoMedium.woff2') format('woff2'),
         url('../fonts/RobotoMedium.woff') format('woff'),
         url('../fonts/RobotoMedium.ttf') format('truetype'),
         url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/RobotoBlack.eot');
    src: url('../fonts/RobotoBlack.eot') format('embedded-opentype'),
         url('../fonts/RobotoBlack.woff2') format('woff2'),
         url('../fonts/RobotoBlack.woff') format('woff'),
         url('../fonts/RobotoBlack.ttf') format('truetype'),
         url('../fonts/RobotoBlack.svg#RobotoBlack') format('svg');
}


body {
     font-family: 'RobotoRegular';
}

html {
 /*  scroll-behavior: smooth; */
}
/* Scroll Bar start */

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {

  border-radius: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0 80 179 / 23%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0052b5;
}


/* Scroll Bar End */
.wrapper {
    width: 100%;
    float: left;
     margin-top: 85px;
}
.wrapper.nodalwrapper {
    width: calc(100% - 300px);
    float: left;

}
.header_area{
	background-image: url(../../static/images/crime-scene/banner-header.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.eskshya-img{max-width: 50px}
.eskshya-logo{max-width: 160px}
.icjs-img{max-width: 110px;margin-top: 11px;}
.wrapper .nav-tabs .nav-link {
    color: #787878;
    padding: 10px 35px;
    border-color: #dee2e6;
}

.mid_line{
font-family: 'RobotoMedium';
    color: #1b3764;
}
.wrapper .nav-tabs .nav-link.active {
    background-color: #1b3764;
    color: #fff;
    border-color: #1b3764 #1b3764 #1b3764;
    font-family: 'RobotoBold';
}

.wrapper .nav-tabs .nav-link:focus,
.wrapper .nav-tabs .nav-link:hover {
    border-color: #1b3764 #1b3764 #1b3764;
}

.wrapper .nav-tabs {
    border: 0;
}

.wrapper .head-title {
    color: #1b3764;
}

.wrapper .card.tsakshaya {
    background: linear-gradient(rgb(13 50 77 / 85%), rgb(127 90 131 / 85%)), url('../images/crime-scene/police-car.svg') center 0 no-repeat;
}

.wrapper .card.psakshaya {
    background: linear-gradient(rgb(30 59 112 / 85%), rgb(0 82 181 / 85%)), url('../images/crime-scene/police-car.svg') center 0 no-repeat;
}

.modal-header {
    background-color: #1b3764;
    color: #fff;
}

/* .wrapper .tab-content{border: 1px solid #dee2e6;} */
.wrapper .tab-content .btn-primary.btn-update {
    background-color: #0052b5;
}
.copyright{border-top:1px solid #000000;}

.year-calendar {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
}

.year-calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.year-calendar .years {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 2px;
    justify-content: center;
}

.year-calendar .year {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin: 5px;
    border-radius: 4px;
}

.year-calendar .year:hover {
    background-color: #f0f0f0;
}

.year-calendar .year.selected {
    background-color: #007bff;
    color: white;
}

.form_rg_in {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 8px #00000040;
}



.footer-top {
    background-color: #EDF8FC;
    padding: 70px 0;
}

.footer-top .steps_in {
    padding: 50px 0 61px;
}

.footer-top .steps_ins {
    padding: 50px 0 61px;
}

.footer-top .steps_ins ul {
    margin: 0;
    padding: 0;
}

.footer-top .steps_ins ul li {
    float: left;
    width: 33.33%;
    list-style: none;
}

.footer-top .steps_ins ul li:nth-child(2) img {
    margin: 0 auto;
}

.footer-top .steps_ins ul li:nth-child(3) img {
    float: right;
}

.bg-pale-purple {
    background-color: #37393F;
}

.any_que {
    color: #fff;
}

.controls button {
    background-color: #003366;
}

.bg-color {
    background-color: #F0E9F9
}
.bg-light-blacks {
	background-color: #37393F;
	border-top:1px solid #ffffff;
}
span.text-warn {
    color: #7A99F3;
}
.bg-light-black {
    background-color: #003366;
}

.ourservice {
    margin: 80px 0;
}
.ourservice .container{position:relative;z-index:9;}

.ourservice h4 {
    color: #FF9357;
}

.ourservice h1 {
    font-size: 40px;
    color: #23214B;
    ;
}

.ourservice p {
    font-size: 16px;
    color: #222222;
    padding: 0px 80px;
}

.ourservice .our3cols h4 {
    font-size: 20px;
    color: #23214B;
}

.ourservice .our3cols p {
    font-size: 16px;
    color: #4f4f4f;
    padding: 0 20px;
    text-align: justify;
}
.choose .choose-rgt ul>li{font-family: 'RobotoBold';}
.choose .choose-rgt ul>li>ul {list-style: disc;margin: 0 0 0 35px;}

.choose .choose-rgt ul>li>ul>li {
    font-size: 14px;
    padding: 0;
   font-family: 'RobotoRegular';
}
.banner {
    background-image: url(../images/crime-scene/banner-bg.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    padding: 250px 0 50px;
}

.background_wrapper{
background-image: url(../images/crime-scene/Backrground.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

.banner:after,
.banner:before {
    content: '';
    position: absolute;
}

.banner:after {
    background: url(../images/crime-scene//banner.svg) right center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
}

.banner::before {
    background: url(../images/crime-scene//banner-bg-mask.svg) right top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
}

.banner h1 {
    font-size: 55px;
    line-height: 62px;
    color: #091133;
    font-family: 'RobotoBold';
    margin-bottom: 15px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.banner h3 {
    font-size: 24px;
    line-height: 40px;
    color: #455673;
    margin-bottom: 80px;
}

.banner .btn-primary.btn-login {
    font-size: 16px;
    font-family: 'RobotoMedium';
    color: #fff;
    background-color: #111B47;
    padding: 6px 20px;
}

.banner .btn-primary.btn-login:hover,
.banner .btn-primary.btn-login:active,
.banner .btn-primary.btn-login:focus {
    border-color: #111B47;
    color: #111B47;
    background-color: #fff;

}

.navbar-brand {
    list-style: none;
    padding: 0;
   /*  background-color: #f7f7f7; */
}

.navbar-brand li {
    position: relative;
    display: inline-block;
    padding: 2px 0 0 0;
}

.list-group li{font-size:14px;}


.navbar-brand li a {
    text-decoration: none;
}

.navbar-nav .nav-item {
    padding: 0 20px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 17px;
    line-height: 21px;
    font-family: 'RobotoMedium';
    color: rgba(9, 9, 9, 1);
}

.navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 202, 66, 1);
}


.navbar-nav .nav-item .nav-link.login {
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: 'RobotoBold' !important;
    color: #1B3764 !important;
    background-color: #F0E9F9;
    padding: 8px 15px;
    border-radius: 10px;
}
.navbar-nav .nav-item .nav-link.login img {
    margin-left: 5px;
}
.navbar-nav .nav-item .nav-link.login:hover {
    background-color: rgb(255, 255, 255);
}
.header-bottom{
	background-color: #3e81c5;
	border-top: 1px solid #3e81c5;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* dashboar css  */
.dash .form-select,
.dash .form-select.is-valid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple]):not([size]){
	background-image:none;
}
.sbtmsg{
	    font-size: 13px;
    margin-top: 4px;
    color: #a39f9f;
}
.wrapper .dash-banner {

    padding:60px 0 100px 0;
}

/* .navbar-brand li:last-child {
    padding: 0 0 0 20px;
} */
.wrapper .dash-banner h1 {
    font-size: 24px;
    line-height: 36px;
    font-family: 'RobotoMedium';
    color: #FFFFFF;
    margin-left: 0;
    margin-bottom: 0;
}
.wrapper .dash-banner h1:before{content:'';background-color:#FFCA42;width:34px;height:1px;display:inline-block;vertical-align: middle;margin-right: 10px;}


.wrapper .dash-banner h3 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(180, 199, 231, 1);
    margin: -35px 0 35px 0;
    padding-right: 160px;
}
.inner_banner_area{padding-left:190px;}
.inner_banner_area img{position:relative;left: -190px;}

.wrapper .dash-banner .btn-primary.btn-login {
    background-color: rgba(255, 202, 66, 1);
    font-size: 20px;
    font-family: 'RobotoMedium';
    color: rgba(0, 0, 0, 1);
    padding: 6px 60px;
    border-radius: 5px;
    border-color: rgba(255, 202, 66, 1);
}

.wrapper .dash-banner .btn-primary.btn-login:hover {
    color: rgba(255, 202, 66, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}

.dash .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    line-height: 21px;
    font-family: 'RobotoMedium';
    color: #fff;
}

.dash .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 202, 66, 1);
}

.dash .navbar-brand {
    /* background-color: #f7f7f7; */
    border-radius: 5px;
    padding: 6px 10px;
}

.dash.ourservice {
    position: relative;
    margin: 0;
    padding: 80px 0;
}

.dash.ourservice:after,
.dash.ourservice:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.dash.ourservice:after {
    background: url(../images/crime-scene/dsash-sa-lft.svg) left bottom no-repeat;
    bottom: 0;
    left: 0;
}

.dash.ourservice:before {
    background: url(../images/crime-scene/dash-sa-rgt.svg) right top no-repeat;
    top: 0;
    right: 0;
}

.dash.ourservice h1 {
    position: relative;
    color: rgba(27, 55, 100, 1);
    font-size: 45px;
    font-family: 'RobotoBlack';
}

.dash.ourservice h1::after {
    content: '';
    width: 55px;
    height: 3px;
    background-color: rgba(255, 202, 66, 1);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.dash.footer-top {
    background-color: #fff;
    padding: 30px 0;
}

.choose {
    padding: 50px 0;
}

.choose .choose-lft {
    width: 100%;
    display: block;
}



.choose .choose-lft h1 {
    font-size: 30px;
    font-family: 'RobotoMedium';
    color: rgba(55, 57, 63, 1);
}

.choose .choose-lft p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(125, 125, 125, 1);
}

.choose .choose-rgt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.choose .choose-rgt h1 {
    font-size: 40px;
    color: rgba(55, 57, 63, 1);
    font-family: 'RobotoBold';
    margin-bottom: 10px;
}

.choose .choose-rgt p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(125, 125, 125, 1);
    margin-bottom: 10px;
}

.choose .choose-rgt ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.choose .choose-rgt ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(55, 57, 63, 1);
    padding: 0 0 10px;
}

.box_container{display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;padding: 0 20px}
.total_fir{background: #E5EDF680;border-radius:10px;padding:15px;text-align: center;margin-top: 40px;margin-bottom: 80px;min-height: 590px}
.total_fir_in{float:left;width:100%; display: flex;justify-content: center;gap: 50px;}
.total_bx{border-radius:10px;width:100%;padding:15px 10px;position: relative;top: 0; cursor: pointer}
.total_bx1{border-radius:10px;width:100%;padding:15px 10px;position: relative;top: 0; cursor: pointer}
.box1{background-image: linear-gradient(90deg, #5b9bd9, #2e5781)!important;}
.box2{background-image: linear-gradient(90deg, #d5b664, #997926)!important;}
.box3{background-image: linear-gradient(90deg, #db6767, #a32525)!important;}
.box4{background-image: linear-gradient(90deg, #f38a4f, #c1581d) !important}
.border-box2{border-color: #d5b664!important;}
.total_bx.active{padding: 30px 10px;}

.bx_img{width:63px;height:63px;border-radius:50px;border:10px solid #ffffff;background-color:#ffffff;display: inline-block;vertical-align: middle;}
.bx_img img{margin:6px auto;display: block;}
.bx_title{display: flex;align-items: center;max-width: 255px;width: 100%;padding: 0 10px;text-align:left;}
.bx_title h4{font-size:18px;color:#ffffff;font-family: 'RobotoMedium';margin: 0}
.bx_counter{display: inline-block;vertical-align: middle;}
.bx_counter h5{font-size:60px;color:#ffffff;font-family: 'RobotoBold';margin: 0}


.choose .choose-rgt ul li img {width: 24px;margin-right: 10px;}
div#drop_btn {position: relative;padding: 0 15px 0 0;}
#drop_btn .cicle_img{height: 50px;width: 50px;padding: 2px;border-radius: 50px;	}
#drop_btn .cicle_img img{height: 35px;margin: 4px auto;display: block;}
#drop_btn h4 {font-size:15px;font-family: 'RobotoMedium';color: #FFFFFF;margin: 16px 10px;}
#drop_btn .dropdown-toggle{background-color: transparent;border: 0;padding: 0;height: auto;}
#drop_btn .dropdown-toggle::after {font-family: 'fontawesome-webfont';height: 25px;width: 25px;background-color: #ffffff;border-radius: 50px;color: #1B3764;content: "\f107";border: 0;font-size: 18px;margin-top: 6px;}



.card3{float:left; width:210px; text-align:center; padding:12px 0;}
.card3 img {width: 80px;height: 80px;margin-top: 0px;border-radius: 50%;}
.card3 h3{font-size:15px;  padding:7px 0;font-family: 'RobotoBold';margin-bottom:0;}
.card3 .userPr1{color:#1b3764;padding: 0 0 7px;font-size: 14px; border-bottom: 1px solid rgb(204 204 204 / 0.6);margin-bottom: 5px;}
.user_logout{text-align: center;margin:0;padding: 10px 0 0;font-size: 15px;color: #1b3764;font-family: 'RobotoMedium';}
div#pendingSakshaya label {
    font-size: 14px;font-family: 'RobotoBold';
}
#validateFir{font-size: 15px;line-height: 21px;}
.btn-primary {
    background-color: #1b3764;
    border-color: #1b3764;
    color: #ffffff;
}


.box_wrapper{
    /* padding: 10px 30px 60px; */
    padding: 0px;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
    top: -70px;
}

.box_foot {
    padding: 20px 15px 10px;
    background: #F9F9F9;
    border-radius: 16px;
}

.box_foot h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
    margin: 0 0 10px;
}

.cl1 {
    background-color: #2DB5B2;
}

.cl2 {
    background-color: #C158C2;
}

.cl3 {
    background-color: #EE1D52;
}

.cl4 {
    background-color: #F27D2E;
}

.cl5 {
    background-color: #DBBA01;
}

.box_counter {
    padding: 5px 0 0 0;
}

.box_counter ul {}

.box_counter ul li {
    list-style: none;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    ;
}

.box_counter .sm_bx {
    background-color: #ffffff;
    border-radius: 12px;
    width: 100%;
    padding: 8px 9px 4px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.box_counter .sm_bx p {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 0;
    padding: 4px 0 0 0;
    display: inline-block;
    vertical-align: top;
    color: #00000099;
}

.box_counter .sm_bx span {
    height: 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 2px 8px;
    float: right;
    margin-left: 10px;
}

.table_show {
    margin-top: 15px;
}

.counter_b {
    background-color: #4A4DC5;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    padding: 5px 8px 4px;
    margin-bottom: 6px;
    margin-left: 2px;
}

.col-md-12.dashboard_card .sub_bx.active {
    border: 2px solid red;
}

.sm_bx.circle.active {
    border: 2px solid red;
}

.total_fir .card{display: none}


.main{position: relative}
.main input[type=checkbox] {
     visibility: hidden;
 }

 .main .checkbox-container {
     position: absolute;
     top: 0;
     left: 0;
     height: 22px;
     width: 22px;
     background-color: transparent;
     border: 2px solid #000;
 }

.main input:checked~.checkbox-container {
     background-color: #1b3764;
   	border-color: #1b3764;
 }


.main .checkbox-container::after {
     content: "";
     position: absolute;
     display: none;
     left: 7px;
     top: 3px;
     width: 6px;
     height: 12px;
     border: solid white;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
 }


 .main input:checked~.checkbox-container::after {
     display: block;
 }

div#pendingSakshaya label {
    font-size: 14px;font-family: 'RobotoBold';
    padding-left:15px;
}
.btn-primary {
    background-color: #1b3764;
    border-color: #1b3764;
    color: #ffffff;
}

.fulldetModal .personal_details{
	max-height: 400px;
	overflow-y:auto;
}


#messagemodal{
	z-index:9999;
}
.loader-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(255 255 255 / 67%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	display: none
}
.loader-wrapper .loader{
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #1b3764;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 20px auto 0;
  display:none;
}

.dashboad-modal .form-select{
	background-image: none;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item-left {
  flex: 68%;
}

.flex-item-right {
  flex: 32%;

}
.btn-edit{
line-height: 21px;
    background-color: transparent;
    color: #ffc107;
    padding: 0;
    font-size: 24px;
    border: 0;
    margin-right: 4px;
}
.btn-edit:hover{
	background-color: transparent;
    color: #ffc107;
    border-color:  transparent;
}
.search-div{display: none;padding: 40px 0;}
.error{color: red; display: none}
.topsearch{
	background-color: #dce8f7;
    width: 100%;
    display: block;
    padding: 15px 25px 0;
    border-radius: 10px 10px 0 0;
}
.topsearch_field{
	width: 100%;
    display: block;
    border: 1px solid #dce8f7;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
}
.form_box_label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form_box_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  	position: absolute;
    top: 1px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.form_box_label input:checked ~ .checkmark {
  background-color: #FFC107;
}
.form_box .form-select{height: 35px;}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form_box_label input:checked ~ .checkmark:after {
  display: block;
}
.form_box_label .checkmark:after {
 	top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
	border-radius: 50%;
	background: #fff;
}
.state_data .form-select{background-image: none;font-size: 14px;}
.form-select{font-size: 14px;}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.error-bg{
	background: url('../images/crime-scene/404-bg.svg') 0 0 no-repeat;
	padding: 114px 0;
	height: 100vh;
}
.error-bg h1{
	font-size: 80px;
	line-height: 90px;
	color: red;
	font-weight: 900;
}
.error-bg h2{
	font-size: 36px;
	line-height: 46px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px;
}

.error-bg p{
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 5px;
}
.toast{width: 420px;
position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    }
.overlay-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
 .toast-success {
     color: #0f5132;
     background-color: #d1e7dd;
     border-color: #badbcc;
 }

 .toast-danger {
     color: #842029;
     background-color: #f8d7da;
     border-color: #f5c2c7;
 }

 .btn-alert {
     background-color: #1b3764;
     color: #fff;
     padding: 5px 15px;
 }

 .btn-alert:hover {
 background-color: #1b3764;
     color: #fff;
 }
.listheader{
	background-color: #e7f1ff;
	color: #0c63e4;
	font-size: 1rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #dee2e6
}
.accordion-item{
	border-top: 1px solid #dee2e6 !important;
	border-radius: 5px 5px 0 0;
}


/* 04-08-24 */
.custom-breadcrum{
	display: flex;
	justify-content: space-between;
}
.custom-breadcrum ul{
	display: flex;
}
.custom-breadcrum ul li{
		display: inline-block;
		position: relative;
		padding-right: 35px;
		font-size: 18px;
}
.custom-breadcrum ul li:before{
	content: "";
    position: absolute;
    left: -24px;
    bottom: 0;
    border-top: 26px solid #3e81c5;
    border-bottom: 25px solid #3e81c5;
    border-left: 25px solid transparent;

}
.custom-breadcrum ul li:after{
	content: "";
	position: absolute;
    right: 11px;
    bottom: 0;
    border-top: 26px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #3e81c5;
}
.custom-breadcrum ul li a{
	padding: 20px;
	background-color: #3e81c5;
	max-width: 220px;
	height: 50px;
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.custom-breadcrum ul li.active a{
	background-color: #1b3764;
}
.custom-breadcrum ul li.active:after{
	border-left-color: #1b3764;
}
.custom-breadcrum ul li.active:before{
	border-top-color: #1b3764;
	border-bottom-color: #1b3764;
}
.analitycbar{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #1A237E;
	margin-top: 80px;
	padding: 5px 30px;
	margin-bottom: 20px;
}
.analytic_wrapper .accordion-button:hover{z-index: 0}
.analytic_wrapper .accordion-button, .listheader{
	font-size: 21px;
	font-weight: 700;
	color: #000;
}
.analytic_wrapper .accordion{
	min-height: 588px;
}
.btn-back{
	padding: 3px 20px;
    height: 34px;
    margin-top: 10px;
}
.btn-filter{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: none;
	margin-left: 10px;
}
.filtermodaldi .btn-close{
	position: absolute;
    top: -30px;
    right: -30px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
}
.cpointer{cursor: pointer;font-weight: 700;}
.home-expand{display: none;}
.toast.custom-toast{top: 135px;left: 85px;transform:none;background-color: #fff;}
.toast{width: auto;}
.dataTable tbody th, .dataTable tbody td, .dataTable thead th{
	font-size: 14px;
	font-family: 'Arial', sans-serif;
}

.fileupload{width:auto;text-align: center;}
.fileupload .upload-area {
    max-width: 500px;
    width: 100%;
    height: 200px;
    background-color: #cfe2ff;
    border: 2px dashed #1b3764;
    border-radius: 5px;
    text-align: center;
    color: #333;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fileupload .choosefile{opacity: 0}
.fileupload .upload-area.dragover {background-color: #E8F1FD;}
.datetime{
	font-size: 13px;
	color: #000;
	text-align: center;
}
.toggle-arrow .fa{color: #ffc107;font-size: 24px;}
.errorwrapper{
    width: 100%;
    height: 82vh;
    display: block;
    text-align: center;
    padding-top: 100px;
}
.errorwrapper h3{
    font-family: 'RobotoRegular';
    font-size: 28px;
    line-height: 32px;
    color: red;
}
.errorwrapper p{
    font-family: 'RobotoRegular';
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 20px 0 30px;
}
.nodal-office{
	background-color: #f9f9f9;
	border-radius: 10px;
}

.dataTable thead th,.doctable thead th{
	background-color: #d6e1f1;
}

#dataUpdateDateId1{
	font-weight: bold;
	 -webkit-animation:blinkCache 2s linear infinite;
	-moz-animation:blinkCache 2s linear infinite;
}
@-webkit-keyframes blinkCache{
	0%{color:#2441E5;}
	33%{color:#2441E5;}
	34%{color:#B30000;}
	66%{color:#B30000;}
	67%{color:#006600;}
	100%{color:#006600;}
}

@-moz-keyframes blinkCache{
	0%{color:#2441E5;}
	33%{color:#2441E5;}
	34%{color:#B30000;}
	66%{color:#B30000;}
	67%{color:#006600;}
	100%{color:#006600;}
}

@keyframes blinkCache{
	0%{color:#2441E5;}
	33%{color:#2441E5;}
	34%{color:#B30000;}
	66%{color:#B30000;}
	67%{color:#006600;}
	100%{color:#006600;}
}

table.dataTable{
/* 	border: 1px solid #666 */
}
table.dataTable thead tr th,table.dataTable tbody tr td{
	padding: 8px;
}
@media (max-width: 1440px) {
    .banner:after {
        width: 50%;
        background-size: contain;
    }

    .box_container{grid-template-columns: repeat(2, 1fr)}
    .bx_title h4{font-size: 16px;}
    .bx_counter h5{font-size: 45px;}
    .box_wrapper{margin: 0}
}

@media (max-width: 1199px) {
    .banner {
        padding: 115px 0 0;
    }

    .banner:after {
        width: 40%;
        background-size: contain;
    }

    .banner h3 {

        margin-bottom: 30px;
    }
  .box_container{grid-template-columns: repeat(1, 1fr)}
}

@media (max-width: 992px) {
    .banner {
        height: 600px;
    }

    .banner:after {
        width: 53%;
        background-size: contain;
        background-position-y: bottom;
        top: initial;
        bottom: -80px;
    }


    .banner h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 20px 0 10px;
    }

    .banner h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .box_container{grid-template-columns: repeat(2, 1fr)}
}
@media (max-width: 767px){
	.box_container{grid-template-columns: repeat(1, 1fr);gap: 10px;}
	.total_fir{
	margin-top: 80px;
    min-height: initial;}
    .inner_banner_area{padding: 0 20px 0}
    .inner_banner_area img{position: initial;}
    .wrapper .dash-banner h3{margin: 10px 0 35px 0; padding-right: 0;font-size: 15px;line-height: 20px;}
    .wrapper .dash-banner h1{font-size: 20px;line-height: 30px;}
    .wrapper .dash-banner{padding: 10px 0}
    .dash.ourservice h1{font-size: 30px}
}
@media (max-width: 479px){
	.icjs-img{max-width: 80px;margin-top: 17px}
}


.errorwrapper{
    width: 100%;
    height: 82vh;
    display: block;
    text-align: center;
    padding-top: 100px;
}
.errorwrapper h3{
    font-family: 'RobotoRegular';
    font-size: 28px;
    line-height: 32px;
    color: red;
}
.errorwrapper p{
    font-family: 'RobotoRegular';
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 20px 0 30px;
}
div#staList .dataTables_info {
    position: absolute;
    left: 165px;
    margin: 0 auto;
    width: 40%;
    top: -8px;
}


div#stateListData2 .dataTables_info {
    position: absolute;
    left: 165px;
    margin: 0 auto;
    width: 40%;
    top: -8px;
}

a {
    font-family: initial;
    color: #021fff;
    font-weight: 800;
    text-decoration: none;
}

.model-smt {
        --bs-modal-width: 438px;
}

.wrapper.loginmain {
	margin-top: 0px;
}
table.table.table-striped.table-hover.table-centered.dataTable.no-footer {
    border-collapse: collapse;
}