/* ----------------------- 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;
}

/* 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;
    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;
}

.mainStucture .centerSide {
    width: 54.5%;
    /* border: 1px solid; */
    /* height: 100%; */
    position: relative;
    overflow-y: auto;
    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;
}

.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;
    /* position: absolute; */
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 162px;
    height: 337px;
    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 0;
    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: cover;
}

.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: absolute;
    top: 80px;
    /* margin-top: 20px;
    margin-left: 20px; */
    left: 20px;
    box-shadow: 0px 0px 21.2px 0px #00000008;
    width: 77px;
    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 li .item {
    padding: 15px 12.5px;
    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;

}

.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;
}

.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: end;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.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: 300px;
    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;
}

.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.failed {
    background-color: rgba(255, 197, 197, 1);
    color: rgba(53, 20, 20, 1);    
}

.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;
}

/* End */


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