@font-face {
    font-family: "Assistant";
    src: url(/fonts/Assistant-VariableFont_wght.ttf);
}

@font-face {
    font-family: "OpenSans";
    src: url(/fonts/OpenSans-VariableFont_wdth,wght.ttf);
}

.site a {
    text-decoration: none;
    color: inherit;
}

.site .btn:hover {
    color: #aaaaaa;
}


body.site {
    font-family: "Assistant";
    color: #030139;
    background-color: #f9f9f9;
    height: 101%;
}

.site .container {

    width: calc(100% - 440px);
    max-width: calc(100% - 440px);
    padding-left: 24px;
    padding-right: 24px;
}

/*
@media (min-width: 1800px){
	.site .container{
		max-width: 1360px;
		width: 100%;
	}
}
*/


.side-menu {
    background-color: #030139;
    width: 230px;
    position: fixed;
    height: 100%;
}

.side-menu .btn {
    color: #ffffff;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: inherit;
    padding: 5px 10px;
}

.side-menu .btn:focus,
.side-menu .btn.focus {
    box-shadow: inherit;
}

.side-menu .bi {
    font-size: 22px;
    vertical-align: bottom;
}

.side-menu .btn-upload-document {
    background: #D63422;
    border-radius: 50px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.side-menu .logo-line {
    background-color: #ffffff;
    height: 1px;
    width: 100%;
}

.side-menu .login-area {
    position: absolute;
    bottom: 0px;
}

.up-menu-col {
    border: solid 1px #E6E6E6;
    border-radius: 5px;
    padding: 14px;
    text-align: center;
    background-color: #ffffff;
    height: 100%;
}

.site-index-work {
    border: solid 1px #E6E6E6;
    background-color: #ffffff;
    padding: 14px;
}

.user-menu-numbers {
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
}

.user-menu-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
}

.user-menu-text .bi {
    font-size: 16px;
    color: #AF0808;
    vertical-align: bottom;
    -webkit-text-stroke: 1px #AF0808;
}

.up-menu-col.up-menu-selected {
    border-color: #AF0808;
}



.user-menu-logo {
    width: 60%;
}



.work-index .table-striped,
.work-index .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.work-index table .bi {
    font-size: 26px;
}

.work-index th {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;

}

.work-index td {
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

.site h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}



input[type=checkbox] {
    margin: 3px;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1.5px solid #707586;
    border-radius: 4px;
    background: #ffffff;
    margin: -3px;
}

input[type=checkbox]:checked:before {
    content: "\F272";
    font-size: 20px;
    font-family: bootstrap-icons !important;
    line-height: 20px;
}

.user-icon {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    background: #E6E6E6;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    text-align: center;
}

.file-download-double {
    width: 64px;
}

.user-icon .username {
    vertical-align: middle;
}

.cursor-pointer {
    cursor: pointer;
}


.file-download {
    margin: auto;
    text-align: center;
}

table .file-download .bi {
    font-size: 22px;
}

table .file-download .bi-eye {
    margin-right: 10px;
}

.work-index .table {
    color: #030139;
}

.document-status {
    border-radius: 5px;
    padding: 1px;
    text-align: center;
    color: #030139;
    font-weight: 700;

}

.document-status-1 {
    background: #ACCEDD;
}

.document-status-2 {
    background: #FFDA92;
}

.document-status-3 {
    background: #ADDDAC;
}

.document-status-4 {
    background: #E4D7FF;
}

.document-status-5 {
    background: #FF9D9D;
}

.document-status-6 {
    background: #E6E6E6;
}

ul.pagination a {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 5px;
    color: #707586;
}

ul.pagination .active a {
    color: #030139;
}

.read-more {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: underline;
}

.read-more .bi {
    font-size: 14px;
    -webkit-text-stroke: 1px #030139;
}

.btn-link.btn[aria-expanded="true"]:before {
    content: '+';
}

.btn-link.btn[aria-expanded="false"]:before {
    content: '-';
}

footer {
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #030139;
}

.site-index .accordion-button {
    color: #030139;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: none;
    outline: none;
}

.site-index .accordion-item {
    border: none;
}

.work-index .card {
    height: 100%;
}

.manuals .bi-play-circle {
    font-size: 20px;
    margin-left: 5px;
}

.manuals .manual-row {
    padding-top: 8px;
    padding-bottom: 8px;
}

.site .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #ffffff;
    color: #030139;
}

.site .btn:hover {
    color: #ffffff;
}

.wizard h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}

.wizard h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.link-card {
    background: #FFFFFF;
    border: 2px solid #030139;
    border-radius: 5px;
    padding: 15px 30px 15px 30px;
    text-align: center;
}

.link-card .document-icon {
    width: 90px;
    height: 90px;
    background: #E1E5FF;
    border-radius: 45px;
    display: inline-block;
    line-height: 85px;
}

.link-card .document-icon .bi {
    font-size: 40px;
    vertical-align: middle;
}

.link-card .document-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
}

.wizard-steps .step {
    width: 44px;
    height: 44px;
    background: #707586;
    border-radius: 22px;
    text-align: center;
    display: inline-block;
}

.wizard-steps .step-number {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 42px;
    display: inline-block;
}

.step-line {
    display: inline-block;
    height: 44px;
    margin-left: -2px;
    margin-right: -2px;
}

.step-line-hr {
    height: 2px;
    width: 150px;
    background: #E6E6E6;
    display: inline-block;
}

.active .step-line-hr {
    background: #707586;
}


.wizard-steps .step.step-active {
    background: #030139;
}

.work-form h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.form-check-label,
.form-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.site .btn-solid {
    padding: 7px 30px 7px 30px;
    background: #030139;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}



.btn-solid .bi {
    font-size: 14px;
    -webkit-text-stroke: 1px #ffffff;
}


.site .btn-success {
    padding: 7px 30px 7px 30px;
    background: #030139;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}


.site .btn-warning {
    padding: 7px 30px 7px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.site .btn-green {
    padding: 7px 30px 7px 30px;
    background: green;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}

.site .btn-transparent {
    padding: 7px 30px 7px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    border: 2px solid #030139;
}

.btn-transparent .bi {
    font-size: 14px;
    -webkit-text-stroke: 1px #030139;
}

.site .btn.btn-transparent:hover {
    color: #030139;
}

.site .title-20 {
    font-weight: 700;
    font-size: 20px;
}

.site h2 {
    font-weight: 700;
    font-size: 20px;
}


.site .text-18 {
    font-size: 18px;
    font-weight: 600;
}

.site .text-18-400 {
    font-size: 18px;
    font-weight: 400;
}

.site .login-form {
    position: relative;
}

.site .login-form-content:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 30px;
    right: -2px;
    bottom: 15px;
    border: 1px solid #030139;
    z-index: -1;
}

.site .login-form-content {

    background: #030139;
    padding: 70px 180px 70px 180px;
    color: #ffffff;
    width: 600px;
}

.site .login-form-content h1 {
    color: #ffffff;
}

.site .login-form-content .form-check-label,
.site .login-form-content .form-label {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}


.site .login-form-content input:-webkit-autofill,
.site .login-form-content input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
    -webkit-text-fill-color: #ffffff;
}

.site .login-form-content input:-webkit-autofill:focus,
.site .login-form-content input[type=checkbox]:focus,
.site .login-form-content a:focus,
.site .login-form-content button:focus {
    outline-offset: 3px;
    outline: 2px dashed #ffffff;
}

.site .login-form-content input.form-control {
    background-color: #292757;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #707586;
    border-radius: 0px;
}

.site .login-form-content .btn-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #ffffff;
    border-bottom: 1px solid #707586;
}

.btn.btn-red {
    background: #D63422;
    border-radius: 50px;
    padding: 7px 30px 7px 30px;
    font-weight: 700;
    line-height: 21px;
    color: #ffffff;
}

.btn.btn-red .bi {
    -webkit-text-stroke: 1px #ffffff;
    font-size: 14px;
}

.site .login-form-content input[type="password"],
.site .login-form-content input[type="text"] {
    color: #ffffff;
}

.site .login-form-content .invalid-feedback {
    background-color: #fff;
    padding: 3px 10px;
}


#contact-form .form-control {
    border-bottom: 1px solid #707586;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.site .pagination {
    justify-content: center;
    margin-bottom: -30px;
}

.multiple-actions {
    min-width: 300px;
}

.text-20-600 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.text-18-600 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.site .faq-index .accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #030139;
    background-color: #ffffff !important;
    outline: 0;
    box-shadow: none;
}

.site .faq-index .accordion-body {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #030139;
}

.site .faq-index .accordion-button:not(.collapsed) {
    color: #D63422 !important;
}

.work-index th {
    text-align: center;
    vertical-align: middle;
}

.site .btn.btn-action {
    background: #030139;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.site .btn.dropdown-toggle:after {
    content: "\F282";
    font-family: bootstrap-icons !important;
    border: none;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 0px;
}

.site .btn-dark {
    color: #fff;
}

.site .table {
    color: #030139;
}

.site .table> :not(caption)>*>* {
    background-color: #ffffff;
}

.site .work-view .grid-view th {
    background-color: #F5F5F5;
}

.site .work-view td {
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

.site .btn-red-transparent {
    padding: 7px 30px 7px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #D63422;
    border: 2px solid #D63422;
}

.site .btn-red-transparent:hover {
    color: #D63422;
}

.site .help-block {
    color: red;
}


.site .btn-primary {
    padding: 7px 30px 7px 30px;
    background: #030139;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border-color: inherit;
}

.site .btn-default {
    padding: 7px 30px 7px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.site .btn-arrow:after {
    font-size: 14px;
    -webkit-text-stroke: 1px #ffffff;
    vertical-align: bottom;
    margin-right: 5px;
    content: "\f284";
    font-family: bootstrap-icons !important;
}

.site .btn-danger {
    padding: 7px 30px 7px 30px;
    background: #D63422;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border-color: inherit;
}

.site .btn-danger:after {
    font-size: 14px;
    -webkit-text-stroke: 1px #ffffff;
    vertical-align: bottom;
    margin-right: 5px;
    content: "\F659";
    font-family: bootstrap-icons !important;
}

.site .status-comment .bi {
    font-size: 20px;
}

.site .bi-universal-access-circle {
    font-size: 20px;
}

.site .alert-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #f5c2c7;
}


.site .btn-filter {
    padding: 7px 30px 7px 30px;
    background: #030139;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border-color: inherit;
}

.site .btn-filter:before {
    font-size: 12px;
    vertical-align: bottom;
    margin-left: 5px;
    content: "\F3E1";
    font-family: bootstrap-icons !important;
}

.site .search-text {
    display: inline-block;
    min-width: 300px;
    padding: 0 10px 0 10px
}

.site .search-text .form-control {
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #707586;
    font-family: Assistant, bootstrap-icons !important;
    padding-right: 20px;
    font-weight: 600;
}

.file-thumbnail-footer .file-thumb-progress,
.file-thumbnail-footer .file-upload-indicator,
.file-thumbnail-footer .file-actions .kv-file-rotate,
.file-thumbnail-footer .file-actions .kv-file-upload,
.file-thumbnail-footer .file-actions .kv-zoom-actions,
.file-preview .fileinput-remove {
    display: none;
}



.site .work-form .invalid-feedback {
    display: block;
}

.site .original-file-label {
    border: 2px solid #030139;
    padding: 5px 8px 5px 8px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #030139;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.logo-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

img.login-image {
    max-height: 150px;
    background-color: #aaaaaa;
}

.agency-logo {
    max-height: 200px;
    max-width: 100%;
}

/* */

h2.h4 {
    font-size: 20px;
    font-weight: 600;
}

#terms-modal h2 {
    font-weight: 600;
}

#terms-modal h3 {
    font-weight: 700;
    font-size: 1em;
}

.big-title {
    font-size: 28px !important;
}

.kv-fileinput-caption {
    background-color: #f2f2f2 !important;
}

.kv-fileinput-caption::placeholder {
    color: #000 !important;
    opacity: 1;
}

.kv-fileinput-caption::-webkit-input-placeholder {
    color: #000 !important;
}

.kv-fileinput-caption::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* login addon */

body.login {
    font-family: "OpenSans";
    background: linear-gradient(0deg, #030139 0%, #030139 100%), linear-gradient(106deg, #030139 2.08%, #08039F 61%);
    color: #fff;
    height: 101%;
}

.login .top-logo {
    margin: 100px 0 70px;
}

.login .top-logo img {
    width: 250px;
}

.login h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-stretch: condensed;
}

.login .login-container form {
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    color: #191A19;
}

input.login-form-control {
    background-color: transparent;
    border: unset;
    color: #191A19;
    font-size: 18px;
    border: 1px solid transparent;
    border-bottom:1px solid #191A1955;
    width: 100%;
    appearance: auto;
}

.login-form-control:active,
.login-form-control:focus {
    outline: unset !important;
}

input.login-form-control::placeholder {
    color: #191A1999!important;
    opacity: 1;
}

input.login-form-control::-moz-placeholder {
    color: #191A1999!important;
    opacity: 1;
}

input.login-form-control::-webkit-input-placeholder {
    color: #191A1999!important;
    opacity: 1;
}

input.login-form-control:-ms-input-placeholder {
    color: #191A1999!important;
    opacity: 1;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover, 
.login input:-webkit-autofill:focus, 
.login input:-webkit-autofill:active{
    -webkit-text-fill-color: #191A19;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff0;
    font-size:18px!important;
}

.login .btn.btn-red {
    padding: 7px 29px;
    border-radius: 6px;
    background-color: #D63422;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: all .2s linear;
    border: 1px solid #D63422;
    transition: all .2s linear;
    width: 100%;
    justify-content: center;
}

.login .btn.btn-red:hover {
    color: #D63422;
    background-color: #fff;
}

.login .btn.btn-red .bi {
    -webkit-text-stroke: unset;
    font-size: 24px;
    vertical-align: middle;
    line-height: 24px;    
}

.login footer {
    background: #171551;
    color:#fff;
}

.login footer a {
    color:#fff;
    text-decoration:none;
    transition: all .2s linear;
}

.login footer a:hover {
    color: #D63422;
}

.login .flags-container img {
    width: 30px;
    height: 30px;
    margin-inline-end: 6px;
}

.pack-price-radio input[type="radio"] {
    display: none;
}

.pack-price-radio:has(input:checked) {
  border: 4px solid #030139;
}

.pack-price-radio{
    background-color:#ffffff;
	border-radius: 20px;
}

.pack-price-radio,
.pack-price-box{
	cursor: pointer; 
}

.pack-price-box .price-title-top{
    font-stretch: condensed;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
	color: #000000;
}


.pack-price-box .pages-qty{
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d63422;

}

.pack-price-box #priceform-pages_qty{
	font-size:30px;
	border-radius: 20px;
}

.pack-price-box .price-title-bottom {
    font-stretch: condensed;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
	color: #000000;
}

.pack-price-box .price-pack{
	font-size: 18px;
}

.pack-price-box .price-pack-value{
	font-weight: 700;
    font-size: 24px;
}

.pack-price-box .price-check-list{
	color: #000000;
	font-size: 14px;
}

.pack-price-box .price-month{
	color: #D63422;
	font-size: 16px;
}

.view-price-box{
    background-color: #ffffff;
    border-radius: 20px;
}

.view-price-box .price-box-title{
	border-bottom: 1px solid #030139;
	font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    font-stretch: condensed;
}

.view-price-box .price-title-top
 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-stretch: condensed;
}

.view-price-box .price-page-value{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-stretch: condensed;
}


.view-price-box .price-summary-title{
    font-size: 20px;
    line-height: 24px;
    font-stretch: condensed;
}

.view-price-box .price-summary-value{
	font-size: 36px;
    line-height: 43px;
    font-stretch: condensed;
}

.fs-24{
	font-size:24px;
}

.price-card-form{
	background-color:#ffffff;
	padding-top:40px;
	padding-bottom:40px;
	border-radius:20px;
}
