header {
    margin-bottom: 32px;
    border-bottom: 1px solid #ddd;
}

.full-body {
    position: relative;
    overflow-x: hidden;
}

hr {
    margin: 52px 0 !important;
}

hr:not([size]) {
    height: 3px;
}

th {
    min-width: 100px !important;
}

.about-txt::placeholder {
    color: white !important;
}

.main-header {
    padding: 16px 0;
}

.google-map-icon {
    width: 30px;
    height: 30px;
}
.whatsapp-icon {
    width: 27px;
    height: 30px;
    margin-left: 5px;
}

.full-heading {
    display: flex;
    justify-content: start;
    align-items: start;
}

.first-heading {
    font-size: 36px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.h1-txt-web {
    color: rgb(138, 138, 138);
}

.h1-txt-mng {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 6px;
    color: black;
}

.h1-txt-content {
    color: black;
    font-weight: 700;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 12px !important;
    padding-bottom: 0.625rem;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 160px;
}

svg.plus-icon,
svg.fa-trash {
    height: 20px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.need-blog {
    width: 16px !important;
    height: 16px !important;
}

.social-type-area {
    width: 65% !important;
}

.color-scheme-model {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.color-scheme-model img {
    height: 100px;
    width: auto;
}

.modal-body {
    padding: 8px;
}

.social-btn {
    margin-left: 12px;
}

.testimonail-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 45px !important;
}

.testimonail-btn svg {
    min-width: 15px !important;
    min-height: 15px !important;
}

.product-btn-cont {
    display: flex;
    align-items: end;
}

.btn-action {
    width: 44px !important;
    height: 38.4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.choose-scheme {
    width: 20px !important;
    height: 20px !important;
}

.color {
    position: relative;
}

.color-sch-num {
    position: absolute;
    font-size: 31px;
    color: #fff;
    top: 50%;
    right: 37.5%;
    transform: translate(50%, -50%);
}

p.color-sch-3 {
    right: 42%;
}

.images {
    line-height: 0;
    column-count: 2;
    column-gap: 0px;
}

.images .img-item {
    width: 100% !important;
    height: auto !important;
    padding: 8px;
}

.dataTables_wrapper.no-footer {
    margin-top: 48px;
}

/* TAGS */

.bootstrap-tagsinput .tag {
    color: #000;
    background: #f0f0f0;
    padding: 4px 15px;
    border-radius: 100px;
}

.fa-times {
    font-size: 14px;
}

.bootstrap-tagsinput {
    border-color: #ccc;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
    transition: all 0.2s ease;
}

/* input[disabled] {
    box-shadow: none !important;
    border: none !important;
    background-color: #e9ecef !important;
} */

.iti--allow-dropdown {
    width: 88.9%;
}

.iti__country-list {
    z-index: 9;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.grid-2-input-btn {
    display: grid;
    grid-template-columns: 1fr 42px;
}
