/* ----------------------- customizeDashboard -------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
    text-decoration-line: none;
    -moz-text-decoration-line: none;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #6d6d6d;
}

/* headerDashboad */
.headerDashboad {
    padding: 10px 15px;
    font-family: "Gothic A1", sans-serif;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    z-index: 1046;
}

.header-linkList {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 0;
}

.header-linkList li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(75, 85, 99, 1);
    text-decoration-line: none;
    -moz-text-decoration-line: none;
}

.header-linkList li a.active {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.header-linkList li a:hover {
    text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.btn-userPhoto {
    border: 0;
    background-color: #ffffff;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn-userPhoto.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(187, 187, 193, 1);
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.btn-userPhoto .photo {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-userPhoto .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headerNavbar .untitleText {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.headerNavbar {
    border-bottom: 1px solid #E2E8F0;
    padding: 10px 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    /* position: relative; */
    position: sticky;
    top: 0;
    z-index: 1046;
    background: #ffffff;
}

.headerNavbar .leftSide {
    display: flex;
    gap: 20px;
}

.headerNavbar .rightSide {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.w-35 {
    width: 35px;
}

.headerNavbar button {
    height: 35px;
}

.btnTheam {
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid transparent;
    text-wrap: nowrap;
}

.btnTheam.black {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.btnTheam.light {
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
}

.btnTheam.outline {
    background-color: #ffffff;
    border-color: rgba(229, 231, 235, 1);
    color: rgba(17, 16, 34, 1);
}

.btnTheam.outlineBlack {
    background-color: #ffffff;
    border-color: rgba(17, 16, 34, 1);
    color: rgba(17, 16, 34, 1);
}

.hover1:hover {
    outline: 1px solid rgba(17, 16, 34, 1);
}

.btn-save.hover1:disabled:hover {
    outline: none;
}

.hover1[disabled]:hover {
    outline: 1px solid rgba(17, 16, 34, 1);
    cursor: not-allowed;
}

.hover1[disabled] {
    opacity: 0.6;
    background-color: transparent;
}

.hover1[disabled]:hover {
    outline: 1px solid #F3F3F3;
    cursor: not-allowed;

}

.hoverBlack:hover {
    border: 1px solid rgba(17, 16, 34, 1);
    background-color: #ffffff;
    color: rgba(17, 16, 34, 1);
}

.hoverLight:hover {
    background-color: rgba(249, 249, 255, 1);
    color: rgba(17, 16, 34, 1);
    font-weight: 600;
}

.btnTheam.outline.label01 {
    background-color: #ffffff;
    border-color: rgba(229, 231, 235, 1);
    color: rgba(75, 85, 99, 0.3);
    padding: 10px;
    justify-content: start;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}

.btnTheam.outline.label01.textarea {
    height: 90px;
    display: flex;
    align-items: start;
}

.mobileTheam.one .btnTheam.outline.label01 {
    background-color: #ffffff;
    border-color: rgba(229, 231, 235, 1);
    color: rgba(75, 85, 99, 0.3);
    padding: 6.5px;
    justify-content: start;
    font-weight: 700;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0px;
    height: 22px;
    border-radius: 3.5px;
}

.btnTheam.outline.label01.active {
    border-color: #000000;
}

.btnTheam.outline.label01.bg-01 {
    background-color: rgba(229, 231, 235, 1);
}

.img-18 {
    width: 18px;
}

.btn-createScreen {
    padding: 7px 51px;
}

.btn-createScreen img {
    width: 25px;
    flex-wrap: nowrap;
}

.btn-newapp {
    width: auto;
    padding: 7px 14px;
    font-weight: 800;
}

.titleName {
    background-color: rgba(248, 250, 252, 1);
    color: rgba(17, 16, 34, 1);
    padding: 10px;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 220px;

}

.titleName::placeholder {
    color: rgba(75, 85, 99, 1);
}

.btn-prototype.btnTheam {
    gap: 10px;
    padding: 5.5px 10px;
    width: 248px;
}

.btn-prototype .box {
    width: auto;
    display: flex;
    gap: 5px;
    align-items: center;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.btn-save {
    padding: 7.5px 16.5px;
}

/* End */

/* basic-control */

.basic-control {
    width: 244px;
    position: relative;
    z-index: 1046;
    height: 100%;
    /* box-shadow: 0px 0px 21.2px 0px #00000008; */
    /* margin-top: 20px;
    margin-left: 20px; */
    z-index: 1046;
    background-color: #ffffff;
}

.leftarrow {
    position: absolute;
    right: -24px;
    top: 45px;
    padding: 0;
    border: 0;
}

.rightarrow {
    position: absolute;
    left: -24px;
    top: 45px;
    padding: 0;
    border: 0;

}

/* flex-wrap: nowrap; */
.theamTabs.nav-pills {
    width: 100%;
    flex-wrap: nowrap;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.basic-control .tab-content>.active {
    background-color: #ffffff;
}

.theamTabs .nav-item {
    width: 100%;
}

.theamTabs.nav-pills .nav-link {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(75, 85, 99, 1);
    width: 100%;
    background-color: #ffffff;
    padding: 8.5px 8.5px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.theamTabs.nav-pills .nav-link.active {
    font-weight: 800;
    color: rgba(0, 0, 0, 1);
    background-color: #F8FAFC;
    border: 1px solid #E5E7EB;
}

.mainStucture {
    display: flex;
    gap: 24px;
    align-items: start;
    height: calc(100vh - 125px);
    overflow: hidden;
}

.mainStucture .leftSide {
    width: 19.2%;
    /*border-right: 1px solid rgba(226, 232, 240, 1);
    */
    height: calc(100% - 44px);
    background-color: #ffffff;
    box-shadow: 0px 0px 21.2px 0px #00000008;
    margin: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
    /* padding: 0 !important; */
}

.mainStucture .centerSide {
    width: 54.5%;
    /* border: 1px solid; */
    /* height: 100%; */
    position: relative;
    overflow-y: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 120px);
    /* background-image: url("../customize-dashboard/bgGrid.png"); */
    /* flex-shrink: 0; */
    padding: 16px 16px 16px 16px;
}

.mainStucture .rightSide {
    width: 24.8%;
    width: 26.3%;
    height: calc(100% - 44px);
    margin: 20px 20px 24px 20px;
    /* box-shadow: 0px 0px 21.2px 0px #00000008; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow-y: auto;
    flex-shrink: 0;
}

.searchTheam {
    position: relative;
}

.searchTheam img {
    position: absolute;
    left: 8px;
    top: 8px;
}

.searchTheam input {
    padding-left: 36px;
    width: 100%;
}

.searchTheam input::placeholder {
    color: rgba(156, 163, 175, 1);
}

.padd-10-12 {
    padding: 10px 12px;
}

/* .textBoxList {} */

/* .textBoxList {
    height: 100%;
    overflow-y: auto;
} */

.textBoxList {
    height: calc(100vh - 294px);
    overflow-y: auto;
}

.textBoxList .BoxCommen {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 0px;
    padding-right: 10px;
}

.textBoxList .BoxCommen .subBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 15px;
    background-color: #ffffff;
    color: rgba(75, 85, 99, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.activeImg {
    display: none;
}

.textBoxList .BoxCommen .subBox.active {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.textBoxList .BoxCommen .subBox:hover {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.textBoxList .BoxCommen .subBox.active .activeImg {
    display: block;
}

.textBoxList .BoxCommen .subBox.active .nonactiveImg {
    display: none;
}

.textBoxList .BoxCommen .subBox:hover .activeImg {
    display: block;
}

.textBoxList .BoxCommen .subBox:hover .nonactiveImg {
    display: none;
}

.offcabasTheam.offcanvas {
    width: 244px !important;
    left: 25.2%;
    height: calc(100vh - 173px);
    top: 123px;
    overflow-y: auto;
    box-shadow: 0px 0px 21.2px 0px rgba(0, 0, 0, 0.03);
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.offcanvas-header01 {
    padding: 10px 0px;
    margin-bottom: 5px;
}

.offcanvas-header01 label {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(40, 40, 40, 1);
}

.text01 {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
}

.text02 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.text03 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.text04 {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #4B5563;
}

.text-padd {
    padding: 10px;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.text01.black {
    color: rgba(17, 16, 34, 1);
}

.text01.gray {
    color: rgba(75, 85, 99, 1);
}

.hr-01 {
    width: 100%;
    height: 4px;
    border-top: 4px solid rgba(229, 231, 235, 1);
    margin: 20px 0 10px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.label02 {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(75, 85, 99, 1);
    margin-bottom: 3px;
    display: inline-block;
}

.FloatingLableTheam {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.d-none {
    display: none;
}

/* End */

/* center-customize-prototype */
.center-customize {
    height: 100%;
    position: relative;
}

.mobileTheam {
    background-color: #FFFFFF;
    /* position: absolute; */
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 256px;
    height: 535px;
    border: 1px solid #BBBBC1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
}

.mobileTheam.one {
    background-color: #FFFFFF;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 162px;
    /* height: 337px; */
    height: auto;
    padding: 12px;
}

.centerSide .mobileTheam {
    border: 5px solid var(--Gray, #BBBBC1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.afternone::after {
    display: none;
}

.dropdownTheam {
    background-color: rgba(239, 237, 237, 1);
    min-width: 95px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    padding: 5px;
}

.dropdownTheam .dropdown-item {
    padding: 0 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    display: flex;
    gap: 5px;
    align-items: center;
}

.dropdownTheam .dropdown-item .img-15 {
    width: 12px;
}


.listingModual.textBoxList .items {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-align: start;
    color: rgba(75, 85, 99, 1);
    padding: 13px 0 13px 5px;
    border: 0;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    background-color: #ffffff;
}

.listingModual.textBoxList .items.active {
    font-weight: 800;
}

.imgModualList .BoxCommen {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 10px;
}

.imgModualList .BoxCommen .subBox {
    width: 100%;
    height: 144px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(229, 231, 235, 1);
}

.imgModualList .BoxCommen .subBox.img-Screen {
    height: 219px;
}

.imgModualList .BoxCommen .subBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.activeImg {
    display: none;
}

/* End */

/* app-control-properties */
.app-control {
    position: relative;
}

.app-control .rightarrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.propertyBoxList {
    overflow-y: auto;
    height: calc(100% - 44px);
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 15px;
}

.propertyBoxList li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.w-32-32 {
    width: 32px;
    height: 32px;
}

.alignmentList {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.keyboarType {
    display: flex;
    gap: 11px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
}

.keyboarType .btnTheam {
    width: 100%;
    height: 42px;
}

.layoutFlex {
    display: flex;
    gap: 10px;
}

.layoutFlex .w-40-40 {
    width: 40px;
    height: 40px;
}

.h-40 {
    height: 40px;
}

.inputTheam02 {
    position: relative;
    width: 100%;
}

.inputTheam02 .btnTheam {
    padding-left: 40px !important;
}

.inputTheam02 .btnTheam.radius {
    padding-left: 50px !important;
}

.inputTheam02 .btnTheam.outline.label01 {
    color: rgba(40, 40, 40, 1);
    width: 100%;
}

.inputTheam02 .iconLayout {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.selectTheam .form-select {
    padding: 10px 13px 10px 15px !important;
    height: 40px !important;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(75, 85, 99, 1);
}


.selectTheam select.form-select {
    /* color: #000; */
    color: #4B5563;
    /* Default text color */
    background-color: #fff;
    border: 1px solid rgba(229, 231, 235, 1);
}

.selectTheam select.form-select:hover,
.selectTheam select.form-select:focus {
    border-color: #000;
    box-shadow: none;
    color: #000;
}


.text-12 {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(40, 40, 40, 1);
}

/* Select */
/* .custom-select {
    position: relative;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom-select .selected-option {
    padding: 10px 15px;
    color: rgba(75, 85, 99, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.custom-select .options-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.custom-select .options-list .option {
    padding: 10px 15px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.custom-select .options-list .option:hover,
.custom-select .options-list .option:active {
    background-color: #000;
    color: #fff;
}

.custom-select {
    width: 100%;
}

.custom-select .selected-option {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* End Select */

.imgReplace.active .activeImg {
    display: block;
}

.imgReplace.active .nonactiveImg {
    display: none;
}

.imgReplace:hover .activeImg {
    display: block;
}

.imgReplace:hover .nonactiveImg {
    display: none;
}

.uploadBpx .img-01 {
    width: 19px;
    height: 19px;
}

.uploadBpx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #F8FAFC;
    padding: 0;
    width: 100%;
}

.uploadBpx p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #4B5563;
    margin: 5px 0 3px 0;
}

.uploadBpx span {
    font-weight: 400;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #4B5563;
}

.checkboxTheam .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.checkboxTheam .form-check-input[type=checkbox] {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.checkboxTheam .form-check-input:checked {
    background-color: #33BE87;
    border-color: #33BE87;
}

.checkboxTheam label {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 6px;
    color: #0A0A0A;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.colorTheam {
    background-color: #F8FAFC;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-family: Inter;   */

}

.colorTheam label {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.5%;
    vertical-align: middle;
    color: #797979;
}

.colorBox {
    display: flex;
    gap: 8px;
    align-items: center;
}

.colorBox .box {
    width: 16px;
    height: 16px;
    display: flex;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.colorBox .box .one {
    width: 8px;
    height: 16px;
}

.colorBox .box .two {
    width: 8px;
    height: 16px;
}

.colorBox .box .one.red {
    background-color: #ED4A4B;
}

.colorBox .box .two {
    /* opacity: 64%; */
    background-color: #ED4A4B;
}

.colorBox .box .two.hundred {
    opacity: 100%;
}

.colorBox .box .two.hundred {
    opacity: 100%;
}

.rashioBox {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
}

.rashioBox>button.text-padd {
    width: 100%;
    margin-bottom: 5px;
    background-color: #ffffff !important;
}

.uploadPhoto {
    width: 100%;
    height: 108px;
}

.uploadPhoto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* End */

.untitleText {
    font-size: 16px;
    font-weight: 500;
}

.plybtn {
    width: 35px;
}

.left-navbar {
    position: sticky;
    top: 80px;
    /* margin-top: 20px;
    margin-left: 20px; */
    left: 20px;
    box-shadow: 0px 0px 21.2px 0px #00000008;
    width: 90px;
    z-index: 100;
}

.left-navbar ul {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.left-navbar ul {
    text-align: center;
}


.left-navbar ul li .item {
    padding: 15px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #4B5563;
    background: #ffffff;
}

.left-navbar ul li .item:hover {
    background-color: #EEEEEE;
}

.bg-main {
    /* background-color: #F8FAFC; */
    background-image: url('../customize-dashboard/bgGrid.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    height: calc(100vh - 120px);
}

.bg-main.one {
    height: 100%;
    min-height: 100vh;
}

.right-dashboard-main {
    display: flex;
    gap: 20px;
    padding: 150px 165px 70px 200px;
}

.right-dashboard-main .mobileTheam {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    left: auto;
    right: auto;
}

.screen-name {
    font-weight: 500;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    top: -15px;
    left: 0;

}

.delet-screen.screen-name {
    left: auto;
    right: 0;
    top: -18px;
}

.delet-screen.screen-name img {
    width: 12px;
}

.screen-name.text-14-5 {
    top: -19px;
    font-size: 14px;
    font-weight: 500;
}

.zoomBox {
    box-shadow: 0px 0px 21.2px 0px #00000008;
    display: inline-flex;
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 100;
}

.zoomBox .box:nth-of-type(1) {
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}

.zoomBox .box:nth-of-type(3) {
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
}

.zoomBox .box:nth-of-type(2) {
    border-left: 1px solid #E5E7EB;
    border-right: 1px solid #E5E7EB;
}

.zoomBox .box {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid transparent;
}

.zoomBox .box:hover {
    background-color: #EEEEEE;
}

.iconCenterBox {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.iconCenterBox .zoomBox .box {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #4B5563;
    width: auto;
}

.footerSave {
    background-color: #ffffff;
    padding: 10px 15px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1048;

}

.footerSave .right {
    display: flex;
    gap: 20px;
}

.footerSave button {
    width: 112px;
}

.w-90 {
    width: 90px !important;
}

.label-16 {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
}

.screenDrop {
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
}


/* 29-07-2025 Dashboard */
.tab_theamOne .nav {
    width: auto;
    border-radius: 8px;
    gap: 12px;
    gap: 10px;
    padding: 4px;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}

.tab_theamOne .nav .nav-item {
    width: 100%;
}

.tab_theamOne .nav .nav-link {
    width: 100%;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    text-wrap: nowrap;
}

.tab_theamOne .nav .nav-link.active {
    background-color: rgba(240, 241, 255, 1);
    font-weight: 600;
}

.subscription-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
}

.subscription-title {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 12px;
}

.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.price {
    font-weight: 700;
    font-size: 20px;
    color: #4f5bff;
    line-height: 32px;
}

.badge-min.success-badge {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.success-badge {
    background-color: #c5ffd0;
    color: #14351a;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.112px;
    line-height: 20px;
}

.success-badge.blued {
    background-color: rgba(1, 76, 244, 1);
    color: #ffff;
}

.success-badge.failed {
    background-color: rgba(255, 197, 197, 1);
    color: rgba(53, 20, 20, 1);
}

.success-badge.ongoing {
    background-color: rgba(255, 243, 197, 1);
    color: rgba(53, 50, 20, 1);
}

.success-badge.pending {
    background-color: rgba(197, 226, 255, 1);
    color: #004085;
}

.date-section {
    margin-bottom: 20px;
}

.date-label {
    font-size: 14px;
    color: #757474;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 20px;
}

.date-value {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.064px;
    line-height: 24px;
}

.cancel-button.btn {
    background-color: #f0f1ff;
    border: 1px solid #dbddff;
    color: #000000;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.128px;
    line-height: 24px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.cancel-button.btn:hover {
    background-color: #e8e9fe;
    border-color: #c5c8ff;
}

.cancel-button.btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(79, 91, 255, 0.2);
}

.cancel-button.btn:disabled {
    background-color: rgba(238, 238, 238, 1);
    color: rgba(117, 116, 116, 1);
    cursor: not-allowed;
    border-color: transparent;
}

/* .selectTheam01.form-floating>label {
    line-height: normal !important;
    height: 32px !important;
}

.selectTheam01 .form-select{
    font-size: 15px;
} */

.TheamEdit .input-group-text {
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    height: 40px;
}

.TheamEdit .form-control,
.form-select {
    padding: 12px 12px !important;
    height: 40px !important;
}

.screenDrop {
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
    display: flex;
    gap: 10px;
}


.h-40.form-control,
.form-select {
    height: 40px !important;
}

.h-40.btnTheam {
    height: 40px !important;
}

.h-40.form-control,
.form-select {
    width: 170px;
}

.TheamEdit .form-control,
.form-select {
    width: 120px;
}

.h-40.btnTheam {
    height: 40px !important;
    width: 149.42px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.imgScreen {
    width: 100%;
    height: 100%;
}

.imgScreen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.loader-container[_ngcontent-ng-c3077934791] {
    z-index: 2001 !important;
}

.text-sourceCode {
    font-size: 16px;
    line-height: 22px;
}

.sourceCodeModal-body {
    height: calc(100vh - 170px);
    overflow-y: auto;
}

.btnLogoutYes.btn-save,
.btnLogoutNo.btn-save {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    width: 100%;
    display: inline-flex;
}

.mx-350 {
    max-width: 350px !important;
    margin-right: auto;
    margin-left: auto;
}

/* logout modal */
.demo-container {
    text-align: center;
}

.trigger-btn {
    background-color: #3b82f6;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.trigger-btn:hover {
    background-color: #2563eb;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.show {
    display: flex;
    opacity: 1;
}

.theamLogout .modal-content {
    background: white;
    border-radius: 17px;
    max-width: 546px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal-overlay.show .modal-content {
    transform: scale(1);
}

.theamLogout .modal-body {
    padding: 20px;
}

.logout-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    margin-bottom: 20px;
}

.logout-icon {
    width: 24px;
    height: 24px;
    stroke: #000000;
    stroke-width: 2;
    fill: none;
}

.modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 4px;
}

.theamLogout .modal-subtitle {
    font-weight: 510;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: -0.18px;
    margin-bottom: 0;
}

.modal-divider {
    height: 1px;
    background-color: #e5e7eb;
    border: none;
    margin: 0;
}

.theamLogout .modal-footer {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.btn {
    border: none;
    border-radius: 5px;
    padding: 10px 16px;
    font-weight: 590;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-cancel {
    background-color: #e9ecef;
    color: #000000;
}

.btn-cancel:hover {
    background-color: #dee2e6;
}

.btn-logout {
    background-color: #000000;
    color: #ffffff;
}

.btn-logout:hover {
    background-color: transparent;
    border-color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

/* End */


/* ----------------------- End -------------------------------- */



.control {
    cursor: move !important;
    user-select: none;
    transition: background-color 0.2s;
    margin: 5px
}

.dragged-item {
    position: absolute;
    outline: 1px solid transparent;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    backface-visibility: hidden;
    /* Reduce flickering */
    opacity: 1;
    transition: opacity 0.5s ease;
    transform: scale(1);
}

.dragged-item.hidden {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

.hover-select {
    /* border: 0.5px solid #000000; */
    outline: 0.5px solid #000000;
    border-radius: 0px;
    transition: box-shadow 0.1s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.li-hover-select {
    box-shadow: inset 0 0 0 2px #000000;
}

.dragged-item.selected {
    /* border: 1px solid #e4e4e4; */
    outline: 0.5px dashed #000000;
    border-radius: 0px;
    box-shadow: 0 0 9px #48434e;
}

.dragged-item.dragging {
    cursor: grabbing;
    z-index: 10000 !important;
}

.disabled-property-input {
    opacity: 0.5;
    color: gray;
    pointer-events: none;
}

.dragged-item:not(.dragging) {
    /* transition: all 0.2s ease; */
    transition-property: left, top, backgroundColor, color, zIndex, border, borderRadius, borderColor, height, width;
    transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0s, 0s;
    transition-timing-function: ease, ease, ease, ease, ease, ease, ease, ease, ease, ease;
}

.dragged-item input,
.dragged-item select,
.dragged-item textarea,
.dragged-item button {
    pointer-events: none;
    border-radius: 6px;
    /* opacity: 0.8; */
    /* Visual indication that they're disabled */
}

.dragged-item input[type="text"],
.dragged-item textarea {
    border: 1px solid #ddd;
    width: 100%;
}

.dragged-item button {
    /* background-color: #3498db; */
    border: 1px solid #ddd;
    border: none;
    color: #282C30;
    /* padding: 5px 10px; */
    border-radius: 6px;
}

.selected-dragged-item {
    border: 0.5px solid #000000;
    border-radius: 0px;
}

.delete-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    z-index: 10;
    /* Make sure this is always on top */
    pointer-events: auto;
    /* Override the pointer-events: none from parent */
}

.dragged-item:hover .delete-btn {
    display: block;
}

.component-type {
    position: absolute;
    top: -19px;
    left: 0;
    font-size: 10px;
    color: #666;
    padding: 0px 4px;
    overflow-wrap: normal;
    background-color: white;
}



.hidden {
    display: none;
}

.divider-1px {
    padding-top: 8px;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
}



.selection-box {
    position: absolute;
    border: 1px dashed #000001;
    background: rgba(135, 124, 124, 0.1);
    pointer-events: none;
    z-index: 1000;
}



#resizer-container {
    overflow: hidden;
    /* background-color: white; */
    /* background-image: url('${pageContext.request.contextPath }/resources/splash.svg'); */
    /* transition: height 0.5s cubic-bezier(0.08, 0.53, 0.68, 0.55);  TODO */

    /* transition: height 0.5s ease; */
    /* will-change: height */
    /* box-shadow: 0px 0px 5px rgb(128, 0, 255); */
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mobileScreenBorderContainer {
    /* transition: height 0.5s cubic-bezier(0.08, 0.53, 0.68, 0.55);  TODO */
}


.resizer {
    width: 70%;
    height: 15px;
    /* background-color: #ededed; */
    position: absolute;
    bottom: 0;
    left: 15%;
    cursor: ns-resize;
    z-index: 999;
    /* border-radius: 50px; */
    opacity: 50%;
    /* border-top: 1px solid #bbb; */
}

.resizeTooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: rgba(0, 0, 0, 0.7);
            color: white; */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resizer:hover {
    /* background-color: #ccc; */
    opacity: 1;
}

.resizer:hover .resizeTooltip {
    opacity: 1;
}

.resizer::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 15px;
    background-color: #525252ff;
    border-radius: 2px;
}

.resize-handle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #000000;
    cursor: nwse-resize;
}


.none-select-img {
    -webkit-user-drag: none;
}

.added-components {
    overflow: auto;
}

.added-component-item {
    opacity: 1;
    transition: all 0.3s ease;
    /* transform: translateY(0); */
    max-height: 100px;
    overflow: hidden;
    padding: 5px
}

.added-component-item:hover {
    background-color: #f5f5f5;
    /* border-radius: 5px; */
}

.added-component-item.selected {
    background-color: #b4b4b41f !important;
    /* border-radius: 5px; */
}

.added-component-item.hidden {
    opacity: 0;
    /* transform: translateY(-10px); */
    max-height: 0;
    padding: 0px;
}


.selected-value {
    outline: 1px solid black !important;
}


.context {
    font-size: 1.1em;
    position: absolute;
    width: 200px;
    height: auto;
    padding: 5px 0px;
    border-radius: 5px;
    top: 10;
    left: 10;
    background-color: #fff;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    color: #333;
    z-index: 99999 !important;

    .context_item {
        height: 32px;
        line-height: 32px;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

        &:hover {
            background-color: #ddd;
        }

        .inner_item {
            margin: 0px 10px;

            i {
                margin: 0 5px 0 0;
                font-weight: bold;
            }
        }
    }

    .context_hr {
        height: 1px;
        border-top: 1px solid #bbb;
        margin: 3px 10px;
    }
}

.application-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 12px;
}

.count-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #4F5BFF;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.count-name span {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    vertical-align: center;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.8%;
    color: #14351A;
    background-color: #C5FFD0;
    padding: 6px;
    display: inline-block;
}

.addbtn {
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.addbtn.abso {
    position: absolute;
    top: -71px;
    right: 0px;
}

.box-screen {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.deleteBtn {
    position: absolute;
    right: 20px;
    top: 20px;
}






#movable {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    cursor: grab;
}

#movable:active {
    cursor: grabbing;
}

.no-select {
    user-select: none;
}

.frame {
    touch-action: none;
    /* critical for touch/pen dragging */
    user-select: none;
    /* width: 180px;
                    border: 2px solid #ddd;
                    border-radius: 10px;
                    background-color: white;
                    cursor: grab;
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                    overflow: hidden;
                    position: relative;
                    transition: transform 0.2s, box-shadow 0.2s; */
}

.page-content {
    overflow: auto !important;
    /* Override .overflow-hidden */
}

.frame:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* transform: translateY(-3px); */
}

.frame.dragging {
    opacity: 0.7;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 2px dashed #4a6cf7;
}

.frame-title {
    background-color: #f8f8f8;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.frame-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.drop-placeholder {
    border: 3px dashed #4a6cf7;
    background-color: rgba(74, 108, 247, 0.1);
    width: 139px;
    height: 320px;
    border-radius: 10px;
    margin: 10px 0;
}

.column-title {
    font-weight: bold;
    background-color: rgba(74, 108, 247, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.header-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.btn-storyboard {
    background-color: #4a6cf7;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.btn-storyboard:hover {
    background-color: #3a5ce5;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 80px;
    /* min-width: 220px; */
    align-items: center;
    /* padding: 10px; */
}

.hotspot {
    position: absolute;
    border: 0px solid blue;
    background-color: #ced7ff;
    z-index: 10;
    transition: opacity 1s ease;
}

#storyboard-view img {
    pointer-events: auto;
    position: relative;
    /* z-index: 2; */
}

#storyboard-view svg,
#storyboard-view svg * {
    pointer-events: none !important;
}

.new-level-zone {
    /* border: 2px dashed #007bff;
  border-radius: 8px;
  min-width: 150px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007bff;
  font-weight: bold;
  opacity: 0.1; */
}

.new-level-zone.drag-over {
    min-width: 150px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a6cf7;
    border: 3px dashed #4a6cf7;
    background-color: rgba(74, 108, 247, 0.1);
    border-radius: 10px;
    margin: 10px 0;
}

.new-level-zone {
    z-index: 900;
}

.custom-modal-backdrop {
    z-index: 1047 !important;
}

.listing-selectLang {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
}

.listing-selectLang label {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-theam .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.radio-theam .form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.text-note01 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #000000;
}

.btn-save:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.badge-comming {
    border-radius: 10px;
    font-size: 10px;
    line-height: 100%;
    background-color: #000000;
    color: #FFFFFF;
    padding: 2px 4px;
}

.box-sub {
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: center;
}

/* .mainStucture .leftSide {
	width: 260px !important;
} */

.mainStucture .leftSide .basic-control {
    width: 100% !important;
}

.box-devloperName .subscription-title {
    font-weight: 500;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
}

.box-devloperName .left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.box-devloperName .right {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.total-order {
    font-weight: 500;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: right;
    color: rgba(117, 117, 117, 1);
}

.myOrders-card .bottom-box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.myOrders-card .price-section {
    margin-bottom: 20px;
}

.myOrders-card .date-value {
    display: flex;
    gap: 8px;
    align-items: center;
}

.badge-retry.success-badge {
    padding: 4px 10px;
}

.offcabasTheam.offcanvas {
    /* left: 26%; */
    height: calc(100vh - 160px);
    top: auto;
    left: 305px;
    bottom: 84px;
}
.mainStucture .leftSide .basic-control {
    width: 100% !important;
    height: 100%;
    overflow-y: auto;
    position: relative;
}