@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
/*---font-family: 'Varela Round', sans-serif; ---*/
body{
    background-color:rgba(0,0,0,0.04) !important;
}
body, h1,h2,h3,h4,h5,p,label,input,select,textarea,a,.btn.li{
    font-family: 'Varela Round', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600 !important;
}
a {
    color: #3a2e8d !important;
}
a:hover {
    color: #3a2e8d !important;
}
a.btn{
    color: #fff !important;
}
a.btn-light {
    color: #3a2e8d !important;
    background-color: #f8f9fa !important;
    border-color: #3a2e8d !important;
}
a.btn-link
 {
    color: #3a2e8d !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.ul-custom {
    list-style: none;
    padding: 0;
}
.ul-custom li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size:14px;
}
.ul-custom li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233a2e8d'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}
  
header{
    padding:25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    max-width:200px;
}
.logo img{
    width: 100%;
}
.breadcrumb-section{
    padding: 12em 0;
    background: #ececec url(/images/breadcrumb.jpg) no-repeat center center;
    background-size: 100%;
    margin-bottom:2em;
}
.form-title{
    margin-bottom:30px;
    position: relative;
}
/* .form-title:after{
    content:"";
    position: absolute;
    left:50%;
    bottom:-20px;
    transform: translateX(-50%);
    height:1px;
    width:80px;
    background-color:#ddd;
} */
.form-small-title{
    position: relative;
    margin-bottom:1.5em;
}
.form-small-title:after{
    content:"";
    position: absolute;
    left:0;
    top:55%;
    transform: translateY(-50%);
    height:1px;
    width:100%;
    background-color:#ddd;
}
.form-small-title span{
    background-color:#FFF;
    padding-right:10px;
    position: relative;
    z-index: 10;
}
label {
    font-size: 15px;
    color: #444;
}
.select2-container--default{
    font-size:0.8rem !important;
}
.select2-container--default .select2-selection--single{
    height:38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:38px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
}
.select2-container{
    width: 100% !important;
}
.card {
    border: 0 !important;
    box-shadow: 0 0 10px #DDD;
    height: 100%;
}

.card-bordered {
    border: 1px solid #dbdfea;
}
.card-preview{
    padding:1.25rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dee2e6 1px !important;
}

.select2-container--default .select2-selection--multiple{
    border: solid #dee2e6 1px !important;
}

::-webkit-input-placeholder { /* Edge */
    color: #999999 !important;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999 !important;
  }
  
  ::placeholder {
    color: #999999 !important;
  }

.form-control{
    font-size:0.8rem !important;
    height: calc(1.5em + .75rem + 7px) !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    color: #fff !important;
}

.btn-primary {
    background-color: rgba(58, 46, 141, 1.0) !important;
    border-color: rgb(58, 46, 141, 1.0) !important;
}

.btn-primary:hover {
    background-color: rgba(58, 46, 141, 0.8) !important;
    border-color: rgba(58, 46, 141, 0.8) !important;
}

.btn-secondary {
    background-color: rgba(148, 149, 152, 1.0) !important;
    border-color: rgb(148, 149, 152, 1.0) !important;
}

.btn-secondary:hover {
    background-color: rgba(148, 149, 152, 0.8) !important;
    border-color: rgba(148, 149, 152, 0.8) !important;
}

.btn-danger {
    background-color: rgba(238, 61, 72, 1.0) !important;
    border-color: rgb(189, 36, 46, 1.0) !important;
}

.btn-danger:hover {
    background-color: rgba(238, 61, 72, 0.8) !important;
    border-color: rgb(189, 36, 46, 0.8) !important;
}

.btn-info {
    background-color: rgb(170, 214, 11, 1.0) !important;
    border-color: rgb(145, 182, 12, 1.0) !important;
}

.btn-info:hover {
    background-color: rgb(170, 214, 11, 0.8) !important;
    border-color: rgb(145, 182, 12, 0.8) !important;
}

.btn-success {
    background-color: rgba(0, 169, 165, 1.0) !important;
    border-color: rgb(9, 145, 142, 1.0) !important;
}

.btn-success:hover {
    background-color: rgba(0, 169, 165, 0.8) !important;
    border-color: rgb(9, 145, 142, 0.8) !important;
}
.form-group{
    margin-bottom:2rem !important;
    position: relative;
}
.table .form-group{
    margin-bottom:0 !important;
}
.help-block, .help-block-expiration, .help-block-incorrect{
    color:red;
    font-size: 12px;
    font-style: italic;
    /* position: absolute;
    left: 0;
    bottom: -25px; */
    z-index: 50;
}
.help-block:before{
    content:"*";
}
.form-group.has-error .select2_single_status{
    position:relative !important;
    height:20px !important;
}
.form-group.has-error .select2_branches{
    position:relative !important;
    height:20px !important;
}
.form-group.has-error .select2-container{
    top:-20px !important;
}
span#city-error {
    position: absolute;
    bottom: -2px;
}
span#branch-error {
    position: absolute;
    bottom: -2px;
}
#recaptcha-error{
    color:red;
    font-size: 12px;
    font-style: italic;
}
.populate_pricebox{
    font-weight: 600;
}
.populate_price{
    display: inline-block;
    background-color:rgb(194 231 230);
    border-radius: 10px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:1em;
    padding:0.5em 0.5em;
}
.table-bordered td, .table-bordered th{
    vertical-align: middle !important;
}
.image_file_custom{
    width:233px;
}
/*----Texts popup for Radio box starts here--------------------*/
.populate_radio label:before{
    content: url(/images/up-arrow.svg);
    position: absolute;
    left: 23px;
    bottom: -10px;
    display: none;
    z-index: 110;
    height: 20px;
    width: 20px;
}
.populate_radio label:hover:before{
    display: block;
}
/*----Panel OK--------------*/
label[for=panel_ok_price_tv]:after
{
    content:"Panel is on fresh condtion";
    position: absolute;
    left: 15px;
    bottom: -25px;
    padding:4px 10px;
    width:200px;
    /* border: 1px solid #eded94; */
    border-radius:3px;
    background-color:#ffffcd;
    font-size: 10px;
    font-style: italic;
    z-index:100;
    display: none;
    box-shadow: 6px -1px 20px 0px #ddd;
}
label[for=panel_ok_price_tv]:hover:after
{
    display: block;
}
/*----Marked Panel--------------*/
label[for=marked_panel_price_tv]:after
{
    content:"Panel is not fresh but in good condtion";
    position: absolute;
    left: 15px;
    bottom: -25px;
    padding:4px 10px;
    width:200px;
    border:1px solid #ffffcd;
    border-radius:3px;
    background-color:#ffffcd;
    font-size: 10px;
    font-style: italic;
    z-index:100;
    display: none;
}
label[for=marked_panel_price_tv]:hover:after
{
    display: block;
}
/*----Not Working--------------*/
label[for=not_working_price_tv]:after
{
    content:"Panel is not working totally";
    position: absolute;
    left: 15px;
    bottom: -25px;
    padding:4px 10px;
    width:200px;
    border:1px solid #ffffcd;
    border-radius:3px;
    background-color:#ffffcd;
    font-size: 10px;
    font-style: italic;
    z-index:100;
    display: none;
}
label[for=not_working_price_tv]:hover:after
{
    display: block;
}
/*----Texts popup for Radio box ends here--------------------*/
.populate_radio .help-block, .terms-check .help-block{
    left:15px;
    bottom:-15px;
}
.section-card-image{
    display: block;
}
.section-card-image img{
    width:100%;
}
.section-requirement{
    display: block;
}
.features{
    display:block;
}
.features.in-details ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns by default */
    gap: 10px; /* spacing between items */
}
.features:not(.in-details) ul li {
    display: none;
}
.features:not(.in-details) ul li:nth-child(-n+5) {
    display: list-item;
}
@media (max-width: 767px) {
    .features.in-details ul {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }
}
#previewContent img {
    height: 120px;
    width: auto;
    margin-top:10px;
}
#previewContent .table-bordered td, #previewContent .table-bordered th{
    font-size:14px;
    padding: 0.3rem;
}
.title-custom{
    margin-bottom:1.2em;
    line-height: inherit;
}
.subtitle-custom{
    font-weight: 600;
}
.ul-custom{
    margin-bottom: 2em;
}
.card-image{
    display:flex;
    flex-direction: column;
    width:100%;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid #dbdbdb;
    padding-bottom:30px;
}
.card-image img{
    max-height: 225px;
    width:auto;
}
.modal-dialog.modal-preview-custom{
    max-width:75%;
    width:95%;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(0, 0, 0, .03) !important;
}
/* For smaller devices (Mobile screens) */
@media (max-width: 767px) {
    .modal-dialog.modal-preview-custom {
        max-width:95%;
    }
}
/* Ensure the table header has a fixed width of 250px */
.modal-dialog.modal-preview-custom th {
    width: 40%;
}
.image-preview-area {
    padding: 20px 20px 5px;
    border: 1px solid #e7e7e7;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: inherit !important;
}
.form-control::placeholder {
    font-size: 11px; /* Smaller font size for mobile */
}
select.form-control {
    font-size: 11px !important; /* Smaller font size for mobile */
}
.select2-selection__placeholder{
    font-size: 11px;
}
.table th{
    width:40%;
}
/* Mobile devices (screen width less than or equal to 768px) */
@media (max-width: 768px) {
    .form-control::placeholder {
        font-size: 11px; /* Smaller font size for mobile */
    }
    select.form-control {
        font-size: 11px !important; /* Smaller font size for mobile */
    }
    .select2-selection__placeholder{
        font-size: 11px;
    }
}
/* Mobile responsiveness */
@media (max-width: 767px) {
    .table-main-form .table {
        border: 0;
        display: block;
        width: 100%;
    }

    .table-main-form th, .table-main-form td {
        display: block;
        width: 100%;
    }

    .table-main-form th {
        background: #f4f4f4;
        text-align: left;
        font-weight: bold;
    }

    .table-main-form td {
        position: relative;
    }

    .table-main-form td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 8px;
        font-weight: bold;
    }
}
.required_star{
    color:red;
}
.terms-check{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.terms-check .help-block{
    position: relative;
    left:5px;
    top:-4px;
}
#tracking_id{
    min-width: 500px;
}
footer{
    background-color:#111111;
    color: #fff;
    text-align: center;
    padding:25px 0;
}
footer p{
    margin:0;
    padding:0;
}
::-webkit-input-placeholder { /* Edge */
    color: #495057 !important;
    text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #495057 !important;
    text-transform: uppercase;
}

::placeholder {
    color: #495057 !important;
    text-transform: uppercase;
}
.select2-selection__placeholder{
    color: #495057 !important;
    text-transform: uppercase !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #495057 !important;
    text-transform: uppercase !important;
}
.select2-results__option {
    text-transform: uppercase !important;
}
select {
    text-transform: uppercase !important;
}
#date_of_birth:read-only, #expiry_date_of_passport:read-only, #issue_date_of_passport:read-only{
    background-color:#fff;
}
.overlay-custom{
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#fff url(../../images/loading.gif) no-repeat center center;
    background-size: 250px;
    z-index:999;
    display:none;
    align-items:center;
    justify-content:center;
}
.errors-custom{
    /* list-style: none; */
}
.errors-custom li{
   font-size:12px;
   font-style:italic;
   color:red;

}
#user_check_form .help-block{
    display: block;
    text-align: center;
    margin-top:4px;
}
.mobile-number-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.mobile-number-section #recaptcha-error{
    display: block;
    text-align: center;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
}
@media screen and (max-width:823px){
    #tracking_id{
        min-width: 100%;
    }
    .breadcrumb-section{
        padding:3em 0;
    }
}