body{
	margin: 0;
	padding: 0;
	font-family:'Poppins',sans-serif;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inp-invalid{
	border: 1px solid red !important;
}
.container{
	max-width: 1100px;
}
.form-control:focus{
	box-shadow: none;
}
.h-100{
	min-height: 100%;
}
.main-wrapper{
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	background: #F5F5F5;
	padding-top: 98px;
	padding-bottom: 50px;
	overflow: hidden;
}
.main-wrapper .back-1{
	  position: absolute;
    top: -22px;
    right: -183px;
    width: 484px;
    opacity: 0.1;
}
.main-wrapper .back-2{
	position: absolute;
  bottom: -120px;
  left: -200px;
  width: 484px;
  opacity: 0.1;
}
.main-header{
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	box-shadow: 0px 4px 4px 0px #0000000D;
	z-index: 99;
}
.main-header .nav{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.main-header .nav .logo{
	padding: 14px 0;
}
.main-header .nav .menu{
	display: flex;
	align-items: center;
}
.main-header .nav .menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-header .nav .menu ul li{
	display: inline-block;
	padding: 13px 18px;
}
.main-header .nav .menu ul li a{
	color: #5367FC;
	text-decoration: none;
	color: #231F20;
	padding: 10px 12px;
	border-radius: 8px;
	display: block;
	font-size: 14px;
}
.main-header .nav .menu ul li.active a{
	color: #5367FC;
	background: #5367FC1A;
}
.main-header .nav .menu .dropdown-toggle{
	text-decoration: none;
	background: #5367FC14;
	border-radius: 8px;
	padding: 12px;
}
.main-header .nav .menu .dropdown-toggle::after{
	display: none;
}
.main-header .nav .menu .dropdown-menu{
	border:none;
	border-radius: 0;
	box-shadow: 0px 12px 32px 0px #A7AEBA4D;
}
.main-header .nav .menu .dropdown-menu li{
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #0000001A
}
.main-header .nav .menu .dropdown-menu li:last-child{
	border: none;
}
.main-header .nav .menu .dropdown-menu li a{
	border-radius: 0;
	padding: 16px;
}
.main-header .nav .menu .dropdown-menu li a img{
	margin-right: 10px;
}
.main-wrapper .app-card{
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	position: relative;
}
.main-wrapper .app-card .app-card-header{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.main-wrapper .app-card .app-card-header h3{
	font-size: 500;
	font-size: 18px;
	color: #000000;
}
.landing-header.scrolled .lnp-mobile-toggle span{
	background: #000;
}
.main-wrapper .app-card .app-card-header a{
	display: table;
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	border-radius: 8px;
	padding: 7px 14px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}
.main-wrapper .app-card .nav-tabs{
	margin-bottom: 21px;
}
.main-wrapper .app-card .nav-tabs .nav-link{
	font-size: 14px;
	color: #757575;
	border: none;
	border-radius: 0;
}
.main-wrapper .app-card .nav-tabs .nav-link.active{
	color: #5367FC;
	border-bottom: 1px solid #5367FC;
}
.main-wrapper .app-card .totp-note{
	width: 100%;
	height: auto;
	background: #FFD79733;
	border: 1px dashed #EA933C;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	padding: 16px;
	margin-bottom: 21px;
}
.main-wrapper .app-card .totp-note p{
	font-size: 14px;
	font-weight: 400;
	color: #DE8C3A;
}
.main-wrapper .app-card .totp-note a{
	font-size: 14px;
	color: #5367FC;
}
.main-wrapper .app-card .items{
	width: 100%;
	border: 1px solid #0000001A;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 21px;
}
.main-wrapper .app-card .items .top-part{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.main-wrapper .app-card .items .top-part .top-left-part{
	display: flex;
}
.main-wrapper .app-card .items .top-part .top-left-part .icon{
	background: #5367FC14;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding: 8px;
}
.icon img{
	width: inherit;
	height: inherit;
}
.main-wrapper .app-card .items .top-part .top-left-part .icon img{
	width: 100%;
	height: 100%;
}
.main-wrapper .app-card .items .top-part .top-left-part h4{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}
.main-wrapper .app-card .items .top-part .top-left-part ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-wrapper .app-card .items .top-part .top-left-part ul li{
	display: inline-block;
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	color: #797979;
}
.main-wrapper .app-card .items .top-part .top-left-part ul li:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #797979;
	border-radius: 50%;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
.main-wrapper .app-card .items .top-part .top-left-part ul li:first-child{
	color: #5367FC;
}
.main-wrapper .app-card .items .top-part .top-left-part ul li:first-child:before{
	background: #5367FC;
}
.main-wrapper .app-card .items .top-part .top-right-part{
	display: flex;
}
.main-wrapper .app-card .items .top-part .top-right-part a{
	display: table;
	margin-left: 16px;
}
.main-wrapper .app-card .items .top-part .top-right-part .active-text{
	display: table;
	background: #0AB58C33;
	color: #0AB58C;
	height: 26px;
	border-radius: 30px;
	padding: 4px 10px;
	font-size: 12px;
	min-width: 67px;
	text-align: center;
    	margin-left: 16px;
}
.main-wrapper .app-card .items .top-part .top-right-part .inactive-text{
	display: table;
	background: #F15B4D33;
	color: #F15B4D;
	height: 26px;
	border-radius: 30px;
	padding: 4px 10px;
	font-size: 12px;
	min-width: 67px;
	text-align: center;
}
.main-wrapper .app-card .items .top-part .top-right-part .pogress-text{
	display: table;
	background: #FFD79733;
	color: #EA933C;
	height: 26px;
	border-radius: 30px;
	padding: 4px 10px;
	font-size: 12px;
	min-width: 67px;
	text-align: center;
}
.main-wrapper .app-card .items .bottom-part{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
}
.main-wrapper .app-card .items .bottom-part .sub-box{
	width: 30%;
	height: auto;
	flex: 0 0 30%;
}
.main-wrapper .app-card .items .bottom-part .sub-box:nth-child(4){
	width: 10%;
	flex: 0 0 10%;
}
.main-wrapper .app-card .items.my-algo .bottom-part .sub-box{
	width: 22.5%;
	height: auto;
	flex: 0 0 22.5%;
}
.main-wrapper .app-card .items .bottom-part .sub-box p{
	font-size: 14px;
	color: #757575;
	margin-bottom: 5px;
}
.main-wrapper .app-card .items .bottom-part .sub-box .form-group{
	display: flex;
	align-items: center;
}
.main-wrapper .app-card .items .bottom-part .sub-box .form-group p{
	color: #000000;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
}
.main-wrapper .app-card .items .bottom-part .sub-box .form-group .copyBtn{
	background: none;
	border: none;
}
.main-wrapper .app-card .items .bottom-part .sub-box a{
	font-size: 14px;
	font-weight: 500;
	color: #5367FC;
	padding: 10px 0;
	display: table;
	cursor: pointer;
	white-space: nowrap;
}
.main-wrapper .app-type-header{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.main-wrapper .app-type-header h3{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}
.main-wrapper .app-type-header p{
	font-size: 14px;
	color: #979797;
}
.main-wrapper .app-type-box{
	width: 100%;
	height: 100%;
}
.main-wrapper .app-type-box .app-item{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 16px;
	border: 1px solid #0000001A;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 24px;
	align-items: center;
	margin-bottom: 24px;
}
.main-wrapper .app-type-box .app-item .left-part{
	display: flex;
	align-items: center;
}
.main-wrapper .app-type-box .app-item .left-part .icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #5367FC14;
	flex: 0 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	padding: 10px;
}
.main-wrapper .app-type-box .app-item .left-part .icon img{
	width: 100%;
}
.main-wrapper .app-type-box a{
	text-decoration: none;
}
.main-wrapper .app-type-box .app-item .left-part h4{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 7px;
	text-decoration: none;
}
.main-wrapper .app-type-box .app-item .left-part p{
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	text-decoration: none;
}
.main-wrapper .create-new-app{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 36px;
}
.main-wrapper .create-new-app h4{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}
.main-wrapper .create-new-app p{
	font-size: 14px;
	color: #757575;
	margin-bottom: 21px;
}
.main-wrapper .create-new-app .algo-row{
	border-bottom: 1px dotted #ccc;
	padding-top: 36px;
	position: relative;

}
.main-wrapper .create-new-app .algo-row .deleteRow{
	float: right;
	background: none;
	border: none;
	display: table;
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0;
}
.main-wrapper .create-new-app .algo-row:first-child{
	padding-top: 10px;
}
.main-wrapper .create-new-app .algo-row:last-child{
	border: none;
}
.main-wrapper .create-new-app .form-group{
	width: 100%;
	height: auto;
	margin-bottom: 18px;	
}
.main-wrapper .create-new-app .form-label{
	font-size: 14px;
	margin-bottom: 8px;
	color: #000000;
}
.main-wrapper .create-new-app .form-group .form-control{
	height: 48px;
	border: 1px solid #C2C2C2;
	border-radius: 8px;
	padding:10px 16px;
	font-size: 14px;
}
.main-wrapper .create-new-app .form-group .form-control.area{
	height: 122px;
}
.main-wrapper .create-new-app .form-group .form-select{
	height: 48px;
	border: 1px solid #C2C2C2;
	border-radius: 8px;
	padding:10px 16px;
	font-size: 14px;
}
.main-wrapper .create-new-app .form-group .form-control:placeholder{
	color: #797979;
}
.main-wrapper .create-new-app .form-group .form-control:focus{
	box-shadow: none;
	outline: none;
}
.main-wrapper .create-new-app .form-group .form-select:focus{
	box-shadow: none;
	outline: none;
}
.main-wrapper .create-new-app .form-group .file-upload{
	height: 48px;
	border: 1px solid #C2C2C2;
	border-radius: 8px;
	width: 100%;
	padding:10px 16px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.main-wrapper .create-new-app .form-group .file-upload img{
	width: 18px;
}
.main-wrapper .create-new-app .form-group .file-upload span{
	color: #797979;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main-wrapper .create-new-app .custom-radio-group{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.main-wrapper .create-new-app .custom-radio-group .form-label{
	font-size: 14px;
	margin-bottom: 0px;
	color: #000000;
	margin-right: 96px;
}
.main-wrapper .create-new-app .custom-radio-group .custom-radio{
	font-size: 14px;
	color: #797979;
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
	cursor: pointer;
}
.main-wrapper .create-new-app .custom-radio-group .custom-radio input{
	display: none;
}
.main-wrapper .create-new-app .custom-radio-group .custom-radio span{
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #5367FC;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:1px;
}
.main-wrapper .create-new-app .custom-radio-group .custom-radio span:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #5367FC;
	border-radius: 50%;
	top: 3px;
	left: 3px;
	display: none;
}
.main-wrapper .create-new-app .custom-radio-group .custom-radio input:checked ~ span:before{
	display: block;
}
.main-wrapper .create-new-app .dropdown-container {
  width: 100%;
  position: relative;
}

.main-wrapper .create-new-app .select-box {
  padding: 12px 16px;
  border: 1px solid #C2C2C2;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
  color: #797979;
  font-size: 14px;
}
.main-wrapper .create-new-app .options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  margin-top: 6px;
  z-index: 100;
}

.main-wrapper .create-new-app .options label {
  display: block;
  padding: 18px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #0000000D;
  align-items: center;
  font-size: 14px;
  color: #797979;
}
.main-wrapper .create-new-app .options label:last-child{
	border: none;
}
.main-wrapper .create-new-app .options label input{
	display: none;
}
.main-wrapper .create-new-app .options label span{
	display: table;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #5367FC;
	position: relative;
}
.main-wrapper .create-new-app .options label span:before{
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #5367FC;
	top: 2px;
	left: 2px;
	display: none;
}
.main-wrapper .create-new-app .options label input:checked ~ span:before{
	display: block;
}
.main-wrapper .create-new-app .options label:hover {
  background: #f4f4f4;
}

.main-wrapper .create-new-app .selected-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.main-wrapper .create-new-app .tag {
  background: #5367FC14;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 12px;
}

.main-wrapper .create-new-app .tag span {
  cursor: pointer;
}
.main-wrapper .create-new-app .add-algo-btn{
	display: table;
	border: 1px solid #5367FC;
	padding: 8px 13px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #5367FC;
	text-decoration: none;
	height: 36px;
	margin-top: 45px;
	width: 110px;
	text-align: center;
}
/*.main-wrapper .create-new-app .algo-details-box{
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #0000001A;
	padding: 16px;
	margin-top: 0px;
	margin-bottom: 18px;
}*/
.main-wrapper .create-new-app .form-row-group{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.main-wrapper .create-new-app .form-row-group .form-sub-label{
	font-size: 14px;
	color: #000;
}
.main-wrapper .create-new-app .form-row-group .form-control{
	width: 65%;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #C2C2C2;
}
.main-wrapper .create-new-app .form-row-group .form-control:focus{
	box-shadow: none;
	outline: 0;
}
.main-wrapper .create-new-app .form-row-group .custom-check{
	display: flex;
	gap: 19px;
}
.main-wrapper .create-new-app .form-row-group .custom-check .form-check-input{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #979797;
	top: 1px;
  	position: relative;
}
.main-wrapper .create-new-app .form-row-group .custom-check .form-check-input:checked{
	background-color: #5367FC;
}
.main-wrapper .create-new-app .form-row-group .custom-check .form-check-input:focus{
	box-shadow: none;
}
.main-wrapper .create-new-app .form-row-group .custom-check .form-check-label{
	color: #797979;
	font-size: 14px;
}
.main-wrapper .create-new-app .form-row-group .custom-check .form-radio-input{}
.main-wrapper .create-new-app .algo-details-box .add-algo{
	font-size: 14px;
	color: #5367FC;
	text-decoration: underline;
}
.main-wrapper .create-new-app .add-id{
	font-size: 14px;
	color: #5367FC;
	text-decoration: underline;
	margin-bottom: 18px;
	display: table;
}
.main-wrapper .create-new-app .btn-box{
	width: 100%;
	height: auto;
	display: flex;
}
.main-wrapper .create-new-app .btn-box .cancel-btn{
	display: table;
	background: #fff;
	border-radius: 8px;
	width: 155px;
	border: 1px solid #5367FC;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #5367FC;
	padding: 10px;
	margin-right: 16px;
}
.main-wrapper .create-new-app .btn-box .submit-btn{
	display: table;
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	border-radius: 8px;
	width: 155px;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 10px;
	margin-right: 16px;
}
.main-wrapper .create-new-app .accordion{
	margin-bottom: 21px;
}
.main-wrapper .create-new-app .accordion .accordion-item{
	border: 1px solid #C2C2C2;
	border-radius: 8px;
}
.main-wrapper .create-new-app .accordion .accordion-header .accordion-button{
	
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	box-shadow: none;
	padding: 16px 16px;
}
.main-wrapper .create-new-app .accordion .accordion-header .accordion-button:not(.collapsed){
	background: #fff;
	box-shadow: none;
	color: #000;
}
.main-wrapper .create-new-app .accordion .accordion-item .accordion-body{
	padding:8px 16px;
}
.app-summary .modal-dialog{
 	max-width: 541px;
 }
.app-summary .modal-dialog .modal-content{
 	border-radius: 16px;
 }
.app-summary .modal-dialog .modal-content .modal-body{
	padding: 24px;
}
.app-summary .modal-dialog .modal-content .modal-body .close-btn{
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 16px;
}
.app-summary .modal-dialog .modal-content .modal-body .top-part{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 16px;
	text-align: center;
}
.app-summary .modal-dialog .modal-content .modal-body .top-part img{
	width: 136px;
}
.app-summary .modal-dialog .modal-content .modal-body .top-part h5{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 4px;
}
.app-summary .modal-dialog .modal-content .modal-body .top-part p{
	color: #757575;
	font-size: 12px;
}
.app-summary .modal-dialog .modal-content .modal-body h4{
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	color: #000000;
	margin-bottom: 4px;
}
.app-summary .modal-dialog .modal-content .modal-body p{
	color: #757575;
	font-size: 12px;
	margin-bottom: 16px;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border-bottom: 1px solid #0000001A;
	padding: 10px;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item .left-text{
	width: 150px;
	flex: 0 0 150px;
	font-size: 14px;
	color: #00000099;
	margin: 0;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item .right-text{
	font-size: 14px;
	color: #000000;
	margin: 0;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item .right-text.active{
	color: #29A672;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item .secret-key{
	width: 100%;
	display: flex;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item .secret-key .form-control{
	padding: 0;
	border: none;
	font-size: 14px;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item .secret-key .form-control:focus{
	box-shadow: none;

}
.app-summary .modal-dialog .modal-content .modal-body .list-item .secret-key span{
	cursor: pointer;
}
.app-summary .modal-dialog .modal-content .modal-body .list-item .secret-key .copy-pass{
	margin-right: 10px;
}
.app-summary .modal-dialog .modal-content .modal-body .my-app-btn{
	background: #5367FC;
	color: #fff;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 8px;
	background: #5367FC;
	border: none;
	margin-top: 16px;
}
.app-details .modal-dialog{
 	max-width: 703px;
}
.app-details .modal-dialog .modal-content{
	border-radius: 16px;
}
.app-details .modal-dialog .close-btn{
	background: transparent;
	border: none;
	position: absolute;
	right: 15px;
	top: 12px;
}
.app-details .modal-dialog .modal-body{
	padding: 36px;
}
.app-details .modal-dialog .modal-body .content-header{
	width: 100%;
	height: auto;
	padding: 16px;
	border-radius: 8px;
	background: #F1F2FE;
	margin-bottom: 16px;
}

.app-details .modal-dialog .modal-body .content-header .top-part{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.app-details .modal-dialog .modal-body .content-header .top-left-part{
	display: flex;
}
.app-details .modal-dialog .modal-body .content-header .top-left-part .icon{
	background: #5367FC14;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.app-details .modal-dialog .modal-body .content-header .top-left-part h4{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.app-details .modal-dialog .modal-body .content-header .top-left-part ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.app-details .modal-dialog .modal-body .content-header .top-left-part ul li{
	display: inline-block;
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	color: #797979;
}
.app-details .modal-dialog .modal-body .content-header .top-left-part ul li:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: #797979;
	border-radius: 50%;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
.app-details .modal-dialog .modal-body .content-header .top-left-part ul li:first-child{
	color: #5367FC;
}
.app-details .modal-dialog .modal-body .content-header .top-left-part ul li:first-child:before{
	background: #5367FC;
}
.app-details .modal-dialog .modal-body .content-header .top-right-part{
	display: flex;
}
.app-details .modal-dialog .modal-body .content-header .top-right-part a{
	display: table;
	margin-right: 16px;
}
.app-details .modal-dialog .modal-body .content-header .top-right-part .active-text{
	display: table;
	background: #0AB58C33;
	color: #0AB58C;
	height: 26px;
	border-radius: 30px;
	padding: 4px 10px;
	font-size: 12px;
}
.app-details .modal-dialog .modal-body .content-header .top-right-part .inactive-text{
	display: table;
	background: #F15B4D33;
	color: #F15B4D;
	height: 26px;
	border-radius: 30px;
	padding: 4px 10px;
	font-size: 12px;
}
.app-details .modal-dialog .modal-body .content-header .top-right-part .pogress-text{
	    display: table;
    background: #FFD79733;
    color: #EA933C;
    height: 26px;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 12px;
}
.app-details .modal-dialog .modal-body .content-header .bottom-part{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.app-details .modal-dialog .modal-body .content-header .sub-box{
	width: 50%;
	height: auto;
	flex: 0 0 50%;
}
.app-details .modal-dialog .modal-body .content-header .sub-box:first-child{
	width: 60%;
	flex: 0 0 60%;
}
.app-details .modal-dialog .modal-body .content-header .sub-box:nth-child(2){
	width: 40%;
	flex: 0 0 40%;
}
.app-details .modal-dialog .modal-body .content-header .sub-box p{
	font-size: 14px;
	color: #757575;
	margin-bottom: 5px;
}
.app-details .modal-dialog .modal-body .content-header .sub-box .form-group{
	display: flex;
	align-items: center;
}
.app-details .modal-dialog .modal-body .content-header .sub-box .form-group p{
	color: #000000;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
}
.app-details .modal-dialog .modal-body .content-header .sub-box .form-group .copyBtn{
	background: none;
	border: none;
}
.app-details .modal-dialog .modal-body .list-item{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border-bottom: 1px solid #0000001A;
	padding: 10px;
}
.app-details .modal-dialog .modal-body .list-item .left-text{
	width: 150px;
	flex: 0 0 150px;
	font-size: 14px;
	color: #00000099;
	margin: 0;
}
.app-details .modal-dialog .modal-body .list-item .right-text{
	font-size: 14px;
	color: #000000;
	margin: 0;
}
.app-details .modal-dialog .modal-body .algo-details{
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.app-details .modal-dialog .modal-body .algo-details h5{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 8px;
}
.app-details .modal-dialog .modal-body .algo-details .details-box{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.app-details .modal-dialog .modal-body .algo-details .details-box .sub-box{
	width: 48.5%;
	flex:0 0 48.5%;
}
.app-details .modal-dialog .modal-body .algo-details .details-box .sub-box .list-item{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border-bottom: 1px solid #0000001A;
	padding: 10px 0;
}
.app-details .modal-dialog .modal-body .algo-details .details-box .sub-box .list-item .left-text{
	width: 120px;
	flex: 0 0 150px;
	font-size: 14px;
	color: #00000099;
	margin: 0;
}
.app-details .modal-dialog .modal-body .algo-details .details-box .sub-box .list-item .right-text{
	font-size: 14px;
	color: #00000099;
	margin: 0;
}
.app-details .modal-dialog .modal-body .network-box{
	width: 100%;
	height: auto;
	margin-top: 24px;
}
.app-details .modal-dialog .modal-body .network-box h5{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 8px;
}
.app-details .modal-dialog .modal-body .network-box .download-btn{
	display: flex;
	width: 100%;
	height: auto;
	position: relative;
	justify-content: space-between;
	font-size: 14px;
	color: #797979;
	border: #C2C2C2 solid 1px;
	border-radius: 8px;
	padding: 16px;
	text-decoration: none;
}

.app-details .modal-dialog .modal-body .network-box .list-item{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border-bottom: 1px solid #0000001A;
	padding: 10px 0;
}
.app-details .modal-dialog .modal-body .network-box .list-item .left-text{
	width: 180px;
	flex: 0 0 180px;
	font-size: 14px;
	color: #00000099;
	margin: 0;
}
.app-details .modal-dialog .modal-body .network-box .list-item .right-text{
	font-size: 14px;
	color: #00000099;
	margin: 0;
}
.app-details .modal-dialog .modal-body .network-box .list-item .right-text span{
	background: #5367FC14;
	border-radius: 4px;
	padding: 0 10px;
	margin-right: 10px;
}
.login-wrapper{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: linear-gradient(195.52deg, #00FFC1 -16.77%, #5367FC 109.65%);
	display: flex;
	align-items: center;
	overflow: hidden;
}
.login-wrapper .container{
	max-width: 1200px;
}
.login-wrapper .login-header{
	width: 100%;
	height: auto;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
}
.login-wrapper .login-header .logo{
	padding: 27px 0;
}
.login-wrapper .text-box{
	width: 100%;
	height: auto;
	position: relative;
}
.login-wrapper .text-box p{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 16px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.login-wrapper .text-box p span{
	font-weight: 400;
}
.login-wrapper .text-box h2{
	font-size: 45px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 16px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.login-wrapper .text-box h2 span{
	font-size: 50px;
}
.login-wrapper .form-box{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 24px;
	padding: 36px;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-wrapper .form-box .login-box{
	width: 100%;
}
.login-wrapper .form-box.py-96{
	padding-top: 96px;
	padding-bottom: 96px;
}
.login-wrapper .form-box .form-header{
	width: 100%;
	text-align: center;
	margin-bottom: 26px;
}
.login-wrapper .form-box .form-header .icon{
	width: 60px;
	height: 60px;
	background: #5367FC14;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 16px;
}
.login-wrapper .form-box .form-header h4{
	color: #5367FC;
	font-size: 22px;
	font-weight: 500;
}
.login-wrapper .form-box .form-header p{
	font-size: 14px;
	margin-top: 10px;
	color: #666666;
}
.login-wrapper .form-box .user-box{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 1px solid #999999;
	padding: 10px;
	border-radius: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	transition: 0.3s;
}
.login-wrapper .form-box .user-box:hover{
	border-color: #5367FC;
}
.login-wrapper .form-box .user-box .left-part{
	width: auto;
	display: flex;
	align-items: center;
}
.login-wrapper .form-box .user-box .left-part .icon{
	width: 50px;
	height: 50px;
	background: #E7E9FF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.login-wrapper .form-box .user-box .left-part h4{
	font-size: 16px;
	color: #231F20;
	font-weight: 500;
	text-decoration: none;
}
.login-wrapper .form-box .user-box .left-part p{
	color: #ABAAAA;
	font-size: 12px;
	text-decoration: none;
}
.login-wrapper .form-box .form-group{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}
.login-wrapper .form-box .form-group .form-label{
	font-size: 14px;
	font-weight: 400;
	color: #231F20;
	margin-bottom: 8px;
}
.login-wrapper .form-box .form-group  .form-control{
	height: 56px;
	border-radius: 12px;
	border: 1px solid  #00000026;
	font-size: 14px;
}
.login-wrapper .form-box .form-group  .form-control:focus{
	box-shadow: none;
}
.login-wrapper .form-box .form-check{
	margin-bottom: 28px;
}
.login-wrapper .form-box .form-check .form-check-label{
	font-size: 14px;
}
.login-wrapper .form-box .form-check .form-check-label a{
	text-decoration: none;
	color: #5367FC;
}
.login-wrapper .form-box .form-check a{
	text-decoration: none;
	color: #5367FC;
	font-size: 14px;
}
.login-wrapper .form-box .form-check .form-check-input:checked{
	background-color: #5367FC;
	border-color: #5367FC;
}
.login-wrapper .form-box .form-group .otp-group{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.login-wrapper .form-box .form-group .otp-group .form-control{
	text-align: center;
	-webkit-appearance: none;
}
.login-wrapper .form-box .form-group .showPass{
	position: absolute;
	right: 10px;
	top: 45px;
	cursor: pointer;
}
.login-wrapper .form-box .connect-btn{
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	height: 60px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	border: none;
	border-radius: 12px;
	opacity: 0.7;
}
.login-wrapper .form-box .connect-btn:hover{
	opacity: 1;
}
.login-wrapper .form-box .connect-btn span{
	font-size: 18px;
	margin-left: 8px;
	font-weight: 600;
}
.login-wrapper .form-box .para{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
.login-wrapper .form-box .resend-otp{
	text-align: right;
	font-size: 14px;
	margin-bottom: 28px;
	font-weight: 500;
	color: #666666;
}
.login-wrapper .form-box .resend-otp #resendBtn{
	cursor: pointer;
	color: #5367FC;
}
.login-wrapper .form-box .resend-otp .timer{
	color: #5367FC;
}
.login-wrapper .form-box .forgot-mpin{
	text-align: right;
	font-size: 14px;
	margin-bottom: 28px;
}
.login-wrapper .form-box .forgot-mpin a{
	color: #5367FC;
	font-weight: 500;
} 
.login-wrapper .form-box .notes{
	width: 100%;
	margin-bottom: 28px;
	padding-right: 50px;
}
.login-wrapper .form-box .notes p{
	font-size: 12px;
	display: flex;
	margin-bottom: 5px;
}
.login-wrapper .form-box .notes p img{
	margin-right: 10px;
}
.login-wrapper .form-box .para a{
	color: #5367FC;
	text-decoration: none;
	font-weight: 500;
}
.success-modal .modal-dialog{
	max-width: 472px;
}
.success-modal .modal-content{
	border-radius: 16px;
}
.success-modal .modal-content .modal-body{
	padding: 36px;
	text-align: center;
}
.success-modal .modal-content .modal-body img{
	width: 104px;
}
.success-modal .modal-content .modal-body h5{
	color: #5367FC;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}
.success-modal .modal-content .modal-body p{
	font-size: 14px;
	color: #00000099;
}
.success-modal .modal-content .modal-body .butn{
	  background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: none;
    border-radius: 12px;
    width: 100%;
    display: table;
    text-decoration: none;
    padding: 18px 0;
    margin-top: 16px;
}
.tc-modal .modal-dialog{
	max-width: 976px;
}
.tc-modal .modal-dialog .modal-content{
	border-radius: 16px;
}
.tc-modal .modal-dialog .modal-content .modal-body{
	padding: 60px 36px;
}
.tc-modal .modal-dialog .modal-content .modal-body .close-btn {
    background: transparent;
    border: none;
    position: absolute;
    right: 15px;
    top: 12px;
}
.tc-modal .modal-dialog .modal-content .modal-body h4{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
}
.tc-modal .modal-dialog .modal-content .modal-body p{
	font-size: 14px;
	color: #00000099;
}
.tc-modal .modal-dialog .modal-content .modal-body .tc-box{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 8px;
	border: 1px solid #0000001A;
	padding: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	max-height: 450px;
	overflow-y: auto;
}
.tc-modal .modal-dialog .modal-content .modal-body .tc-box p{
	font-size: 16px;
	color: #797979;
}
.tc-modal .modal-dialog .modal-content .modal-body .form-check-label{
	font-size: 16px;
	color: #00000099;
}
.tc-modal .modal-dialog .modal-content .modal-body .form-check-label a{
	color: #5367FC;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	border-radius: 12px;
	margin-top: 16px;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box p{
	color: #393536;
	font-size: 14px;
	cursor: pointer;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box .resend-otp{
	color: #5367FC;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box p .timer{
	color: #5367FC;
	text-decoration: none;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box .otp{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box .otp .otp-group{
	display: flex;
	gap: 8px;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box .otp .form-control{
	border: 1px solid #00000026;
	width: 56px;
	height: 56px;
	text-align: center;
	border-radius: 12px;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box .otp p{
	margin: 0;
	font-size: 14px;
	color: #231F20;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box .otp .submit-btn{
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	border-radius: 12px;
	color: #fff;
	border: none;
	padding: 15px 37px;
	font-size: 16px;
	font-weight: 500;
}
.tc-modal .modal-dialog .modal-content .modal-body .otp-box .otp .submit-btn:disabled {
    background: #bfc5ff;        /* light faded version of your gradient */
    border-radius: 12px;
    color: #ffffffa8;           /* faded white text */
    border: none;
    padding: 15px 37px;
    font-size: 16px;
    font-weight: 500;
    cursor: not-allowed;
    opacity: 0.6;               /* dim effect */
    box-shadow: none;           /* remove any active shadow */
    pointer-events: none;       /* prevents clicking */
}
.risk-disclosures-modal .modal-dialog{
	max-width: 584px;
}
.risk-disclosures-modal .modal-dialog .modal-content{
	border-radius: 16px;
}
.risk-disclosures-modal .modal-dialog .modal-content .modal-body{
	padding: 24px;
	text-align: center;
}
.risk-disclosures-modal .modal-dialog .modal-content .modal-body h4{
	font-size: 16px;
	font-weight: 500;
	color: #231F20;
	margin-bottom: 8px;
}
.risk-disclosures-modal .modal-dialog .modal-content .modal-body p{
	font-size: 14px;
	color: #414141;
	margin-bottom: 8px;
}
.risk-disclosures-modal .modal-dialog .modal-content .modal-body .agree-btn{
	background: linear-gradient(82.77deg, #4E6FF7 31.93%, #00E8B0 104.23%);
	padding: 10px 72px;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 8px;
	margin-top: 8px;
}
.network-connectivity{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
}
.network-connectivity h4{
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 21px;
}
.network-connectivity .item-lable{
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 8px;
}
.network-connectivity .items{
	display: flex;
	width: 100%;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #0000001A;
	margin-bottom: 18px;
}
.network-connectivity .items.border-none{
	border: none;
}
.network-connectivity .items .left{
	font-size: 14px;
	color: #000000;
	flex: 0 0 200px;
}
.network-connectivity .items .left span{
	color: #FF0000;
}
.network-connectivity .items .middle{
	font-size: 14px;
	color: #000000;
	width: 100%;
}
.network-connectivity .items .action{
	display: flex;
	gap: 24px;
}
.network-connectivity .items .action a{
	display: table;
}
.network-connectivity .items .form-group{
	width: 100%;
	height: auto;
}
.network-connectivity .items .form-group .form-control{
	width: 90%;
	font-size: 14px;
}
.network-connectivity .add-ip{
	color: #5367FC;
	font-size: 14px;
	font-weight: 500;
	margin-top: 18px;
	display: table;
}
.network-connectivity .custom-radio-group{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	margin-top: 18px;
}
.network-connectivity .form-label{
	font-size: 14px;
	margin-bottom: 0px;
	color: #000000;
	margin-right: 96px;
}
.network-connectivity .custom-radio{
	font-size: 16px;
	color: #797979;
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
	cursor: pointer;
}
.network-connectivity .custom-radio input{
	display: none;
}
.network-connectivity .custom-radio span{
	display: block;
	width: 17px;
	height: 18px;
	border: 1px solid #1C1B1F;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:3px;
}
.network-connectivity .custom-radio span:before{
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #1C1B1F;
	border-radius: 50%;
	top: 3px;
	left: 3px;
	display: none;
}
.network-connectivity .custom-radio input:checked ~ span:before{
	display: block;
}
.network-connectivity .table-box{
	width: 100%;
	height: auto;
	position: relative;
}
.network-connectivity .table-box table{
	width: 100%;
} 
.network-connectivity .table-box th{
	background: #5367FC14;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}
.network-connectivity .table-box th:nth-child(2){
	text-align: center;
}
.network-connectivity .table-box td{
	padding: 24px 10px 16px;
	font-size: 14px;
	border-bottom: 1px solid #0000001A;
}
.network-connectivity .table-box td:nth-child(2){
	text-align: center;
}
.network-connectivity .table-box td .form-select{
	font-size: 14px;
	border: 1px solid #0000001A;
	height: 44px;
}
.network-connectivity .table-box td .form-select:focus{
	box-shadow: none;
}
.my-app-empty-sec{
	width: 100%;
	height: auto;
	position: relative;
	background: #FFFFFF;
	border-radius: 12px;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.my-app-empty-sec .text{
	width: 70%;
	display: table;
	margin: auto;
	text-align: center;
}
.my-app-empty-sec .text img{
	margin-bottom: 16px;
}
.my-app-empty-sec .text h4{
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-bottom: 16px;
}
.my-app-empty-sec .text p{
	font-size: 12px;
	color: #00000099;
	margin-bottom: 16px;
}
.my-app-empty-sec .text .create-btn{
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	padding: 12px 24px;
	display: table;
	margin: auto;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.enable-totp-card{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	padding: 36px;
	border-radius: 12px;
}
.enable-totp-card .page-title{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 21px;
}
.enable-totp-card .page-title h4{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 8px;
}
.enable-totp-card .page-title p{
	font-size: 14px;
	font-weight: 400;
	color: #757575;
}
.enable-totp-card .image{
	width: 100%;
	height: auto;
	position: relative;
	padding-right: 50px;
}
.enable-totp-card .image img{
	width: 100%;
}
.enable-totp-card .text{
	width: 100%;
	height: auto;
	position: relative;
}
.enable-totp-card .text h5{
	color: #231F20;
	font-size: 14px;
	line-height: 28px;
}
.enable-totp-card .text ul{
	font-size: 14px;
	line-height: 28px;
	color: #757575;
	margin-bottom: 36px;
}
.enable-totp-card .text .btun {
    background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    border: none;
    border-radius: 12px;
    display: table;
    text-decoration: none;
    text-align: center;
    padding: 14px 46px;
}
.enable-totp-card .text .btun.w-100{
	width: 100%;
}
.enable-totp-card .otp-wrapper{
	width: 100%;
	padding: 50px 30px;
}
.enable-totp-card .otp-box{
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	margin-bottom: 36px;
}
.enable-totp-card .otp-box p{
	color: #757575;
	font-size: 14px;
	line-height: 20px;
}
.enable-totp-card .otp-box .otp-group{
	width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 0;
}
.enable-totp-card .otp-box .form-control {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #00000026;
    font-size: 14px;
    text-align: center;
}
.enable-totp-card .otp-box .resend{
	text-align: right;
	color:#231F2099;
	font-size: 14px;
}
.enable-totp-card .otp-box .resend a{
	color: #0720FF;
	font-size: 14px;
}
.enable-totp-card .totp-wrapper{
	width: 100%;
	padding: 20px 09px;
}
.enable-totp-card .totp-wrapper .otp-box{
	text-align: left;
}
.enable-totp-card .totp-wrapper .otp-box p{
	font-size: 14px;
	color: #231F20;
	text-align: center;
	margin-bottom: 36px;
}
.enable-totp-card .totp-wrapper .otp-box label{
	text-align: left !important;
	font-size: 12px;
}
.enable-totp-card .totp-wrapper .otp-box .otp-group{
	margin-top: 0;
	margin-bottom: 24px;
	gap: 10px;
}
.enable-totp-card .totp-wrapper .otp-box .resend{
	text-align: right;
}
.enable-totp-card .totp-wrapper .scan-qr{
	width: 100%;
	height: auto;
	text-align: center;
	border-right: 1px solid #0000001A;
	height: 100%;
}
.enable-totp-card .totp-wrapper .scan-qr h5{
	color: #231F20;
	font-size: 16px;
	margin-bottom: 36px;
}
.enable-totp-card .totp-wrapper .scan-qr img{
	margin-bottom: 36px;
}
.enable-totp-card .totp-wrapper .scan-qr p{
	font-size: 14px;
}
.enable-totp-card .totp-wrapper .scan-qr a{
	color: #5367FC;
	font-size: 14px;
	text-decoration: none;
}
.totp-success-modal .modal-dialog{
	max-width: 522px;
}
.totp-success-modal .modal-content{
	border-radius: 24px;
}
.totp-success-modal .modal-content .modal-body{
	padding: 36px;
	text-align: center;
}
.totp-success-modal .modal-content .modal-body .close-btn{
	background: transparent;
	border: none;
	position: absolute;
	top: 16px;
	right: 16px;
}
.totp-success-modal .modal-content .modal-body .image{
	width: 150px;
	margin-bottom: 20px;
}
.totp-success-modal .modal-content .modal-body h4{
	font-size: 20px;
	color: #5367FC;
	font-weight: 500;
	margin-bottom: 8px;
}
.totp-success-modal .modal-content .modal-body P{
	font-size: 12px;
	font-weight: 400;
	color: #231F20;
	margin-bottom: 26px;
}
.totp-success-modal .modal-content .modal-body a{
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	padding: 18px 33px;
	border-radius: 12px;
	color: #fff;
	display: table;
	font-size: 14px;
	margin: auto;
	text-decoration: none;
}
.app-card .ip-item{
	width: 100%;
	border: 1px solid #0000001A;
	padding: 16px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 21px;
}
.app-card .ip-item p{
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}
.app-card .ip-item a{
	font-size: 12px;
	color: #5367FC;
}
.app-card .ip-item button{
	background: none;
	border: none;
}
.ip-details-modal .modal-dialog{
	max-width: 380px;
}
.ip-details-modal .modal-dialog .modal-content{
	border-radius: 8px;
}
.ip-details-modal .modal-dialog .modal-body{
	padding: 16px;
}
.ip-details-modal .modal-dialog .modal-body table{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.ip-details-modal .modal-dialog .modal-body table th{
	background: #5367FC14;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.ip-details-modal .modal-dialog .modal-body table td{
	padding: 16px 0px;
	border-bottom: 1px solid #0000001A;
	font-size: 14px;
	color: #797979;
}
.add-ip-card{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
}
.add-ip-card .header-part{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	align-items: center;
}
.add-ip-card .header-part h3{
	font-size: 20px;
	font-weight: 500;
}
.add-ip-card .para{
	font-size: 14px;
	color: #231F20;
	margin-bottom: 18px;
}
.add-ip-card .form-group{
	border: 1px solid #0000001A;
	width: 100%;
	border-radius: 8px;
	display: flex;
	padding: 0 16px;
	align-items: center;
	margin-bottom: 18px;
}
.add-ip-card .form-group label{
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-right: 10px;
}
.add-ip-card .form-group label span{
	color: #FF0000;
}
.add-ip-card .form-group .form-control{
	border: none;
	border-radius: 0;
	height: 56px;
	font-size: 14px;
}
.add-ip-card .custom-radio-group{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.add-ip-card .custom-radio-group .form-label{
	font-size: 14px;
	margin-bottom: 0px;
	color: #000000;
	margin-right: 96px;
}
.add-ip-card .custom-radio-group .custom-radio{
	font-size: 14px;
	color: #797979;
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
	cursor: pointer;
}
.add-ip-card .custom-radio-group .custom-radio input{
	display: none;
}
.add-ip-card .custom-radio-group .custom-radio span{
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #5367FC;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:3px;
}
.add-ip-card .custom-radio-group .custom-radio span:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #5367FC;
	border-radius: 50%;
	top: 3px;
	left: 3px;
	display: none;
}
.add-ip-card .custom-radio-group .custom-radio input:checked ~ span:before{
	display: block;
}
.add-ip-card  .table-box{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 21px;
}
.add-ip-card .table-box table{
	width: 100%;
} 
.add-ip-card .table-box th{
	background: #5367FC14;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}
.add-ip-card .table-box th:nth-child(2){
	text-align: center;
}
.add-ip-card .table-box td{
	padding: 24px 10px 16px;
	font-size: 14px;
	border-bottom: 1px solid #0000001A;
}
.add-ip-card .table-box td:nth-child(2){
	text-align: center;
}
.add-ip-card .table-box td .form-select{
	font-size: 14px;
	border: 1px solid #0000001A;
	height: 44px;
}
.add-ip-card .table-box td .form-select:focus{
	box-shadow: none;
}
.add-ip-card .btn-box{
	width: 100%;
	height: auto;
	display: flex;
}
.add-ip-card .btn-box .cancel-btn{
	display: table;
	background: #fff;
	border-radius: 8px;
	width: 155px;
	border: 1px solid #5367FC;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #5367FC;
	padding: 16px;
	margin-right: 16px;
}
.add-ip-card  .btn-box .submit-btn{
	display: table;
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	border-radius: 8px;
	width: 155px;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 16px;
	margin-right: 16px;
}
.ip-success-modal .modal-dialog{
	max-width: 507px;
}
.ip-success-modal .modal-content{
	border-radius: 24px;
}
.ip-success-modal .modal-content .modal-body{
	padding: 36px;
	text-align: center;
}
.ip-success-modal .modal-content .modal-body .close-btn{
	background: transparent;
	border: none;
	position: absolute;
	top: 16px;
	right: 16px;
}
.ip-success-modal .modal-content .modal-body .image{
	width: 230px;
	margin-bottom: 36px;
}
.ip-success-modal .modal-content .modal-body h4{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 8px;
}
.ip-success-modal .modal-content .modal-body P{
	font-size: 16px;
	font-weight: 400;
	color: #757575;
}
.add-ip-card .custom-switch {
  position: relative;
  display: inline-flex;
  background: #e8eaff;
  border-radius: 30px;
  padding: 4px;
  overflow: hidden;
  width: fit-content;
  align-items: center;
}

.add-ip-card .custom-switch input[type="radio"] {
  display: none;
}

.add-ip-card .switch-option {
  position: relative;
  z-index: 2;
  width: 130px;              
  text-align: center;        
  padding: 12px 0;            
  border-radius: 30px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;   
}

.add-ip-card .switch-bg {
    position: absolute;
    top: 6px;
    left: 4px;
    width: calc(50% - 6px);
    height: calc(100% - 12px);
    background: #5367fc;
    border-radius: 30px;
    transition: all 0.3s ease;
    z-index: 1;
}
.add-ip-card #registered:checked ~ label[for="registered"] {
  color: white;
}
.add-ip-card #non-registered:checked ~ label[for="non-registered"] {
  color: white;
}
.add-ip-card #non-registered:checked ~ .switch-bg {
  left: 50%;
}

.landing-header{
	width: 100%;
	height: auto;
	position: relative;
	/*box-shadow: 0px 4px 4px 0px #00000014;
	background: rgba(255, 255, 255, .21);*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.3s;
}
.landing-header.scrolled{
	background: #fff;
	box-shadow: 0px 4px 4px 0px #00000014;
}
.landing-header .header-part{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.landing-header .header-part .logo{
	padding: 8px 0;
}
.landing-header .header-part .logo .logo-black{
	display: none;
}
.landing-header.scrolled .header-part .logo .logo-white{
	display: none;
}
.landing-header.scrolled .header-part .logo .logo-black{
	display: block;
}
.landing-header .header-part .nav{
	display: flex;
}
.landing-header .header-part .nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.landing-header .header-part .nav ul li{
	display: inline-block;
	margin-right: 30px;
	padding-top: 9px;
}
.landing-header .header-part .nav ul li a{
	font-size: 14px;
	color: #FFFFFF;
	padding: 8px 16px;
	display: block;
	text-decoration: none;
}
.landing-header .header-part .nav ul li.active a{
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}
.landing-header.scrolled .header-part .nav ul li a{
	color: #5367FC;
}
.landing-header.scrolled .header-part .nav ul li.active a{
	border: 1px solid #5367FC;
	border-radius: 4px;
}
.landing-header .header-part .nav .login{
	  font-size: 14px;
    color: #FFFFFF;
    padding: 8px 30px;
    display: block;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-top: 9px;
}
.landing-header.scrolled .header-part .nav .login{
		color: #5367FC;
		border: 1px solid #5367FC;
}
.landing-header .header-part .nav .login:after{
	display: none;
}
.landing-header .header-part .nav .login-user{
    padding: 4px 10px;
    display: block;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-top: 9px;
}
.landing-header.scrolled .header-part .nav .login-user{
		border: 1px solid #5367FC;
		background:#5367FC;
}
.landing-header .header-part .nav .login-user:after{
	display: none;
}
.landing-header .header-part .nav .signup{
	  font-size: 14px;
    color: #5367FC;
    padding: 8px 30px;
    display: block;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-top: 9px;
    background: #fff;
    margin-left: 24px;
}
.landing-header .header-part .nav .signup:after{
	display: none;
}
.landing-header.scrolled .header-part .nav .signup{
	border: 1px solid #5367FC;
	color: #fff;
	background: #5367FC;
}
.landing-header .header-part .nav .dropdown-menu{
	border-radius: 0 !important;
}
.landing-header .header-part .nav .dropdown-menu li{
	margin: 0 !important;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #0000001A;
}
.landing-header .header-part .nav .dropdown-menu li:last-child{
	border-bottom: none;
}
.landing-header .header-part .nav .dropdown-menu li a{
	color: #000000;
}
.landing-header .header-part .nav .dropdown-menu.after-login li a{
	color: #000000;
	padding: 16px;
}
.landing-header.scrolled .header-part .nav .dropdown-menu li a{
	color: #000;
}
.landing-header.scrolled .header-part .nav .dropdown-menu li a:active{
	background: #fff;
}
.landing-banner{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: linear-gradient(195.44deg, #5367FC 3.29%, #4385F0 32.03%, #00FFC1 100%);
}
.landing-banner .text{
	text-align: center;
	position: relative;
	z-index: 9;
	width: 100%;
	min-height: 100vh;
}
.landing-banner .text .text-box{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.6s ease;
}
.landing-banner .text .text-box.active {
      opacity: 1;
	  z-index: 9;
}
.landing-banner .text h4{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 18px;
}
.landing-banner .text h1{
	font-size: 64px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
}
.landing-banner .text p{
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
}
.landing-banner .text .text2 p{
	font-size: 16px;
}
.landing-banner .text h3{
	color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
.landing-banner .text .get-started{
	padding: 18px 36px;
	background: #fff;
	border-radius: 60px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #5367FC;
}
.what-bigul-connect{
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #0000001A;
	padding: 109px 0;
	text-align: center;
}
.what-bigul-connect h5{
	color: #5367FC;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.what-bigul-connect h3{
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 24px;
}
.what-bigul-connect p{
	font-size: 18px;
	color: #757575;
}
.why-use{
	width: 100%;
	height: auto;
	padding: 80px 0;
	position: relative;
	background: #5367FC14;
}
.why-use .back-1{
	position: absolute;
	left: 0;
	top: -50%;
	width: 400px;
}
.why-use .back-2{
	position: absolute;
	right: 0;
	bottom: -50%;
	width: 400px;
}
.why-use .title-part{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 55px;
}
.why-use .title-part h3{
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.why-use .title-part p{
	font-size: 16px;
	color: #757575;
	line-height: 34px;
}
.why-use .item{
	width: 100%;
	height: auto;
	padding: 16px;
	position: relative;
	z-index: 9;
	display: flex;
	margin-bottom: 24px;
  border-radius: 8px;
  transition: 0.3s;
  border:1px solid transparent;
}
.why-use .item:last-child{
	margin-bottom: 0;
}
.why-use .item:hover{ 
	border: 1px solid #5367FC;
}
.why-use .item .icon{
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	background: rgba(71, 59, 240, .10);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #5367FC;
	font-size: 17px;
	margin-right: 12px;
}
.why-use .item h4{
	font-size: 18px;
	color: #161C2D;
	font-weight: 500;
	margin-bottom: 8px;
}
.why-use .item p{
	font-size: 16px;
	line-height: 20px;
	color: #5c606c;
}
.why-use .image{
	width: 100%;
	height: auto;
	position: relative;
}
.why-use .image img{
	width: 100%;
	padding: 0 70px;
}
.what-does{
width: 100%;
height: auto;
padding: 80px 0;
position: relative;
z-index: 9;
}
.what-does .back-1{
	  position: absolute;
    top: 0px;
    left: 0;
    width: 140px;
}
.what-does .back-2{
	position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
}
.what-does .title-part{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 36px;
}
.what-does .title-part h3{
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.what-does .title-part p{
	font-size: 16px;
	color: #161C2D;
	line-height: 30px;
}
.what-does .nav-tabs{
	justify-content: space-between;
	margin-bottom: 50px;
}
.what-does .nav-tabs .nav-link{
	font-size: 16px;
	color: #757575;
	border: none;
}
.what-does .nav-tabs .nav-link.active{
	color: #5367FC;
	border-bottom: 2px solid #5367FC;
}
.what-does .text-item{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #0000001A;
	border-radius: 8px;
	padding: 16px 36px;
	margin-bottom: 24px;
	transition: 0.3s;
}
.what-does .text-item:hover{
	box-shadow: 0px 4px 4px 0px #0000001A;
}
.what-does .text-item h5{
	color: #5367FC;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}
.what-does .text-item p{
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color: #5c606c;
}
.what-does .image{
	width: 100%;
	height: auto;
}
.what-does .image img{
	width: 100%;
}
.how-to-access{
	width: 100%;
	height: auto;
	position: relative;
	padding: 80px 0;
	border-bottom: 1px solid #0000001A;
	border-top: 1px solid #0000001A;
	background: #5367FC14;
}
#particles-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99vh;
}
.how-to-access .back-1{
	position: absolute;
	left: 0;
	top: -50%;
	width: 400px;
}
.how-to-access .back-2{
	position: absolute;
	right: 0;
	bottom: -50%;
	width: 400px;
}
.how-to-access .title-part{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 55px;
}
.how-to-access .title-part h3{
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.how-to-access .title-part p{
	font-size: 16px;
	color: #5c606c;
	line-height: 30px;
}
.how-to-access .text-card{
	display: flex;
	flex-direction: column;

}
.how-to-access .text-card.col-reverce{
	flex-direction: column-reverse;
}
.how-to-access .number{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(71, 59, 240, .1);
	font-size: 30px;
	font-weight: 600;
	color: #5367FC;
	margin: auto;

}
.how-to-access .mb-50{
	margin-bottom: 50px;
}
.how-to-access .text{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.how-to-access .text img{
	margin-bottom: 10px;
}
.how-to-access .text h5{
	font-size: 18px;
	margin-bottom: 8px;
}
.how-to-access .text p{
	font-size:16px;
	color:#00000080;
;
}
.how-to-access .arrow-1{
	position: absolute;
  right: -100px;
  top: 35px;
  width: 200px;
}
.language-compatibility{
	width: 100%;
	height: auto;
	position: relative;
	padding: 80px 0;
	border-bottom: 1px solid #0000001A;
}
.language-compatibility .title-part{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.language-compatibility .title-part h3{
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.language-compatibility .title-part p{
	font-size: 16px;
	color: #5c606c;
	line-height: 34px;
}
.language-compatibility .language-icon{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
}
.language-compatibility .language-icon .icon{
	width: 110px;
	height: 110px;
	border: 0.55px solid #a3aeff80;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 4px;
}
.language-compatibility .language-icon .icon img{
	width: 100%;
}
.language-compatibility .chatgpt-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 28px 36px;
	border-radius: 16px;
	background: linear-gradient(180deg, #00FFC1 -16.77%, #5367FC 109.65%);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.language-compatibility .chatgpt-sec #particles-js-2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.language-compatibility .chatgpt-sec .left-part{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9;
}
.language-compatibility .chatgpt-sec .left-part .icon{
	margin-right: 10px;
}
.language-compatibility .chatgpt-sec .left-part .icon img{
	width: 80px;
}
.language-compatibility .chatgpt-sec .left-part h4{
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}
.language-compatibility .chatgpt-sec .left-part p{
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}
.language-compatibility .chatgpt-sec .connect-gpt-btn{
	font-size: 14px;
	line-height: 36px;
	font-weight: 600;
	display: table;
	text-decoration: none;
	color: #5367FC;
	background: #fff;
	border: 1px solid #00E8B0;
	padding: 5px 10px;
	height: 44px;
	border-radius: 8px;
	position: relative;
	z-index: 9;
}
.faq-section{
	width: 100%;
	height: auto;
	position: relative;
	padding: 80px 0;
}
.faq-section .title-part{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.faq-section .title-part h3{
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.faq-section .title-part p{
	font-size: 16px;
	color: #5c606c;
	line-height: 34px;
}
.faq-section .accordion{
	border-radius: none;
	border: none;
}
.faq-section .accordion .accordion-item{
	border-radius: 8px !important;
	margin-bottom: 10px;
	border: 1px solid #0000001A;
}
.faq-section .accordion .accordion-button{
	border-radius: 8px 8px;
	padding: 24px;
	font-size: 18px;
	font-weight: 500;
	color: #231F20;
	background: #fff;
}
.faq-section .accordion .accordion-button:focus{
	box-shadow: none;
}
.faq-section .accordion .accordion-body{
	padding: 0;
}
.faq-section .accordion .accordion-body .sub-box{
	padding: 16px 40px;
	border-top: 1px solid #0000001A;
}
.faq-section .accordion .accordion-body .sub-box h6{
	font-size: 16px;
	color: #231F20;
	font-weight: 500;
	margin-bottom: 8px;
}
.faq-section .accordion .accordion-body .sub-box p{
	font-size: 16px;
	color: #666666;
}
.faq-section .accordion .accordion-body .sub-box ul{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #666666;
	padding-left: 20px;
}
.sso-page-cards{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 36px;
    border-radius: 12px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sso-page-cards .text{
	width: 70%;
	height: auto;
	position: relative;
}
.sso-page-cards .text .logo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 20px;
}
.sso-page-cards .text .logo .icon{
	width: 60px;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #5367FC14;
}
.sso-page-cards .text .logo .icon img{
	width: 100%;
	padding: 17px;
}
.sso-page-cards .text .logo .link-icon{
	width: 36px;
}
.sso-page-cards .text h4{
	font-weight: 500;
	font-size: 20px;
	color: #5367FC;
	margin-bottom: 20px;
	text-align: center;
}
.sso-page-cards .text p{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 20px;
}
.sso-page-cards .text ul{
	margin: 0;
	padding: 0;
	padding-left: 25px;
}
.sso-page-cards .text ul li{
	margin-bottom: 20px;
	color: #000000;
}
.sso-page-cards .text .btn-box{
	display: flex;
	gap: 16px;
}
.sso-page-cards .text .decline-btn{
	font-weight: 500;
	color: #5367FC;
	font-size: 14px;
	text-decoration: none;
	display: table;
	border: 1px solid #5367FC;
	border-radius: 8px;
	padding: 17px 51px;
	background: #fff;
}
.sso-page-cards .text .accept-btn{
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: table;
	border: none;
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	border-radius: 8px;
	padding: 17px 51px;
}
.product-overview-card{
	width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  border-radius: 12px;
  min-height: 600px;
}
.product-overview-card .header-part{
	width: 100%;
	height: auto;
	position: relative;
	padding: 36px;
	background: url('../img/product-form-back.png');
	background-position: center bottom;
	background-size: cover;
	border-radius: 12px 12px 0 0;
}
.product-overview-card .header-part h4{
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 8px;
}
.product-overview-card .header-part p{
	font-size: 16px;
	color: #fff;
}
.product-overview-card .body-part{
	width: 100%;
	height: auto;
	position: relative;
	padding: 36px;
}
.product-overview-card .body-part .form-box{
	border: 1px solid #5367FC26;
	padding: 24px 24px 6px 24px;
	border-radius: 12px;
	margin-bottom: 24px;
}
.product-overview-card .body-part .form-box h3{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	padding-left: 16px;
	line-height: 24px;
	border-left: 4px solid #5367FC;
	margin-bottom: 16px;
}
.product-overview-card .body-part .form-box .form-group{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 18px;
}
.product-overview-card .body-part .form-box .form-group label{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #000000;
}
.product-overview-card .body-part .form-box .form-group .form-control{
	border: 1px solid #C2C2C2;
	border-radius: 8px;
	height: 48px;
	padding:10px 16px;
	font-size: 14px;
}
.product-overview-card .body-part .form-box .form-group .form-select{
	border: 1px solid #C2C2C2;
	border-radius: 8px;
	height: 48px;
	padding:10px 16px;
	font-size: 14px;
}
.product-overview-card .body-part .form-box .form-group .form-select:focus{
	box-shadow: none;
}
.product-overview-card .body-part .form-box .check-box-group{
	display: flex;
	gap: 20px;
}
.product-overview-card .body-part .form-box .check-box-group .form-check-input{
	width: 13px;
	height: 13px;
	border-radius:2px;
	border-color: #979797;
	top: 2px;
  position: relative;
  cursor: pointer; 
}
.product-overview-card .body-part .form-box .check-box-group .form-check-input:focus{
	box-shadow: none;
}
.product-overview-card .body-part .form-box .check-box-group .form-check-label{
	color: gray;
}
.product-overview-card .body-part .form-box .check-box-group .form-check-input:checked{
	background-color: #5367FC;
	border-color: #5367FC;
}

.product-overview-card .body-part .btn-box{
	width: 100%;
	height: auto;
	display: flex;
	gap: 16px;
}
.product-overview-card .body-part .btn-box .cancel-btn{
	border-radius: 8px;
	border: 1px solid #5367FC;
	color: #5367FC;
	padding: 16px 52px;
	display: table;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
.product-overview-card .body-part .btn-box .submit-btn{
	border-radius: 8px;
	border: 1px solid #5367FC;
	background: #5367FC;
	color: #fff;
	padding: 16px 52px;
	display: table;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
.delete-confirmation-modal .modal-dialog{
	max-width: 620px;

}
.delete-confirmation-modal .modal-content{
	border-radius: 24px;
}
.delete-confirmation-modal .close-btn{
	background: none;
	border: none;
	position: absolute;
	right: 20px;
	top: 20px;
}
.delete-confirmation-modal .modal-body{
	padding: 36px 63px;
	text-align: center;
}
.delete-confirmation-modal .modal-body img{
	max-width: 156px;
	margin-bottom: 36px;
}
.delete-confirmation-modal .modal-body h3{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 8px;
}
.delete-confirmation-modal .modal-body p{
	font-size: 16px;
	color: #757575;
	margin-bottom: 36px;
}
.delete-confirmation-modal .modal-body h6{
	font-size: 16px;
	color: #757575;
	font-weight: 400;
	margin-bottom: 16px;
}
.delete-confirmation-modal .modal-body .btn-box{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	gap: 8px;
}
.delete-confirmation-modal .modal-body .btn-box .form-control{
	height: 52px;
	border-radius: 8px;
	border: 1px solid #0000001A;
	font-size: 14px;
}
.delete-confirmation-modal .modal-body .btn-box .confirm-btn{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	border-radius: 8px;
	padding: 10px 50px;
	border: none;
}
.broker-connect{
	padding: 0 !important;
	color: red;
	border: none;
	background: transparent !important;
	white-space: nowrap;
	font-size: 14px;
	margin-right: 10px;	
}
.broker-connect.green{
	color: #00552f !important;
}
.broker-connect::after{
	display: inline-table !important;
	font-size: 14px;
}
.broker-connect .dropdown-menu{
	padding: 10px !important;
	border-radius: 16px !important;
}
.broker-connect .dropdown-menu li{
	border-radius: 16px !important;
}
.broker-btn{
	background:rgba(1, 195, 109, 0.5);
	color: #00552f !important;
	border-radius: 16px !important;
	border:1px solid rgba(1, 195, 109, 1);

}
.broker-btn.disconnect{
	background: rgb(255 187 187 / 50%);
	color: #c10013 !important;
	border:1px solid #c10013;
}
.subscription-login-page{width:100%;height:auto;position:relative;padding:0;}
.subscription-login-page .login-wrapper{background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%;margin:0 auto;box-shadow:0 0 10px #ccc;font-family:'Poppins',sans-serif;min-height:75vh;position:relative; border-radius: 18px;    overflow: hidden;} 
.subscription-login-page .login-wrapper:after{content:'';width:calc(49% + 1px);height:100%;right:0;top:0;background:#5367fc;position:absolute}
.subscription-login-page .login-wrapper .id-screen{width:51%;padding:0 6%;height:auto}
.subscription-login-page .login-wrapper .id-screen .logo{width:28%}
.subscription-login-page .id-screen h2{font-size:39px;font-weight:700}
.subscription-login-page .id-screen h2 span{font-size:39px;font-weight:700;color:#5367fc}
.subscription-login-page .id-screen p{font-size:13px;margin-bottom:33px;font-weight:400}
.subscription-login-page .login-wrapper .form-group{margin-bottom:20px;position:relative}
.subscription-login-page .id-screen label{font-weight:700;font-size:14px;margin-bottom:10px}
.subscription-login-page .id-screen .form-control{border-radius:30px;border:1px solid #5367fc;width:100%;padding:10px}
.subscription-login-page .form-group.flex-div{display:flex;margin-top:10px;margin-bottom:10px!important}
.subscription-login-page .checkbox-div{display:block;position:relative;padding-left:25px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.subscription-login-page .id-screen button{font-size:14px;background:#6c63ff;outline:0;border:0;color:#fff;border-radius:30px;font-weight:500;margin-top:0;padding:13px 45px;transition:.3s;margin-bottom:20px;}
.subscription-login-page .id-screen button:hover{background:#0A3294}
.subscription-login-page .checkbox-div input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.subscription-login-page .checkbox-div .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border-radius:5px!important}
.subscription-login-page .checkbox-div:hover input~.checkmark{background-color:#ccc}
.subscription-login-page .checkbox-div input:checked~.checkmark{background-color:#6c63ff}
.subscription-login-page .checkbox-div:after{content:"";position:absolute;display:none}
.subscription-login-page .checkbox-div input:checked~.checkmark:after{display:block}
.subscription-login-page .checkbox-div .checkmark:after{left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.subscription-login-page .login-wrapper a{font-size:12px}
.subscription-login-page .content-screen{width:49%;background:#5367fc;padding:0;height:100%;position:relative;z-index:9}
.subscription-login-page .content-screen h4{color:#fff;font-size:16px;line-height:28px;margin-bottom:20px;font-weight:700;text-align:center}
.subscription-login-page .content-screen p{margin-bottom:0;color:#a9aed9;font-size:13px;line-height:25px;font-weight:400;font-family:'Poppins',sans-serif}
.subscription-login-page .content-screen img{margin:auto;display:table;margin-top:23px}

.subscription-login-page .form-group .otp-group {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.subscription-login-page .form-group .otp-group .form-control{
	border-radius: 10px;
	text-align: center;
}
.broker-cards{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 16px;
	padding: 16px 0px 0 0px;
	border:1px solid #efefef;
	overflow: hidden;
}
.broker-cards .text-part{
	width: 100%;
	display: flex;
	padding: 0 16px;
}
.broker-cards .text-part .icon{
	width: 45px;
	height: 45px;
	flex: 0 0 45px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #efefef;
	border-radius: 8px;
	margin-right: 10px;
}
.broker-cards .text-part .icon img{
	width: 100%;
}
.broker-cards .text-part h5{
	font-size: 16px;
	font-weight: 500;
}
.broker-cards .text-part p{
	font-size: 12px;
	color: #ccc;
}
.broker-cards .connect-btn{
	display: table;
	width: 100%;
	margin-top:16px;
	text-align: center;
	font-size: 14px;
	background: #ccc;
	color: #fff;
	text-decoration: none;
	padding: 8px 0;
}
.stock-list{
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
	z-index: 9;
}
.stock-list th{
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid #efefef;
	padding: 5px;
	text-transform: uppercase;
}
.stock-list td{
	font-size: 12px;
	font-weight: 400;
	padding: 5px;
	color: #ccc;
	border-bottom: 1px solid #efefef;
}
.stock-list td.green{
	color: green;
}
.stock-list td.red{
	color: red;
}
.stock-list td img{
	width: 15px;
}
.stock-list-box{
	width: 100%;
	background: #fff;
	min-height: 600px;
	border-radius: 16px;
	padding: 16px;
	position: relative;
	z-index: 9;
	margin-top: 30px;
}
.logo-header{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.custom-tooltip .tooltip-inner {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
	border: 1px solid #ccc;
}
.main-wrapper .create-new-app .form-group{
	position: relative;
}
.main-wrapper .create-new-app .form-group .form-select{
	font-size: 14px;
}
.main-wrapper .create-new-app .form-group .select2-container .select2-selection--multiple{
	  min-height: 45px;
    border: 1px solid #C2C2C2;
    border-radius: 8px;
    padding: 10px 7px;
    font-size: 14px;
}
.main-wrapper .create-new-app .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice{
	margin-top: 2px;
	margin-bottom: 2px;
}
.main-wrapper .create-new-app .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	font-size: 12px;
}
.select2-results__option{
	font-size: 14px;
}
.main-wrapper .create-new-app .form-group .select2-container--default .select2-search--inline .select2-search__field{
	margin-top: 0;
	height: 24px;
}
.main-wrapper .create-new-app .form-group .select-arrow{
	position: absolute;
	right: 15px;
	top: 40px;
}
.main-wrapper .create-new-app .form-group .select-arrow img{
	width: 11px;
}
.badge-custom {
  background-color: #ff4136; /* Custom background color */
  color: white;             /* Text color */
  padding: 4px 10px;        /* Space around the text */
  text-align: center;       /* Center the text */
  border-radius: 12px;      /* Rounded corners (pill shape) */
  font-size: 0.75rem;       /* Smaller font size */
  font-weight: bold;        /* Bold text */
  display: inline-block;    /* Allows padding and margin to work correctly */
}

a.cust-action-btn {
    cursor: pointer;
}
.who-trades{
	width: 100%;
	background: #fff;
	padding: 100px 0;
}
.who-trades .title-part {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.who-trades .title-part h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.who-trades .title-part p {
    font-size: 16px;
    color: #757575;
    line-height: 34px;
}
.who-trades .cards{
	width: 100%;
	height: auto;
	position: relative;
	box-shadow: 0px 2px 4px 0px #ABBED133;
	background: #fff;
	padding: 36px 30px;
	border-radius: 8px;
	min-height: 353px;
	z-index: 9;
	border: 1px solid #F5F5F5;
}
.who-trades .cards .icon{
	width: 48px;
	height: 48px;
	border-radius: 10px 5px 18px 5px;
	background-color: #EEF0FF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 20px;
	padding: 5px;
}
.who-trades .cards .icon img{
	width: 100%;
}
.who-trades .cards h3{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #5367FC;
	margin-bottom: 16px;
}
.who-trades .cards p{
	color: #5c606c;
	font-size: 16px;
	text-align: center;
}
.subscription-plans{
	width: 100%;
	padding: 100px 0;
	background: #F9F9F9;
}
.subscription-plans .title-part {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.subscription-plans .title-part h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.subscription-plans .title-part p {
    font-size: 16px;
    color: #5c606c;
    line-height: 34px;
}
.subscription-plans .plan-card{
	background: #fff;
	border-radius: 16px;
	padding: 36px 30px;
	position: relative;
	height: 100%;
}
.subscription-plans .plan-card.pro{
	border: 1px solid #5367FC;
}
.subscription-plans .plan-card .type{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subscription-plans .plan-card .type h6{
	color: #393536;
	font-weight: 700;
	font-size: 28px;
}
.subscription-plans .plan-card.pro .type h6{
	background: linear-gradient(180deg, #00FFC1 -16.77%, #5367FC 109.65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.subscription-plans .plan-card.pro .type span{
	border-radius: 30px;
	border: 1px solid #5367FC;
	background: linear-gradient(180deg, #00FFC1 -16.77%, #5367FC 109.65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: table;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 16px;
}
.subscription-plans .plan-card h3{
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 16px;
}
.subscription-plans .plan-card h3 span{
	font-size: 18px;
	font-weight: 400;
}
.subscription-plans .plan-card p{
	font-size: 16px;
	color: #797979;
	padding-bottom: 16px;
	border-bottom: 1px solid #0000001A;
	margin-bottom: 16px;
}
.subscription-plans .plan-card ul{
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 460px;
}
.subscription-plans .plan-card ul li{
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	color: #393536;
	margin-bottom: 24px;
}
.subscription-plans .plan-card ul li:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/list-icon.svg) no-repeat;
	background-size: cover;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subscription-plans .plan-card .action-btn{
	display: table;
	width: 100%;
	text-align: center;
	background: #5367FC;
	color: #fff;
	border-radius: 30px;
	padding: 12px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}
.subscription-plans .plan-card.pro .action-btn{
	background: linear-gradient(180deg, #00FFC1 -16.77%, #5367FC 109.65%);
}
.subscription-plans .plan-card .action-btn:hover{
	opacity: 1;
} 

.documentation-wrapper{
	z-index: 9;
	position: relative;
}
.documentation-wrapper .sidebar {
    width: 100%;
}
/* width */
.documentation-wrapper .sidebar::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.documentation-wrapper .sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.documentation-wrapper .sidebar::-webkit-scrollbar-thumb {
  background: #babac7;
  border-radius: 10px;
}
.documentation-wrapper .sidebar.fixed{
        position: fixed;
        max-width: 16.5%;
        max-height: 85vh;
        overflow-y: auto;
}
.documentation-wrapper .sidebar .slidebar-close{
	display: none;
}
.documentation-wrapper .sidebar .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.documentation-wrapper .sidebar .folder {
	width: 100%;
}
.documentation-wrapper .sidebar .folder:last-child {
	border: none;
}
.documentation-wrapper .sidebar .folder-title {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    color: #231F20;
    transition: 0.2s;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.documentation-wrapper .sidebar .folder-title .left{
	display: flex;
	align-items: center;
}
.documentation-wrapper .sidebar .folder-title .left img{
	flex: 0 0 18px;
	margin-right: 8px;
}

.documentation-wrapper .sidebar .folder.open .folder-title .arrow {
    transform: rotate(90deg);
}

.documentation-wrapper .sidebar .submenu {
    list-style: none;
    display: none;
    padding: 0px 0;
    padding-left: 6px;
}

.documentation-wrapper .sidebar .submenu li {
    padding: 5px 0;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding-left: 40px;
}
.documentation-wrapper .sidebar .submenu li a{
	text-decoration: none;
	color: #757575;
}
.documentation-wrapper .sidebar .submenu li.active a{
	font-weight: 500;
	color: #5367fc;
}

.documentation-wrapper .sidebar .method {
    padding-left: 40px;
}

.documentation-wrapper .sidebar .method::before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 400;
}

.documentation-wrapper .sidebar .method.post::before {
    content: "POST";
    color: #d37a00;
}

.documentation-wrapper .sidebar .method.get::before {
    content: "GET";
    color: #1a8917;
}
.documentation-wrapper .content-area{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	padding: 0 0 24px;
}
.documentation-wrapper .content-area .title{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 24px;
	border-bottom: 1px solid #0000001A;
	margin-bottom: 24px;
}
.documentation-wrapper .content-area .sub-title{
	font-size: 22px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
}
.documentation-wrapper .content-area .head-text{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7f1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.documentation-wrapper .content-area .head-text p{
	font-size: 14px;
	margin-bottom: 15px;
	color: #757575;
}
.documentation-wrapper .content-area .head-text p b{
	font-weight: 500;
}
.documentation-wrapper .content-area .head-text ul{
	list-style: disc;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-left: 18px;
}
.documentation-wrapper .content-area .head-text ul li{
	font-size: 14px;
	margin-bottom: 5px;
	color: #757575;
}
.documentation-wrapper .content-area .head-text ul li b{
	font-weight: 500;
}
.documentation-wrapper .content-area .head-text hr{
	border-top: 1px solid #0000001A !important;
	opacity: 1;
}
.documentation-wrapper .content-area .head-text h4{
	    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #000;
    scroll-margin-top: 80px;
}
.documentation-wrapper .content-area .head-text label{
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
}
.documentation-wrapper .content-area .head-text .form-group{
	position: relative;
	margin-bottom: 20px;
}
.documentation-wrapper .content-area .head-text .form-group .form-control{
	font-size: 12px;
	background: #F5F5F5;
	border: none;
	border-radius: 8px;
	padding: 10px;
	padding-right: 42px;
}
.documentation-wrapper .content-area .head-text .form-group .copy-btn{
	position: absolute;
	background: transparent;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.documentation-wrapper .sub-content{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #0000001A;
	margin-bottom: 24px;
}
.documentation-wrapper .sub-content .sub-title{
	font-size: 22px;
	font-weight: 500;
	color: #000;
	scroll-margin-top: 80px;
}
.documentation-wrapper .sub-content .method-content{
	height: auto;
	padding-bottom: 10px;
}
.documentation-wrapper .sub-content .method-content .left-box{
	height: auto;
}
.documentation-wrapper .sub-content .method-content .left-box .method-title{
	font-size: 18px;
	padding: 0px 0 15px;
	font-weight: 500;
	color: #000;
	scroll-margin-top: 80px;
}
.documentation-wrapper .sub-content .method-content .left-box .method-title span{
	color: #d37a00;
	font-size: 14px;
	margin-right: 8px;
}
.documentation-wrapper .sub-content .method-content .left-box ul{
	list-style: disc;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-left: 18px;
}
.documentation-wrapper .sub-content .method-content .left-box ul li{
	font-size: 14px;
	margin-bottom: 5px;
	color: #757575;
}
.documentation-wrapper .sub-content .method-content .left-box ul li b{
	font-weight: 500;
}
.documentation-wrapper .sub-content .method-content .left-box hr{
	opacity: 1;
	border-top: 1px solid #e7e7f1;
}
.documentation-wrapper .sub-content .method-content .left-box .para{
	font-size: 14px;
	margin-bottom: 15px;
	color: #757575;
}
.documentation-wrapper .sub-content .method-content .left-box .para b{
	font-weight: 500;
}
.documentation-wrapper .sub-content .method-content .left-box .form-group{
	position: relative;
	margin-bottom: 20px;
}
.documentation-wrapper .sub-content .method-content .left-box .form-group .form-control{
	font-size: 12px;
	background: #F4F4FF;
	border: none;
	border-radius: 8px;
	padding: 10px;
}
.documentation-wrapper .sub-content .method-content .left-box .form-group .copy-btn{
	position: absolute;
	background: transparent;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.documentation-wrapper .sub-content .method-content .left-box .table-responsive{
	margin-bottom: 24px;
}
.documentation-wrapper .sub-content .method-content .left-box table{
	width: 100%;
	height: auto;
	border-collapse: collapse;
	font-size: 14px;
	border: 1px solid #e7e7f1;
}
.documentation-wrapper .sub-content .method-content .left-box table th{
	background:#F4F4FF;
	padding:8px 10px;
	font-weight: 400;
	border: 1px solid #e7e7f1;
}
.documentation-wrapper .sub-content .method-content .left-box table td{
	padding:8px 10px;
	font-weight: 400;
	border: 1px solid #e7e7f1;
	color: #757575;
}
.documentation-wrapper .sub-content .method-content .left-box .sec-title{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;
}
.documentation-wrapper .sub-content .method-content .left-box .sec-title span{
	color: rgb(166, 166, 166);
}
.documentation-wrapper .sub-content .method-content .left-box .list{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
}
.documentation-wrapper .sub-content .method-content .left-box .list .left{
	width: 40%;
	flex: 0 0 40%;
}
.documentation-wrapper .sub-content .method-content .left-box .list .left p{
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.documentation-wrapper .sub-content .method-content .left-box .list .right{
	width: 60%;
}
.documentation-wrapper .sub-content .method-content .left-box .list .right p{
	font-size: 12px;
	color: #000;
	margin-bottom: 16px;
	overflow-wrap: break-word;
}
.documentation-wrapper .sub-content .method-content .left-box .block{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 24px;
	background: #F4F4FF;
}
.documentation-wrapper .sub-content .method-content .left-box .block.black-back{
	background: #1e1e1e;
}
.documentation-wrapper .sub-content .method-content .left-box .block .block-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.documentation-wrapper .sub-content .method-content .left-box .block .block-header .lang-tag{
	background: #F5F5F5;
	font-size: 12px;
	padding:8px 15px;
	border-radius: 8px;
}
.documentation-wrapper .sub-content .method-content .left-box .block .block-header .icon-btn{
	background: transparent;
	padding: 0;
	border: none;
}
.documentation-wrapper .sub-content .method-content .left-box .block pre{
	padding: 0!important;
	margin: 0!important;
	font-size: 14px;
	padding-bottom: 16px !important;
	background: #F4F4FF !important;
}
.documentation-wrapper .sub-content .method-content .left-box .block pre::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  border-radius: 30px;
}

/* Track */
.documentation-wrapper .sub-content .method-content .left-box .block pre::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}

/* Handle */
.documentation-wrapper .sub-content .method-content .left-box .block pre::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.documentation-wrapper .sub-content .method-content .left-box .nav-tabs{
	list-style: none;
	margin:0;
}
.documentation-wrapper .sub-content .method-content .left-box .nav-tabs .nav-item{
	margin: 0;
}
.documentation-wrapper .sub-content .method-content .left-box .nav-tabs .nav-link{
	border: none;
	border-radius: 0;
	color: #757575;
	border-bottom: 2px solid transparent;
}
.documentation-wrapper .sub-content .method-content .left-box .tab-content{
	padding-top: 15px;
}
.documentation-wrapper .sub-content .method-content .left-box .nav-tabs .nav-link.active{
	border-bottom: 2px solid #5367FC;
	color: #000;
}

.documentation-wrapper .sub-content .method-content .right-box{
	background: rgb(48, 48, 48);
	padding: 16px;
}
.documentation-wrapper .sub-content .method-content .right-box .section-title{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.documentation-wrapper .sub-content .method-content .right-box .section-title h6{
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}
.documentation-wrapper .sub-content .method-content .right-box .section-title .dropdown button{
	background: none;
	border:none;
	font-size: 12px;
	color: #fff;
}
.documentation-wrapper .sub-content .method-content .right-box .section-title .dropdown .dropdown-menu{
	background: transparent;
	border-radius: 8px;
	box-shadow: none !important;
	border: none;
	background: rgb(33, 33, 33);
	padding: 5px;
}
.documentation-wrapper .sub-content .method-content .right-box .section-title .dropdown .dropdown-menu .dropdown-item{
	background: rgb(48, 48, 48);
	color: #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}
.documentation-wrapper .sub-content .method-content .right-box .section-title .dropdown .dropdown-menu li:last-child .dropdown-item{
	margin-bottom: 0;
}
.documentation-wrapper .sub-content .method-content .right-box .block{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 24px;
	background: #1e1e1e;
}
.documentation-wrapper .sub-content .method-content .right-box .block .view-more-sec{
	width: 100%;
	height: auto;
	background: #333;
	background: #1E1E1E;
	background: linear-gradient(0deg,rgba(30, 30, 30, 1) 0%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
}
.documentation-wrapper .sub-content .method-content .right-box .block .view-more-sec button{
	background: #333;
	font-size: 12px;
	padding: 5px 10px;
	border: none;
	border-radius: 30px;
	color: #fff;
}
.documentation-wrapper .sub-content .method-content .right-box .block .block-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.documentation-wrapper .sub-content .method-content .right-box .block .block-header .lang-tag{
	background: #303030;
	color: #fff;
	font-size: 12px;
	padding:8px 15px;
	border-radius: 8px;
}
.documentation-wrapper .sub-content .method-content .right-box .block .block-header .icon-btn{
	background: transparent;
	padding: 0;
	border: none;
}
.documentation-wrapper .sub-content .method-content .right-box .block pre{
	padding: 0!important;
	margin: 0!important;
	font-size: 12px;
	padding-bottom: 10px;
	/*max-height: 150px;*/
	min-height: 80px;
}
.documentation-wrapper .sub-content .method-content .right-box .block pre::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  border-radius: 30px;
}

/* Track */
.documentation-wrapper .sub-content .method-content .right-box .block pre::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}

/* Handle */
.documentation-wrapper .sub-content .method-content .right-box .block pre::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.documentation-wrapper .sub-content .method-content .right-box .nav-tabs{
	border: none;
	margin-bottom: 10px;
}
.documentation-wrapper .sub-content .method-content .right-box .nav-tabs .nav-link{
	font-size: 14px;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px;
}
.documentation-wrapper .sub-content .method-content .right-box .nav-tabs .nav-link:hover{
	border: none;
}
.documentation-wrapper .sub-content .method-content .right-box .nav-tabs .nav-link.active{
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 2px solid #5367FC;
}

.documentation-wrapper .sub-content .method-content .right-box .block .list{
	display: flex;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.documentation-wrapper .sub-content .method-content .right-box .block .list .left{
	width: 35%;
	flex: 0 0 35%;
	font-size: 12px;
	color: #fff;
}
.documentation-wrapper .sub-content .method-content .right-box .block .list .right{
	width: 60%;
	font-size: 12px;
	color: #fff;
}
.documentation-wrapper .sub-content .method-content .right-box .para{
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
} 
.code-modal .modal-content{
	background: rgb(48, 48, 48);
	border-radius: 8px;
}
.code-modal .modal-content .modal-header{
	border: none;
}
.code-modal .modal-content .modal-header .close-btn{
	background: transparent;
	border: none;
	padding: 0;
}
.code-modal .modal-content .modal-header .modal-title{
	color: #fff;
	font-size: 16px;
}
.code-modal .modal-content .block{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 24px;
	background: #1e1e1e;
}
.code-modal .modal-content .block .view-more-sec{
	width: 100%;
	height: auto;
	background: #333;
	background: #1E1E1E;
	background: linear-gradient(0deg,rgba(30, 30, 30, 1) 0%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
}
.code-modal .modal-content .block .view-more-sec button{
	background: #333;
	font-size: 12px;
	padding: 5px 10px;
	border: none;
	border-radius: 30px;
	color: #fff;
}
.code-modal .modal-content .block .block-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.code-modal .modal-content .block .block-header .lang-tag{
	background: #303030;
	color: #fff;
	font-size: 12px;
	padding:8px 15px;
	border-radius: 8px;
}
.code-modal .modal-content .block .block-header .icon-btn{
	background: transparent;
	padding: 0;
	border: none;
}
.code-modal .modal-content .block pre{
	padding: 0!important;
	margin: 0!important;
	font-size: 12px;
	overflow: hidden;
}
.sidebar-toggle-btn{
	display: none;
}
/* Light Theme */
.theme-light code[class*="language-"],
.theme-light pre[class*="language-"] {
    --prism-color: #2d2d2d;
    --prism-bg: #F4F4FF;
    --prism-comment: #999;
    --prism-keyword: #d73a49;
    --prism-string: rgb(47, 156, 10);
    --prism-property: rgb(201, 44, 44);
    --prism-number: #005cc5;
}

/* Dark Theme */
.theme-dark code[class*="language-"],
.theme-dark pre[class*="language-"] {
    --prism-color: #f8f8f2;
    --prism-bg: #1e1e1e;
    --prism-comment: #6272a4;
    --prism-keyword: #ff79c6;
    --prism-string: #f1fa8c;
    --prism-number: #bd93f9;
}

/* Prism uses token classes like .token.comment, .token.keyword etc */
.token.comment { color: var(--prism-comment) !important; }
.token.keyword { color: var(--prism-keyword)!important; }
.token.string { color: var(--prism-string)!important; }
.token.number { color: var(--prism-number)!important; }
.token.property { color: var(--prism-property)!important; }

code[class*="language-"],
pre[class*="language-"] {
    color: var(--prism-color) !important;
    background: var(--prism-bg) !important;
}


.tcmodal .modal-content{
	border-radius: 24px;
}
.tcmodal .modal-content .modal-header{
	border: none;
	padding: 16px 24px;
}
.tcmodal .modal-content .modal-title{
	font-size: 24px;
	font-weight: 600;
}
.tcmodal .modal-content .modal-body{
	padding: 0px;
}
.tcmodal .modal-content .modal-body .text-content{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 24px;
	max-height: 500px;
  overflow-y: auto;
}
.tcmodal .modal-content .modal-body .text-content h3{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}
.tcmodal .modal-content .modal-body .text-content h4{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}
.tcmodal .modal-content .modal-body .text-content p{
	font-size: 14px;
	margin-bottom: 10px;
	color: #727272;
}
.tcmodal .modal-content .modal-body .text-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tcmodal .modal-content .modal-body .text-content ul li{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	color: #727272;
	position: relative;
	padding-left: 25px;
}
.tcmodal .modal-content .modal-body .text-content ul li:before{
	content: '';
	width: 18px;
	height: 15px;
	position: absolute;
	background: url(../img/bx-check-green.png) no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
}
.tcmodal .modal-content .modal-body .text-content ul li ul{
	list-style: circle !important;
}
.tcmodal .modal-content .modal-body .text-content ul li ul li{
	padding-left: 10px;
}
.tcmodal .modal-content .modal-body .text-content ul li ul li:before{
	display: none;
}
.tcmodal .modal-content .modal-body .text-content table{
	width: 100%;
	height: auto;
	position: relative;
	border-collapse: collapse;
	border:1px solid #727272;
	margin-bottom: 10px;
}
.tcmodal .modal-content .modal-body .text-content table th{
	background: #5367FC;
	padding: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	border:1px solid #727272;
}
.tcmodal .modal-content .modal-body .text-content table td{
	padding: 10px;
	color: #727272;
	font-weight: 400;
	font-size: 14px;
	border:1px solid #727272;
}
.tcmodal .modal-content .modal-body .btn-box{
	width: 100%;
	padding: 16px 24px 24px;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.tcmodal .modal-content .modal-body .btn-box .accept-btn{
		background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 35px;
    border: none;
    border-radius: 8px;
}
.tcmodal .modal-content .modal-body .btn-box .cancel-btn{
		background: #fff;
    color: #5367FC;
    border: 1px solid #5367FC;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 8px;
}
.coming-soon{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}
.coming-soon p{
	font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.coming-soon h3{
	font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.coming-soon .home-btn{
	display: table;
	margin: auto;
	background: #fff;
	border-radius: 8px;
	padding: 10px 35px;
	font-size: 14px;
	color: #5367FC;
	text-decoration: none;
}
.main-wrapper .ip-list{
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	position: relative;
}
.main-wrapper .ip-list .header-part{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.main-wrapper .ip-list .header-part h3{
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
.main-wrapper .ip-list .header-part p{
	font-size: 14px;
	font-weight: 400;
	color: #00000099;
}
.main-wrapper .ip-list .nav-tabs {
  position: relative;
  display: inline-flex;
  background: #e8eaff;
  border-radius: 30px;
  padding: 4px;
  overflow: hidden;
  width: fit-content;
  align-items: center;
  height: 54px;
}


.main-wrapper .ip-list .nav-link {
  position: relative;
  z-index: 2;
  width: 125px;              
  text-align: center;        
  padding: 12px 0;            
  border-radius: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;   
}
.main-wrapper .ip-list .nav-link.active{
	background: #5367FC;
	color: #5367FC;
	color: #fff;
}

.main-wrapper .ip-list #registered:checked ~ label[for="registered"] {
  color: white;
}
.main-wrapper .ip-list #non-registered:checked ~ label[for="non-registered"] {
  color: white;
}
.main-wrapper .ip-list #non-registered:checked ~ .switch-bg {
  left: 50%;
}
.main-wrapper .ip-list .ip-list-card{
	width: 100%;
	height: auto;
	position: relative;
	padding: 16px;
	align-items: center;
	border-bottom: 1px solid #0000001A;

}
.main-wrapper .ip-list .ip-list-card .alert-box{
	display: table;
	width: auto;
	border-radius: 6px;
	text-align: center;
	margin-top: 10px;
}
.main-wrapper .ip-list .ip-list-card .alert-box .close-btn{
	cursor: pointer;
}
.main-wrapper .ip-list .ip-list-card .alert-box .close-btn img{
	width: 10px;
	margin-right: 0;
	margin-left: 10px;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-error{
	background: #FFEFEF;
	border: 1px solid #AC273433;
	padding: 8px;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-approved{
	background: #F0FFEF;
	border: 1px solid #02724333;
	padding: 8px;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-pending{
	background: #FEFAE8;
	border: 1px solid #B94B2033;
	padding: 8px;
}
.main-wrapper .ip-list .ip-list-card .alert-box p{
	font-size: 14px;
}

.main-wrapper .ip-list .ip-list-card .alert-box.alert-error p{
	color: #AC2734;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-approved p{
	color: #027243;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-pending p{
	color: #B94B20;
}
.main-wrapper .ip-list .ip-list-card .alert-box p .tick{
	display: inline-flex;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
	margin-right: 5px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-error p .tick{
	border-color: #AC2734;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-approved p .tick{
	border-color: #027243;
}
.main-wrapper .ip-list .ip-list-card .alert-box.alert-pending p .tick{
	border-color: #B94B20;
}
.main-wrapper .ip-list .ip-list-card .alert-box p img{
	margin-right: 5px;
}
.main-wrapper .ip-list .ip-list-card .top-part{
	display: flex;
	justify-content: space-between;
}
.main-wrapper .ip-list .ip-list-card .left-box{
	display: flex;
	align-items: center;
	flex: 0 0 70%;
}
.main-wrapper .ip-list .ip-list-card p{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	flex: 0 0 50%;
	align-items: center;
	display: flex;
	align-items: center;
}
.main-wrapper .ip-list .ip-list-card .form-control{
	text-align: center;
	background: #F4F4F4;
	border: 1px solid transparent;
	border-radius: 0;
	height: 44px;
	flex: 0 0 50%;
}
.main-wrapper .ip-list .ip-list-card .form-control::placeholder{
	color:#00000080;
}
.main-wrapper .ip-list .ip-list-card .form-control:focus{
	border-color: #00000099;
}
.main-wrapper .ip-list .ip-list-card .btn-box{
	text-align: right;
	flex: 0 0 100px;
}
.main-wrapper .ip-list .ip-list-card .save-btn{
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
	padding: 10px 35px;
	font-size: 14px;
	opacity: 0.8;
	border: none;
}
.main-wrapper .ip-list .ip-list-card .save-btn:hover{
	opacity: 1;
}
.main-wrapper .ip-list .ip-list-card .action-btns{
	flex: 0 0 100px;
	text-align: right;
}
.main-wrapper .ip-list .ip-list-card .edit-btn{
	border: none;
	background: none;
}
.main-wrapper .ip-list .ip-list-card .delete-btn{
	border: none;
	background: none;
	margin-left: 10px;
}
.main-wrapper .ip-list .ip-list-card .pending{
	background: #FEFAE8;
	font-weight: 500;
	color: #B94B20;
	padding: 4px 15px;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 10px;
}

.main-wrapper .ip-list .ip-list-card .approved{
	background: #F0FFEF;
	font-weight: 500;
	color: #027243;
	padding: 4px 15px;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 10px;
}
.main-wrapper .ip-list .ip-list-card .rejected{
	background: #FFEFEF;
	font-weight: 500;
	color: #AC2734;
	padding: 4px 15px;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 10px;
}
.main-wrapper .ip-list .ip-list-card .removed{
	background: #6c757d;
	color: #FFFFFF;
	padding: 4px 15px;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 10px;
}
.main-wrapper .ip-list  .table-box{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 21px;
	overflow-y: auto;
}
.main-wrapper .ip-list .table-box table{
	width: 100%;
} 
.main-wrapper .ip-list .table-box th{
	background: #5367FC14;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}
.main-wrapper .ip-list .table-box th:nth-child(2){
	text-align: center;
}
.main-wrapper .ip-list .table-box td{
	padding: 15px 10px 15px;
	font-size: 14px;
	border-bottom: 1px solid #0000001A;
}
.main-wrapper .ip-list .table-box td:nth-child(2){
	text-align: center;
}
 
.main-wrapper .ip-list .table-box td .form-select:focus{
	box-shadow: none;
}
.main-wrapper .ip-list .table-box td .form-group{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #0000001A;
	border-radius: 8px;
	padding: 5px 0;
}
.main-wrapper .ip-list .table-box td .form-group label{
	position: absolute;
	top: -10px;
	left: 10px;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	color: #a3a3a3;
}
.main-wrapper .ip-list .table-box td .form-group .form-select{
	border: none;
	font-size: 14px;
	min-width: 150px;
}
.main-wrapper .ip-list .btn-box{
	width: 100%;
	height: auto;
	text-align: right;
}
.main-wrapper .ip-list .btn-box .submit-btn{
	border-radius: 8px;
  color: #fff;
  background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
  padding: 10px 35px;
  font-size: 14px;
  border: none;
}
.main-wrapper .coming-soon{
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    position: relative;
    padding: 100px 10px;
}
.main-wrapper .coming-soon p{
	color: #000;
	text-shadow: none;
}
.main-wrapper .coming-soon h3{
	color: #5367FC;
	text-shadow: none;
}
.main-wrapper .coming-soon .home-btn{
border-radius: 8px;
    color: #fff;
    background: linear-gradient(81.95deg, #5367FC -3.62%, #00E8B0 97.61%);
    padding: 10px 35px;
    font-size: 14px;
    opacity: 0.8;
    border: none;
}
.sdk-lib-wrapper .language-icon{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
.sdk-lib-wrapper .language-icon .icon{
	width: 110px;
	height: 110px;
	border: 0.55px solid #a3aeff80;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 4px;
}
.sdk-lib-wrapper .language-icon .icon img{
	width: 100%;
}