@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import 'responsive.css';
@import 'font.css';
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* CSS Document */

body {
    color: #1d1f23;
    font-size: 16px;
    letter-spacing: .3px;
    font-family: "Inter", sans-serif !important;
    font-weight: normal;
    background-color: #fff;
    height: 100%;

}

html {
    height: 100%;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}


::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

a {
    text-decoration: none;
    color: #555;
}


.header-top {
    background-color: #5122c9;
    color: #fff;
    padding-right: 18px;
}

.logo {
    display: block;
    padding: 9px 0px;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.header ul {
    list-style: none !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: end;
}


.header li a {
    padding: 13px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
}

.mobile_icons {
    display: none;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
    right: 17px;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 8px 15px;
    min-width: 160px;
    text-align: left;
    border-radius: 0px;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: var(--primary);
    color: #555;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.dropdoqwn li a:hover {
    background-color: var(--secondary);
    color: #fff;
}


.icon-group {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    padding-right: 12px;
}

.icon-group img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.dflex i {
    padding-left: 5px;
    font-size: 12px;
}

.dflex {
    display: flex;
    align-items: center;
    font-size: 14px;
}


.not-panel {

    position: relative;
    padding-right: 1.8rem !important;
    border-radius: 0px !important;
    line-height: 0px;
}

.not-panel::after {
    border-right: 1px solid #7e57e1;
    position: absolute;
    content: '';
    right: 3px;
    top: 50%;
    z-index: 999;
    height: 26px;
    transform: translate(-0%, -50%);
}

.not-panel i {
    font-size: 1.4rem;
}

.not-panel span {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    color: #222;
    background-color: #ffd517;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 19px;
    top: 5px;
}

.from-group {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    position: relative;
}

.panel {
    min-width: 300px;
    background-color: rgba(255, 255, 255, 12%);
    outline: none !important;
    border-color: transparent;
    box-shadow: none !important;
    padding: 10px 50px 10px 18px;
    color: #fff !important;
    font-weight: 400 !important;
    transition: .4s ease-in-out;
}

.panel::placeholder {
    color: #c0a8ff;
}

.panel:focus {
    background-color: rgba(255, 255, 255, 19%);
    color: #c0a8ff;
    border-color: #fff;
}

.from-group button {
    background-color: transparent;
    color: #bba5f3;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 1.1rem;
    position: absolute;
    right: 13px;
    top: 9px;
}

.wrapper {
    display: flex;
    width: 100%;
}

.wrapper ul li {
    list-style: none;
}

.sidemneu {
    background-color: #fff;
    max-width: 390px;
    min-width: 250px;
    height: calc(100vh - 82px);
    overflow-x: auto;
    margin-top: 0px;
    border-radius: 0px 10px 0px 0px;
    padding-top: 10px;
}

.content_area {
    background-color: #f5f2ff;
    height: calc(100vh - 82px);
    overflow-x: auto;
    margin-top: 15px;
    border-radius: 10px 0px 0px 0px;
    width: 100%;
    margin-left: 1rem;
}

.sidemneu ul {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

.sidemneu ul li a {
    display: flex;
    align-items: center;
    padding: 4px 18px;
    color: #504b4b;
    font-weight: 400;
    font-size: 14px;
    transition: .2s ease-in-out;
    border-radius: 0px 100px 100px 0px;
}

.sidemneu ul li a:hover {
    color: #000;
    background-color: #f0eaff;
}

.sidemneu ul li a i {
    padding-right: 12px;
    font-size: 18px;
}

.drop {
    background-color: #ffffff;
    padding: 10px 10px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
    border-radius: 0px 0px 10px 10px;
}

.drop li a:hover {
    color: #5122c9;
    background-color: #e7deff;
}

.drop li a i {
    padding-right: 4px;
}

.works-space {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding: 0px 0px;
}

.accordion-button i {
    color: #fff;
    background-color: #f279f2;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 8px;
}

.accordion-button {
    color: #222;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding-bottom: 0;

}

.accordion-item:first-of-type .accordion-button {
    color: #222 !important;
    background-color: transparent !important;
    font-weight: 500;
    font-size: 15px;
    padding-right: 0;
    padding-left: 18px;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button::after {
    height: 15px;
    background-size: 17px 14px;
}

.accordion-button:not(.collapsed)::after {
    background-size: 17px 14px;
    height: 15px;
}

.accordion-body {
    padding: 5px 5px 5px 16px;
}

.search_panel {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.searh {
    width: 100%;
    outline: none;
    box-shadow: none !important;
    font-size: 15px;
}

.searh::placeholder {
    color: #888;
    font-weight: 400;
}

.search_panel form {
    flex: 1;
    margin-right: 10px;
}

.search_btn {
    background-color: #0073ea !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    padding: 4px 12px;
}

.design-list {
    margin-top: 12px;
}

.favorite-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 1px;
}

.favorite-button .favorite__icon {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.6);
    position: absolute;
    font-size: 1.063rem;
    color: #666;
}

.favorite-button.is-favorite .favorite--enable {
    opacity: 1;
    transform: scale(1);
}

.favorite-button:not(.is-favorite) .favorite--not {
    opacity: 1;
    transform: scale(1);
}


.link_txt {
    margin-left: 30px;
    font-size: 13px;
}

.dots {
    width: 10px;
    height: 10px;
    background-color: #2c8508;
    border-radius: 100px;
}

.red {
    background-color: red;
}

.box {
    background-clip: padding-box;
    text-align: center;
    position: fixed;
    left: 11px;
    bottom: 11px;
    z-index: 99999;
}

.calc {
    width: 44.5px;
    height: 33px;
    background-color: #fff;
    color: #3b434b !important;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 5px;
    line-height: 9px;
    transition: .2s ease-in-out;
}

.calc:hover {
    border-radius: 5px;
    transform: scale(1.15);
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
}

/*************** Calculator ***************/
.stretch-container-height {
    margin-left: auto;
    margin-right: auto;
}

.calculator {
    background: #202020;
}

.backspace {
    font-weight: 300 !important;
    color: #202020;
}

.common {
    text-align: center;
    color: #fff !important;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.common:hover {
    background-color: #202020 !important;
    color: #000;
}

.calculator h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 20px 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #fff;
}



.common .calc-btn {
    font-weight: 600;
    font-size: 20px;
}

.common .btn {
    outline: none !important;
    border: none !important;
    color: #fff !important;
    background: #323232;
    width: 68px;
}

.common .btn:focus {
    background-color: #3b3b3b !important;
    color: #fff !important;
}

.common .btn:hover {
    background-color: #3b3b3b !important;
    color: #fff !important;
}

.common .btn-danger {
    background-color: transparent !important;
    color: #555 !important;
    border: none;
    font-weight: 400;
}

.place_area {
    padding-right: 2.5rem;
    padding-left: 1.5rem;
}

.from_area {
    background-color: #202020 !important;
    border-radius: 0px !important;
    font-size: 32px !important;
    padding: 10px 0px;
    color: #fff !important;
    text-align: right;
    font-weight: 600 !important;
    border: none !important;
}

.from_area::placeholder {
    color: #fff;
    font-weight: 700;
}

.headericons {
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    right: 3px !important;
    top: 3px !important;
    position: fixed !important;
}

.headericons a {
    font-size: 13px;
    float: left;
    margin-right: 15px;
    color: #000 !important;
}

.headericons i {
    color: #ff5200;
    font-size: 15px;
}

.bradcmtext {}

/* popup */

.buttonclass {
    background: #108a00;
    border: 2px solid #108a00;
    color: #fff;
    padding: 6px 25px;
    display: block;
    outline: none;
    margin-top: 15px;
    float: left;
    margin-right: 10px;
    border-radius: 25px;
}

.whatsappinput {
    width: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #CCCCCC;
    font-size: 16px;
    margin-bottom: 15px;
    outline: none;
    background-color: #f0f7fd;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 35%);
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    padding: 20px;
    z-index: 9999;
    height: 100vh;
    transition: .2s linear;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 0px;
    position: relative;
    margin: 30px auto !important;
    width: 60%;
    z-index: 9999;
    color: #000 !important;
    text-align: left;

}

.popup1 {
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    padding: 30px;
    color: #000;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
}

.popup1 .close {
    position: absolute;
    top: 11px;
    right: 15px;
    transition: all 200ms;
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    z-index: 9999;
}

.popup1 .close:hover {
    color: red;
}

.popup1 h4 {
    color: #1d2150;
    font-weight: 500;
    font-size: 22px;
}

.popup1 i {
    padding-right: 3px;
}

.popup h4 {
    color: #ffffff;
    background: #108a00;
    padding: 9px 22px;

}

.user_l a:hover {
    color: #ff0575;
}

.popup h2 {
    margin-top: 0;
    color: #333;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    font-size: 33px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    z-index: 9999;
}

.popup .close:hover {
    color: #06D85F;
}

.ec_calculator_gen {
    padding: 20px;
}

.group_con_40 {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.group_con_40 label {
    display: inline-block;
    padding-right: 20px;
    font-weight: 600;
}

.group label {
    display: inline-block;
    font-weight: 600;
    width: 240px;
}

.units {
    display: inline-block;
    padding-left: 1rem;
}

#resR {
    display: flex;
    margin-top: 1rem;
}

.stand {
    flex: 1;
}

.demo {
    min-width: 350px;
    height: 100%;
    padding: 20px;
    overflow-y: scroll;
}

.s_box {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.s_box label {
    display: inline-block;
    width: 280px;
}

.gst {
    font-weight: 700;
}

.stand:nth-child(1) {
    background-color: #d3d4d7;
    color: #111;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
}

.stand:nth-child(2) {
    background-color: #e9ebed;
    color: #111;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
}

.stand:nth-child(3) {
    background-color: #d3d4d7;
    color: #111;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
}

.stand:nth-child(4) {
    background-color: #e9ebed;
    color: #111;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 15px;
}

.button-group {
    margin-top: 1rem;
}

.gstinput {
    width: 100%;
    height: 40px;
    padding: 0px 5px;
}

.view-i {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    min-width: 88px;
    justify-content: center;
}

.view-i i {
    padding-right: 8px;
    color: #108a00;
    font-size: 15px;
}

/************* end of Calculator ***************/
/**** GST CSS *****/
.gstprice_link::before {
    content: '₹';
    padding-right: 2px;
}



.price-type {
    width: 100%;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    border: none;
    outline: none;
    margin-bottom: .7rem;
    text-align: center;
}

.price-type::placeholder {
    color: #c2c2c2;
    font-weight: 600;
}

.view-price {
    display: block;
    background-image: linear-gradient(to top, #ff0580, #ff840a);
    border-radius: 5px;
    padding: 7px 12px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
}

.view-price small {
    font-size: 13px !important;
    font-weight: 600;
    display: block;
    line-height: 17px;
    text-align: left !important;
    color: #fff !important;
    padding-bottom: 0 !important;
}

.view-price strong {
    display: block;
    font-size: 19px;
}

.view-price strong::before {
    content: 'Rs.';
    padding-right: 2px;
}

.gstprice_link {
    background-color: #f0eeef;
    font-weight: 500;
    color: #333;
    font-size: 17px;
    padding: 4px 10px;
    border-radius: 4px;
    text-align: center;
}

.gst-calcutar span {
    display: block;
    text-align: center;
    color: #444;
    padding-bottom: 7px;
    font-size: 15px;
    margin-top: 4px;
}

.price-with {
    display: block;
    background: #e7fffa;
    border-radius: 5px;
    padding: 7px 12px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
}

.price-with small {
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 17px;
    text-align: left;
    color: #222;
    padding-bottom: 0;
}

.price-with strong {
    display: block;
    font-size: 19px;
    color: #23322d;
}

.price-with strong::before {
    content: 'Rs.';
    padding-right: 2px;
}

.total {
    text-align: center;
    padding-top: 2.5rem;
}

.total h5 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: .938rem;
}

.total h6 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: .938rem;
}

.total strong {
    font-weight: 700;
    font-size: 3rem;
    color: transparent;
    background-image: linear-gradient(to top, #ff0580, #ff840a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.total strong::before {
    content: 'Rs.';
    padding-right: 2px;
}

.w-overlap {
    max-width: 400px;
    padding: 38px;
    width: auto;
}

.addsubmitnew {
    background: linear-gradient(91.43deg, #4A00E0 1.22%, #8E2DE2 98.84%);
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 25px;
    display: block;
    outline: none;
    margin-top: 0px;
    margin-right: 10px;
    border-radius: 25px;
    width: 100%;
    margin-top: -10px;
    font-size: 14px;
}

.w-overlap small {
    display: block;
    color: #555;
    margin-bottom: 20px;
    margin-top: 5px;
}

.btn-group1 button {
    margin-inline-end: 1rem;
    font-size: 14px;
}

.bs-purple {
    color: #fff;
    background-color: var(--bs-purple);
}

.from-common {
    width: 100%;
    outline: none;
    box-shadow: none !important;
    font-size: 15px;
    color: #888 !important;
    font-weight: 400;
    transition: .3s ease-in-out;
}

.from-common::placeholder {
    color: #888;
    font-weight: 400;
}

.from-common:focus {
    border: 1px solid slateblue;
}

.label {
    color: #444;
}

.from-s {
    font-weight: 400;
    font-size: 15px;
}

.from-s:focus {
    box-shadow: none;
    outline: none;

}

/* checkbox */
/* The container */
.check-box {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    font-size: 15px;
}

/* Hide the browser's default checkbox */
.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c7acf7;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked~.checkmark {
    background-color: #7344e9;
    transition: .1s ease-in-out;
    border: 1px solid #7344e9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */
.radio-box {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    font-size: 15px;
}

/* Hide the browser's default checkbox */
.radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-r {
    position: absolute;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #c7acf7;
}


/* When the checkbox is checked, add a blue background */
.radio-box input:checked~.checkmark-r {
    background-color: #7344e9;
    transition: .1s ease-in-out;
    border: 1px solid #7344e9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-r:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radio-box input:checked~.checkmark-r:after {
    display: block;

}

/* Style the checkmark/indicator */
.radio-box .checkmark-r:after {
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;

}

.form-control:focus {
    color: var(--bs-body-color);
    border-color: #5122c93d !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(81 34 201 / 12%) !important;
}

.alert-btn {
    font-size: 16px;
    background-color: #309f21;
    color: #ffffff;
    border: 4px solid #fff;
    box-shadow: 0px 4px 12px #ccc
}

.close-btn {
    position: absolute;
    right: 12px;
    font-size: 27px;
    top: 9px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #7344e9;
    border-color: #7344e9;
}

.form-check-input:focus {
    box-shadow: none;
}

.btn-1 {
    background: #e7deff;
    padding: 10px 18px;
    color: #423367;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    line-height: normal;
    box-shadow: 3px -4px 10px #cdb9ff inset;
    text-transform: uppercase;
    margin-right: .5rem;
}

.error {
    background: #f72b2b;
    padding: 10px 18px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    line-height: normal;
}

.success {
    background: #2c8508;
    padding: 10px 18px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    line-height: normal;
}

.btn-2 {
    padding: 6px 11px;
    font-size: 12px;
    background-color: #35bfbf;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    line-height: 10px;
    border: none;
}

.btn-3 {
    background-color: #ff6150;
    padding: 6px 11px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    border: none;
    line-height: 10px;
}

.btn-4 {
    background-color: #2c8508;
    padding: 6px 11px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    border: none;
    line-height: 10px;
}

.modal1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: .6s all;
}

.edit-d {
    display: flex;
    align-items: center;
}

.edit-d button:nth-child(1n+1) {
    margin-right: 5px;
}

.edit-d button:last-child(1) {
    margin-right: 0px !important;
}

.custom-css {
    padding: 2rem;
}

.modal-img img {
    width: 100px;
    height: 100px;
}

.modal-content {
    text-align: center;
}

.flex-container {
    display: flex;
    background-color: #f1f1f1;
    flex-wrap: wrap;
}

.serila-n {
    min-width: 70px;
}


.divCell {
    max-width: 6%;
}


.btn22 {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.overflow {
    display: none;
}

.sno {
    width: 110px;
}


/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTable {
    border-collapse: collapse;
    width: 100%;
}

.divTableHead {
    background-color: #ece5ff;
    font-weight: 500;
    white-space: nowrap;
    color: #000 !important;
}

.divTableHead,
.divTableCell {
    border: 1px solid #d3c4f7;
    line-height: 1.5;
    padding: .5rem;
    text-align: left;
    color: #333;
    font-size: 14px;
}

/* Stack rows vertically on small screens */
@media (max-width: 30em) {

    /* Hide column labels */
    .divTableHeading>.divTableRow {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .divTableRow {
        border: 0.125em solid #333;
        border-bottom: 0;
    }

    /* Leave a space between table rows */
    .divTableRow+.divTableRow {
        margin-top: 1.5em;
    }

    /* Get table cells to act like rows */
    .divTableRow,
    .divTableCell {
        display: block;
    }

    .divTableCell {
        border: none;
        border-bottom: 0.125em solid #333;
        /* Leave a space for data labels */
        padding-left: 50%;
        word-break: break-all;
    }

    /* Add data labels */
    .divTableCell:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
    }
}

/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
    .divTableCell {
        padding-left: 0.75em;
    }

    .divTableCell:before {
        display: block;
        margin-bottom: 0.75em;
        margin-left: 0;
    }
}

.edit {
    padding: 6px 6px !important;
    border: none;
    line-height: 0px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 100px;
    color: #2e2e2e;
}

#myDIV {
    width: 360px;
    display: none;
    position: absolute;
    right: 134px;
    background-color: #fff;
    height: calc(100% - 82px);
    top: 69px;
    border-radius: 0px;
    box-shadow: 0px 16px 39px 14px rgba(0, 0, 0, 8%);
    z-index: 9999;
    overflow: auto;
    color: #333;
    text-align: left;
    padding: 10px 25px;
}


.form-signin {
    max-width: 400px;
    padding: 1rem;
    background-color: #fff;
    padding: 22px 30px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    text-align: center;
        font-size: 13px !important;
    margin-left: auto;
    margin-right: auto;
}

.form-signin p{
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
}

.form-signin h1{
    font-weight: 600;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-bg {
    background:url(../images/bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.login-bg h1{ font-size:24px;}
.forgot-h{
    font-size: 14px;
    margin-top: 22px;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
.form-signin img{
    width: 196px;
    height: 46px;
    object-fit: contain;
	margin-bottom:20px;
}
.remember-txt{
    font-size: 14px;
    color: #666;
}

.btn-color{
    background-color: #d73131 !important;
    border: 1px solid #b22020 !important;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.forgot-f{
    border-radius: 7px 7px 0px 0px;
}

.forgot-e{
    border-radius: 0px 0px 7px 7px !important;
    margin-bottom: 10px !important;
}
.two-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-profile{
    border-top: 1px solid #eee;
    padding-bottom: 0px;
}
.account-txt{
    display: block;
    font-size: 12px;
    color: #111;
    font-weight: 500;
    padding: 6px 15px;
}
.p-name{
    display: block;
    color: #333;
    padding-left: 15px;
    font-size: 13px;
    padding-right: 15px;
    margin-top: 7px;
}
.p-email{
    display: block;
    color: #777;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
}

.password-s {
    font-size: 14px;
    color: #444;
}
.password-s h4{
    font-size: 22px;
    color: #5122c9;
    margin-top: 9px;
}
.password-s h6{
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    color: #222;
}
.password-s  p{
    max-width: 600px;
    font-weight: 400;
    color: #747474;
}
.password-s label{
    font-weight: 400;
    margin-top: 15px;
    color: #111;
    font-size: 16px;
}


.form-floating>label
{
padding-left: 2.75rem !important;

}

.form-floating>.form-control, .form-floating>.form-control-plaintext

 {
    padding: 1rem 2.45rem;
}

.form-floating i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 17px 14px;
    z-index: 999;
}
.loginlinks a{float: left;}