.custom-input {

    height: 50px;

    background: transparent;

    border-radius: 13px;

}

.logo-text.text-white {
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    font-size: larger;
}

body[data-layout=detached] #layout-wrapper::after {
    background: url(http://127.0.0.1:8000/images/banner/banner1.jpg) bottom !important;
}

body[data-layout=detached] #layout-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 165px;
    /* background: -webkit-gradient(linear, left top, right top, from(#273c92), to(#293e92)); */
    background: linear-gradient(10deg, maroon, red);
    -webkit-box-shadow: 1px 0 7px 0 rgba(0, 0, 0, .5);
    box-shadow: 1px 0 7px 0 rgba(0, 0, 0, .5);
}


button.btn.btn-primary.btn-custom {

    width: 100%;

    height: 50px;

    padding: 0 var(--btn-padding);

    transition: inherit;

    transition-property: color, background-color, border, border-radius,

        visibility;

    border: red;

    border-radius: var(--btn-border-radius, 9999999px);

    background-color: red;

    color: white;

    font-family: inherit;

    line-height: 1;

    text-decoration: none;

    font-size: medium;

    white-space: nowrap;

    cursor: pointer;

}

label {

    font-weight: 600;

    color: #0f254d;

    margin-bottom: 0.5rem;

}

.update-profile-sec {

    margin-left: 38px !important;

    margin-top: 14px;

    padding: 27px;

    background: white;

    border-radius: 15px;

}

.card-heading {

    font-weight: bolder;

    line-height: 43px;

    font-size: xx-large;

    width: 55%;

    font-family: system-ui;

    color: red;

    text-transform: capitalize;

    margin-bottom: 39px;

}



.custom-btn {

    color: #ffffff !important;

    background: red;

    border: 1px solid red;

}

.custom-btn:hover {

    color: #ffffff !important;

    background: #25a8de;

    border: 1px solid #25a8de;

}



.btn-dark,

.btn-secondary {

    color: #ffffff !important;

    background: red;

    border: 1px solid red;

}



.btn-dark:hover,

.btn-secondary:hover {

    color: #ffffff !important;

    background: #25a8de;

    border: 1px solid #25a8de;

}



.custom-textarea {

    height: 150px;

    background: transparent;

    border-radius: 13px;

}

.btn-back {

    width: max-content;

    height: 45px;

    padding: 11px 18px 13px 18px;

    contain-intrinsic-block-size: auto 100px;

    border: red;

    border-radius: 12px;

    background-color: red;

    color: white;

    font-size: medium;

    float: right;

}

img.small-img {

    width: 100px;

    object-fit: cover;

    height: 50px;

    border-radius: 0px 10px 10px 0px;

}

.form-control[type="file"] {

    border-radius: 10px 0px 0px 10px !important;

}

.flex {

    display: flex;

}

p {

    color: #0f254d;

}



input.custom-input2,

input.custom-input2:focus {

    border-top: none;

    border-left: none;

    border-right: none;

    margin-bottom: 6px;

    border-color: #0f254d;

    width: 100%;

}

.border-custom {

    border: 1px solid #e7e5e5;

    padding: 10px;

    border-radius: 2px;

}

input.form-control.custom-picker {

    height: 23px;

    width: 85%;

}

.btns {

    float: right;

}

#add-row {

    border: 0px;

    padding: 10px;

    background: #144578;

    width: 10%;

    text-align: center;

    margin-top: 13px;

    color: white;

}

.custom-row1,

.custom-row2 {

    background-color: white;

    box-shadow: 5px 7px 44px rgba(0.1, 0.1, 0.1, 0.1);

    height: 250px;

}

.custom-section {

    padding: 10px;

}

h4.custom-uppercase {

    font-style: normal;

    text-transform: uppercase;

    font-weight: 600;

    height: 40px;

    font-size: 15px;

    border-bottom: 2px solid #dfdede;

    color: #0f254d;

    padding: 10px;

}



label {

    font-weight: 600;

    color: #0f254d;

    font-style: normal;

    margin-bottom: 0.5rem;

}

#remove-row {

    border: 0px;

    padding: 10px;

    background: #a50f04;

    width: 10%;

    text-align: center;

    margin-top: 13px;

    color: white;

}

.actions.clearfix {

    display: none !important;

}



.bg-completed {

    background-color: #465eca;

}



.steps .item.active {

    background-color: #134477;

    color: #fff;

    display: flex;

    padding: 16px 28px;

    gap: 2px;

    border-radius: 6px;

    align-items: center;

}



.steps .item.disabled {

    color: #fff;

    display: flex;

    padding: 16px 28px;

    gap: 2px;

    border-radius: 6px;

    align-items: center;

}



.steps .count {

    font-size: 16px;

    padding: 5px;

    border-radius: 50%;

    border: 2px solid #fff;

    width: 38px;

    display: inline-block;

    font-weight: 500;

    text-align: center;

    margin-right: 10px;

    background-color: rgba(59, 93, 231, 0.25);

}

.item.disabled {

    background-color: #c3cef8;

}



.item.disabled .step-title {

    color: #134477;

}



.item.disabled .count {

    border: 2px solid #134477;

    color: #134477;

}



#form-horizontal .steps {

    display: none;

}



/* .steps .col-md-3 {

    padding: 0;

} */

span.required {

    color: red;

    font-size: larger;

    font-weight: 900;

}

/* dropizone */

.customdropizone {

    display: block;

    border: 2px dashed;

    padding: 27px;

    justify-content: center;

    text-align: center;

}

.preview-image {

    width: -webkit-fill-available;

    height: -webkit-fill-available;

    object-fit: cover;

    margin: 0px;

    border-radius: 10px;

}

.image-container {

    position: relative;

    display: inline-block;

    border-radius: 10px;

    height: 120px;

    width: 150px;

    border: 2px solid gray;

    margin: 10px;

}

/* dropizone */

.form-tabings {

    display: flex;

    gap: 29px;

    width: 100%;

    place-content: center;

    place-items: center;

}



.tabing-btn {

    background: #c3cef8;

    color: #495378;

    padding: 14px;

    width: 163px;

    height: 50px;

    cursor: pointer;

    text-align: center;

    border-radius: 4px;

}



.tab-content.card {

    padding: 10px;

}



.tabing-btn.active {

    background: #134477;

    color: white;

}



.form-heading {

    text-align: center;

    font-weight: 600;

    font-size: medium;

    font-style: italic;

    padding-bottom: 10px;

    width: unset;

    color: #495057;

    border-bottom: 1px solid #f3e7e74d;

}



label.value {

    border-bottom: 1px solid #495057;

}

.flex-group label.value {

    flex-grow: 1;

}

label.col-form-label {

    max-width: 37%;

}



.col-form-label::after {

    content: " :";

}

.flex-group {

    display: flex;

    place-items: end;

    gap: 10px;

    width: -webkit-fill-available;

}

.col-md-6.border-right {

    padding-right: 27px !important;

}

.italic {

    font-style: italic;

}



.error {

    color: red;

}

.dropdown-hidden {

    display: none;

}

.step-title {

    cursor: pointer;

}

a.btn.btn-danger.remove-sibling {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

}



input.sibling-name.form-control {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

}



.loader3 {

    width: 50px;

    height: 50px;

    display: inline-block;

    padding: 0px;

    text-align: left;

    margin-left: -40px;

}



.loader3 span {

    position: absolute;

    display: inline-block;

    width: 80px;

    height: 80px;

    border-radius: 100%;

    background: #0929a3;

    -webkit-animation: loader3 1.5s linear infinite;

    animation: loader3 1.5s linear infinite;

}



.load-head {

    font-size: 24px;

    font-style: normal;

    margin-top: 23px;

    font-weight: 600;

    color: #1a4878f2;

}



div#loader {

    text-align: center;

}



.loader3 span:last-child {

    animation-delay: -0.9s;

    -webkit-animation-delay: -0.9s;

}



@keyframes loader3 {

    0% {

        transform: scale(0, 0);

        opacity: 0.8;

    }



    100% {

        transform: scale(1, 1);

        opacity: 0;

    }

}



@-webkit-keyframes loader3 {

    0% {

        -webkit-transform: scale(0, 0);

        opacity: 0.8;

    }



    100% {

        -webkit-transform: scale(1, 1);

        opacity: 0;

    }

}











.file-md {

    height: 4rem;

    border-radius: 0px !important;

    border: 1px solid #ced4da;

    width: 4rem;

    object-fit: cover;

}

.loadmore {

    display: none;

}



#load-less {

    display: none;

}
.product-image img{
    width: 50px;
    border-radius: 10px;
}
button#tvfcButton {

    float: right;

    width: auto;

}

.btn-light {
    z-index: 999;
    margin-bottom: 10px;
}

h4.page-title {
    color: #fff;
}

form .btn-secondary {
    background-color: transparent;
    border: none;
    color: red !important;
}