.welcm{
    width: 100%;
    padding: 3px 10px;
    background: rgba(161, 14, 40, .49);
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    height: 30px;
    font-size: 13px;
    line-height: 23px;
}
.welcm {
    display: block;
    width: fit-content;
    padding: 3px 20px;
}
.welcm:hover {
    background-color: #A10E28;
}
.login-box input::placeholder {
    color: #727272;
}
.login .form-control:focus {
    background-color: #ffffff1a;
    border: 1px solid #fff;
}
.register-box input::placeholder {
    color: #727272;
}
.alert-new {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #FFF;
    padding: 50px;
    right: 35% !important;
    border-radius: 12px;
    top: 30% !important;
    z-index: 999;
}
.alert-new2 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #FFF;
    padding: 50px;
    right: 38% !important;
    border-radius: 12px;
    top: 30% !important;
    z-index: 999;
    width: 30%;
}
.alert-new span{
    margin-bottom: 20px !important;
    display: block !important;
    color: #000;
    font-size: 25px;
}
.alert-new2 span{
    margin-bottom: 20px !important;
    display: block !important;
    color: #000;
    font-size: 25px;
}
.pop_spn2 {
    font-size: 18px !important;
}
.got-it-a {
    position: relative !important;
    width: fit-content !important;
    padding: 15px 30px !important;
    background: #A10E28;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    font-size: 18px;
    line-height: 23px;
}
.badge {
background: #A10E28;
}

.got-it-a2 {
    position: relative !important;
    /* width: fit-content !important; */
    /* padding: 15px 30px !important; */
    /* background: #A10E28; */
    /* border: none; */
    /* color: white; */
    /* font-weight: 500; */
    /* border-radius: 4px; */
    cursor: pointer;
    margin: 10px 0;
    /* font-size: 18px; */
    line-height: 23px;
    right: 3px !important;
}
.got-it-a:hover {
    background-color: #a10e287d;
}
/* .got-it-a2:hover {
    background-color: #a10e287d;
} */
.inv-img  {
    width: 70px !important;
    position: absolute;
    top: -35px;
}
.inv-img2  {
    width: 70px !important;
    position: absolute;
    top: -35px;
}
.notify-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.5) !important;
    z-index: 1030 !important;
}
@media (max-width:992px) {
    .alert-new {
    padding: 25px !important;
    right: 5% !important;
    top: 25% !important;
    width: 90% !important;
}
    .alert-new2 {
    padding: 25px !important;
    right: 5% !important;
    top: 25% !important;
    width: 90% !important;
}
}
@media (max-width:767px) {
    .alert-new {
    padding: 25px !important;
    right: 5% !important;
    top: 30% !important;
    width: 90% !important;
}
    .alert-new2 {
    padding: 25px !important;
    right: 5% !important;
    top: 30% !important;
    width: 90% !important;
}
.alert-new span{
    font-size: 20px !important;
}
.alert-new2 span{
    font-size: 20px !important;
}
}
.select-box {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.select-box input {
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.1rem;
    
    border: .1rem solid transparent;
    outline: none;
}


.select-box input:focus {
    border: .1rem solid var(--primary);
}

.selected-option {
    background-color: #ffffff1a;
    border-radius: .5rem;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drpdwn {
    right: 0;
}
.subscribe_section input::placeholder {
    color: #FFF;
}

.selected-option div{
    position: relative;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.select-box ol {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.selected-option div::after{
    position: absolute;
    content: "";
    right: .8rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    
    width: .8rem;
    height: .8rem;
    border-right: .12rem solid var(--primary);
    border-bottom: .12rem solid var(--primary);

    transition: .2s;
}

.selected-option div.active-cntry::after{
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 64px;
    left: 0;
    width: 180px;
    background-color: #fff;
    border-radius: .5rem;

    display: none;
}
.select-box strong {
    color: #fff !important;
}
.select-box .options.active-cntry {
    display: block;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: var(--primary);
}

input.search-box {
    background-color: var(--primary);
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.post-item2 {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-direction: column;
}
.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}
.blog_footer2 {
    display: flex;
    justify-content: space-between;
}
.select-box ol li .country-name {
    margin-left: .4rem;
    color: #000;
}
.options {
    display: none;
}
.active-cntry strong {
    color: #000;
}
.login-btn-forgot{
    width: 100%;
    display: block;
    padding: 3px 10px;
    background: rgba(161, 14, 40, .49);
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    font-size: 13px !important;
    text-align: center !important;
}
.login-btn-forgot:hover{
    background-color: #A10E28;
    color: #FFF !important;
}
.cmng-soon {
    font-size: 30px !important;
    text-align: center;
}
.post-item {
    display: block !important;
}
.avatar-sm {
    width: 2rem;
    height: 2rem;
    border-radius: 20px;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.float-left {
    float: left !important;
}
.drp-nav li {
    padding: 0 !important;
}
.drp-nav .nav-link {
    padding: 0 !important;
}
.sidebar-fs {
    font-size: 13px;
    font-weight: 500;
}
.list-group-item.sidebar-fs.active {
    background: #A10E28 !important;
    border-color: #A10E28 !important;
}
.card p {
    font-size: 13px;
}
.user-data h4 {
    margin-top: 10px;
}
.btn-primary {
    background: #A10E28 !important;
    border-color: #A10E28 !important;
    font-size: 13px;
}
.form-new {
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    padding: 20px;
}
.card {
    border: 1px solid #C4C4C4;
}
.form-control:focus {
    color: #212529;
    border-color: #C4C4C4;
}
.pd-10 {
    padding-bottom: 10px;
}
.form-new label {
    font-size: 13px;
}
.form-new .form-control {
    font-size: 13px;
}
.form-new tr {
    font-size: 13px;
}
.tabl-new {
    margin-top: 20px;
}
.fs-13 {
    font-size: 13px;
}
.fs-16 {
    font-size: 16px;
}
.btn-success {
    font-size: 13px;
}
.mt-10 {
    padding-top: 10px;
}
.user-info-wrapper {
    margin-bottom: 10px;
}
.single_blog {
    float: none;
}
.blog_sub_title {
    margin-top: 8px;
}
.cmng-soon-h2 {
    text-align: center;
    font-size: 40px;
    padding: 150px 0;
}
.mini-step {
    display: block;
}
.visib-eye {
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
}
.login2 {
background:url(../images/loginbg.png)no-repeat top center/cover;
color: white;
padding: 50px 0px;
}
.drp-btn {
    background: #A10E28 !important;
    border-color: #A10E28 !important;
}
.step_radio {
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px !important;
}
.btn-secondary {
    background-color: #a10e287d !important;
    border-color: #a10e287d !important;
}
.btn-secondary:hover {
    background: #A10E28 !important;
    border-color: #A10E28 !important;
}
@media (min-width:768px) {
.vh-90 {
    min-height: 81vh;
}
}
.btn-primary2 {
    color: #FFF !important;
    background: #A10E28 !important;
    border-color: #A10E28 !important;
}
@-moz-document url-prefix() {
  .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
}
td {
  vertical-align: middle;
}
@media (max-width:1199px) {
    .drp-nav {
        flex-direction: row;
    }
}
.btn-secondary:focus{
    background-color: #a10e287d !important;
    border-color: #a10e287d !important;
}
.single_blog b, strong {
    font-weight: 600;
}
/* Make table responsive for mobile */
@media (max-width:767px) {
    .table-container {
        overflow-x: auto;
    }
    .size-selector {
        display: block;

    }
    .size-group {
        margin-bottom: 20px;
    }
}

 .mt-10px {
    margin-top: 10px !important;
}
.mb-20px {
    margin-bottom: 20px !important;
}
#additional_instructions::placeholder {
    font-size: 13px
}
.w-ft {
    width: fit-content;
}
.objct-cvr {
    object-fit: cover;
}
.fabric_box label {
    font-weight: 500;
}
.step_label {
    font-weight: 500 !important;
}
.td-14 {
    font-size: 14px !important;
}
.cls-btn-x {
    padding: 10px 10px 13px 10px !important;
}
.cls-btn-x:hover {
    background: #A10E28 !important;
    color: #FFF;
}
.fs-14 {
    font-size: 14px !important;
}
.table-lyt th {
    color: #FFF;
    background-color: rgba(219, 193, 178, 1.00);
}
.fs-18 {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.underline {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 10px;
}
@media (max-width:575px) {
    .w-100-mob {
        width: 100% !important;
    }
.fs-16-mob {
    font-size: 16px !important;
}
.flew-row-mob {
    flex-direction: row;
}
}
.js-cookie-consent.cookie-consent.fixed.bottom-0.inset-x-0.pb-2.z-50 {
  display: none;
}
.social-login {
    margin-top: 10px;
}
i.fa-brands.fa-google {
    font-size: 15px !important;
}
.login-box i.fa-brands.fa-facebook-f {
    font-size: 15px !important;
}
.social-login i.fa-brands.fa-facebook-f {
    font-size: 15px !important;
}
i.fa-brands.fa-apple {
    font-size: 18px !important;
}
.u-table-res {
  width: 100%;
  overflow-x: auto;
}
.fs-21 {
  font-size: 21px !important;
}
.invoice-container header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #a94442;
    padding-bottom: 10px;
}
.invoice-container p {
    margin-bottom: 0;
}
.bg-red-th th {
    background: #a94442;
    color: #FFF !important;
}
.totals {
    /* margin-top: -50px; */
    float: right;
    width: 300px;
}
@media (max-width:700px) {
    .totals {
    margin-top: 0;
    float: none;
    width: auto;
}
}
.fs-20 {
    font-size: 20px;
}
header .company-info {
    text-align: right;
    font-size: 12px;
    color: #555;
}
.fs-17 {
    font-size: 17px !important;
}
#images {
    display: none; /* This hides the default input (No file chosen) completely */
}

.custom-file-upload {
    font-size: 15px;
    font-weight: normal;
    padding: 8px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

/* .bi_up {
    font-size: 18px;
    margin-right: 6px;
} */
.job-detail-card p,
.job-detail-card ul,
.job-detail-card li {
    font-size: 14px !important;
}

.job-detail-card h1,
.job-detail-card h2,
.job-detail-card h3,
.job-detail-card h4 {
    font-size: 18px !important;
    color: #A10E28 !important;
}
.job-card {
    width: 100%;
    height: fit-content;
}
@media (max-width: 575px) {
    .job-card {
        flex-direction: row !important;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #322A30 inset !important;
    -webkit-text-fill-color: #fff !important;
}
input:focus-visible {
    outline: none !important;
}
.job-info h4 {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}
.job-info h4 a:hover {
    color: #A10E28 !important;
}
.step_label {
 margin-bottom: 13px !important;
}
.add_icon {
    background-color: transparent;
    margin-right: 5px;
}
.card2 {
  border-radius: 15px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.step_radio {
    accent-color: #A10E28; /* your color */
}
input[type="radio"] {
    accent-color: #A10E28 !important;
}
input[type="checkbox"] {
    accent-color: #A10E28 !important;
}
.form-check-input:checked {
    background-color: #A10E28 !important;
    border-color: #A10E28 !important;
    box-shadow: none !important;
}
.form-check-input:focus {
    border-color: #A10E28 !important;
    box-shadow: none !important;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    font-size: 12px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    position: relative;
}

.custom-select .selected {
    padding: 5px;
    color: black;
}

.custom-select .options {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    font-size: 12px !important;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
    z-index: 1000;
}
.custom-select::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #A10E28;
    pointer-events: none;
}
.custom-select .options li {
    padding: 10px;
    cursor: pointer;
}

.custom-select .options li:hover {
    background: #A10E28;
    color: white;
}


.neww-a {
    color: #a10e28;
}
.neww-a:hover {
    color: #a10e28;
    text-decoration: underline;
}