@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body { padding: 0; margin: 0; font-family: 'Poppins', sans-serif; }
a { outline: 0; text-decoration: none; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s }
body a:focus, body a:hover { color: initial; text-decoration: none }
a:focus { text-decoration: none }
a:focus, button, button:focus, select:focus, textarea:focus { outline: 0 }
input { outline: 0 !important }
a img, img { border: 0 }
h1, h2, h3, h4, p { padding: 0; margin: 0 }
ul { margin: 0 }
textarea { resize: none }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff }
input:-moz-placeholder, textarea:-moz-placeholder { color: #fff }
input:-webkit-autofill { border: 1px solid #e4e4e5; -webkit-text-fill-color: #313233; -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset; -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s }
input:-internal-autofill-selected { background-color: #f5f5f6 !important; -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset }
input:-webkit-autofill:focus, input:-webkit-autofill:hover { border: 1px solid #e4e4e5; -webkit-text-fill-color: #313233; -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset; -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s }
input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; outline: 0 }
.clr { clear: both; height: 0 }
ul { padding: 0; list-style: none }
a:hover { text-decoration: none; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s }

/* main css  */
.top-header { background: #1f3b64; color: #fff; padding: 5px 0px; }
.top-header li { display: inline-block; }
.top-header .container > ul > li { display: inline-flex; }
.top-header i { color: #33d1cb; font-size: 18px; margin-right: 10px; }
.top-header li { font-size: 13px; margin-right: 20px; }
.top-header label { margin: 0; }
.top-header a, .top-header strong { margin-top: 3px; padding-left: 5px; color: #fff; }
.social-ic ul li { margin-right: 0px; }
.social-ic a { color: #fff !important; }
.social-ic a i { color: #fff !important; }
.social-ic ul { padding-left: 10px; }
header { box-shadow: -1px 0 18px rgb(0 0 0 / 0.3); padding: 3px 0; }
.header-content { display: flex; align-items: center; justify-content: space-between; }
.login-home li { display: inline-block; }
.login-home li a { display: block; padding: 5px 10px; color: #333; font-weight: 400; font-size: 13px; border-radius: 3px; }
.login-btn { background: #097cc2; display: block; padding: 5px 17px; color: #fff !important; font-size: 13px; border-radius: 3px; }
.login-outer { position: relative; padding: 40px 0px; }
.login-container {    /*     background: url(../img/arrow-bg.png) no-repeat center center;
				                        background-size: cover; */

	/* margin: 30px 0px; */

	/* padding: 90px 0px; */
position: relative; }
.login-form { max-width: 530px; margin: auto; }
.login-form h2 { font-size: 43px; color: #131313; font-weight: 400; text-align: center; padding-bottom: 15px; }
.login-form p { font-size: 20px; color: #131313; padding-bottom: 30px; }
.login-form input { width: 100%; color: #333; border: 1px solid #ccc; padding: 10px 0px; font-size: 19px; margin-bottom: 15px; border-radius: 3px; }
.login-form h2 { font-size: 43px; color: #131313; font-weight: 400; text-align: center; padding-bottom: 15px; }
.login-form p { font-size: 21px; font-weight: 400; color: #131313; padding-bottom: 30px; text-align: center; }
.login-form input { width: 100%; color: #333; border: 1px solid #ccc; padding: 10px 0px; font-size: 19px; margin-bottom: 15px; border-radius: 3px; }
.forgot-row {display: flex; align-items: center; justify-content: flex-end; margin: 0 0 20px;}
.form-group.form-check { margin: 0; }
.extra-text p { font-size: 13px; color: #969595; }
.form-submit a { background: #0073C6; padding: 11px 45px; display: inline-block; text-align: center; margin-top: 25px; margin-left: auto; text-decoration: none !important; display: table; color: #fff !important; border-radius: 3px; }
.extra-text p { font-size: 14px; text-align: center; padding-top: 15px; font-weight: 500; color: #292929; }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #8f8e8d; opacity: 1; /* Firefox */ }
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #8f8e8d; }
::-ms-input-placeholder { /* Microsoft Edge */
color: #8f8e8d; }
.input-fields input[type="text"], .input-fields input[type="password"] { padding: 10px 20px; font-size: 17px; height: 65px; background: #fbfbfb; }
.login-form a { color: #0073c6; text-decoration: underline; }
.login-container { position: absolute; top: 50%; width: 100%; left: 50%; transform: translate(-50%, -50%); }
img.arrow-bg { width: 100%; max-height: 780px; }

/* check box */
.remember-me { display: block; position: relative; padding-left: 35px; margin-bottom: 0; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.remember-me input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #fbfbfb; border: 1px solid #ccc; }
.remember-me:hover input ~ .checkmark { background-color: #ccc; }
.remember-me input:checked ~ .checkmark { background-color: #2196F3; }

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

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

.login-form input[type="text"], .login-form input[type="email"], .login-form input[type="password"] { width: 100%; color: #333; border: 1px solid #ccc; margin-bottom: 15px; border-radius: 3px; padding: 10px 20px; font-size: 19px; height: 65px; background: #fbfbfb; }

.form-submit input[type="submit"] { background: #0073C6; padding: 6px 35px; display: inline-block; text-align: center; margin-top: 25px; margin-left: auto; text-decoration: none !important; display: table; color: #fff !important; border-radius: 5px; width: fit-content; height: auto; margin: auto; border: none;}

.login-form input:hover, .login-form input:focus { outline: none; box-shadow: none; }

.login-form input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus { font-size: 19px !important; }

/* Style the checkmark/indicator */
.remember-me .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
label.remember-me p { font-size: 18px; padding-bottom: 0; }
.forgot-row > a { font-size: 14px; }
footer { background: #0a1525; padding-top: 50px; }
.news-letter { padding: 40px; border: 1px solid #4d4d4d; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; }
.news-letter h2 { font-size: 20px; color: #fff; }
.newsletter-form { display: flex; }
.newsletter-form input { background: #fff; border: 0; border-radius: 4px; padding: 15px; font-size: 14px; width: 100%; }
.newsletter-form { width: 84%; margin-left: 50px; }
.newsletter-form .news-submit { background: #0077c0; border: 0; font-size: 20px; color: #fff; padding: 10px; font-size: 14px; padding: 10px 50px; border-radius: 6px; margin-left: 15px; font-weight: 300; }
.newsletter-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #8f8e8d; opacity: 1; /* Firefox */ }
.newsletter-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #8f8e8d; }
.newsletter-form input::-ms-input-placeholder { /* Microsoft Edge */
color: #8f8e8d; }
footer .social-ic li { display: inline-block; }
.logo-section p { color: #c0c0c0; font-size: 15px; padding: 20px 0px; }
.bootom-footer { display: flex; justify-content: space-between; padding-top: 30px; }
footer .social-ic ul { padding: 0; }
footer .social-ic ul li { margin-right: 15px; }
footer .social-ic ul li a { font-size: 20px; }
p.copy-r { color: #0076bf; font-size: 18px; }
.conatct-section { padding-top: 40px; }
.conatct-section h2 { font-size: 22px; color: #fff; }
.conatct-section p { color: #c0c0c0; font-size: 15px; padding: 20px 0px; }
.conatct-section { padding-left: 40px; max-width: 420px; }
ul.footer-contact li { color: #d0d0d0; font-size: 17px; font-weight: 200; display: flex; padding-left: 35px; margin-bottom: 13px; position: relative; }
ul.footer-contact i { position: absolute; left: 0; font-size: 23px; color: #0077c0; }
ul.footer-contact { padding-top: 10px; }
.select-product { background: #fbfdfe; padding: 20px 50px; border: 1px solid #ccc; }
.select-product > h3 { text-align: center; color: #1d1d1d; font-size: 22px; padding-bottom: 40px; }
.labels-listing { }
.label-row { display: flex; justify-content: space-between; }
.label-row { margin-bottom: 15px; }
.label-row label { margin: 0; min-width: 210px; color: #1d1d1d; font-size: 18px; padding-bottom: 8px; }
.label-row input, .label-row select { color: #1d1d1d; font-size: 17px; background: #fff; border-radius: 0; }
.add-q-btn a { background: #0077c0; color: #fff; display: inline-block; padding: 6px 30px; font-size: 18px; border-radius: 4px; font-weight: 300; margin-left: auto; display: table; margin-top: 21px; border: 2px solid transparent; }
.form-submit a:hover, .form-submit a:focus, .login-btn:hover, .login-btn:focus, .add-q-btn a:hover, .add-q-btn a:focus { background: #000; color: #fff; }
.dashboard-main { overflow: visible !important; }
.added-items { padding-top: 40px; }
.added-item { display: flex; align-items: center; justify-content: space-between; }
.added-item { }
.tab-data ul { display: flex; }
.tab-data ul li { display: inline-block; display: flex; flex-wrap: wrap; margin-right: 20px; font-size: 19px; }
.tab-data { border: 1px solid #ccc; padding: 15px; margin-right: 10px; width: 100%; font-size: 17px; }
.tab-delete a { color: red; font-size: 22px; }
.container { max-width: 1230px; }
div#dashboardmenu { padding-bottom: 210px; }
label.remember-me p { text-align: left; }

/* view */
.added-items.view { padding-top: 0; }
.added-items.view ul li { display: inline-block; display: flex; flex-wrap: wrap; margin-right: 31px; }
.added-items.view .tab-data { margin-right: 0; }
.back-btn a { background: #0077c0; color: #fff; display: inline-block; padding: 7px 35px; font-size: 18px; border-radius: 4px; font-weight: 300; margin-left: auto; display: table; margin-top: 21px; }
.dashboard-body.all-view th { font-size: 16px; padding: 7px 9px; line-height: 19px; text-align: left; border: 1px solid #ececec; }
.dashboard-body.all-view td { color: #000; padding: 4px 9px; font-size: 16px; }
.dashboard-body.all-view .approve { font-size: 15px; }
.approve.dis { background: #03416e; }
.yellowcolor { background: yellow; }
.greencolor { background: green; }
.redcolor { background: red; }
button.delete { border: 0; background: 0; font-size: 27px; color: #404040; }
.dashboard-body.all-view.user td { color: #939393; text-align: -webkit-left; padding: 3px 5px; }
.dashboard-body.all-view.user tr:nth-child(2) td { padding-top: 10px !important; }
.select-product.new-lead input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333; opacity: 1; /* Firefox */ }
.select-product.new-lead input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #333; }
.select-product.new-lead input::-ms-input-placeholder { /* Microsoft Edge */
color: #333; }
.select-product.new-lead { padding: 40px; max-width: 100%; }
.select-product.new-lead input { background: #fff; font-size: 17px; font-weight: 500; padding: 15px; height: auto; }
.select-product.new-lead .add-q-btn { display: flex; width: fit-content; margin-left: auto; }
.select-product.new-lead .add-q-btn a.cancel { background: #fff; border: 2px solid #2e9de1; color: #2e9de1; font-weight: 500; margin-right: 10px; }
.select-product.new-lead { margin-bottom: 100px; }
.lead-dt li { font-size: 18px; padding: 8px 0px; border-top: 1px solid #ccc; }
.lead-dt li:last-child { border-bottom: 1px solid #ccc; }
.lead-dt { padding-top: 20px; }
.lead-dt .add-q-btn a { font-size: 21px; padding: 0px 14px; }
.actins-view { min-width: 120px; }
.add_quote .table-responsive .img-fluid { min-width: 18px; }
.main-btn, .add-q-btn input[type="submit"] { background: #0077c0; color: #fff; display: inline-block; padding: 5px 30px; font-size: 15px; border-radius: 4px; font-weight: 300; margin-left: auto; display: table; margin-top: 21px; border: 2px solid transparent; height: auto; }
.add-q-btn button { background: #0077c0; color: #fff; display: inline-block; padding: 6px 30px; font-size: 18px; border-radius: 4px; font-weight: 300; margin-left: auto; display: table; margin-top: 21px; border: 2px solid transparent; height: auto; }
.actins-view a:hover, .actins-view a:focus, .add-q-btn button:focus, .add-q-btn button:hover, .approve:hover, .approve:focus, .form-submit input[type="submit"]:focus, .form-submit input[type="submit"]:hover, .main-btn:focus, .main-btn:hover, .add-q-btn a:hover, .add-q-btn a:focus, .add-q-btn input[type="submit"]:hover, .add-q-btn input[type="submit"]:focus { background: #000 !important; color: #fff !important; }
.faq-q { cursor: pointer; }
.faq-a { display: none; }
.faq-a { padding: 15px 0px 30px 0px; }
ul#FAQ > li { margin-bottom: 15px; }
.label-row .input { width: 100%; }
.added-li ul { display: flex; flex-wrap: wrap; }
.added-li ul li { flex: 0 0 50%; margin-bottom: 10px; }
.added-li { padding: 15px; box-shadow: 0 0 10px #0002; margin-right: 27px; }
.faq-q { cursor: pointer; width: 100%; }
.added-items.view .added-li { margin: 0; }
.added-items.view ul li { display: inline-block; display: flex; flex-wrap: wrap; margin-right: 0; }
.actins-view a { background: #0077c0; color: #fff !important; display: inline-block; padding: 2px 10px; border-radius: 3px; }
.add-btn-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.add-btn-heading h2 { margin: 0; }

/* 3 oct */
.order-by-list { display: flex; align-items: center; }
.sect-b .orderby { white-space: nowrap; font-size: 17px; padding-bottom: 6px; }

/*.yellowcolor {
background: #ecca24; color: #fff;
padding: 3px 11px;
}*/
.top-order { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.viewbtn { background: #0077c0; padding: 2px 14px; border: none; font-weight: 400; font-size: 18px; color: #fff; text-align: center; border-radius: 4px; }
.yellowcolor:hover, .yellowcolor:focus, .addnewquotebtn:hover, .addnewquotebtn:focus, .viewbtn:focus, .viewbtn:hover { background: #000; color: #fff; }
a.addnewquotebtn { margin-top: 18px; }
.dashboard-body.all-view .add-btn-heading a.main-btn { margin-top: 0; }
.main-submit button { background: #0077c0; color: #fff; display: inline-block; padding: 6px 30px; font-size: 18px; border-radius: 4px; font-weight: 300; margin-left: auto; display: table; margin-top: 21px; border: 2px solid transparent; height: auto; margin-bottom: 30px; }

/* 8 oct */
.message.error { color: #721c24; background-color: #f8d7da; border: 1px solid #f78f9a; position: relative; padding: 7px 11px; margin-bottom: 1rem; border-radius: .25rem; font-size: 13px; text-align: center; }
.message.success { border: 1px solid #f78f9a; position: relative; padding: 7px 11px; margin-bottom: 1rem; border-radius: .25rem; font-size: 13px; text-align: center; color: #155724; background-color: #d4edda; border-color: #50d66f; }
.add-btn-heading .message { margin: auto !important; width: 57%; }
.add_quote td { border: 1px solid #ececec; }
.redcolor { padding: 3px 12px; background: #e82222; font-weight: 400; font-size: 14px; color: #fff; border-radius: 4px; white-space: nowrap; }
.yellowcolor { padding: 3px 12px; background: #ecca24; font-weight: 400; font-size: 14px; color: #fff; border-radius: 4px; white-space: nowrap; }
.yellowcolor:focus, .yellowcolor:hover, .redcolor:focus, .redcolor:hover { background-color: #000; color: #fff; }
.actins-view-drop .dropdown button { background: #0077c0; border: 0; font-size: 15px; padding: 3px 10px; border-radius: 4px; color: #fff; }
.actins-view-drop .dropdown-menu a { display: block; font-size: 14px; background: #ffff; color: #333; text-align: left; padding: 4px 10px !important; border-bottom: 1px solid #ececec; }
.actins-view-drop .dropdown-menu { padding: 0; }
.actins-view-drop .dropdown-menu a:hover { background: #f5f5f5; }
.add-btn-heading > a { margin-top: 0px; }
ul#FAQ > li { position: relative; }
ul#FAQ > li:after { content: "\f107"; font-family: 'FontAwesome'; position: absolute; right: 10px; top: 11px; font-size: 26px; background: #fff; transition: 0.5s; z-index: -1; }
ul#FAQ > li.active:after { content: "\f107"; transform: rotate(-180deg); transition: 0.5s; }
.form-outer .row { min-height: 100% !important; }
.repeater-row .form-group { margin: 0; }
.repeater-row .form-group button { margin-top: 33px; }
.repeater-row label { color: #1d1d1d; font-size: 18px; }
.repeater-row { margin-bottom: 19px; }
.repeater-row { margin-bottom: 19px; border-top: 1px solid #ccc; margin-top: 15px; padding-top: 15px; }
.add-q-btn input[type="submit"] { background: #0077c0; color: #fff; display: inline-block; padding: 6px 30px; font-size: 18px; border-radius: 4px; font-weight: 300; margin-left: auto; display: table; margin-top: 21px; border: 2px solid transparent; height: auto; margin-left: 10px; }
.repeater-row .col-sm-2 button { margin-top: 35px !important; }
div#addeditems ul#FAQ li:after { right: 40px; }
div#addeditems ul#FAQ > li:after { content: "\f107"; right: 40px; }
.actins-view-drop .dropdown-toggle { background: #0077c0; border: 0; font-size: 14px; padding: 3px 8px; color: #fff; border-radius: 4px; }

/* pop  */
#exampleModalcomment .showtableendorcement .dashboard-right { padding: 0; }
#exampleModalcomment .showtableendorcement th, div#exampleModalcomment .showtableendorcement td { font-size: 15px !important; }
#exampleModalcomment .showtableendorcement th { font-weight: 500 !important; color: #000 !important; }
#exampleModalcomment .add_quote th:first-child, div#exampleModalcomment .add_quote td:first-child { width: 61px !important; text-align: center !important; }
#exampleModalcomment .add_quote th:nth-child(3), div#exampleModalcomment .add_quote td:nth-child(3) { width: 110px; }
#exampleModalcomment .add_quote th:nth-child(4), div#exampleModalcomment .add_quote td:nth-child(4) { width: 160px; }
#exampleModalcomment textarea#comment { max-height: 80px; }
#exampleModalcomment .add_quote { padding-bottom: 20px; }
#exampleModalcomment .showtableendorcement .table-responsive { overflow: visible; }
td.hovereffectclass { transition: 0.8s; max-height: 57px; display: block; overflow: hidden; cursor: pointer; }
td.hovereffectclass:hover { transition: 0.8s; max-height: 500px; }
.userbigimg img { width: 150px; height: 150px; object-fit: cover; margin: auto; text-align: center; border-radius: 50%; }
.upload-image label { display: block; }
.upload-image img { box-shadow: 0 0 10px #0002; padding: 20px; margin: 15px 0px; width: 100%; max-width: 95%; object-fit: contain; max-height: 124px; }
#newsignup input[type="submit"] { padding: 10px 15px; height: 38px !important; line-height: 17px; background: #0a79c8; }
#newsignup input:-internal-autofill-selected { font-size: 16px !important; }
#newsignup .modal-content { max-height: 93vh; overflow: auto; height: auto; }
div#newsignup input { font-size: 16px !important; height: 40px; border-radius: 3px; }
.form-row.upload-image.profile img { margin-top: 0; }
.form-row.upload-image.profile .input.file label { display: none; }
input#coverimage { height: auto; padding-top: 0; margin-top: 59px; background: transparent; }
form.user .custom-checkbox { padding-left: 22px; margin: 0 !important; }
.file-wrap::-webkit-file-upload-button { cursor: pointer; margin-top: 25px; display: inline-block; padding: 6px; padding-right: 29px; padding-left: 29px; transition: all 1s ease; color: #0073c6; text-transform: capitalize; font-size: 15px; z-index: 1; position: relative; border-radius: 25px; background-color: transparent; border: 2px solid #0073c6; }
div#newsignup .modal-title { font-size: 16px; }
div#newsignup label { font-size: 15px; margin-bottom: -4px; }
span.notidigitmain { position: absolute; right: 29px; top: 50%; }
span.notidigit { position: absolute; right: 9px; color: #fff; top: -1px; }
.account-menu li { position: relative; }
span.notidigitmain { position: absolute; right: 29px; top: 50%; background: #4bc52a; width: 25px; height: 25px; text-align: center; border-radius: 50%; font-size: 14px; line-height: 25px; }
span.notidigit { position: absolute; right: 0; color: #fff; top: 5px; background: #4bc52a; width: 20px; height: 20px; text-align: center; border-radius: 50%; font-size: 12px; line-height: 20px; }
.account-menu ul li ul li { padding-right: 15px; }
.account-menu ul li ul li.active a:before { content: ''; height: 100%; }
.dash-table .row, .top-boxex.color-boxes .row { height: auto; min-height: auto !important; }

/* 20 oct  */

/* top boxex */
.color-boxes .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid #eeeeee; border-radius: 0.25rem; }
.color-boxes .card { border: 0; margin-bottom: 30px; margin-top: 15px; border-radius: 6px; color: #333333; background: #fff; width: 100%; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.color-boxes .card { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
.color-boxes .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.color-boxes .card .card-header { border-bottom: none; background: transparent; }
.color-boxes .card [class*="card-header-"] { margin: 0px 15px 0; padding: 0; position: relative; }
.color-boxes .card-stats .card-header.card-header-icon, .color-boxes .card-stats .card-header.card-header-text { text-align: right; }
.color-boxes .card .card-footer { display: flex; align-items: center; background-color: transparent; border: 0; }
.color-boxes .card .card-body+.card-footer, .card .card-footer { padding: 0; padding-top: 10px; margin: 0 15px 10px; border-radius: 0; justify-content: space-between; align-items: center; }
.color-boxes .card-stats .card-header+.card-footer { border-top: 1px solid #eee; margin-top: 20px; }
.color-boxes .card .card-header-warning .card-icon, .color-boxes .card .card-header-warning .card-text, .color-boxes .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .color-boxes .card.bg-warning, .color-boxes .card.card-rotate.bg-warning .front, .color-boxes .card.card-rotate.bg-warning .back { background: linear-gradient(60deg, #ffa726, #fb8c00); }
.color-boxes .card .card-header-warning .card-icon, .color-boxes .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .color-boxes .card .card-header-warning .card-text { box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4); }
.color-boxes .card [class*="card-header-"] .card-icon, .color-boxes .card [class*="card-header-"] .card-text { border-radius: 3px; background-color: #999999; padding: 8px; margin-top: -20px; margin-right: 10px; float: left; }
.color-boxes .card-stats .card-header .card-icon+.card-title, .color-boxes .card-stats .card-header .card-icon+.card-category { padding-top: 10px; }
.color-boxes .card-stats .card-header.card-header-icon .card-title, .color-boxes .card-stats .card-header.card-header-text .card-title, .color-boxes .card-stats .card-header.card-header-icon .card-category, .color-boxes .card-stats .card-header.card-header-text .card-category { margin: 0; }
.color-boxes .card-stats .card-header .card-category:not([class*="text-"]) { color: #999999; font-size: 13px; }
.color-boxes .card .card-header.card-header-icon .card-title, .color-boxes .card .card-header.card-header-text .card-title { margin-top: 15px; color: #3C4858; }
.color-boxes .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
.color-boxes .card .card-header.card-header-icon i, .color-boxes .card .card-header.card-header-text i { width: 33px; height: 33px; text-align: center; line-height: 33px; color: #fff !important; }
.color-boxes .card-stats .card-header.card-header-icon i { font-size: 23px; line-height: 32px; width: 32px; height: 32px; text-align: center; }
.color-boxes .card-stats .card-header.card-header-icon i { font-size: 27px; line-height: 42px; width: 52px; height: 42px; text-align: center; }
.top-boxex.color-boxes h3.card-title { font-weight: 400 !important; }
.color-boxes .card .card-footer .author, .card .card-footer .stats { display: inline-flex; }
.color-boxes .card .card-footer .stats { color: #999999; }
.color-boxes .card .card-body+.card-footer .stats, .color-boxes .card .card-footer .stats { color: #999999; font-size: 16px; line-height: 22px; }
.color-boxes .card .card-footer .stats .material-icons { position: relative; top: -10px; margin-right: 3px; margin-left: 3px; font-size: 18px; }
.color-boxes .card .card-body+.card-footer .stats .material-icons, .color-boxes .card .card-footer .stats .material-icons { position: relative; top: 4px; font-size: 16px; }
.color-boxes  i.fa.fa-clock-o { line-height: 21px; padding-right: 5px; font-size: 15px; }

/* .color-boxes   */
.col-xl-3:nth-child(2) .card-icon { background: linear-gradient(60deg, #66bb6a, #43a047); }

/* .color-boxes   */
.col-xl-3:nth-child(3) .card-icon { background: linear-gradient(60deg, #ef5350, #e53935); }

/* .color-boxes   */
.col-xl-3:nth-child(4) .card-icon { background: linear-gradient(60deg, #26c6da, #00acc1); }
.table-outer { overflow: auto; }
.table-outer th, .table-outer td { border: 1px solid #ececec; padding: 9px 10px; font-size: 13px; }
.table-outer th { white-space: nowrap; }
.pending-st { display: flex; align-items: center; background: #f5c516; color: #fff; padding: 2px 10px; border-radius: 4px; font-size: 12px; text-align: center; white-space: nowrap; font-weight: 400; }
.approve-st { display: flex; align-items: center; color: #fff; padding: 2px 10px; border-radius: 4px; font-size: 12px; text-align: center; white-space: nowrap; font-weight: 400; background: #4bb30a; }
.cancel-st { display: flex; align-items: center; color: #fff; padding: 2px 10px; border-radius: 4px; font-size: 12px; text-align: center; white-space: nowrap; font-weight: 400; background: #e03232; }
.order-done-st { display: flex; align-items: center; color: #fff; padding: 2px 10px; border-radius: 4px; font-size: 12px; text-align: center; white-space: nowrap; font-weight: 400; background: #1774ff; }
.order-done-st i, .pending-st i, .cancel-st i, .approve-st i { padding-right: 5px; }
.order-done-st, .pending-st, .cancel-st, .approve-st { text-align: center !IMPORTANT; display: block; width: fit-content; margin: auto; }
.table-outer { overflow: auto;  max-height: 270px; height: 100%; }
.dash-table { margin-bottom: 30px; }
.onhover {max-height: 52px !important; overflow: hidden; display: block; min-width: 201px; transition: 0.6s;}
.onhover:hover {  transition: 0.6s;
    max-height: 1000px !important; }
.add_quote /* j */::-webkit-scrollbar { width: 12px; height: 10px; }
.add_quote /* j */::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); border-radius: 10px; }
.add_quote /* j */::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.add_quote .table-responsive {min-height: 200px !important;}
.modal-content .add_quote .table-responsive {min-height: auto !important; overflow: unset;}
.modal-content .dashboard-right {padding: 0 !important;}


/*17-12*/
.radio_row .input.radio label input[type="radio"] { display: inline-block; vertical-align: middle; width: 15px; height: 15px; margin-right: 10px; position: relative; top: -2px; }
.promo_input .input { display: flex; }
.radio_row .input.radio label { margin-right: 20px; }
.radio_row .input.radio label:first-child { margin: 0; }
.custom_filebox .row { align-items: flex-end; }
.custom_filebox .file_button { text-align: right; }
.promotions_page .repeater-row { border: 0; }
.dashboard-main .custom_filebox .col-md-9 { padding-left: 15px; }

/*18-12*/
.promotionscheckboxes .chkboxsec { display: inline-block; vertical-align: middle; min-width: 30%; padding: 5px; font-size: 15px; }
.promotionscheckboxes .chkboxsec input[type="checkbox"] { width: auto; height: auto; }
.report-repeater #newfpmodel .modal-footer .btn { background: #0077c0; border: 1px solid #0077c0; font-size: 14px; }

/*25-12*/
.thankx-content { width: 100%; margin: 70px 0 0; }
.thankyou-wrapper { box-shadow: 0 0 5px rgba(0,0,0,0.2); max-width: 850px; margin: 0 auto; text-align: center; padding: 30px; }
.thankyou-wrapper p { font-size: 20px; color: #0076c0; margin: 0px 0 20px; display: inline-block; width: 100%; }
.thankyou-wrapper a { background: #0073C6; padding: 10px; display: inline-block; text-align: center; color: #fff; border-radius: 3px; min-width: 120px; }


/*23-mar*/
#newfpmodel .modal-dialog { max-width: 400px; }
#newfpmodel .modal-content { border: none; border-radius: 0; }
#newfpmodel .modal-header { border: none; }
#newfpmodel .paymentoptions { text-align: center; margin-bottom: 0; }
#newfpmodel .paymentoptions a { padding: 7px 10px; display: inline-block; margin: 0 2px; border-radius: 45px; color: #fff; font-size: 12px; font-weight: 400; }
#newfpmodel .paymentoptions .addpo { background: #ecca24;}
#newfpmodel .paymentoptions .polater { background: #e82222;}
#newfpmodel .paymentoptions .paypalpayment { background: #6a923d; }
/*#newfpmodel .modal-header h5{width: 100%;text-align: center;}*/
#newfpmodel .paymentoptions label { text-align: left; width: 100%; }
#newfpmodel .paymentoptions .submit { text-align: left; }
.paymentoptions .submit .submit { margin-top: 15px; border: none; padding: 7px 15px; border-radius: 45px; font-size: 14px; background: #ecca24; color: #fff; }

/*2 April*/
#selectedproduct .label-row > div { width: 100%; }
#selectedproduct .label-row .checkbox input[type=checkbox] { width: 20px; height: 30px; display: inline-block; }
#selectedproduct .label-row .nostockmanufactr .input.text:last-child { margin-top: 15px; }



/*27 july 2021*/
.formcredit input[type=checkbox]{height: 21px; width: 21px; margin-right: 12px; vertical-align: middle; border: 1px solid #ddd;cursor:pointer;}
.table-outer table { width: 100%; }

span.required{ color:red; }

#newfpmodel input#upasoption { width: 100%; flex: 0 0 100%; border: 1px solid #ddd; height: 40px; border-radius: 3px;padding:4px 50px 4px 10px;font-size:14px; }
#newfpmodel .form-group{position:relative;}
#newfpmodel .form-group i.fa{position: absolute; right: 0; bottom: 0; background: #ececec; color: #585454; height: 40px; width: 40px; line-height: 40px; text-align: center; border-radius: 0 4px 4px 0; border-left: 1px solid #ddd;cursor:pointer;}
#leadform .label-row { flex-direction: column; }

#newfpmodel .modal-footer{justify-content: center;}
.norecord { border-bottom: 1px solid #dddd; padding: 10px; text-align: center; color: #555555; }

/*login new*/
.loginlogo{text-align:center;margin:0 0 30px;}
.login-form h2{font-weight:300;font-size:21px;color:#0069b5;}
.passwordicon{position:relative;}
.passwordicon i{position: absolute; right: 0; width: 60px; top: 0; display: flex; align-items: center; justify-content: center; height: 100%; background: #f3f3f3; border-radius: 0 5px 5px 0; font-size: 15px; color: #696969; border: 1px solid #ccc;}
.passwordicon .input.password{padding-right:54px;}
/*end*/
.draft_quote_btn {
    text-align: center;
}
.draft_quote_btn button#draft_quote {
    background: #ffba1e !important;
    color: #000 !important;
}
.copyright{    margin: auto;
    left: 10px;
    right: 10px;
    text-align: center;}

/*06 Aug*/
.custom_msgggg.downloadpdf {
    float: right;
}
/*----6-10-2022-----*/
.leadfilterform .leadfilterbtn { padding: 6px; border-radius: 2px; background: #0077c0; COLOR: #FFF; }

.leadfilterform input#leadfilter {WIDTH: 170PX;}
.promo_section .radio_row .radio {
    display: flex;
}
.promo_section .promo_input .text input::placeholder{color: #afafaf; font-weight: 400;}
.promo_section .promo_input .text input::-webkit-input-placeholder{color: #afafaf; font-weight: 400;}
.promo_section .promo_input .text input:-ms-input-placeholder{color: #afafaf; font-weight: 400;}





/* responsive */
@media (max-width:991px) {
	div#exampleModalcomment .modal-dialog { max-width: 90% !important; }
	td.hovereffectclass { max-width: 300px; }
	input#coverimage { margin-top: 0; padding-left: 0px; margin-bottom: 10px; }
	.form-group.upload-image { overflow: hidden; padding-bottom: 17px; }
	.table-outer {height: inherit !important; margin-bottom: 30px;}
	.modal-content .dashboard-body { padding-top: 0 !important;}
	.modal-content .add_quote { padding: 0 0 10px !important;}
	.modal-content .add_quote .table-responsive { overflow: auto;}

}

@media (max-width:767px) {
	td.hovereffectclass { white-space: normal !important; }
	#exampleModalcomment .modal-body { padding-top: 0; padding-bottom: 0; }
	#exampleModalcomment .dashboard-body { padding-top: 0 !important; }
	#exampleModalcomment .showtableendorcement .table-responsive { overflow: auto; }
	td.hovereffectclass { min-width: 300px; }
}

@media (min-width:1920px) {
	img.arrow-bg { object-fit: cover; }

}

@media (min-width:1367px) {
	img.arrow-bg { width: 100%; max-height: 550px; }

}

@media (max-width:991px) {

	/* add new */
	.select-product { padding: 20px; }
	.label-row label { min-width: 210px; font-size: 16px; }
	.label-row input, .label-row select { font-size: 16px; }
	.dashboard-right { padding: 20px; padding-right: 0px; }
	.select-product > h3 { font-size: 18px; padding-bottom: 30px; }
	.copyright { position: static; padding: 20px 0 20px; }
	.menutogglesm { top: 11px; }
	img.arrow-bg { display: none; }
	.login-container { position: static; transform: none; }
	.news-letter { display: block; padding: 30px; }
	.newsletter-form { width: 100%; margin-left: 0; margin-top: 29px; }
	.logo-section img { max-width: 200px; }
	.tab-data ul li { font-size: 16px; }
	.sect-b { margin-right: 15px; }
	.dashboardheading { font-size: 16px; }
	.repeater-row label { font-size: 16px; }

	/*18-12*/
	.promotionscheckboxes .chkboxsec{min-width:auto;}

}

@media (max-width:767px) {
	.dashboard-right { padding-left: 0px; }
	.added-item { position: relative; }
	.tab-delete a { position: absolute; right: 0px; top: 4px; line-height: 33px; width: 33px; height: 32px; text-align: center; }
	.tab-delete a { color: red; font-size: 20px; }
	div#dashboardmenu { padding-bottom: 0; }
	.select-product { padding: 15px; }
	.add-q-btn a { padding: 6px 20px; font-size: 14px; }
	.select-product.new-lead { margin-bottom: 15px; }

	/* section.dashboard-main .col-md-3 {
	display: none !important;
	} */
	/*.login-form h2 { font-size: 33px; }*/
	.input-fields input[type="text"], .input-fields input[type="password"] { font-size: 16px; height: 55px; }
	.extra-text p { font-size: 16px; }
	.login-form p { font-size: 18px; }
	.top-header > .container > ul > li { display: block; margin: 8px 0px; }
	.top-header li:last-child { display: inline-flex !important; margin-top: -2px; }
	.top-header a, .top-header strong { font-weight: 500; }
	.bootom-footer { display: block; padding-top: 20px; }
	.conatct-section h2 { font-size: 17px; }
	.conatct-section { padding-top: 0; padding-left: 0; max-width: 100%; padding-bottom: 30px; border-top: 1px solid #162d4e; padding-top: 20px; }
	ul.footer-contact li { font-size: 15px; }
	ul.footer-contact i { font-size: 20px; }
	p.copy-r { color: #b8b9b9; font-size: 14px; }
	.select-product.new-lead { padding: 20px; max-width: 100%; }
	.select-product.new-lead input { font-size: 16px; padding: 15px; height: 45px; }
	.lead-dt li { font-size: 15px; }
	.lead-dt .add-q-btn a { font-size: 14px; padding: 3px 14px; }
	.dashboard-body.all-view td { font-size: 16px; }
	.dashboard-body.all-view th { font-size: 16px; padding: 7px 6px; }
	.added-items.view { padding-top: 0px; }
	.back-btn a { padding: 5px 25px; font-size: 15px; }
	button.viewbtn { font-size: 12px; }
	.approve { font-size: 13px !important; }
	.main-btn, .add-q-btn input[type="submit"] { padding: 6px 20px; font-size: 14px; height: auto; }
	.added-li ul li { flex: 0 0 100%; }
	.added-li { margin-right: 0; }
	.tab-data { margin-right: 0; }
	.add-btn-heading a.main-btn { margin: 0; }
	.add-btn-heading { margin-top: 0px; }
	.add-q-btn button { padding: 2px 23px; font-size: 15px; }
	.main-submit button { padding: 3px 20px; font-size: 14px; }
	.login-form input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus { font-size: 16px !important; }
	.dashboard-body.all-view { padding-top: 42px; }
	.add-q-btn input[type="submit"], .add-q-btn a { padding: 3px 10px !important; font-size: 15px !important; }
	.repeater-row label { margin-top: 13px; }
	.select-product.new-lead input[type="email"], .select-product.new-lead input[type="number"], .select-product.new-lead input[type="email"], .select-product.new-lead input[type="text"] { font-size: 16px; height: 39px; }
	.repeater-row .col-sm-2 button { margin-top: 10px !important; }
	.dashboard-body { padding-top: 45px; }
	.add-btn-heading.top-head h2 { position: relative; top: -54px; }
	.account-menu > ul > li > a { padding-left: 15px; }
	.add-btn-heading.top-head.back-hide a { display: none; }
	.add-btn-heading.top-head.back-hide h2 { top: 0; margin-top: -66px; }
	div#addeditems ul#FAQ > li:after { content: "\f107"; right: 7px; top: 24px; font-size: 26px; background: transparent; }

}

@media (max-width:575px) {
	.label-row { display: block; }
	.label-row label { min-width: 100%; margin-bottom: 10px; }
	.login-outer { padding: 20px 0px; }
	.login-form h2 { font-size: 16px; line-height: 20px; }
	.login-form p { font-size: 16px; padding-bottom: 20px; }
	.passwordicon .input.password { padding-right: 38px; }
	.passwordicon i { width: 40px; }
	.input-fields input[type="email"], .input-fields input[type="text"], .input-fields input[type="password"] { padding: 10px 15px; font-size: 14px; height: 41px; background: #fbfbfb; }
	.forgot-row > a { font-size: 14px; margin-top: 15px !important; display: block; }
	.news-letter h2 { font-size: 17px; font-weight: 300; }
	.newsletter-form { margin-top: 15px; }
	.news-letter { padding: 15px; }
	.newsletter-form input { padding: 10px; font-size: 13px; }
	a.viewbtn { padding: 4px 14px; font-size: 13px; }
	.form-submit input[type="submit"] { padding: 7px 26px; font-size: 15px; }
	.login-form input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus { font-size: 15px !important; }
	.add-btn-heading.message { display: block; }
	.add-btn-heading .message { width: 100%; margin: 10px 0px !important; }
	.add-btn-heading.message h2 { margin-bottom: 10px; }
	.main-btn, .add-q-btn input[type="submit"] { padding: 5px 20px; font-size: 12px; }
	.dashboard-body.all-view td, .dashboard-body.all-view th { font-size: 15px !important; }
	.add_quote td, .add_quote th { font-size: 15px !important; text-align: center; }
	.actins-view-drop .dropdown button { font-size: 13px; }
	.add-btn-heading.message h2 { position: absolute; top: 19px; }
	.label-row label { min-width: 100%; margin-bottom: 0; }
	.add-q-btn input[type="submit"], .add-q-btn a, .add-q-btn button { padding: 3px 7px !important; font-size: 13px !important; }
	button.delete-btn { font-size: 14px !important; padding: 4px 15px !important; margin-top: 15px; }
	.order-by-list { display: block; }
	.order-by-list .orderby { margin-bottom: 0; }
	.order-by-list select { height: 38px !important; font-size: 15px !important; }

}

@media (max-width:480px) {
	.tab-data ul { display: block; }
	.tab-data ul li { margin-right: 0; margin-bottom: 10px; }
	.tab-data { font-size: 15px; }
	.tab-delete a { line-height: 21px; width: 25px; height: 23px; }
	.tab-data { margin-right: 0; }
	.tab-delete a { right: 4px; }
	.header-content img { max-width: 120px; }
	label.remember-me p { font-size: 16px; }
	.forgot-row > a { font-size: 16px; }
	.form-submit a { padding: 7px 33px; margin-top: 25px; }
	.newsletter-form { display: block; }
	.newsletter-form .news-submit { margin-left: 0; margin-top: 15px; padding: 8px 30px; }
	.tab-data li:last-child { margin: 0; }
	.tab-data ul li { margin-bottom: 2px; }
	.tab-data { padding: 10px; }

}

@media (max-width:380px) {
	.forgot-row { display: block; }
	.forgot-row > a { font-size: 14px; margin-top: 15px !important; display: block; }

	/*23-mar*/
	#newfpmodel .paymentoptions a{font-size: 13px;padding: 5px 10px;margin: 0;}
	.paymentoptions .submit .submit{font-size: 13px;padding: 5px 10px;}
}