@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


/* @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
} */
body{
	position: relative;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
    /* padding-right: 15px; */
}
aside.side_nav{
	width: 20%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	/* background: #242939; */
    background: #fff;
	transition: 0.3s ease-in-out;
}

.deactiveAside{
	width: 5% !important;
}

.sidenav_inner{
	width: 100%;
	max-height: 100vh;
	float: left;
	overflow: auto;
	scrollbar-width: none;
}

.completeWrap{
	width: 80%;
	float: right;
	min-height: 100vh;
	background: #f1f1f7;
    border-radius: 20px;
	transition: 0.3s ease-in-out;
}

.activeSection{
	width: 95% !important;
}

.sidenav_logo_btn {
    width: 100%;
    float: left;
    padding: 20px 25px;
	position: relative;
}

.sidenav_logo_btn a {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
	text-decoration: none;
	position: absolute;
}
.sidenav_logo_btn a img {
   max-width: 100px;
}
.sidenav_logo_btn span{
    float: right;
    margin: 7px 0 0 0;
    cursor: pointer;
}

.sidenav_logo_btn span i {
    color: #e24217;
    font-size: 22px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.sidenav_logo_btn span i:hover{
	color: #c03812;
}

header {
    width: 80%;
    float: right;
    background: #fff;
    padding: 8px 15px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerNav{
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.headerNav li{
	list-style: none;
	float: left;
	margin: 0;
}

.headerNav li a {
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
	text-decoration: none;
	transition: 0.3s ease-in-out;
    border-radius: 8px;
}

.headerNav li a:hover{
    background: #ffeae5;
}

.adminInfoWidgate {
    /* width: auto; */
    float: right;
    margin: 6px 0 0 0;
    padding: 0;
}

.adminInfoWidgate li{
	list-style: none;
	float: left;
	position: relative;
}
.adminInfowrap{
    width: 100%;
}
.adminInfowrap li {
    float: right;
}
.search_box_wrap {
    position: absolute;
    background: #fff;
    top: 31px;
    right: 0;
    padding: 18px 28px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
    transform: scale(0);
    opacity: 0;
    transform-origin: top right;
	z-index: 1;
}

.activeSearch_box_wrap{
    transform: scale(1);
    opacity: 1;
    top: 46px !important;
}

.search_box_wrap input[type="text"] {
    width: 210px;
    padding: 7px 12px;
    outline: none;
    border: 1px solid #b9b9b9;
}

.adminInfoWidgate li a{
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #242939;
	text-decoration: none;
}

.adminInfoWidgate li a span picture {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    float: right;
    /* margin: -4px 0 0 0; */
}

.adminInfoWidgate li a span picture img{
	width: 100%;
}

.adminInfoWidgate li a i.fa-th-large {
    font-size: 20px;
    color: #5d77fd;
    margin: 5px 0 0 15px;
}

.sideNav_links {
	width: 90%;
	float: left;
	padding: 0;
	margin: 65px 0 0 0;
    margin-left: 5%;
}

.sideNav_links li {
	width: 100%;
	float: left;
	padding: 0 0;
	margin: 0;
	list-style: none;
    margin-bottom: 16px;
}

.sideNav_links li a {
    width: 100%;
    float: left;
    padding: 14px 23px;
    color: #384568;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    position: relative;
    border-right: 6px solid transparent;
}

.sideNav_links li a:hover{
    background: #FFE3DB;;
    color: #FF5B45;
    border-radius: 10px;
    /* border-right: 6px solid #FF5B45; */
}

.deactiveAside ul li a{
    background: #ffeae5;
    margin: 0px 0 5px 0;
}

.deactiveAside ul li a:hover{
	background: transparent;
}

.sideNav_links li a i {
    color: #384568;
    font-size: 20px;
    margin: 0 8px 0 0px;
}
.sideNav_links li a:hover i {
    color: #FF5B45;
}

.sideNav_links li a span {
    position: absolute;
    top: 12px;
    left: 57px;
}

.sub_links {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background: #0e1017;
	display: none;
}

.sub_links li a {
    padding: 10px 46px;
    color: #606c90;
    font-weight: 700;
    font-size: 15px;
}

.drop_down_icon {
    position: relative !important;
    float: right;
    margin: -7px 56px 0 0px;
	transition: 0.3s ease-in-out;
}


::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #242939;
}

::-webkit-scrollbar-thumb:hover {
  background: #242939;
}
   ::-webkit-scrollbar-thumb:horizontal{
        background: #242939;
        border-radius: 10px;
    }
.deactiveAside .sub_links{
	display: none;
}

.rotateThis {
    transform: rotate(-180deg);
}

.contain_wrap {
    width: 30%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: -31%;
    background: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
	z-index: 999;
}

.activeContain_wrap{
    right: 0% !important;
}

.contain_Inner {
    width: 100%;
    min-height: 100vh;
    position: relative;
	float: left;
    padding: 15px 15px;
}

.contain_Inner span{
	float: right;
}

.contain_Inner span i {
    background: #5d78ff;
    color: #fff;
    padding: 6px 11px;
    border-radius: 4px;
    cursor: pointer;
}

.completeWrapCover{
	position: relative !important;
}

.completeWrapCover:after {
    content: '';
    position: fixed;
    background: rgb(27, 48, 153, 0.2);
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.user_info_wrap {
    width: 200px;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    top: 65px;
	transform-origin: top right;
	transform: scale(0);
	opacity: 0;
	transition: 0.4s ease-in-out;
	z-index: 1;
}

.active_user_info_wrap{
	transform: scale(1);
	opacity: 1;
}

.user_info_wrap li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.user_info_wrap li p {
    background: #e34217;
    margin: 0 0 0 0;
    color: #fff;
    padding: 10px 14px;
}

.user_info_wrap li p small{
	width: 100%;
	float: left;
}

.user_info_wrap li a {
    margin: 0 0 0 0;
    color: #333;
    padding: 4px 13px;
    width: 100%;
    float: left;
	transition: 0.3s ease-in-out;
}

.user_info_wrap li:last-child a {
    border-top: 1px solid #ddd;
    margin: 5px 0 0 0;
    padding: 12px 19px 16px 17px;
}

.user_info_wrap li a:hover{
	color: #e24419;
}

.completeWrap_inner {
    width: 100%;
    float: left;
    margin: 40px 0 40px 0px;
	transition: 0.3s ease-in-out;
	transform: scale(1.07);
	opacity: 0;
}

.activeCompleteWrap_inner{
	transform: scale(1);
	opacity: 1;
}

.completeWrap_container{
	max-width: 1035px;
	margin: 0 auto;
}

.completeWrap_inner_main {
    width: 100%;
    float: left;
    padding: 0px 25px 0 25px;
    border-radius: 10px;
}
.completeWrap_innerBg{
    padding: 25px 25px;
    background: #fff;
}
.heading_02 {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0 0 0 13px;
	text-transform: capitalize;
    color: #384568;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
}
.heading_02 figure{
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ECEFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: 10px;
}
.heading_02 span {
    margin-top: 4px;
    display: inline-block;
}
.heading_02 a i {
    color: #e24217;
    font-size: 18px;
    vertical-align: middle;
}
.heading_05 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 25px 0;
    padding: 0 0 0 13px;
    border-left: 3px solid #5d77fd;
    color: #515871;
	text-transform: capitalize;
}

.form_wrap{
	width: 100%;
	float: left;
}
.form_wrap b{
    /* padding-left: 20px;
    font-size: 18px; */
    color: #384568;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-top: 50px;
}
.mailid{
    padding-left: 15px;
}
.input_listing{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.input_listing li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 10px 15px;
    position: relative;
}

.full_width_li{
	width: 100% !important;
}
.full_width_li p{
	color:#dc3545;
    font-size: 14px;
    margin: 0;
}


.form_wrap p{
	color:#dc3545;
    font-size: 14px;
    margin: 0;
}

td{
    white-space: nowrap;
}

th{
    white-space: nowrap;
}


textarea{
	height: 120px;
}

input, select, textarea{
    width: 100%;
    float: left;
    padding: 12px 20px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #D8DEFF;
    background: #FFF;
    box-shadow: 9px 9px 21px 0px rgba(205, 208, 213, 0.60);
}
input:focus, select:focus, textarea:focus{
     box-shadow: none;
}
::placeholder{
	text-transform: capitalize;
	color: #888;
	opacity: 1;
}

/**********radio btn style************/
.container_radio {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 14px;
}

/* Hide the browser's default radio button */
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d6d6d6;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
    background-color: #e24217;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/**********radio btn style end************/

/**********checkbox style************/

.container_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 15px;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container_checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 0 !important;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #5d77fd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 10px;
    top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**********checkbox style end************/

.table_wrap{
	width: 100%;
	float: left;
    margin-top: 30px;
}
.table_wrap tbody tr td a{
	text-decoration: none;
    padding-right: 5px;
}
.table_wrap tbody tr td a:last-child{
    padding-right: 0px;
}
.table_wrap tbody tr td a .fa-external-link{
	color: #000000;
    border-radius: 6px;
    border: 1px solid #E4E4E5;
    background: #F1F1F1;
    padding: 5px;
}

.table_wrap tbody tr td a .fa-pencil-square-o{
	color: #879AFF;
    border-radius: 6px;
    background: #E3E8FF;
    border: 1px solid #d2dafc;
    padding: 5px;
}
.table_wrap tbody tr td a .fa-trash-o{
	color: #FF6969;
    border-radius: 6px;
    background: #FFEFEF;
    border: 1px solid #fbd7d7;
    padding: 5px;
}
.table_wrap tbody tr td a .fa-eye{
   color: #935bff;
    border-radius: 6px;
    background: #e2d3ff;
    border: 1px solid #dbc9ff;
    padding: 5px;
}
.table thead th {
    border-bottom: none!important;
    font-weight: 500;
    font-size: 14px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #f8d0c5;
    font-size: 14px;
}
.table-striped tbody tr:hover {
    background-color: transparent;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 243 240);
}
 .table th {
    border-top: none!important;
}
.table tbody tr{
    font-size: 14px;
    font-weight: 400;
}
.table thead tr{
     border-radius: 8px;
    border: 1px solid #FFEFEB;
    background: #FFEFEB;
}

.submit_btn {
	width: auto;
	float: none;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 8px;
    background: #384568;
    font-weight: 500;
	margin: 0 12px 0 0px;
	outline: none;
	transition: 0.3s ease-in-out;
	text-decoration: none;
    display: inline-block;
}

.submit_btn:hover {
	background: #384568;
	text-decoration: none;
    color: #ffffff;
}
.btn-primary {
    color: #fff2ee;
    background-color: #e24419;
    border-color: transparent;
}
.btn-primary:hover {
    color: #fff2ee;
    background-color: #cb3e18;
    border-color: transparent;
}
.reset_btn {
	width: auto;
	float: none;
    border: 0;
    background: #e76c4a;
    cursor: pointer;
    color: #f9f9f9;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
	margin: 0 12px 0 0px;
	outline: none;
	transition: 0.3s ease-in-out;
	text-decoration: none;
    margin-top: 30px;
}

.reset_btn:hover {
	background: #cb3e18;
    color: #f9f9f9;
	text-decoration: none;
}
.previewBtn{
    margin-top: 20px;
}
/************** popup style ***********/

.popupWrap {
	width: 100%;
	min-height: 100vh;
	position: fixed;
	background: rgb(27, 48, 153, 0.2);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.popupInner{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 20px 20px;
}

.popupContainer{
	max-width: 700px;
	height: auto;
	margin: 0 auto;
}

.popupMain {
    width: 100%;
    float: left;
    padding: 15px 15px;
    min-height: 60px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0px 4px 10px rgb(29, 15, 66, .4);
	position: relative;
	transition: 0.5s ease-in-out;
	transform: scale(1.1);
	opacity: 1;
}

.activePopupWrap .popupMain{
	/* transform: scale(1); */
    display: block;
	opacity: 1;
}

.heading_01 {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
    padding: 3px 0 14px 0;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #343f71;
    border-bottom: 1px solid #e3e3e3;
}

.popupMain article {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 25px 0;
}

.popupMain article p {
    font-size: 17px;
    color: #141c3e;
    font-weight: 500;
    max-width: 550px;
    margin: 0 auto;
}

.popBtnWrap {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 12px 0;
    margin: 1px 0 0 0;
    /* border-top: 1px solid #cccccc; */
}

.closePop {
    position: absolute;
    right: 13px;
    top: 12px;
    background: #dc3545;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 700;
    opacity: .8;
    user-select: none;
    cursor: pointer;
}

.dashboardCard_wrap {
    width: 100%;
    float: left;
    position: relative;
}

.dashboardCard{
    width: 100%;
    float: left;
    position: relative;
	margin: 10px 0;
}

.dashboard_card_inner {
    width: 100%;
    float: left;
    padding: 32px 31px;
    border-radius: 20px;
    border: 1px solid rgba(216, 222, 255, 0.90);
    background: rgba(255, 255, 255, 0.90);
    transition: all 0.3s ease-in-out;
}

.dashboard_card_inner1:hover{
    border: 1px solid rgba(228, 228, 229, 0.90);
    background: #384568;
}
.dashboard_card_inner1:hover h3{
   color: #fff;
}
.dashboard_card_inner1:hover strong{
   color: #fff;
}
.dashboard_card_inner1:hover a{
   color: #FAB459;
   border-top: 1px solid #526084;
}
.dashboard_card_inner1 h3 {
    width: 100%;
    float: left;
    color: #161616;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
}

.dashboard_card_inner1 h3 strong {
    width: 100%;
    float: left;
    color: #161616;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px;
}

.dashboard_card_inner a {
    width: 100%;
    float: left;
    text-align: left;
    padding: 18px 0 0 0;
    margin: 9px 0 0 0;
    border-top: 1px solid rgba(228, 228, 229, 0.90);
    text-transform: capitalize;
    color: #666;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.bullet_listing{
	width: 100%;
	float: left;
}

.bullet_listing li p {
    margin: 0 0 0 0;
    font-size: 17px;
    font-weight: 500;
}

.number_listing{
	width: 100%;
	float: left;
	list-style: decimal;
}

.number_listing li p {
    margin: 0 0 0 0;
    font-size: 17px;
    font-weight: 500;
}

/**********login style start***********/

.loginComplete_wrap{
	width: 100%;
	position: relative;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); */
}

.loginContainer{
	/* max-width: 750px; */
    max-width: 100%;
	margin: 0 auto;
}

.loginInner{
	width: 100%;
	float: left;
    height: 100vh;
	/* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); */
}

.loginMain{
	width: 100%;
	float: left;
	min-height: 60px;
	overflow: hidden;
}

.side_info{
	width: 35%;
	float: left;
	position: relative;
    background:#F1F1F7;
    height: 100%;
}

.side_info:after {
   content: '';
   position: absolute;
   background: url(../images/loginLogo.png) no-repeat center;
   background-size: 90%;
   background-position: left bottom;
   width: 100%;
   height: 100%;
   left: 0;
   bottom: 0;
}

/* @keyframes example_02 {
	0%   {transform: rotate(-21deg);}
	20%   {transform: rotate(9deg);}
	40%   {transform: rotate(-29deg);}
	60%   {transform: rotate(10deg);}
	80%   {transform: rotate(30deg);}
	100%   {transform: rotate(-21deg);}
} */

.sideInfoInner {
    width: 100%;
    float: left;
    padding: 0 30px;
	position: relative;
	z-index: 1;
    padding-top: 30px;
}

.sideInfoInner h1 {
    font-size: 35px;
    color: #fff;
    margin: 12px 0 8px 0;
}

.sideInfoInner article {
    width: 100%;
    float: left;
    margin: 5px 0 5px 0;
}

.sideInfoInner article p {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #c7d0ff;
}

.loginForm_wrap {
    width: 60%;
    float: right;
    min-height: 50px;
    margin: 10% 0 0 0;
    padding: 0 25px;
	position: relative;
}

/* .loginForm_wrap:after {
    content: '';
    height: 200px;
    width: 200px;
    position: absolute;
    background: #e24419;
    right: -89px;
    top: -165px;
    border-radius: 100%;
} */

/************/
.loginForm_wrap h3 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 800;
    color: black;
}

.loginForm_wrap form{
	width: 100%;
	float: left;
}

.loginForm_wrap span {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.loginForm_wrap span .loginInput {
    width: 100%;
    float: left;
    font-size: 17px;
    border: 1px solid #D8DEFF;
    background: #f1f1f7;
    color: #000;
    padding: 15px 18px;
    outline: none;
    box-shadow: none;
}
.loginForm_wrap span .loginInput:focus{

    background: #FFF;
    box-shadow: 9px 9px 21px 0px rgba(205, 208, 213, 0.60);
}
.loginForm_wrap span .loginInput::placeholder {
	color: #2c2c2c;
	opacity: 1;
	text-transform: capitalize;
	font-weight: 600;
}

.loginForm_wrap a {
    float: right;
    margin: 15px 0 0 0;
    font-weight: 600;
    color: #000;
	text-decoration: none;
}

.loginForm_wrap span input[type="submit"] {
    border: 0;
    outline: none;
    background: #384568;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
	cursor: pointer;
}
.logFormInner{
    width: 60%;
    margin: 0 auto;
}
.logFormInner p{
    color: #666666;
}
.logFormInner p a{
    color: #FF5B45;
    float: none;
}
.tooltip2 {
    background: #ff714b;
    padding: 5px 16px;
    border-radius: 6px;
    border: none!important;
    color: #fff;
}
.tooltiptext2{
    background-color: #323232!important;
    color: #fff8f6!important;
}

.toast-success{
    /* background: #ff714b !important; */
    background-color: #ff714b !important;
}


.pagination{
    padding-top: 40px!important;
    align-items: center!important;
    justify-content: center!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff2ee;
    background-color: #e24419;
    border-color: #e24419;
}
.page-link {
    color: #384568;
    background-color: #fff;
    border: 1px solid #fad7cd;
}
.page-link:hover {
    color: #e24419;
    background-color: #fad7cd;
    border: 1px solid #fad7cd;
}

.fa-check-circle{
    color: green;
}

input[type=file] {
    color: transparent;
}

.imageNameIcon{
    position: absolute;
    right: 33px;
    top: 13px;
}

.imageNameIcon img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 5px;
}

.activePopupWrap .popupMain2 {
    height: 500px;
    overflow-y: scroll;
}
.checkSec{
    background: #ffeae5;
    width: 100%;
    float: left;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    vertical-align: middle;
}
.checkBtn{
    outline: none!important;
    background: #FF5B45;
    border-radius: 6px;
    border: none;
    padding: 6px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: initial;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.checkBtn:hover{
    background: #e24217;
}
.loaderImg{
    width: 30px;
}
.spfRecord{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}
.spfRecord span small{
    display: block;
}
.spfRecord span i{
    margin-right: 4px;
}





/* toogle */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-bottom: 0;
    top: 5px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #28a745;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #28a745;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
/* .emailSec{
    display: flex;
    align-items: center;
    gap: 20px;
} */
.adminInfoWidgate li #myProfile {
   padding: 0!important;
}
.adminInfoWidgate li #myProfile span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.deleteIcon .fa{
    color: red;
}
.table_wrap table{
    /* display: block; */
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0 1em;
}
.table{
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0 1em;
}
.table_wrap table::-webkit-scrollbar {
  height: 5px;
}
.container_radio {
    font-size: 16px;
}
.pGateWay{
    display: flex;
    align-items: center;
    gap: 30px;
}
.pGateWay select {
    width: 30%;
}

.currentPackage h3{
    text-align: left;
}
.currentPackage a {
    text-align: left;
}
.currentPackage .submit_btn {
    width: 100%;
}
.checkSame{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-style: italic;
    color: #e24217;
    font-weight: 600;
}
.checkSame input{
    width:auto!important;
}
.checkSame input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}
.checkSame input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 0;
    background: #ffffff;
    border: 1px solid #e34717;
    border-radius: 2px;
}
.checkSame input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #e34717;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 6px;
}
.currentPackage_inner{
    width: 94%;
    border-radius: 20px;
    background: #FFF;
    padding: 25px 20px;
    box-shadow: 11px 11px 28px 0px rgba(231, 231, 231, 0.90);
}
.currentPackage_inner h3{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}
.currentPackage_inner h3 strong {
    display: block;
    color: #FF5B45;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.currentPackage_inner p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #161616;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0 12px;
    border-bottom: 1px solid #D8DEFF;
    margin-bottom: 0;
}
.currentPackage_inner p span{
    font-weight: 500;
}
.currentPackage_inner p:last-of-type{
     border-bottom: 1px solid transparent;
}
.update-modify{
    display: flex;
    align-items: center;
    gap: 10px;
}
.update-modify a{
    width: 50%;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 25px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none!important;
}
.submitBtn{
    border: 1px solid #7BFFC0;
    background: #A6FFD4;
    color: #00AA58;

}
.submitBtn:hover{
    background: #00AA58;
    color: #A6FFD4;
}
.modifyBtn{
    border: 1px solid #4163FC;
    background: #4163FC;
    color: #FFF;
}
.modifyBtn:hover{
    background: #5675fd;
    color: #FFF;
}
.renewBtn{
width: 100%;
display: block;
border-radius: 8px;
background: #384568;
color: #FFF;
padding: 9px 25px;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
outline:none!important;
border:none!important;
margin-top: 10px;
cursor: pointer;
}
.renewBtn:hover{
    opacity: 0.9;
}
.heading_02 .submit_btn{
    float: right;
}
.backSection{
float: left;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.cronList{
 table-layout: fixed;
}
.cronList td{
  white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
}

.table thead th {
    vertical-align: middle;

}
table th{
     white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    vertical-align: middle;
}
/* required css to make the rows rounded */
th:first-child, td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
th:last-child, td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
tr{
    border: solid 1px #E2E8FF;
    border-style: solid none;
    padding: 10px;
    background:#F4F6FF;
    transition: all 0.3s ease-in-out;
}

tr:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
tr:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.table tbody td{
    border-top: 1px solid rgba(226, 232, 255, 0.90)!important;
    border-bottom: 1px solid rgba(226, 232, 255, 0.90)!important;
    padding: 30px 16px;
    border: none;

}
.table-striped tbody tr:nth-of-type(odd) {
border-radius: 10px;
border: 1px solid rgba(226, 232, 255, 0.90);
background: rgba(244, 246, 255, 0.90);
}
.table-striped tbody tr:nth-of-type(even) {
border-radius: 10px;
border: 1px solid rgba(228, 228, 229, 0.90);
background: #FFF;

}
td:first-child{
    border-left: 1px solid rgba(226, 232, 255, 0.90)!important;
}
td:last-child{
    border-right: 1px solid rgba(226, 232, 255, 0.90)!important;
}


table tbody tr:hover {
border-radius: 10px;
border: 1px solid rgba(228, 228, 229, 0.90)!important;
background: #FFF!important;
box-shadow: 9px 9px 23px 0px rgba(224, 224, 224, 0.90), -9px -9px 18px 0px rgba(255, 255, 255, 0.90), 9px -9px 18px 0px rgba(224, 224, 224, 0.20), -9px 9px 18px 0px rgba(224, 224, 224, 0.20), -1px -1px 2px 0px rgba(224, 224, 224, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
}
.heading_02 .accountBtn {
    float: right;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    color: #e24217;
    margin-top: 5px;
}









.arrow{
    cursor: default!important;
}
.credential{
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.dashboard_card_plan{
    padding: 30px 20px;
}

.dashboard_card_plan h3{
color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.dashboard_card_plan h3 strong{
    display: block;
    color: #FF5B45;
}
.dashboard_card_plan .submit_btn{
    width: 100%;
}
.deleteCheckBox{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding-left: 15px;
}
.deleteCheckBox span{
    display: flex;
    align-items: center;
    gap: 10px;
}
.deleteCheckBox input{
    box-shadow: none;
    background: transparent;
    width: auto;
}
.deleteCheckBox .submit_btn{
    margin: 0;
}
.deleteCheckBox .checkSame {
    width: auto;
    font-style:normal;
}
.dashboard_card_inner h3 {
    color: #161616;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
}
.dashboard_card_inner h3 strong{
    display: block;
}
.verifyText, .invalidText{
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    background: #ECEFFF;

}
.verifyText article{
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 70%;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 20px;
    text-align: center;
}
.verifyText h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.verifyText p{
    color: #666666;
}
.verifyText figure img{
    width: 80px;
}
.invalidText article{
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 70%;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 20px;
    text-align: center;
}
.payBtn {
    width: 100%;
    float: left;
    /* display: flex; */
    align-items: center;
    margin-top: 50px;
    display: inline-block;
}
.payBtn a {
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    float: none;
}
.error{
    font-size: 14px;
    color: #ff0000;
    padding-top: 10px;
}

.logoMail{
    max-width: 150px;
}

.ennzaqbmor{
    margin-top: 5px;
}

.tooltip2 {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    border-bottom: 1px dotted black;
  }

  .tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 600px;
    background-color: black;
    color: #fff;
    /* text-align: center; */
    border-radius: 6px;
    padding: 5px 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
  }

  .tooltip2:hover .tooltiptext2 {
    visibility: visible;
  }

  .efmvahqeyz{
    white-space: break-spaces;
  }

  #previewText{
    white-space: pre-wrap;
    text-align: left;
  }

  .rrvmoquwjt{
    background-color:#b73131;
  }

  #tjrebrhxdv{
    background-color:#b73131;
  }

  #greenTick{
    color:green;
  }

  #redTick{
    color:red;
  }

  .hbrubmgvlz{
    height: 300px;
  }
