/*
 *   @copyright   Copyright (C) 2025 Dynamowebs Private Limited. All rights reserved.
 *   @license     Proprietary and Confidential. Unauthorized copying, distribution, or modification
 *                via any medium is strictly prohibited.
 *   @author      Faisal mehmood awan <faisal.aqurz@gmail.com> | Imran Khan <imran@dynamowebs.com>
 *   @file        custom.css
 *   @modified    11/26/25, 3:54 PM
 *   @package     Dynamowebs
 *
 *   This file contains proprietary information of Dynamowebs Private Limited.
 *   No part of this file may be reproduced, distributed, or transmitted in any
 *   form or by any means without the express written permission of Dynamowebs.
 *
 *   @link        https://www.dynamowebs.com
 *   @github      https://github.com/FaisalCloudEngineer
 *
 */


.user-registration .button {
	-webkit-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
}

.ur-frontend-form {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
}

.ur-frontend-form.login {
	margin: 0;
	padding: 10px;
	box-shadow: none;
	background: 0 0;
}

.ur-frontend-form.login input[name=rememberme]#rememberme {
	vertical-align: middle;
}

.ur-frontend-form * {
	box-sizing: border-box;
}

.ur-frontend-form .ur-form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.ur-frontend-form .ur-form-row:last-child {
	margin-bottom: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 0 10px;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text] {
	display: block;
	width: 100%;
	border-radius: 0;
	min-height: 36px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]::-webkit-input-placeholder, .ur-frontend-form .ur-form-row .ur-form-grid input[type=text]::-webkit-input-placeholder {
	color: #ddd;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]::-ms-input-placeholder, .ur-frontend-form .ur-form-row .ur-form-grid input[type=text]::-ms-input-placeholder {
	color: #ddd;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]::placeholder, .ur-frontend-form .ur-form-row .ur-form-grid input[type=text]::placeholder {
	color: #ddd;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=checkbox] {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 20px;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=checkbox]:first-child {
	margin-left: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]:focus, .ur-frontend-form .ur-form-row .ur-form-grid input[type=text]:focus {
	outline: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid label {
	display: block;
	margin-bottom: 10px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid label .required {
	text-decoration: none;
	border: none;
	color: #ff4149;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password input[type=password] {
	padding-right: 50px;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group {
	display: block;
	position: relative;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview {
	color: #676d8a;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden {
	opacity: .6;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden:hover {
	opacity: 1;
}

.ur-frontend-form input[type=submit] {
	padding: 10px 20px;
	line-height: 1.5;
	text-align: center;
	word-break: break-word;
	white-space: normal;
	border: none;
	cursor: pointer;
	-webkit-transition: .9s all ease-out;
	transition: .9s all ease-out;
}

.ur-frontend-form input[type=submit] {
	float: right;
}

#user-registration {
	background-color: #fff;
	margin: 30px 0;
}

#user-registration *, #user-registration.user-registration {
	box-sizing: border-box;
}

#user-registration p {
	color: #333;
}

/*! CSS Used from: Embedded ; media=all */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

p {
	margin: 0 0 10px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-contact-warp ::-webkit-input-placeholder {
	color: #727272;
}

.form-contact-warp :-moz-placeholder {
	color: #727272;
}

.form-contact-warp ::-moz-placeholder {
	color: #727272;
}

.form-contact-warp :-ms-input-placeholder {
	color: #727272;
}

.ur-frontend-form, .ur-frontend-form.login {
	/*text-align: left;*/
	box-shadow: 0 1px 20px rgba(7, 7, 7, 0.1);
}

#user-registration label, #user-registration.user-registration label {
	text-align: left;
}

.ur-frontend-form.login {
	background: #f4f4f4;
	/*background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 50%, #f7f7f7 61%, #ffffff 100%);*/
	/*background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 50%, #f7f7f7 61%, #ffffff 100%);*/
	background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 50%, #f7f7f7 61%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
}

.user-registration {
	/*background-color: transparent !important;*/
	border-radius: 10px;
	margin: 0 !important;
}

.ur-frontend-form {
	max-width: 100%;
	margin: 0 auto 0px auto !important;
	padding: 40px 35px 30px 35px !important;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	overflow: hidden;
	background: #f4f4f4;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
}

.ur-frontend-form .form-row {
	margin-bottom: 10px;
	width: 100%;
}

.ur-frontend-form label {
	font-weight: 500;
	font-size: 15px;
	color: #222222;
}

.user-registration label.error {
	border: none !important;
	color: #e24646 !important;
}

.ur-frontend-form .input-text {
	height: 44px !important;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08) !important;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 6px !important;
}

.ur-frontend-form .input-text:hover, .ur-frontend-form .input-text:focus {
	border-color: #2b9f92;
}

.ur-frontend-form .user-registration-form__input-checkbox {
	margin-top: 0;
}

.user-registration-form__label.user-registration-form__label-for-checkbox {
	margin-bottom: 0px !important;
}

.ur-frontend-form .button {
	float: none !important;
	display: inherit;
	margin-inline: auto;
	line-height: 22px;
	font-size: 14px;
	padding: 7px 15px 7px 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	position: relative;
	color: #fff;
	min-width: 120px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 22px !important;
	-ms-border-radius: 22px !important;
	-o-border-radius: 22px !important;
	-webkit-border-radius: 22px !important;
	-moz-border-radius: 22px !important;
	background-image: linear-gradient(99deg, #ffc350 -4%, #ffa800 97%);
}

.ur-frontend-form a {
	font-weight: 500;
}

#ur-frontend-form {
	background: white;
	border: 1px solid transparent;
}

.bg-blue-fileupload {
	margin-top: 60px;
	max-width: 95%;
	border-radius: 13px;
	padding: 37px 30px;
}

.formupdate {
	height: 25px !important;
	padding: 2px;
	display: inline-block;
	width: 75%;
	border: solid 0px transparent !important;
	margin-bottom: 0px !important;
}

.c-tabs {
	border-bottom: 1px solid transparent;
	text-align: center;
	margin-top: 60px;
	width: 100%;
	display: inline-block;
}

.c-tabs li a {
	font-size: 11px;
	text-decoration: none;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.07px;
	line-height: 25px !important;
}

.c-tabs li {
	margin-right: 10px;
	display: inline-block;
	max-width: 110px;
	width: 100%;
	max-height: 30px;
	border-radius: 15px;
	border: solid 1px rgba(170, 170, 170, 0.32);
	background-color: #f6fafd;
}

.c-tabs li.active a {
	font-size: 11px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.07px;
	color: #666666;
}

.information a[data-toggle] {
	color: #333333 !important;
}

a:hover {
	text-decoration: none !important;
}

.ty-text-setting p[data-toggle]:hover, p[data-toggle]:hover, a[data-toggle]:hover {
	cursor: pointer;
	color: #29b1f1 !important;
	text-decoration: none;
}

.c-tabs li.active {
	max-width: 110px;
	width: 100%;
	max-height: 30px;
	border-radius: 15px;
	border: solid 1px rgba(255, 168, 0, 0.32);
	background-color: #fef8ec;
}

.c-tabs li.active a {
	font-size: 11px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.07px;
	color: #ffa800;
}

.container-bg-blue {
	width: 100%;
	min-height: 461px;
	border-radius: 10px;
	background-color: #f4fbff;
	padding-top: 30px;
}

.ty-imgoundeed {
	max-width: 86px;
	width: 100%;
	max-height: 86px;
	border-radius: 63.5px;
	border: solid 1px rgba(128, 199, 255, 0.32);
	background-color: #ffffff;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.padder {
	padding-top: 50px;
}

.topheadingtaxreturn {
	/*font-family: Avenir;*/
	font-size: 14px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.09px;
	color: rgb(27, 117, 188);
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.btn-ty-uppertop {
	display: none;
	max-width: 177px;
	width: 100%;
	max-height: 34px;
	border-radius: 6px;
	background-color: #e4f5ff;
	font-size: 11px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.07px;
	color: #1b75bc;
	margin: 0 auto;
	padding-top: 9px;
	padding-bottom: 10px;
}

.popupdrafttax {
	min-height: 150px;
}

.ty-name {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #333333;
}

.ty-address {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.09px;
	color: #111111;
}

.ty-email {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	letter-spacing: -0.09px;
	color: #333333;

}

.ty-phone {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	letter-spacing: -0.09px;
	color: #333333;
}

.ty-text-setting {
	text-align: left;
	padding-top: 31px;
	padding-left: 20px;
	padding-right: 20px;
}

.ty-files-setting {
	padding-top: 17px;
	padding-bottom: 20px;
}

.ty-filename {
	border-bottom: 2px solid #bfdff2;
	display: block;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
}

.ty-files-setting .ty-filename:last-child {
	border-bottom: 0px solid transparent !important;
}

.ty-f-name {
	float: left;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.07px;
	color: #333333;
}

.ty-f-view {
	float: right;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.07px;
	color: #00aeef;
}

.ty-buttonlink {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.07px;
	color: #00aeef;
}

.ty-linkspader, .letter-year-heading {
	padding-top: 35px;
}

.letters {
	padding-top: 70px;
	padding-bottom: 85px;
}

.letter-div {
	border-radius: 10px;
	border: solid 1px #e1e9f3;
	background-image: linear-gradient(to bottom, #fafcff, #f3f8ff);
	padding-top: 26px;
	padding-bottom: 26px;
}

.letter-div img {
	max-width: 138px;
	max-height: 149px;
	margin: 0 auto;
}

.letter-year-heading {
	font-size: 14px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.09px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 30px;
}

.btn-loadmore-bottom {
	max-width: 250px;
	width: 100% !important;
	max-height: 54px;
	border-radius: 75px !important;
	border: solid 2px rgba(128, 199, 255, 0.32) !important;
	background-color: #f4fbff;
	font-size: 15px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: normal !important;
	letter-spacing: -0.12px;
	color: #00aeef !important;
	padding-top: 6px;
}

.paymentsLists {
}

.paymentsLists li.n-paid {
	border-bottom: solid 1px #ebe6fb;
	background-image: linear-gradient(to bottom, #fdfdff, #fbfaff);
}

.paymentsLists li {
	padding-top: 20px;
	padding-bottom: 20px;
	border: solid 1px #e1e9f3;
	background-image: linear-gradient(to bottom, #fafcff, #f3f8ff);
}

.d-p-left-info {
	font-size: 14px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.12px;
	color: #333333;
	float: left;
}

.d-p-right-info {
	max-width: 202px;
	display: inline-block;
	width: 100%;
	float: right;
}

.p-text {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.12px;
	color: #666666;
}

.paynow {
	max-width: 67px;
	width: 100% !important;
	max-height: 26px;
	border-radius: 6px !important;
	background-color: #32addb;
	font-size: 11px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal !important;
	letter-spacing: -0.07px;
	color: #ffffff !important;
	float: right;
	display: inline-block !important;
}

.paymentsLists p {
	display: inline-block;
	width: 100%;
	margin: 0px;
}

.p-paid {
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.12px;
	color: #666666;
	padding-right: 20px;
}

.lost_password a {
	display: block;
	margin-top: -4px;
}

.btn-yellow-warning {
	border-radius: 28px !important;
	box-shadow: 0 9px 18px 0 rgb(247, 216, 165) !important;
	border: solid 1px rgb(236, 160, 14) !important;
	background-image: linear-gradient(97deg, rgb(255, 195, 80) -4%, rgb(255, 168, 0) 97%) !important;
	line-height: 0px !important;
	padding-top: 10%;
	font-size: 19px;
	letter-spacing: 1.5px;
	max-width: 192px;
	max-height: 45px;
	margin-top: 12px;
}

/*tour js updated CSS */
.introjs-tooltip {
	background-color: rgb(242, 249, 255) !important;
}

.introjs-tooltipbuttons {
	margin-top: 20px;
}

.introjs-tooltipbuttons a {
	font-size: 15px;
	border: none !important;
	text-shadow: none !important;
	background-image: none !important;
	text-decoration: none !important;
}

.introjs-tooltipbuttons a:focus {
	border: none;
	outline: none;
}

.introjs-tooltipbuttons .introjs-skipbutton {
	border-radius: 15px;
	box-shadow: none;
	background-color: transparent;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.64;
	letter-spacing: normal;
	text-align: center;
	color: rgb(51, 51, 51);
	float: left;
}

.introjs-tooltipbuttons .introjs-prevbutton {
	border-radius: 28px;
	background-color: rgb(50, 173, 219);
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.09px;
	color: rgb(255, 255, 255);

	padding-top: 7px;
	min-width: auto;
	text-align: center;
	margin-right: 9px;
}

.introjs-tooltipbuttons .introjs-nextbutton {
	border-radius: 28px;
	background-color: rgb(255, 168, 0);
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.09px;
	color: rgb(255, 255, 255);


	padding-top: 7px;
	min-width: auto;
	text-align: center;
	margin-right: 15px;
}

.introjs-tooltip {
	min-width: 450px !important;
	padding-right: 25px !important;
	padding-top: 19px !important;
	padding-bottom: 15px !important;
}

.introjs-bullets {
	position: absolute;
	right: 0px;
	max-width: 20px;
	top: 10px;
	padding-right: 10px;
}

.introjs-bullets ul li {
	margin-bottom: 10px !important;
	border-radius: 4px;
	box-shadow: 0 0 34px 0 rgba(50, 50, 50, 0.21);
	border: solid 2px rgb(0, 174, 239);
	background-color: rgb(255, 255, 255);
	background-color: white !important;
}

.introjs-bullets ul li a.active {
	background: rgb(0, 174, 239) !important;
}

.introjs-bullets ul li a {
	background: #fff !important;
}

html body .introjs-fixParent {
	z-index: 1 !important;
}

.container-fluid.blue-bg {
	z-index: 99;
}

.introjs-helperLayer {
	color: yellow;
	opacity: 0.4;
}

.introjs-tooltiptext {
	padding-top: 10px;
	padding-left: 2%;
}

#form-uploadDocs input {
	border: 1px solid #74d3f63b;
	border-radius: 5px;
	padding: 4px;
	margin-bottom: 10px;
}

.belliconNotification {
	position: absolute;
	font-size: 2px;
	height: 30px;
	width: 57px;
}

.belliconNotification .fa-bell {
	font-size: 25px;
	position: relative;
	top: -7px;
}

.belliconNotification span {
	position: relative;
	top: -18px;
	font-size: 8px;
	background: #ffffff;
	border: 1px solid #f4fbff;
	padding: 0px 2px;
	border-radius: 16px;
	right: 8px;
}

.useruploadedDocHeading {
	margin-top: 15px;
}

.usertodolist {
	color: black;
	font-size: 15px;
	margin-bottom: 20px;
	padding-left: 21px;
	margin-top: 7px;
	font-weight: 800;
}

.red {
	background-color: transparent !important;
}

.green {
	color: green !important;
	background-color: transparent;
}

.headingofTodoList1 {
	font-size: 18px
}

.identificationDocumetnsTopheading {
	font-size: 17px;
	text-align: left;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 19px;
}

.identificationDocumetnsTopheading span {
	color: red
}

#document-dropzone1, #document-dropzone2, #document-dropzone3 {
	padding: 0px !important;
	min-height: 100px !important;
	height: 100px !important;
}

.fileUploadStatus {
	background-color: transparent !important;
	display: block;
	width: 100%;
	text-align: left;
}

.first.fileUploadStatus {
}

.first.fileUploadStatus > b:first-child {
	color: red;
}

.first.fileUploadStatus > b:nth-child(3) {
	color: #f44336a1;
}

.first.fileUploadStatus > b:last-child {
	color: #f44336a1;
}

.second.fileUploadStatus {
}

.second.fileUploadStatus > b:first-child {
	color: green;
}

.second.fileUploadStatus > b:nth-child(3) {
	color: #ea1505c7;
	font-weight: 900;
	font-size: 15px;
}

.second.fileUploadStatus > b:last-child {
	color: #f44336a1;
}

.third.fileUploadStatus {
}

.third.fileUploadStatus > b:first-child {
	color: green;
}

.third.fileUploadStatus > b:nth-child(3) {
	color: green;
}

.third.fileUploadStatus > b:last-child {
	color: green;
}


.tablefilesUpload {
	max-width: 98%;
	margin-left: 1%;
}

.tablefilesUpload form label {
	padding-left: 0px !important;
}

.hmrctext {
	font-size: 19px !important;
	font-weight: 600 !important;
}

.tablefilesUpload thead th small {
	text-align: left;
	font-weight: 600;
	display: block;
	width: 100%;
}

#nav-tabContent {
	border-right: 1px solid #caebff;
	border-left: 1px solid #caebff;
	border-bottom: 1px solid #caebff;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.dragImage {
	max-width: 200px;
	float: left;
}

.videoContainer {
	padding-top: 15px;
}

.videoPageHeading {
	text-align: left;
	font-size: 19px;
	font-weight: 700;
}

.v-col-1 {

}

.v-col-2 {
	border-left: 1px solid #b7c5ca;
}

.v-col-2 label {
	min-height: 47px;
	max-height: 47px;
	font-size: 15px;
}

.v-pdf-icon {
	padding: 10px;
	border: 1px solid #61a0d142;
	border-radius: 11px;
}

.v-col-1 label {
	display: block;
	width: 100%;
}

.v-col-1 .img_container {
	background: white;
	border: 1px solid #f2fbfe;
	border-radius: 7px;
}

.nav-item.dropdown .dropdown-menu.show a {
	text-align: left;
}

.deleteFilefromDashboard {
	display: inline-block;
	border: 2px solid #1570b8;
	padding: 3px 29px;
	border-radius: 25px;
	position: relative;
}

.top-classic-dropdown {
	width: 100%;
	display: block;
	margin: 10px 0px 20px 4px;
	font-size: 16px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #333333;
}

.tab-main-image {
	max-width: 36px;
	max-height: 36px;
	margin-right: 3%;
}

.tab-main-insider {
	display: inline-block;
	float: right;
	margin-right: 48px;
	max-width: 30px;
}

.lightBlueContainer {
	margin: 0 0 0px;
	padding: 33px 25px 33px 25px;
	border-radius: 10px;
	border: solid 1px #ddf0ff;
	background-color: #f7fbfe;
}

.lightBlueContainer p {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: -0.12px;
	color: #333333;
}

.btn-copy-link {
	max-width: 135px;
	width: 100%;
	max-height: 45px;
	margin: 0 0 0 0px;
	padding: 13px 23px 13px;
	border-radius: 22.5px;
	box-shadow: 0 5px 12px 0 #b2deff;
	border: solid 1px #01b0f5;
	background-image: linear-gradient(
		104deg, #86ddff -3%, #00b0f5 96%);
	color: white;
	font-weight: bold;
	display: inline-block;
	float: right;
}

.btn-copy-link img {
	max-width: 18px;
}

.linkCopyContainer {
	margin: 22px 6px 19px 4px;
	padding: 18px 20px 17px 26px;
	border-radius: 10px;
	border: solid 1px #d2d6e7;
	background-color: var(--white);
}

.linkCopyContainer input {
	color: #1f77bd;
	font-weight: bold;
	font-size: 16px;
	border: 0px;
	width: 73%;
	padding-top: 10px;
}

.popupdrafttax-2 {
	min-height: 99px;
}

#introIdClicked {
	display: inline-block;
	margin-top: 11px;
	font-weight: 900;
	font-size: 1.5em;
	letter-spacing: 1px;
}

#planPopup .blue-heading {
	font-size: 28px;
	color: #1b75bc;
	font-weight: bold;
	text-align: center;
}

#planPopup .row.sales-outercon {
	padding: 0px 20px 25px;
	text-align: center;
}

#planPopup .bold {
	font-weight: bold;
}


#planPopup .capital {
	text-transform: uppercase;
}

#planPopup .round {
	border-radius: 38px;
}

#planPopup .btn-blue {
	color: #fff !important;
	box-shadow: 0 9px 18px 0 #b2deff;
	border: solid 1px #01b0f5;
	text-transform: uppercase;
	background-image: linear-gradient(
		100deg, #86ddff -4%, #00b0f5 96%);
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.3px;
	display: inline-block;
}

#planPopup .btn-blue:hover, .btn-green:hover {
	box-shadow: none;
	cursor: pointer;
}

#planPopup .btn-green {
	padding: 12px 25px;
	border-radius: 38px;
	box-shadow: 0 5px 12px 0 #e2b151;
	border: solid 1px #078444;
	background-image: linear-gradient(to right, #08c185, #078344);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#planPopup .pull-left {
	float: left;
}

#planPopup .pull-right {
	float: right;
}

#planPopup .greyBoxContainer {
	border-radius: 10px;
	border: solid 1px #a9b1c9;
	background-image: linear-gradient(to bottom, #f2f5fb, #f7fbfe 100%);
	padding: 29px 55px 28px;
	width: 100%;
	display: inline-block;
}

#planPopup .greyBoxContainerYellow {
	padding: 22px 55px 31px 37px;
	border-radius: 10px;
	border: solid 1px #95712a;
	background-color: #fcda00;
	width: 100%;
	align-items: center;
	display: flex;
	margin-top: 10px;
	margin-bottom: 15px;
}

#planPopup .greyBoxContainerYellow * {
	flex: 1;
}

#planPopup .m-t-10 {
	margin-top: 10px;
}

#planPopup .m-b-0 {
	margin-bottom: 0px;
}

#planPopup .toolBoxImg {
	width: 150px;
	float: left;
}

#planPopup .d-inline-block {
	display: inline-block;
}

#planPopup .p-20 {
	padding: 20px;
}

#planPopup .blue-link {
	text-decoration: underline;
	color: #1b75bc !important;
	font-weight: bold;
}

#planPopup .monthlyText {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
}

#planPopup .modal-content {
	border-radius: 20px;
}

#planPopup .popupmodalcustomheader {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

#planPopup .custompopupImage {
	max-width: 50px;
	max-height: 50px;
}

#planPopup .popupImagewrapper {
	max-width: 100px;
}

#planPopup .fs-15 {
	font-size: 15px;
}

.btn-sparrow {
	padding: 17px 54px;
	border-radius: 38px;
	border: solid 1px #f4e3e6;
	background-image: linear-gradient(
		103deg, #f5eded -3%, #f4e1e6 96%);
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.39px;
	text-align: center;
	color: #e93028;
	float: right;
	margin: 0 auto;
	display: inline-block;
	float: none;
}

.sparow-blue {
	padding: 17px 54px;
	border-radius: 38px;
	box-shadow: 0 9px 18px 0 #b2deff;
	border: solid 1px #01b0f5;
	/*background-image: linear-gradient(103deg, #86ddff -3%, #00b0f5 96%);*/
	background-image: linear-gradient(103deg, #078344 -3%, #08c185 96%);
	font-size: 16px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.39px;
	text-align: center;
	color: #fff;
}

.sparrow-sidebar-container {
	position: sticky;
	top: 5%;
}

.sparow-blue:hover {
	color: #fff;
	background-image: linear-gradient(103deg, #08c185 -3%, #078344 96%);
}

.top-content-wrapper {
	/* background-image: url(


{{ $styles . ('/images/banner-account.jpg')}}          ) */
}

.errorscustom {
	color: red;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.errorscustom * {
}

.introjs-bullets ul {
	margin-top: 0px !important;
}

.introjs-bullets ul li {
	margin-bottom: 2px !important;
}

.hidden {
	display: none;
}

.dropzone {
	/*background-image: url({{asset('/images/cloud.jpg')}}) !important;*/
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.modal-backdrop.show {
	display: none !important;
}

.uploadError {
	color: red;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 15px;
	padding: 0;
	color: inherit;
	width: auto;
}

#uploadDetails {
}

#uploadDetails .modal-header, #uploadDetails .modal-body {
	background-image: linear-gradient(to bottom, #e0eafc, #f4fbff);
}

img.delete-img {
	display: inline-block;
	max-width: 15px;
	width: 100%;
}

img.upload-img {
	display: inline-block;
	max-width: 15px;
	width: 100%;
}

#filesTable .list-title {
	margin-bottom: 0px;
	line-height: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#filesTable .imageSizer {
	max-height: 38px;
}

.text2u-btn-warning {
	background-image: linear-gradient(99deg, #ffc350 -4%, #ffa800 97%);
}

/*For Device Under 500px;*/
/*! CSS Used from: Embedded ; media=only screen and (max-width: 768px) */
.payment-sequence-modals .ul-li-container {
}

.payment-sequence-modals .ul-li-container {
}

.payment-sequence-modals .ul-li-container .ul-btn-first-popup {
}

.payment-sequence-modals .ul-li-container .ul-btn-first-popup li {
}

.payment-sequence-modals .ul-li-container .Upload-your-ID-and-c {
}

.btn-info-tu {
	background-color: rgba(0, 174, 239, 1);
	border-color: rgb(1, 154, 209);
	color: #fff;
}

.btn-info-tu:hover {
	background-color: rgb(41 165 212);
	border-color: rgb(1, 154, 209);
	color: #fff !important;
}

.btn-info-tu:disabled {
	background-color: rgb(41 165 212 / 50%);
	border-color: rgb(1 154 209 / 21%);
}

.modal-open .modal {
	background-color: #000000e0 !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.btn-tiny-tu {
		font-size: 16px;
	}

	.btn-sm-tu {
		font-size: 16px;
	}

	.btn-md-tu {
		font-size: 18px;
	}

	.btn-lg-tu {
		font-size: 18px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.btn-tu {
		height: 36px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.membersyet > div {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 13px;
	}

	.bg-blue-fileupload {
		margin-top: 0px !important;
	}

	.ur-frontend-form .ur-form-row {
		display: -webkit-flex;
		display: -webkit-box;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.ur-frontend-form .ur-form-row .ur-form-grid {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.ur-frontend-form .ur-form-row .ur-form-grid:last-child {
		margin-bottom: 0;
		border-left: 0 none;
	}
}

@media screen and (max-width: 500px) {
	#planPopup .row.sales-outercon {
		padding: 0px;
	}

	#planPopup .greyBoxContainer {
		text-align: center;
		padding: 10px;
	}

	#planPopup .greyBoxContainer * {
		width: 100%;
		float: none;
	}

	#planPopup .monthlyText {
		text-align: center;
		padding-right: 0px;
	}

	#planPopup .greyBoxContainer p {
		margin-bottom: 10px
	}

	#planPopup .greyBoxContainerYellow {
		display: inline-block;
		text-align: center !important;
		padding: 10px;
	}

	#planPopup .greyBoxContainerYellow img {
		float: none;
	}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}









