@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.sidebar-brand{
	background-color: #fff;
}

.sidebar-brand .sidebar-brand-icon img{
	width: 50px;
}

.sidebar-brand .sidebar-brand-text img{
	width: 150px;
}
.card-body .table-responsive{
	/*height: 400px;*/
    /*height: 382px;*/
}
.card-body .web-table-responsive{
	/*height: 400px;*/
    height: 183px;
}

.card-body .table-responsive table{
	white-space: nowrap;
}

.card-body .table-responsive table button:focus{
	box-shadow: none;
}

.card-body .table-responsive thead{
	background-color: #ff7200;
    color: #e9e9e9;
}

.pageno{
	margin-top: 1rem;
}

.sticky-top{
	position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1020;
}

.fillter{
	text-align: right;
    display:flex;
    align-items:center;
    justify-content:end;
}

.select-fillter-by-number{
    margin-right:15px;
}

.select-fillter-by-number select{
    margin-bottom:0px;
    border: 1px solid #4e73df!important;
    color: #4e73df;
    height:31px;
   border-radius:0.2rem;
   padding:0px 8px;
}


.fillter button:focus{
	box-shadow: none;
}

.fillter .dropdown-menu{
	z-index: 9999;
}

.fillter .dropdown-menu a:hover{
	background-color: inherit;
}


.fillter .input-group{
	justify-content: flex-end;
}

.fillter .input-group button{
	background-color: #4e73df;
	background-image: inherit;
}

.fillter .input-group input:focus{
	border-color: #4e73df!important;
}

.fields input, textarea, select {
    border: 1px solid #ddd!important;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    /*letter-spacing: 1px;*/
    margin-bottom: 1.25rem;
    text-decoration: none;
    outline: none;
    outline-width: 0;
    border-radius: 0px;
}

.fields select{
	border-radius: 0px;
	padding: 0px 10px;
	height: 35px;
}

.mandatory-fields p span{
	color: red;
}

.fields label{
	margin-bottom: 0.2rem;
    font-size:14px;
}

.fields label span{
	color: red;
}

.select-fillter-by-numbar select{
    margin-bottom:0px;
    height:32px;
    padding:5px 8px;
    color:#4e73df;
}

button{
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	border: 0px;
	font-size: 16px;
	background-color: #fff;
	margin-right: 10px;
}

button:last-child{
	margin-right: 0px;
}

button i{
	margin-right: 8px;
}

.save-btn{
	border: 2px solid #0f9d58;
	color: #0f9d58;
}

.save-btn:hover{
	background-color: #0f9d58;
	color: #fff;
}

.export-btn{
	border: 2px solid #0f60b6;
	color: #0f60b6;
}

.export-btn:hover{
	background-color: #0f60b6;
	color: #fff;
}

.reset-btn{
	border: 2px solid #dd3c30;
	color: #dd3c30;
}

.reset-btn:hover{
	background-color: #dd3c30;
	color: #fff;
}

.table td{
	/*padding: 0rem 0.75rem!important;*/
    font-family: 'Poppins', sans-serif;
}

.table tr:hover{
    background-color:#F5F5F5;
}

.table tr:focus{
    background-color:#f7ece3;
}

.table tr:active{
    background-color:#f7ece3;
}

.table td, .table th{
	padding: 0.35rem 0.75rem;
    font-family: 'Poppins', sans-serif;
}

.input-group-append i{
	margin-right: 0px;
}
.fillter .dropdown-item{
	padding: 0px 8px;
}

.fillter .dropdown-item:hover{
	background-color: inherit;
}

.fillter .dropdown-item select{
	margin-bottom:10px;
	height: 30px!important;
	border-radius: 0px!important;
}

.fillter .dropdown-item input{
	margin-bottom:10px;
	height: 30px!important;
	border-radius: 0px!important;
}

.fillter .dropdown-item button{
	background-color: #ff7200;
	color: #fff!important;
	border: 1px solid #ff7200;
}


.fillter .dropdown button:focus{
	box-shadow: none;
}

.fillter .dropdown button{
	border:1px solid #4e73df;
	color: #4e73df;
}

.fillter .dropdown button:hover{
	background-color:#4e73df;
	color: #fff;
}

.ocms-check-box .form-check-input{
	height: 20px;
	width: 20px;
    margin-top: 0px;
    margin-right: 10px;
}

.ocms-check-box label{
	margin-left: 5px;
}

.ocms-check-box{
	display: flex;
	align-items: center;
	/*margin-top: 40px;*/
	margin-top: 31px;
    margin-bottom: 1.25rem;
}

.ocms-chbx{
	margin-top: 45px;
    margin-bottom: 1.25rem;
}

.custom-switch{
	/*margin-top: 42px;*/
    margin-bottom: 1.25rem;
}
.ocms-file-se input{
	padding: 3px 10px;
}

.ocms-file-se input:focus{
	border: 1px solid #1056af !important;
}

.select2-container{
    width:100%!important;
}
.switch-ocms{
    margin-top:0px;
}

.sidebar{
    position:fixed;
    z-index:99;
    height:100vh;
    overflow-y:scroll;
    overflow-x:hidden;
}
.sidebar-brand{
    z-index:99;
    top:0px;
}

.sidebar::-webkit-scrollbar {
  width: 3px;
}

.sidebar::-webkit-scrollbar-track {
  background: #fff; 
}

.sidebar::-webkit-scrollbar-thumb {
  /*background: #1a1788;*/ 
   background:#0a92d8;
}


::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

.ContainerCss{
	padding-left: 8.5rem!important;
}

.navbarCss{
	padding-left: 8.5rem!important;
}

form .container-fluid{
	padding-left: 15.5rem;
}

.navbar{
	padding-left: 15.5rem;
}

@media (max-width: 991px){
	.ocms-chbx{
		margin-top: 5px;
	}
    form .container-fluid{
	padding-left: 1.5rem;
}

.navbar{
	padding-left: 1.5rem;
}

.sidebar{
		position: inherit;
        overflow-y:inherit;
        overflow-x:inherit;
	}
#wrapper{
    background-color:#0b90d7;
}
.front-pg-body{
    height: auto!important;
}
.front-pg-choose{
    height:auto!important;
}
.front-pg-footer{
    height:auto!important;
}
.hide-data-upd-st{
    justify-content:flex-start!important;
}
}

@media (max-width: 767px){
	.fillter input{
	max-width: inherit;
}

button{
	padding: 3px 4px;
	margin-right: 0px;
}

button:nth-child(2){
	margin-bottom: 0.25rem;
}
.fillter{
    justify-content:start;
}
.fillter .dropdown button{
    margin-bottom:0px;
    margin-right:10px;
}

.front-pg-footer .fltr-content h2{
	justify-content: inherit!important;
}
.front-pg-footer .fltr-content{
	text-align: left!important;
}

.front-pg-footer .fltr-content{
	margin-bottom: 20px;
}

.front-pg-footer  .fltr-bottom{
	margin-bottom: 0px!important;
}
}

@media (max-width: 575px){
	button{
		font-size: 14px;
	}
	.login-row-h .p-5{
		padding: 1.5rem!important;
	}
	.ocms-chbx{
		margin-top: 0px;
	}
	.custom-switch{
		margin-top: 0px;
	}
    .ocms-check-box{
        margin-top:0px;
    }
    #lblTotal{
        font-size:14px;
    }
    .pg-header-logo img{
		width: 190px;
	}
	/*.front-pg-choose .choose-box{
		width: 250px!important;
		margin: 0 auto;
	}*/
	.front-pg-header .pg-header-button button{
		padding: 5px 12px!important;
        font-size: 14px!important;
	}
}

@media (max-width: 360px){
     #lblTotal{
        font-size:13px;
    }
}

/*login-page css start*/

.user input{
	border: 1px solid #ddd!important;
}

.login-row-h{
	height: 100vh;
}

/*login-page css end*/
/*Web Css*/
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0; /*font-family: 'Rubik', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body {
     overflow-x: hidden;
}

.tab-section
{
    overflow-x: hidden;
      background: url('../images/body-bg.jpg');
   /*background-color: #d6d7dd;*/
}
#cardbody{
    margin-top:30px;
}
:root {
    --color: #0a92d8;
}

.darkblue {
    color: #0a92d8;
}

.custom-header {
}

.tab-section {
    min-height: 500px;
    /*display: flex;*/
    align-items: center;
}

@media (min-width: 768px) {
    .control-label {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }
}

.main-box {
    text-align: center;
}

.box-img {
    width: 100%;
    max-width: 400px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    border: 3px solid #0a92d8;
    border-radius: 20px;
}

    .box-img:hover img {
        transform: scale(1.02);
    }

    .box-img img {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
        transition: 0.3s ease-in;
        background-size: cover;
    }

.main-box h5 {
     background-image: linear-gradient(to top, #0a92d8, #1055ae);
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-top: -15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #fff;
}

.cs-tab-content {
}

.notice-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    min-height: 450px;
}

.Claim-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    min-height: 86px;
}

.Claim-box-header {
   background-image: linear-gradient(to top, #0a92d8, #1055ae);
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
}

.notice-box-header {
    background-image: linear-gradient(to top, #0a92d8, #1055ae);
    /*background: #0a92d8;*/
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
}

.notice-title {
    display: inline-block;
    /*background: darkorange;*/
    padding: 1px;
    text-align: center;
    margin: 0 auto;
    float: right;
}

.notice-content {
    padding: 10px;
}

    .notice-content marquee a {
        font-size: 14px;
    }

.tab-anchor {
}

    .tab-anchor ul {
    }

        .tab-anchor ul li {
            list-style: none;
        }

            .tab-anchor ul li a {
                text-decoration: none;
                /*background-image: linear-gradient(to top, #0a92d8, #1055ae);*/
                color: #0a92d8;
                display: block;
                border: 1px solid #0a92d8;
                border-left: 1px solid;
                /* padding: 5px 5px 5px 10px; */
                margin-bottom: 10px;
                font-size: 14px;
                font-weight: 600;
                border-radius: 3px;
            }

                .tab-anchor ul li a:hover {
                    color: #fff;
                   background-image: linear-gradient(to top, #0a92d8, #1055ae);
                    border-color: #0a92d8;
                }

                .tab-anchor ul li a img {
                    background-image: linear-gradient(to top, #0a92d8, #1055ae);
                    padding: 7px;
                }

                .tab-anchor ul li a span {
                    padding-left: 5px;
                }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to top, #0a92d8, #1055ae);
}
footer ul{
    margin-bottom: 0px !important
}
footer ul li{
    list-style: none !important
}

footer ul li, footer ul li a{
            color: #fff;
        }
.copyright p {
    font-size: 14px;
    margin-bottom: 0px;
}

.sele-height {
    height: 30px !important;
}
/*.card-body{padding: .5rem;}*/
.donwload-box-wrapper{display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}
.download-box{
    border: 1px solid black;
    background: aliceblue;
    border-radius:.25rem;
    margin-bottom: .5rem;
    width: 15%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1%;
}
.download-box p{
   margin-bottom: .5rem;
}
.download-box button{
    display: flex;
    align-items:center;
    justify-content: center;
}
.warning-msg{

}
.warning-msg p{
    margin-bottom: .5rem;
    color: red;
    font-weight:600;
    margin-left: .5rem;
    margin-top: 1rem;
}

@media screen and (max-width: 575px){
    .download-box{
        width: 48%;
    }
    /*.divchallengeStatus{
        text-align:center!important;
        margin-top:15px;
    }*/
    .dldata-table-fltr{
        flex-wrap:wrap;
        margin-right:12px!important;
    }
    .divchallengeStatus button{
        padding:5px 5px!important;
        font-size:12px!important;
    }

}

/*front-pg css start*/

.front-pg-header{
	background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.front-pg-header .pg-header-button{
	text-align: right;
}

.front-pg-choose {
    background-image: url('../images/front-page-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 243px);
    padding: 80px 0px;
}

.front-pg-header .pg-header-button button{
	background-image: linear-gradient(to top, #0a92d8, #1055ae);
	color: #fff;
	border: 0;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 18px;
}

.front-pg-choose .pg-choose-image{
	box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41);
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}

.front-pg-body .front-pg-choose h4{
	color: #4e73df;
	font-weight: 600;
	text-align: center;
}

.front-pg-choose .choose-box{
	width: 100%;
	height: 250px;
	border:3px solid #4e73df;
	overflow: hidden;
	border-radius: 5px;
    text-align:center;
}

.front-pg-footer{
	padding: 30px 0px;
	background-image:linear-gradient(to top, #0a92d8, #1055ae) ;
}

.front-pg-footer .fltr-content{
	text-align: center;
}

.front-pg-footer .fltr-content h2{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	justify-content: center;
}

.front-pg-footer .fltr-content h2 span{
	background-color: #fff;
	height: 25px;
	width: 25px;
	border-radius: 3px;
	margin-right: 8px;
}

.front-pg-footer .fltr-content h2 i{
    color: #4e73df;
    font-size: 18px;
}

.front-pg-footer .fltr-content h2 p{
	margin-bottom: 0px;
	color: #fff;
}

.front-pg-footer .fltr-content p{
	color: #fff;
	margin-bottom: 0px;
}

.front-pg-footer .fltr-content h2 span{
	display: flex;
	align-items: center;
	justify-content: center;
}


/*front-pg css end*/

.Pager1 .page {
    padding: 0px 9px;
    background-image: linear-gradient(to top, #0a92d8, #1055ae);
    margin: 5px 2px;
    color: #fff;
    text-decoration: none;
}

.Pager1 span {
    margin: 5px 2px;
    padding: 10px;
}

.frt-sticky-btm{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 1020;
}

.frt-header-sticky-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}

.dldata-table-fltr{
    display:flex;
    align-items:center;
}

.dldata-table-fltr label{
    white-space:nowrap;
    margin-right:10px;
}

.dldata-table-fltr span{
    margin-bottom:0px;
    text-align:left;
}

.divchallengeStatus{
    margin-top:1px;
}

.divchallengeStatus button{
    border: 1px solid #4e73df!important;
    color: #4e73df;
    border-radius: 0.2rem;
    padding:3px 5px;
    white-space:nowrap;
}

.divchallengeStatus button:hover{
    background-color:#4e73df!important;
    color:#fff;
}

.hide-data-upd-st{
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
}

.dldata-table-fltr{
    margin-right:20px;
}

h6{
    margin:10px 0px;
}

.upload-st-data-btn button{
    margin-bottom: 0.25rem;
}

.text-lab{
    padding-left:0px;
}

.tempalte-mst-var{
    margin-bottom: 1.25rem;
}

.user .field-input-icon{
	display: flex;
}

.user .field-input-icon .icon-input{
	background-image: linear-gradient(to top, #0a92d8, #1055ae);
	color: #fff;
	width: 50px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user .field-input-icon i{

}


/*New login page css start*/

.ocms-new-login-pg{
	height: 100vh;
	background-image: url(../images/new-login-bg.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	background-position: bottom;
}

.ocms-new-login-pg .new-login-pg-form{
	background-color: #fff;
	margin: 0px 50px;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 9%);
}

.ocms-new-login-pg .login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.ocms-new-login-pg .container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ocms-new-login-pg .new-login-logo{
	margin-bottom: 20px;
}

.ocms-new-login-pg .new-login-logo h1{
	font-size: 21px;
	font-weight: 700;
	color: #000;
}

.ocms-new-login-pg .new-login-input .field-input-icon{
	display: flex;
}

.ocms-new-login-pg .new-login-input .field-input-icon .icon-input{
	background-image: linear-gradient(to top, #0a92d8, #1055ae);
	color: #fff;
	width: 50px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ocms-new-login-pg .new-login-input .field-input-icon i{

}

.ocms-new-login-pg .new-login-logo img{
	width: 100px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
	padding: 10px;
}

.ocms-new-login-pg .new-login-logo h3{
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.ocms-new-login-pg .input-fields{
	margin-bottom: 20px;
}

.ocms-new-login-pg .input-fields input {
    border: 1px solid #ddd!important;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
    outline-width: 0;
    border-radius: 0px;
}

.ocms-new-login-pg .input-fields input:focus{
	border-color: #1055ae!important;
}

.ocms-new-login-pg .input-fields label{
	color: #000;
	font-weight: 600;
}

.ocms-new-login-pg .new-login-option{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ocms-new-login-pg .new-login-option .rember-me input{
	height: 15px;
	width: 15px;
}

.ocms-new-login-pg .new-login-option a{
	color:#1055ae ;
}

.ocms-new-login-pg .new-login-pg-button{
	margin-top: 20px;
}

.ocms-new-login-pg .new-login-pg-button button{
	border: 0px;
	background-image: linear-gradient(to top, #0a92d8, #1055ae);
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 1600px){
	.ocms-new-login-pg .new-login-pg-form{
		margin: 0px 0px;
	}
}

@media (max-width: 1400px){
	.ocms-new-login-pg .new-login-pg-form{
		
	}
}



/*New login page css end*/