/*BACKGROUND COLOR FOR ALL PAGES  */
.bg-custom {
    background-color: #d8e7f8;
}
/* This css is for sidebarheader class in custom css file need to overwrite  */
.bg-Theme {
    /* background-color: #417690 !important; */
    background-color: #283a5e !important;
    padding: 10px 20px !important;
}
/* SIDEBAR CSS FOR MOBILE DEVICE */

/* THIS CSS IS WRITTEN FOR LOGIN PAGE, IT INCLUDES BOTH MEDIA AND CUSTOM
                                                         AND FORGOT PASSWORD */
/* FORM DESIGN  FOR LOGIN PAGE*/

.FormFull .logForm {
    height: 100vh;
}

.FormFull .FormDesign {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.FormFull .SideDesign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.FormFull .SideBG {
    background-image: linear-gradient(
            to bottom,
            rgb(8 7 7 / 80%),
            rgb(15 14 15 / 73%)
        ),
        url(../images/homedesign.jpeg);
    background-position: center;
    background-size: cover;
}

.FormFull .SideForm {
    color: #fbfbfb;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.FormFull .FormHead {
    /* background-color: #417690; */
    padding: 10px;
    margin-bottom: 15px;
    color: #417690;
}

/* Login Button and Google Button*/
.FormFull .SaveBtn {
    background-color: #417690;
    color: #fff;
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #417690;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* This css is for sidebarheader class in custom css file need to overwrite  */
.bg-Theme {
    /* background-color: #417690 !important; */
    padding: 11px 20px !important;
}
/* SIDEBAR CSS FOR MOBILE DEVICE */

/* THIS CSS IS WRITTEN FOR LOGIN PAGE, IT INCLUDES BOTH MEDIA AND CUSTOM
                                                         AND FORGOT PASSWORD */
/* FORM DESIGN  FOR LOGIN PAGE*/

.FormFull .logForm {
    height: 100vh;
}

.FormFull .FormDesign {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.FormFull .SideDesign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.FormFull .SideBG {
    background-image: linear-gradient(
            to bottom,
            rgb(8 7 7 / 80%),
            rgb(15 14 15 / 73%)
        ),
        url(../images/homedesign.jpeg);
    background-position: center;
    background-size: cover;
}

.FormFull .SideForm {
    color: #fbfbfb;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.FormFull .FormHead {
    /* background-color: #417690; */
    padding: 10px;
    margin-bottom: 15px;
    color: #417690;
}

/* Login Button and Google Button*/
.FormFull .SaveBtn {
    background-color: #417690;
    color: #fff;
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #417690;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.FormFull .SaveBtn:hover {
    background-color: #fff;
    color: #417690;
    border: 2px solid #417690;
    text-decoration: none;
}
.FormFull .GoogleBtn {
    background-color: #fff;
    color: #417690;
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #417690;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FormFull .GoogleBtn:hover {
    background-color: #417690;
    color: #fff;
    border: 2px solid #417690;
    text-decoration: none;
}

.FormFull .GoogleImg img {
    background-color: #fff;
    border-radius: 3px;
    width: 30px !important;
    height: 30px !important;
}

/* FORM DESIGN BG  */
@media screen and (max-width: 767px) {
    .FormFull .FormBG {
        background-image: linear-gradient(
                to bottom,
                rgb(11 11 11 / 52%),
                rgb(15 14 15 / 73%)
            ),
            url(../images/homedesign.jpeg);
        background-position: center;
        background-size: cover;
        color: white;
    }

    .FormFull .FormHead,
    .FormFull .ForgetPass {
        color: white !important;
    }

    .FormFull .SideDesign {
        display: none;
    }
}

/* THIS CSS TAGS ARE ONLY FOR COMMUNITIES PAGE.
                                              IT INCLUDES AS CUSTOM AND MEDIA SCREEN FOR MOBILE SCREEN
                                             WRITTEN  */
/* FORM DESIGN */
.CommunitiesForm .FormDesign {
    background-color: white;
    /* border-radius: 5px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075); */
    width: 100%;
    padding: 30px;
    border-radius: 8px;
}

/* image Upload css */
.customImgInput .drop-container {
    width: 100%;
}

.customImgInput input[type="file"] {
    height: auto;
    color: #444;
    padding: 5px 0px;
    border-radius: 5px;
    /* border: 1px solid #c1c0c0; */
}

.customImgInput input[type="file"]::file-selector-button {
    margin-right: 10px;
    border: none;
    background: #283a5e;
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

/* This css for EDIT AND ADD BTN  */
.PageHeadBtn .AddBtn {
    /* background-color: white; */
    background-color: #283a5e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #283a5e;
    font-size: 12px;
    transition: 0.3s ease-in;
}
.PageHeadBtn .AddBtn:hover {
    color: #283a5e;
    background-color: #fff;
    border: 2px solid #283a5e;
    /* background-color: #395486; */
    text-decoration: none;
}
.PageHeadBtn .EditBtn {
    background-color: white;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #444;
    font-size: 12px;
    transition: 0.3s ease-in;
}
.PageHeadBtn .EditBtn:hover {
    background-color: #444;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .FormCustom .nearCheck {
        margin: 15px 0px 0px 0px;
    }
    .drop_opt .filter-option-inner-inner {
        font-size: 12px !important;
    }

    .drop_opt li > a .text {
        font-size: 10px !important;
    }
}

/* THIS CSS IS FOR COMMUNITIES EDIT PAGE
                                NEED TO CHANGE IN DESIGN */

/* FILTER DESIGNS  */
.FilterOptions .FiltHead {
    background-color: #417690;
    color: white;
    padding: 5px 0px;
}
.FilterOptions {
    width: 180px;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075);
}
.FilterOptions ul {
    text-align: left;
    padding: 10px 0px 0px 0px;
}
.FilterOptions li {
    list-style: none;
    margin-left: 0px;
    padding: 0px 15px;
    margin-bottom: 5px;
    transition: 0.3s ease-in;
}
.FilterOptions li.active {
    border-left: 5px solid #417690;
    padding-left: 10px;
}
.FilterOptions li:hover {
    background-color: #d8e7f8;
}
.FilterOptions li a {
    text-decoration: none;
    color: #61758b;
}
/* This css for EDIT AND ADD BTN  */
.Actioncolumn .GoBtn {
    background-color: white;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #417690;
    font-size: 12px;
    transition: 0.3s ease-in;
}
.Actioncolumn .GoBtn:hover {
    background-color: #417690;
    color: white;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .FilterOptions {
        width: 100%;
    }
    .ActionInput {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 520px) {
    .PageHead {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .ActionInput {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
/* FOR COMMUNITIES AND ALL MODAL POPUP
                                                  CSS STYLE FOR BUTTON TAGS */
.PencilBtn {
    background-color: #417690;
    color: white;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    justify-content: center;
    transition: 0.3s ease-in;
}
.PlusBtn {
    background-color: #4fb92d;
    color: white;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    justify-content: center;
    transition: 0.3s ease-in;
}
.DelBtn {
    background-color: #ff5808;
    color: white;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    justify-content: center;
    transition: 0.3s ease-in;
}
.PencilBtn:hover,
.PlusBtn:hover,
.DelBtn:hover {
    text-decoration: none;
    color: white;
    opacity: 0.7;
}

/*
                                                  CSS STYLE FOR BUTTON TAGS */
.btnThemeBlue1 {
    opacity: 0.7;
    color: #fff;
    background-color: #666c6c !important;
    gap: 10px;
    margin-right: 15px;
    margin-left: 0px !important;
}
.btnThemeBlue1:hover {
    opacity: 0.9;
    color: #fff;
}
.AlldeleteBtn {
    background-color: #ea0d41;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #ea0d41;
    font-size: 12px;
}
.AlldeleteBtn:hover {
    color: #ea0d41;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #ea0d41;
    font-size: 12px;
}
.btnThemeBlue2 {
    opacity: 0.7;
    color: #000 !important;
    background-color: transparent !important;
    gap: 10px;
    border: 2px solid #417690 !important;
    margin-right: 15px;
    margin-left: 0px !important;
}
.btnThemeBlue2:hover {
    opacity: 0.9;
    color: #fff !important;
    background-color: #417690 !important;
}
.closeicon {
    /* background-color: #ea0d41; */
    color: #ea0d41;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    display: flex;
    transition: 0.1s ease-in;
}
.checkicon {
    /* background-color: #16d323; */
    color: #16d323;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    display: flex;
    transition: 0.1s ease-in;
}
.editbtn {
    /* background-color: #417690;
    color: white; */
    color: #395486;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    display: flex;
    transition: 0.1s ease-in;
}

.deletebtn {
    /* background-color: #ea0d41; */
    /* color: white; */
    color: #ea0d41;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    display: flex;
    transition: 0.1s ease-in;
}
.deletebtn:hover {
    background-color: #ec9999;
    color: #f8f6f7;
    text-decoration: none;
}
.editbtn:hover {
    background-color: #aabbd9;
    color: #395486;
    text-decoration: none;
}

@media screen and (max-width: 520px) {
    .SaveBtnDiv {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }
    .editbtn {
        width: 25px;
        height: 25px;
    }
    .deletebtn {
        width: 25px;
        height: 25px;
    }
    .PageHeadBtn .AddBtn {
        background-color: #283a5e;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid #283a5e;
        font-size: 12px;
        transition: 0.3s ease-in;
    }
    .AlldeleteBtn {
        padding: 3px;
        font-size: 12;
    }
    .AlldeleteBtn:hover {
        padding: 3px;
        font-size: 12;
    }
    .AddBtnMain {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .AlldeleteBtn {
        padding: 5px 10px;
        font-size: 12;
    }
    .close-button {
        padding: 13px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin-top: 10px;
    }
    .sidebartext {
        padding-left: 10px !important;
        font-size: 10px;
    }
    .filterbtn {
        padding: 3px 20px;
        margin-right: 0px;
    }
    .drawer {
        width: 235px;
    }
}
@media screen and (max-width: 768px) {
    .AddBtnMain {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 320px) and (max-width: 766px) {
    .sidebarHeader .logo img {
        height: 10px;
        max-width: 40px;
    }
    .Featured-Image {
        margin-top: 15px;
    }
    .table-header {
        width: 90px !important;
        margin-bottom: 0px !important;
    }
    .hiddenckeckbox {
        margin-bottom: -15px;
    }
    .filterbtn {
        margin-right: 0px;
    }
    .editimglable {
        width: 140px !important;
    }
}
@media (width: 768px) {
    .sidebartext {
        padding-left: 10px !important;
        font-size: 8px !important;
    }
    .sidebarHeader .logo img {
        object-fit: cover;
    }
    .table-header {
        width: 90px !important;
        margin-bottom: 0px !important;
    }
    .close-button {
        padding: 13px;
    }
    .icons {
        font-size: 11px !important;
    }
}
/* PROFILEPAGE CSS FOR PROFILEIMGE */
.profileimg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
}
.deleteprofilepic {
    position: absolute;
    top: 65%;
    left: 54%;
    color: #ea0d41;
}
.deleteprofilepic:hover {
    color: #ea0d41;
    text-decoration: none;
}
.image {
    position: absolute;
    background-color: #d8e7f8;
    width: 120px;
    height: 120px;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
}

/* CSS FOR PAGINATION  */
.pagination {
    display: flex;
}
.listItems {
    width: auto;
    display: flex;
    padding-left: 0px;
    list-style: none;
}
.listItems li {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-top: 0.3px solid #417690;
    border-bottom: 0.3px solid #417690;
    border-left: 0.3px solid #417690;
}
.actives {
    background-color: #417690;
    color: #fff;
}
.previousbtn {
    width: 85px;
    height: 38px;
    color: #417690;
    border-radius: 0px 5px 5px 0px;
    border-top: 0.3px solid #417690;
    border-bottom: 0.3px solid #417690;
    border-right: 0px solid #417690;
    border-left: 0.3px solid #417690;
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
}
.previousbtn:focus {
    outline: none;
}
.nextbtn {
    width: 60px;
    height: 38px;
    color: #417690;
    border-radius: 0px 5px 5px 0px;
    border-top: 0.3px solid #417690;
    border-bottom: 0.3px solid #417690;
    border-right: 0.3px solid #417690;
    border-left: 0.3px solid #417690;
    background-color: #fff;
}
.nextbtn:hover {
    background-color: #f0eeee;
    color: #417690;
}
.previousbtn:hover {
    background-color: #f0eeee;
    color: #417690;
}
.nextbtn:focus {
    outline: none;
}

/* CSS FOR DELETE MODAL FOOTER */
.swal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swal-modal {
    width: 350px;
}
.swal-icon:first-child {
    margin-top: 15px;
}
.swal-icon {
    margin: 5px auto;
}
.swal-text {
    font-size: 14px;
    color: #000;
    text-align: center;
}
.swal-title {
    font-size: 22px;
}

/* CSS FOR ERROR  INPUTFIELDS */
label.error {
    color: #ea0d41;
    background-color: white;
    padding: 0px;
    margin-top: 0px;
}
/* CSS FOR DataTable  CHECKBOX */

[data-table="001"] .table thead tr th {
    padding: 15px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #283a5e !important;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #283a5e !important;
    color: white !important;
}
[data-table="001"] .table tbody tr:first-of-type td {
    border-top: 1px solid #eef1f2 !important;
}
/* BUGS FIXED  */

.table.dataTable.no-footer {
    width: 100% !important;
}
.dataTables_wrapper .dataTables_length select {
    color: black !important;
}
.dataTables_wrapper {
    margin-bottom: 15px !important;
}
[data-input="001"] .form-control {
    resize: none;
}

.dropup .dropdown-toggle::after {
    font-size: 14px !important;
    border-bottom: 0px solid;
    border-top: 0.3em solid !important;
}

/* CSS FOR SIDE BAR CHANGED UI */

#sidebar ul.components.list-unstyled {
    background: #283a5e;
    padding-top: 30px;
}
#sidebar ul li a {
    color: white;
}
header[data-header="top-0"] {
    /* background-color: #aab5cb; */
    background-color: #4f6083;
}
.color-2855a4 {
    color: #fff;
}
#sidebarCollapse i {
    background-color: #283a5e;
}
.sidebartext {
    padding-left: 15px !important;
    font-size: 14px;
}
.icons {
    font-size: 14px !important;
}
/* .container-fluid{
    padding: 40px !important;
} */
.FormInputs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 20px !important;
}
.btn.btnThemeBlue {
    background-color: #283a5e !important;
    border-radius: 5px;
    padding: 7px 27px !important;
}
.dropdown-item.active {
    background-color: #283a5e !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: 1px solid #989595;
    border-radius: 5px;
    padding: 5px 14px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #989595;
    border-radius: 5px;
    padding: 5px 14px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #283a5e !important;
}
#content {
    background: #f9f9f9 !important;
}
[data-select="002"] .btn-outline-light {
    background-color: #f4f4f4 !important;
    border: 0 !important;
}
[data-input="001"] .form-control {
    background-color: #f4f4f4 !important;
}
.table.dataTable tbody tr:hover {
    background-color: #bcc4d7;
}
.btn.btnThemeLight {
    background-color: #ccd3e3 !important;
    border-radius: 5px;
    padding: 7px 27px !important;
}
[type="checkbox"]:checked + label:after {
    background-color: #283a5e !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
.label.error {
    width: 250px !important;
}
/* Drawer */
.drawer {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -300px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    overflow-x: hidden;
}
.drawer.open {
    right: 0;
    z-index: 999;
}

.close-button:focus {
    outline: none; /* Remove focus outline */
}
.filterbtn {
    background-color: #0ab39c;
    color: #fff !important;
    padding: 5px 32px;
    border-radius: 5px;
    border: 2px solid #0ab39c;
    font-size: 12px;
    transition: 0.3s ease-in;
    margin-right: 10px;
    cursor: pointer;
}
.filter-icon {
    margin-right: 10px;
}
.editimglable {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 12px !important;
}
.close-button {
    background-color: #283a5e !important;
    color: white;
    padding: 17px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.updateAnchor {
    background-color: #283a5e !important;
    border: none !important;
}
.infoicon {
    margin-left: 10px;
    font-size: 12px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.dataTables_wrapper .dataTables_filter input {
    background-color: #f4f4f4 !important;
    border: 0px solid #aaa !important;
}
header[data-header="top-0"] .dropdown-menu ul li {
    color: #1b2e3c;
    font-size: 1vw;
}
.filter-container {
    max-width: 100% !important;
}
.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 0px !important;
}

.dataTables_length select {
    background-color: #f4f4f4 !important;
    border: 0px solid #aaa;
    height: 35px;
}

.closeimg {
    font-size: 12px;
    color: red;
    cursor: pointer;
    background-color: #ccd3e3;
    border-radius: 20px;
    padding: 3px;
    font-weight: 600;
    line-height: unset !important;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
}
.closeimg:hover {
    border: 0.5px solid black;
    background-color: #fff;
}
.table-header {
    margin-bottom: 0px !important;
    margin-left: 15px !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc {
    background-position: left !important;
}
[data-table="001"] .table thead tr th {
    width: auto !important;
    white-space: nowrap;
}
.homeimagelist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
}
.editimglable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 229px;
}
.delete-edit {
    display: flex;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 5px;
}
.featured-image {
    background-color: #f4f4f4;
    padding: 40px;
    border-radius: 5px;
}
.image-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.del_icon {
    color: #e82030;
    font-weight: 800 !important;
}
.btn_add {
    border: none;
    background: none;
}
.btn_add_feature {
    border: none;
    background: none;
}
.table_color {
    border-top: 1px solid #283a5e;
}
.delete_icon {
    position: relative;
    bottom: -7px;
}
.ctl-sym-pos-rel {
    position: relative;
}
.ctl-del-ico-abo {
    position: absolute;
    bottom: 15%;
    right: 10px;
}
.cmp-mod-pop .form-group input[type="text"],
.cmp-mod-pop .form-group input[type="number"],
.cmp-mod-pop .form-group input[type="file"] {
    background-color: #f4f4f4;
    border: none;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 8px;
}
.cmp-mod-pop .form-group input[type="text"]:focus,
.cmp-mod-pop .form-group input[type="number"]:focus,
.cmp-mod-pop .form-group input[type="file"]:focus {
    box-shadow: none;
}

.cmp-mod-pop .form-group input::-webkit-outer-spin-button,
.cmp-mod-pop .form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.cmp-mod-pop .form-group input[type="number"] {
    -moz-appearance: textfield;
}
.ctl-pop-clo-btn .btn-secondary:not(:disabled):not(.disabled):active,
.ctl-pop-clo-btn .btnThemeLight:focus,
.ctl-pop-clo-btn .btnThemeLight:focus-visible {
    box-shadow: none;
    outline: 0;
}
.ctl-pop-clo-btn .btnThemeLight:hover {
    color: #ffffff;
}
.customImgInput label.error {
    background-color: transparent !important;
}
@media (max-width: 767px) {
    .ctl-del-ico-abo {
        position: absolute;
        bottom: 12%;
        right: -10px;
    }
}
.mb-15 {
    margin-bottom: 15px;
}

.upload__box p {
    margin: 0;
    font-weight: 500;
    font-size: 0.91vw;
}

.upload__box span {
    font-size: 14px;
    margin-left: 5px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn-box {
    margin-bottom: 10px;
}
.upload__btn-box .cus-head {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding: 1px 10px;
    cursor: pointer;
    border: 2px solid #283a5e;
    background-color: #283a5e;
    border-radius: 5px;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 0;
}
.cus-background .upload__box:last-child .upload__img-wrap {
    margin: 0;
}

.upload__img-wrap {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}
.fw-600 {
    font-weight: 600;
}
.upload__img-box {
    width: 100%;
    padding: 10px;
    background: #f4f4f4;
    margin: 0px 0 10px 0px;
    border-radius: 5px;
}
.upload__box {
    background-color: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-bottom: 2px solid #fff;
}
.upload__img-wrap .img-name a {
    color: #000 !important;
    text-decoration: none !important;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #c7d3e3;
    position: absolute;
    top: -1px;
    right: 0px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "\e605";
    font-size: 14px;
    color: #fe4237;
    font-family: "themify";
    margin-left: -2px;
}

.img-name {
    position: relative;
}

.image-name {
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
@media (max-width: 430px) {
    .image-name {
        width: 120px;
    }
}

@media (max-width: 350px) {
    .image-name {
        width: 95px;
    }
    .upload__btn {
        padding: 0px 4px;
    }
    .upload__box span {
        margin-left: 0px;
    }
}
.cus-background {
    background-color: #f4f4f4;
    padding: 40px;
    border-radius: 5px;
}

.upload__img-wrap::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    margin-left: 5px;
}

.upload__img-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.upload__img-wrap::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .upload__box p {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .cus-background {
        padding: 10px;
    }
    .featured-image {
        padding: 10px;
    }
}
@media (max-width: 992px) {
    .upload__box p {
        font-size: 12px;
    }
}

/*Loaderfor image Upload*/
.dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: 0.9s;
    --uib-color: #183153;
    position: relative;
    display: flex;
    float: right;
    right: 55px;
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
    width: 20px;
}

.dot-spinner__dot::before {
    content: "";
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}
/*End of Loaderfor image Upload*/
.home_design_edit_order {
	position: relative;
	right: 30px;
	width: 40px;
	height: 24px;
	font-size: 12px;
	    -webkit-appearance: textfield !Important;
		border:none;
}
.home_design_edit_order:focus{
    outline: none;
}
.required:after {
    content: "*";
    color: #fe4237;
    margin-left: 4px; 
}