.ka_headerLi {
    position: relative;
    white-space: nowrap;
}

.ka_langListBox {
    background-color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 30px;
    max-height: 150px;
    border-radius: 4px;
    display: none;
    z-index: 11;
}

.ka_langListBox p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    vertical-align: middle;
    margin-bottom: 5px;
    cursor: pointer;
}

.ka_langListBox p.active {
    color: #DAE13A;
}

.ka_langListBox p:last-child {
    margin-bottom: 0;
}

/* Modal */
.ka-modal .modal-content {
    border-radius: 20px;
}

.ka-modal-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #043F2E;
    width: 100%;
}

.ka-modal-close {
    filter: drop-shadow(0px 4px 9px rgba(33, 33, 33, 0.2));
    position: absolute;
    right: -17px;
    top: 0px;
    border-radius: 50%;
    background: #FFFFFF;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ka-modal-close button {
    margin: 0 !important;
}

.ka-modal--profile-edit .modal-dialog {
    max-width: 570px;
}

.ka-modal--profile-edit .product-description-wrap .nav-tabs .nav-link {
    padding: 0 1.5rem 15px 1.5rem;
}

.ka-modal--project .ka-modal-body {
    padding: 0 6.25rem;
}

.ka_editModalTop {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    border: 1px dashed rgba(33, 33, 33, 0.3);
    border-radius: 12px;
}

.ka_editModalTopLeft {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ka_editModalTopLeft .ka_modalAvatar {
    position: relative;
}

.ka_editModalTopLeft .ka_modalAvatar .edit-profile__img {
    /* background: url(IMG_4625.jpg); */
    border: 2px solid rgba(33, 33, 33, 0.1);
    border-radius: 50%;
    height: 72px;
    width: 72px;
    object-fit: cover;
}

.ka_editModalTopLeft .ka_modalAvatar .edit-profile__text {
    height: 72px;
    width: 72px;

    border-radius: 50%;
    border: 1px solid #043F2E;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;
    font-weight: bold;
    color: #043F2E;
}

.ka_editModalTopMiddle {
    flex: 1 1 100%;
    font-size: 14px;
    margin-bottom: 0;
}

.ka_deleteAvatar {
    position: absolute;
    width: 24px;
    height: 24px;
    right: -2px;
    top: 2px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(33, 33, 33, 0.4);
}

.ka_deleteAvatar button {
    width: 8.1px;
    height: 8.1px;
    margin: 0px !important;
    padding: 2px !important;
}

.ka_modalAvatarInfo p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #043F2E;
    margin: 0;
}

#UploadAvatar {
    width: 0;
    height: 0;
}

.ka_ModalSave {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ka_spinner_border {
    width: 1.25rem;
    height: 1.25rem;
}

.ka_editModalTopRight button {
    padding: 17px 23px;
    background: transparent !important;
    border: 1px solid #043F2E;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #043F2E;
}

.ka_editModalCenter {
    margin-top: 12px;
}

.ka_editModalTabContent {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(33, 33, 33, 0.06);
    border-radius: 12px;
    padding: 20px 30px;
    height: calc(100vh - 450px);
    max-height: calc(100vh - 450px);
    overflow: auto;
    /* display: none; */
}

.ka_addNewCard::first-line {
    margin-bottom: 0px;
}

.ka_input_wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #043F2E;
    margin-bottom: 6px;
}

.ka_input_wrap input,
.ka_input_wrap select,
.ka_input_wrap textarea {
    background: rgba(148, 148, 149, 0.06);
    border: 1px solid rgba(148, 148, 149, 0.08);
    border-radius: 8px;
    padding: 15px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #212121;
    opacity: 0.6;
    width: 100%;
}

.ka_input_wrap svg {
    top: 50%;
    right: -2px;
    position: absolute;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: 0.3s all;
    color: #212121;
}
.ka_input_wrap svg:hover {
    color: rgb(var(--bs-danger-rgb));
}

.ka_addEmail,
.ka_addNewCard {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: transparent;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #043F2E;
    margin-bottom: 24px;
    margin-top: 6px;
}

.ka_addNewCard[disabled] {
    opacity: 0.5;
}

.ka_cardNumber_box {
    background: rgba(148, 148, 149, 0.06);
    border: 1px solid rgba(148, 148, 149, 0.08);
    border-radius: 8px;
    padding: 15px 16px;
    opacity: 0.6;
    width: 100%;
    position: relative;
    text-align: left;
    transition: 0.3s all;
}
.ka_cardNumber_box:hover {
    background-color: rgba(200,241,104, 0.7);
}

.ka_cardNumber_box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #212121;
    margin: 0;
}

.ka_cardNumber_box span {
    top: 50%;
    right: 20%;
    position: absolute;
    transform: translate(0, -50%);
    
    color: rgb(var(--bs-danger-rgb));
    
    font-style: italic;
    font-weight: 500;

    cursor: default;
}

.ka_addEmail img {
    height: 24px;
}

.ka-modal-footer {
    border: none;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 16px;
}

.ka-modal-cancel,
.ka-tab-cancel {
    background-color: transparent !important;
}

.ka_ModalSave {
    padding: 10px 35px;
    height: 40px;
    background: #DAE13A;
    border-radius: 8px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #212121;
}

.ka_ModalSave:disabled {
    background: #DAE13A;
    opacity: 0.5;
    color: #212121;
}

.ka-modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ka_line {
    width: 100%;
    height: 0px;
    border: 1px solid rgba(33, 33, 33, 0.2);
    margin-bottom: 24px;
}

.ka_modalPopupInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 14px;
    gap: 10px;
    background: rgba(218, 225, 58, 0.2);
    border: 1px solid rgba(218, 225, 58, 0.3);
    border-radius: 10px;
}

.ka_modalPopupInfo img {
    width: 28px;
    height: 28px;
}

.ka_modalPopupInfo p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #B5BC19;
    margin: 0;
}

#CreateNewModal .ka-modal-body,
#CreateNewModalThwo .ka-modal-body {
    padding-left: 103px;
    padding-right: 103px;
}

.ka-modal-image {
    width: 220px;
    height: 220px;
}

.ka-modal-description {
    border: none;
    margin-bottom: 39px;
}

.ka-modal-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #043F2E;
    margin: 0;
}

.ka-modal-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #043F2E;
    margin: 0;
}

.ka-radio-wraper {
    margin-top: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
}

.ka-radio-wraper input {
    appearance: none;
    border: 1px solid rgba(148, 148, 149, 0.5);
    border-radius: 4px;
    min-width: 20px;
    height: 20px;
    content: none;
    outline: none;
    margin: 0;
    cursor: pointer;
}

.ka-radio-wraper input:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
}

.ka-radio-wraper input:checked::before {
    color: #C8F168;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    border: 1px solid rgba(148, 148, 149, 0.5);
    border-radius: 4px;
    font-weight: 500;
    font-size: 11px;
    width: 20px;
    height: 20px;
    background-color: #043F2E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ka-radio-wraper div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ka-radio-wraper label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #043F2E;
}

.ka-radio-wraper p {
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    color: #043F2E;
    /* opacity: 0.5; */
    margin: 0;
    margin-left: 30px;
    margin-top: 10px;
}

.ka-radio-round {
    line-height: 0;
	position: relative;
}
.ka-radio-round input[type="radio"] {
	width: 0;
    height: 0;
    position: absolute;
}

.ka-radio-round label {
	width: 1rem;
	height: 1rem;
	border: 2px solid #949495;
	border-radius: 50%;
	cursor: default;
	position: relative;
	margin-bottom: 0;
}

.ka-radio-round input[type="radio"]:checked + label {
	border-color: #043F2E;
    background: #043F2E;
}

.ka-radio-round input[type="radio"]:checked + label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.ka-project {
    display: flex;
}

.ka-stepper {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 30px;
    overflow-x: auto;
}

.ka-hidden {
    display: none;
}

.ka-stepper-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #043F2E;
    margin-bottom: 24px;
}

.ka-stepper-item {
    display: flex;
    gap: 15px;
    position: relative;
    margin-bottom: 43px;
}

.ka-stepper-item:last-child {
    margin-bottom: 0;
}

.ka-step-number {
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #949495;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ka-stepper-item::after {
    content: "";
    width: 2px;
    height: 41px;
    position: absolute;
    left: 14px;
    top: 38px;
    opacity: 0.5;
    background-color: #949495;
}

.ka-stepper-item:last-child::after {
    content: unset;
}

.ka-step-number p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #949495;
}

.ka-step-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ka-step-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #949495;
}

.ka-step-status {
    width: 100px;
    padding: 8px 11px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #043F2E;
    background-color: #EDEDED;
    border-radius: 100px;
    text-align: center;
}

.ka-stepper-item-active .ka-step-number {
    background: #C8F168;
    border: 1px solid #DAE13A;
}

.ka-stepper-item-active .ka-step-number p {
    color: #000;
}

.ka-stepper-item-active .ka-step-title {
    color: #043F2E;
}

.ka-stepper-item-active .ka-step-status {
    background: rgba(4, 63, 46, 0.2);
}

#StepForm {
    position: relative;
}

.arrow-left {
    top: 0;
    right: 0;
    position: absolute;

    height: 100%;
    width: 90px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/icon/triangle-left.png');
}

.arrow-right {
    left: 0;
    bottom: 0;
    position: absolute;

    height: 100%;
    width: 190px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/icon/triangle-right.png');
}

.ka-tab-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #043F2E;
    margin-bottom: 8px;
}

.ka-tab-info {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #043F2E;
    margin-bottom: 38px;
}

.ka-input-wrap-info {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #043F2E;
    margin-bottom: 6px;
}

.ka-input-char {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(33, 33, 33, 0.7);
    margin-top: 18px;
    display: block;
    text-align: right;
}

.ka-input-tabs,
.form-check {
    margin-bottom: 32px;
}

.ka-input-tabs input,
.ka-input-tabs select,
.ka-input-tabs textarea {
    border: 1px solid rgba(148, 148, 149, 0.08);
}

.ka-input-tabs input.is-invalid,
.ka-input-tabs select.is-invalid,
.ka-input-tabs textarea.is-invalid,
.ka-input-tabs select.is-invalid {
    border: 1px solid !important;
    border-color: #dc3545 !important;
}

.ka-tab-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.ka-tab-flex .ka_input_wrap {
    width: 48%;
}

.ka-select-wrapper {
    position: relative;
}

.ka-select-wrapper::before {
    content: "";
    background: url("../img/icon/ka_arrow.png") no-repeat;
    position: absolute;
    top: 63%;
    right: 8px;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.ka-select-wrapper select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.ka-tab-footer {
    padding: 24px 120px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.ka-tab-footer-left {
    display: flex;
    gap: 20px;
}

.ka-tab-draft {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #212121;
    padding: 5px;
    background-color: transparent;
    z-index: 1;
    text-transform: none;
}

.ka-tab-draft[disabled] {
    background: unset;
    color: #212121;
}

.ka-tab-draft:hover,
.ka-tab-draft:active,
.ka-tab-draft:focus {
    background-color: transparent;
    color: #B5BC19;
}

.ka-tab-Next {
    padding: 10px 35px;
    width: 106px;
    height: 40px;
    background: #DAE13A;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #212121;
}

.ka-stepper-content {
    display: none;
}

.ka-stepper-content.active {
    display: block;
}

.ka-basic {
    display: flex;
    gap: 6px;
}

.ka-basic p {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #212121;
    margin-bottom: 8px;
}

.ka-basic-info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #212121;
    margin-bottom: 36px;
}

.ka-donation-wrap {
    background-color: transparent;
    padding: 0;
}

.ka-donation-btn {
    background: #FFFFFF;
    border: 1px solid rgba(148, 148, 149, 0.12);
    box-shadow: 2px 2px 4px rgba(33, 33, 33, 0.03);
    border-radius: 6px;
    padding: 10px 21px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.ka-donation-btn.active p {
    color: #B5BC19;
}

.ka-donation-btn p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #212121;
    opacity: 0.7;
}

.ka-donation-top {
    background: #FFFFFF;
    border: 1px solid rgba(148, 148, 149, 0.1);
    box-shadow: 0px 4px 24px rgba(33, 33, 33, 0.05);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.ka-donation-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    margin-bottom: 8px;
}

.ka-donation-content {
    display: flex;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.04);
}

.ka-donation-content div {
    display: flex;
}

.ka-donation-list {
    background: rgba(148, 148, 149, 0.03);
    border: 1px solid rgba(148, 148, 149, 0.16);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #212121;
    border-right: none;
    padding: 12px 18px;
}

.ka-donation-input {
    background: rgba(148, 148, 149, 0.03);
    border: 1px solid rgba(148, 148, 149, 0.16);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #212121;
    border-left: none;
    padding: 12px 18px;
}

.ka-donation-input::after {
    content: "";
    width: 1px;
    height: 34px;
    background: rgba(33, 33, 33, 0.14);
    ;
}

.ka-product-content {
    width: 83%;
}

.ka-donation-product {
    margin-top: 18px;
    display: flex;
    gap: 14px;
    width: 100%;
}

.ka-product-img img {
    height: 56px;
    left: 30px;
}

.ka-product-info {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.ka-product-amount {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #212121;
}

.ka-product-raised {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 33, 33, 0.5);
    margin-left: 3px;
    vertical-align: text-top;
}

.ka-product-rate-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    opacity: 0.5;
}

.ka-product-rate {
    width: 100%;
    height: 8px;
    background: rgba(148, 148, 149, 0.2);
    border-radius: 40px;
    position: relative;
}

.ka-product-rate::before {
    content: "";
    width: 89%;
    height: 8px;
    background: #DAE13A;
    ;
    border-radius: 40px;
    position: absolute;
}

.ka-donate-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    margin-bottom: 3px;
}

.ka-give-donation-wrap .ka-donate-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 33, 33, 0.5);
    margin-bottom: 16px;
}

.ka-give-donation-wrap .ka-donate-list {
    padding: 10px;
    background: rgba(148, 148, 149, 0.06);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}

.ka-give-donation-wrap .ka-donate-list li a {
    padding: 7px 25px;
    border-radius: 12px;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #212121;
}

.ka-give-donation-wrap .ka-donate-list li a p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(33, 33, 33, 0.6);
}

.ka-give-donation-wrap .ka-donate-list li.active a {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(33, 33, 33, 0.1);
    color: #212121;
}

.ka-payment-method-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    border: none;
    background-color: transparent;
    padding: 5px;
}

.ka-donation-footer {
    border-top: 1px solid rgba(33, 33, 33, 0.2);
}

.ka-donation-widget {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #B5BC19;
    box-shadow: 2px 2px 4px rgba(33, 33, 33, 0.03);
    border-radius: 14px;
}

.ka-donation-sidebar-top {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.08);
}

.ka-donation-sidebar-top img {
    width: 104px;
    height: 60px;
}

.ka-donation-sidebar-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #212121;
    margin-bottom: 4px;
}

.ka-donation-sidebar-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(33, 33, 33, 0.6);
    margin: 0;
}

.ka-sidebar-change-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #B5BC19;
    padding: 0;
    background-color: transparent;
    border: none;
}

.ka-sidebar-change-btn:hover,
.ka-sidebar-change-btn:active,
.ka-sidebar-change-btn:focus {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #B5BC19;
}

.ka-donation-history {
    display: flex;
    justify-content: space-between;
    gap: 14px;

}

.ka-donation-history-content {
    margin-top: 20px;
}

.ka-donation-history p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    margin: 0;
}

.ka-donation-total p {
    font-weight: bold;
    margin-top: 8px;
}

@media (max-width: 1199.98px) {
    /* .profile-content__header{
        margin-left: 0;
    } */

    #CreateNewModal .ka-modal-body,
    #CreateNewModalThwo .ka-modal-body {
        padding-left: 50px;
        padding-right: 50px;
    }

    .ka-modal-description {
        margin-bottom: 20px;
    }

    .ka-modal-description p {
        font-size: 12px;
    }

    .ka-radio-wraper p {
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    /* .ka_breadcrumb-content nav .ka_breadcrumb{
        padding-left: 15px;
    } */

    /* .profile-content{
        padding: 0px 15px;
        padding-bottom: 25px;
    } */

    .ka-modal--project .ka-modal-body {
        padding: 0 2rem;
    }

    .arrow-left,
    .arrow-right {
        display: none;
    }

    .ka-stepper {
        padding: 15px;
    }

    .ka-stepper-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .ka-tab-title {
        font-size: 20px;
    }

    .ka-stepper-item {
        gap: 10px;
    }

    .ka-step-title {
        font-size: 12px;
    }

    .ka-step-status {
        min-width: 80px;
        padding: 5px 5px;
    }

    .ka-tab-info {
        font-size: 14px;
    }

    .ka-tab-footer {
        padding: 24px 60px;
    }
}

@media (max-width: 767.98px) {
    /* .ka_breadcrumb-content nav .ka_breadcrumb li .ka_userName{
        font-size: 16px;
        line-height: 16px;
    }
    .ka_breadcrumb-content nav .ka_breadcrumb li .EditProfileBtn{
        font-size: 12px;
    } */

    /* .profile-content__header{
        justify-content: center;
    }

    .profile-content__header .nav-link{
        font-size: 14px;
    } */

    #CreateNewModal .ka-modal-body,
    #CreateNewModalThwo .ka-modal-body {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ka_editModalTop {
        padding: 8px;
    }

    .ka_editModalTabContent {
        padding: 15px;
    }

    .ka_input_wrap p {
        font-size: 14px;
    }

    .ka_input_wrap input {
        padding: 8px;
    }

    .ka_addEmail,
    .ka_addNewCard {
        font-size: 12px;
    }

    .ka-stepper-box {
        display: flex;
    }

    .ka-stepper-item {
        flex-direction: column;
        margin-right: 8px;
        margin-bottom: 0;
    }

    .ka-stepper-content {
        margin-top: 24px;
    }

    .ka-stepper-item::after {
        flex-direction: column;
        margin-bottom: 0px;
        width: 41px;
        height: 2px;
        position: absolute;
        left: 38px;
        top: 15px;
    }

    .ka-tab-footer {
        padding: 24px 10px;
    }

    .ka-tab-flex {
        flex-direction: column;
    }

    .ka-tab-flex .ka_input_wrap {
        width: 100%;
    }

    .ka-tab-cancel,
    .ka-tab-Next {
        padding: 10px 16px;
    }

    .ka-tab-footer-left {
        gap: 10px;
    }
}

@media (max-width: 575.98px) {
    /* .profile-content__header{
        gap: 6px;
    } */

    .ka_contentTop .nav {
        justify-content: center;
        padding: 0.5rem 0.5rem;
        font-size: 12px;
    }

    .ka-modal-description {
        margin-bottom: 10px;
    }

    .ka_modalAvatarInfo p {
        font-size: 12px;
        justify-content: center;
    }

    .ka_modalPopupInfo {
        padding: 6px;
    }

    .ka_modalPopupInfo p {
        font-size: 11px;
    }

    .ka-modal-footer .btn {
        width: 41%;
    }

    .ka-modal-close {
        display: none;
    }

    .modal-dialog {
        margin: 1.25rem;
    }
}