/* fonts */
html[lang="en"] {
    /* Regular */
    --regular-font-family: 'Poppins-Regular', sans-serif;
    /* Medium */
    --medium-font-family: 'Poppins-Medium', sans-serif;
    /* SemiBold */
    --semibold-font-family: 'Poppins-SemiBold', sans-serif;
    /* Bold */
    --bold-font-family: 'Poppins-Bold', sans-serif;
}

html[lang="am"] {
    /* Regular */
    --regular-font-family: 'Montserratarm-Regular', sans-serif;
    /* Medium */
    --medium-font-family: 'Montserratarm-Medium', sans-serif;
    /* SemiBold */
    --semibold-font-family: 'Montserratarm-SemiBold', sans-serif;
    /* Bold */
    --bold-font-family: 'Montserratarm-Bold', sans-serif;
}


/* Buttons */

.button {
    border: none;
    outline: none;
    cursor: pointer;
}

.max-line-count {
    word-break: break-all;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.only_icon_btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;

    display: grid;
    place-items: center;
}

.only_icon_btn img {
    width: 16px;
    height: 16px;
}

.only_icon_btn--secondary {
    border: 1px solid #54577A;
    background-color: #FFF;
}

.only_icon_btn--secondary:hover {
    border-color: #141522;
}

.only_icon_btn--secondary:active {
    border-color: #141522;
    background-color: #E0E7ED;
}

.only_icon_btn--secondary:disabled {
    opacity: 0.4;
    border-color: #D6D9DE;
    background-color: #F5F5F7;
}


.only_icon_btn--primary {
    border: 1px solid #00D3A1;
    background-color: #00D3A1;
}

.only_icon_btn--primary:hover {
    border-color: #009471;
    background-color: #009471;
}

.only_icon_btn--primary:active {
    border-color: #005742;
    background-color: #005742;
}

.only_icon_btn--primary:disabled {
    opacity: 0.4;
    border-color: #00D3A1;
    background-color: #00D3A1;
}



.primary__btn {
    width: 100%;
    border-radius: 10px;
    background-color: #00D3A1;
    color: #FFF;
    transition: .5s linear;
}

.primary__btn-sm {
    padding: 5px 16px;
}

.primary__btn-md {
    padding: 9px 16px;
}

.primary__btn-lg {
    padding: 13px 24px;
}

.primary__btn:hover {
    background-color: #009471;
}

.primary__btn:active {
    background-color: #005742;
}

.primary__btn:disabled {
    background-color: rgba(0, 211, 161, 0.4);
}

.button_text {
    font-family: var(--bold-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.label_text {
    font-family: var(--bold-font-family);;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.button_text-12 {
    font-family: var(--bold-font-family);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}



/* Typography  */
.ARM__small_regular {
    font-family: var(--regular-font-family);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.ARM__H1 {
    font-family: var(--regular-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.ARM__H2 {
    font-family: var(--regular-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
.ARM__H2__semibold {
    font-family: var(--medium-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.ARM__H2__semi_bold {
    font-family: var(--medium-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.ARM__body2__semibold {
    font-family: var(--regular-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px
}
.ARM__body2__regular {
    font-family: var(--regular-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.ARM__caption__regular {
    font-family: var(--regular-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.ARM__body2__semibold {
    font-family: var(--medium-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.ARM__input__container {
    font-family: var(--regular-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.h2__semibold {
    font-family: var(--regular-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.h3__semibold {
    font-family: var(--bold-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin: 0 !important;
}

.body_1_semibold {
    font-family: var(--bold-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.body_1_medium {
    font-family: var(--medium-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.body_2_medium {
    font-family: var(--medium-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.body_2_semibold {
    font-family: var(--semibold-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.body_2_regular {
    font-family: var(--regular-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.caption__medium {
    font-family: var(--medium-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.caption__ragular {
    font-family: var(--regular-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.caption__bold {
    font-family: var(--bold-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.small-text__ragular {
    font-family: var(--regular-font-family);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.label {
    font-family: var(--regular-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}


/* End Typography */

.dropdown-permission-exists {
    font-family: var(--regular-font-family);
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #8C98BA;
}

.b-table-empty-row {
    height: 270px;
    background-color: #F9FAFC !important;
}

.b-table-empty-row div[role="alert"] {
    vertical-align: middle;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
    color: #BFC6D9;
    font-family: var(--bold-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}


.swal2-container  {
    z-index: 111111;
}

.selected-role-permissions {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-block: 12px 50px;
}

.selected-role-permissions__item {
    background: #dfe1f3;
    padding: 2px 6px;
    border-radius: 6px;
}

.selected-role-permissions__name {
    color: #324057;
}

/* ALERTS STYLES START */

.alert__warning {
    display: flex;
    align-items: flex-start;
    column-gap: 9px;
    border-radius: 12px;
    background: #fdf8e8;
    padding: 12px;
}

.alert__warning img {
    width: 14px;
    height: 14px;
}

.alert__warning-message {
    color: #141522;
}
