@charset "utf-8";
/* CSS Document */
@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');

/** BASIC CSS **/
:root {
    --mainlightcolor:#162864;
    --maincolor: #325ed6;
	--btncolor:#FCBF3E;
	--btnhovercolor:#da9c28;
    --headlinecolor:#2d324a;
    --black:#000000;
	--fontcolor:#555;
	--lightgray:#F0F0F8;
    --white:#fff;
    --green:#8BC34A;
    --blue:#0075FF;
}
* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	/* background:var(--lightgray); */
    background: url(../images/deskbg.jpg) no-repeat;
    background-position: top center;    
    background-size: cover;
    font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color:  var(--maincolor);
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background:  var(--maincolor);
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background:  var(--maincolor);
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
ul,ol{
	padding-left: 0;
}	

/** BASIC CSS END HERE **/ 
.menubar{
	display: flex;
	background:var(--mainlightcolor);
    position: fixed;
	border: none;
	left: 0;
	right: initial;
	border-color: var(--mainlightcolor);
    border-radius: 0 0 0 0;
    z-index: 999;
    width: 260px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    overflow: hidden;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main_body{
    height: 100vh;
    margin-left: 260px;
	margin-right: 0;
	transition: margin-left 0.2s linear;
    min-height: auto;
    position: relative;
    padding-top: 78px;
}
.header_title {
	width: 100%;
    min-height: 93px;
    display: table;
}
.header_title h1{
	font-size: 19px;
    width: max-content;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	color: var(--maincolor);
    font-weight: bold;
}
/*------category-filter----------*/
.category_filter h2 {
	font-size: 15px;
    background: var(--mainlightcolor);
    color: #fff;
    padding: 12px;
    border-radius: 0;
    margin-bottom: 7px;
}
#accordian {
    width: 100%;
    margin: 0;
    color: #404040;
	overflow: hidden;
	padding: 0 12px;
}
#accordian h3 {
	position: relative;
	border-radius: 5px;
    padding-right: 20px;
}
#accordian h3::after{
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 9px;
    font-size: 19px;
    color: #fff;
}
#accordian h3 a {
    padding: 0 10px;
	font-size: 13px;
	line-height: 41px;
	font-weight: 500;
    display: block;
    color: #fff;
	text-decoration: none;
}
#accordian li > h3 a span ,
#accordian ul ul li a span, #accordian h4 span{
	color: var(--white);
    font-size: 18px;
}
#accordian li > h3 a span img{
    width: 17px;
    margin-right: 9px;
}

#accordian i {
    margin-right: 10px;
}
#accordian li {
    list-style-type: none;
    border-bottom: 1px solid #ffffff9e;
    border-width: 29px;
    border-block-width: 1px;
}
#accordian li:hover, #accordian li.active {
	background: #223d8b !important;
}

#accordian ul ul li a, #accordian h4 {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 43px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
	position: relative;
	border-radius: 5px;
	font-weight: 500;
}
#accordian ul ul li a:hover,
#accordian ul ul li.active a {
	background: var(--mainlightcolor);
}
#accordian ul ul {
    display: none;
	padding: 11px;
}
#accordian li.active > ul {
	display: block;
}
#accordian ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
#accordian a:not(:only-child):after{
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #fff;
}
#accordian li h3:not(:only-child):after{
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 14px;
    color: #fff;
}
#accordian li.active > a:not(:only-child):after,
#accordian li.active h3:not(:only-child):after {
    content: "\f107";
}
/*------end category-filter----------*/
.topbarlink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}
.topbarlink  label{
    font-size: 19px;
    display: block;
    width: 50px;
    text-align: left;
    cursor: pointer;
    color: var(--maincolor);
    position: relative;
}
.topbarlink label img{
    width: 23px;
    height: 28px;
}
.topbarlink label .badge{
    background: #ffffff;
    font-size: 13px;
    position: absolute;
    top: 4px;
    font-weight: 500;
    left: 22px;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.profile_sec {
    width: 100%;
    height: 100%;
	display: table;
	padding-right: 20px;
}
.display-middle{
	display: table-cell;
	vertical-align: middle;
}
.profile_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: auto;
    cursor: pointer;
    border: 2px solid var(--mainlightcolor);
	background: #b9b9b9;
	position: relative;
}
.profile_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
.profile_img:before{
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--maincolor);
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}
.dropdown_profile {
    position: absolute;
    top: 60px;
    right: 18px;
    width: 166px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 #bdbdbd9c;
	padding: 10px 7px;
	transform: scale(0);	
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.dropdown_profile.open{
    top: 72px;
	transform: scale(1);
}
.dropdown_profile ul {
    text-align: left;
    list-style: none;
    margin: 0;
}
.dropdown_profile ul li a{
	display: block;
    width: 100%;
	padding: 8px 11px;
    border-radius: 5px;
}
.dropdown_profile ul li a span{
	color: var(--maincolor);
}
.dropdown_profile ul li a:hover{
	background: #E7E7EE;
	color: #404040;
}
.topmenubar {
    position: fixed;
    /* width: 100%; */
    left: 0;
    right: 0;
    top: 0;
	height: 75px;
    padding: 12px 20px;
    background: var(--mainlightcolor);
    z-index: 9;
    box-shadow: 0 4px 9px #0000003d;
}
.dash-container {
    width: 100%;
    padding: 0 30px 16px 30px;
}
.dashboard_bx {
    background-color: var(--maincolor);
    color: #fff;
    padding: 30px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 var(--mainlightcolor);
    margin-bottom: 30px;
}
.dash_bx {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 20px 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dash_bx:hover {
	background: var(--mainlightcolor);
}
.total_content,.icon_Set{
	display: table-cell;
	vertical-align: middle;
}
.icon_Set{
	text-align: right;
}
.dash_bx h1{
	font-size: 35px;
    color: var(--btncolor);
    font-weight: 800;
}
.dash_bx h5{
	font-size: 15px;
    color: var(--white);
}
.dash_bx span{
	font-size: 36px;
	color: var(--mainlightcolor);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dash_bx:hover span{
	color: var(--maincolor);
}
.collapse_nav {
    display:none;
}
.collapse_nav img{
    width: 33px;
}
.dash_title {
    width: 100%;
    height: 49px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash_title h5 {
    font-size: 17px;
    color: var(--white);
}
.page_title {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 20px;
    color:var(--white);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    width: max-content;
    padding-right: 20px;
}
.dash_card{
    background: #fff;
    padding: 20px 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.dash_card .title {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 20px;
}
form label{
    font-size: 14px;
    color: var(--black);
    margin-bottom: 5px;
}
.form-control,
#DataTables_Table_0_length select ,
#DataTables_Table_0_filter input{
    padding: 9px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
}
.form-control:focus,.form-control:hover,
#DataTables_Table_0_length select:hover,
#DataTables_Table_0_length select:focus,
#DataTables_Table_0_filter input:hover,
#DataTables_Table_0_filter input:focus{
    border: 1px solid #adadad ;
}
.btn_common{
    font-size: 16px;
    margin-top: 15px;
    margin-right: 10px;
    text-transform: none;
    white-space: nowrap;
    border-radius:10px;
    color: #fff;
    background: var(--maincolor);
    padding: 8px 20px;
    font-weight: 500;
    letter-spacing: 0.08929em;
    box-shadow: 0 2px 5px 0 var(--mainlightcolor);
}
.btn_common img{
    width: 30px;
}
.w-90{
    width: 95%;
}
.btn_common:hover,.btn_common:focus{
    color: #fff;
    background: var(--maincolor);
}
.table tr td,.table tr th{
    vertical-align: middle;
    text-align: left;
    padding: 8px 10px !important;
    /* border-bottom: 1px solid #eaeaea !important; */
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #eaeaea !important;
}
.table>:not(caption)>*>* {
    border-bottom-width: 0;
}
.table tr td img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}
ul.button-ico-list {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 10px auto;
}
ul.button-ico-list li {
    width: 47%;
    text-align: center;
    margin: 0 4px;
}
ul.button-ico-list li a{    
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}
.del_btn {
    background: #d1074a;
}
.del_btn:hover,.del_btn:focus{
    background: #bb0340;
}
.edit_btn {
    background: #f1c909;
}
.edit_btn:hover,.edit_btn:focus{
    background: #dbb704;
}
/* .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border-radius:6px;
    color: var(--maincolor) !important;
    border: 1px solid var(--maincolor);
} */
/* .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    border-radius:6px;
    color: #fff !important;
    background: var(--mainlightcolor);
    border: 1px solid var(--mainlightcolor);
} */
.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border-radius:6px;
    color: #fff !important;
    background: var(--maincolor);
    border: 1px solid var(--maincolor);
}

/*--------------------admin-login------------------*/
.login_logo {
    margin-bottom: 24px;
    max-width: 100%;
    height: 110px;
    object-fit: contain;
    margin: 13px auto;
    text-align: center;
    display: block;
}
.login_sec {
    background: url(../images/bg-small.jpg);
    background-position: center center;
    padding: 100px 15px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    background-size: contain;
}
.login_bx {
    max-width: 450px;
    position: relative;
    height: max-content;
    margin: 0vh auto;
    background: #1037a178;
    padding: 30px 20px;
    border-radius: 10px;
}
.login_bx h2{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 23px;
    text-align: center;
}
.otrs_link{
    margin-top: 10px;
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}
.otrs_link a{
    color: var(--white);
}
.logo_admin {
    max-width: 100%;
    width: 142px;
    height: 96px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    margin-bottom: 20px;
    object-fit: contain;
}
.login_bx .form-group {
    position: relative;
    background: #0d173ac2;
    border-radius: 50px;
    height: 49px;
    margin-bottom: 16px;
}
.login_bx .form-group img{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 18px;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: contain;
    margin: auto;
}
.login_bx .form-group .form-control {
    position: relative;
    background: #0d173ac2;
    border-radius: 50px;
    height: 100%;
    padding-left: 52px;
    color: #fff;
    border: 0;
}
.btnpassview{
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}
.dashcell_bx {
    width: 100%;
    height: auto;
    padding: 15px;
    background: rgb(0 0 0 / 65%);
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
}
.dashcell_bx::after{
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 25px;
    color: #fff;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}
.dashcell_bx.active{
    background: rgb(50 94 214 / 50%) !important;
}
.cell_icon {
    max-width: 70px;
    min-width: 70px;
    height: 70px;
}
.cell_icon img {
    width: 100%;
    height: 100%;
}
.cell_des {
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
}
.cell_des h2{
    color: #fff;
    font-size: 17px;
    margin-bottom: 7px;
}
.cell_des p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}
.quick_acc_bx {
    background: #00000091;
    text-align: center;
    padding: 15px 7px;
    border-radius: 10px;
}
.quick_acc_bx:hover{
    background: #00000067;
}
.quick_acc_bx  img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: bottom center;
    margin-bottom: 5px;
}
.quick_acc_bx  p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.notificaaaation_bx{
    width: 100%;
    height: auto;
    padding: 15px;
    background:rgb(50 94 214 / 50%);
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
}
.notification_time span {
    display: block;
    margin-top: 8px;
    width: 100%;
    color: #fff;
    font-size: 11px;
}
.notification_time span img{
    width: 10px;
    margin-right: 2px;
}
.notification_time .col-4 {
    padding-right: 0 !important;
    width: 38.333333%;
}
.notification_time .col-8 {
    width: 61.666669%;
}
.notificaaaation_bx .cell_des{
    padding-right: 0;
}
.scanner_item span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 11px;
}
.scanner_item span label{
    color: #fff;
    font-size: 11px;
}
.profile_img_upload{
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}
.profile_img_upload img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    background: url(../images/blank-user.png);
    border-radius: 50%;
    border: 2px solid #ffff;
}
.profile_img_upload input{
    display: none;
}
.profile_img_upload label {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 28px;
    color: #345aca;
    width: 32px;
    height: 28px;
    text-align: center;
    cursor: pointer;
}

.modal-backdrop.show{
    opacity: .9 !important;

}


.trial-modal .modal-title{
    font-size: 16px;
    font-weight: 600;
    color: #162864;
}


.trial-modal p{
    font-size: 14px;
}

.btn-trial{
    margin-right: 15px;
}
.btn-trial:last-child{
    margin-right: 0;
}
/****** Modal**********/
#seeallzone .modal-dialog{
    max-width: 750px;
}
#seeallzone .close {
    font-size: calc(1.275rem + .3vw);
    font-weight: 700;
    line-height: 1;
    color: #535b62;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
#seeallzone .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 24px 16px;
    padding-left: 32px;
}
#seeallzone .modal-header {
    padding: 20px 24px 20px 32px;
}
#seeallzone .modal-title{
 font-size: 18px;
 font-weight: 500;
 color: #2f363f;
 font-family: 'Poppins', sans-serif;
}
#seeallzone .zone-list{
padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}
#seeallzone .zone-list img{
    position: absolute;
    left: 0;
}
#seeallzone .zone-list h4{
    font-size: 18px;
 font-weight: 500;
 color: #2f363f;
 margin-bottom: 10px;
 font-family: 'Poppins', sans-serif;
}
#seeallzone .zone-list p{
    font-size: 14px;
    line-height: 1.5;
    color: #535b62;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

/* add custome css */
/* date 27.07.2023 */
.open-high-cell-icon{
    background: #325dd6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100% !important;
    height: 100% !important;
}
.cell_icon h2{
    font-weight: 600;
}
.scanner_item label{
    font-weight: 600;
    font-size: 15px !important;
    
}
.scanner_item span{
    font-weight: 400;
    font-size: 14px !important;
    
}
.scanner_item{
    margin-bottom: 16px;
}
.scanner_item:last-child{
    margin-bottom: 0px;
}

.open-high-openlow-filter-btn{
    text-align: right;
    margin-bottom: 8px;
}

.open-high-openlow-filter-btn a:hover{
    background: #fff;
    color: #222;
}
/*last date 27.07.2023 */
/* date 28.07.2023 */
.niftylist-table .table-thead-tr{
    background: #355fd7;
    color: #fff;
}
.niftylist-table .table-first-tr{
    background: #e9e6e1;
    color: #171509;
}
.niftylist-table .table-second-tr{
    background: #f8f7e5;
    color: #171509;
}
.niftylist-table{
    border: 1px solid #c1bfb2 !important;

}
.niftylist-table td{
    border: 1px solid #c1bfb2 !important;
}
.niftylist-table th{
    border: 1px solid #c1bfb2 !important;
}
.niftylist-time-date{
    background: #355fd7;
}
.btn-close{
    background: #355fd7;
    font-size: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    
}
.modal-title{
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #222;
    font-weight: 600;
}
/*last date 28.07.2023 */
/* date 04.08.2023 */
.all-notification-list{
    display: block;
}
.open-high-openlow-filter-btn a{
    padding: 12px 22px;
    font-weight: 500;
    letter-spacing: 0.08929em;
    box-shadow: 0 2px 5px 0 var(--mainlightcolor);
    font-size: 16px;
    display: inline-block;
    background: #152863;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.scanners-analysis-row-section .dashcell_bx::after {
    display: none;
}
/* date 04.08.2023 */

/* 05-08-2023 */
.details-row .details-text{
    color: #fff;
    margin-bottom: 5px;
}
/* add custome css end*/

/* date 18.08.2023 */
.hot-stocks-section .open-high-cell-icon{
    padding: 10px 10px;
}
.hot-stocks-section .hot-stocks-cell-des{
    padding-left: 0px;
    margin-top: 15px;
}
.cel-number-text{
    text-align: right;
    font-size: 18px !important;
}
.hot-stocks-cell-des .scanner_item{
    margin: 10px 0px;
}
.explore-more-stock-btn .explore-more-stock-text{
    text-align: center;
}
.explore-more-stock-btn .dashcell_bx::after {
    display: none;
}
.hot-stocks-section .open-high-cell-icon h2{
    font-size: 20px;
    font-weight: 700;
}
/*last date 18.08.2023 */

/* date 31.08.2023 */
.top-header-title{
    position: relative;
}
.top-header-home-icon{
    position: absolute;
    right: 9px;
    top: 6px;
}
.top-header-home-icon a{
    color: #fff;
    font-size: 35px;
}
/*last date 31.08.2023 */
