@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.st-actionContainer {
    z-index: 9999;
    position: fixed;
    display: inline-block;
}

.right-bottom {
    bottom: 20px;
    right: 180px;
    float: right !important;
}

.left-bottom {
    bottom: 2em;
    left: 2em;
    float: left !important;
}

div.st-actionContainer li {
    list-style: none;
}

.st-panel {
    /*width: auto;*/
    width: 260px;
    margin-bottom: 1%;
    background-color: #757575;
    color: white;
    border: 2px solid #eee;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
    display: none;
    height: 450px !important;
    max-width: 100%;
    opacity:1 !important;
}

.st-panel-disable {
    /*width: auto;*/
    width: 350px;
    margin-bottom: 1%;
    background-color: white;
    color: #339c7d;
    border: 2px solid #eee;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
    display: none;
    height: 360px;
}

.login-logo {
    display: none !important
}

div.st-panel {
    overflow-y: hidden;
    /*font-family: Roboto;*/
    font-size: 15px;
}

.st-panel-header {
    background-color: #009688;
    color: white;
    padding: 3px;
    min-height: 28px;
}

.st-panel-header-disable {
    background-color: #9c3333;
    color: white;
    padding: 3px;
    min-height: 28px;
}

.st-panel-contents {
    padding: 15px;
}

.st-button-main {
    font-size: 24px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    height: 100%;
    width: 30px;
    display: table-cell;
}

.st-button-lable {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    height: 100%;
    /*width: 30px;*/
    display: table-cell;
    vertical-align: middle;
}

.st-button-main > i {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.st-btn-container {
    background: #339c7d;
    padding: 0px 5px;
    display: table;
    width: 150px;
    height: 27px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.st-btn-container-disable {
    background: #9c3333;
    padding: 0px 5px;
    display: table;
    width: 150px;
    height: 27px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.rotateForward {
    animation-name: rotateF;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
}

@keyframes rotateF {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.rotateBackward {
    animation-name: rotateB;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
}

@keyframes rotateB {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

/*option grid in panel*/

.My-grid {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-around;
    height: 94.5%;
}

.My-gridChild {
    flex: 0 0 33.33%;
    height: 50px;
    background-color: #999;
    text-align: center;
    text-decoration: none;
    color: white;
    line-height: 50px;
}

    .My-gridChild:hover {
        background-color: #eee;
        color: black;
    }

.My-grid-disable {
    width: 100%;
    display: table;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 93.5%;
}

.My-Cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#iFrame {
    width: 100%;
    border: none;
}
.st-panel-header {
    background: #fff;
    border-bottom: 3px solid #EAF6EF;
    display: flex;
    justify-content: space-around;
    padding: 10px 0 0px;
    min-height: 50px !important;
}
            .st-panel-header label {
                 color: #005b4e;
                 font-size: 14px;
                 font-weight:500;
            }
.st-button-main {
    height: 40px;
    width: 40px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #1c8657;
    box-shadow: 0 2px 4px 0 rgba(65,64,66,0.12);
}
        .st-btn-container {
            background: none;
            width: auto;
            height: auto;
            border: 0;
            padding: 0;
            box-shadow:none;
            border-radius:0px ;
        }
        #iFrame {
            border: 0;
        }

.My-grid {
    height: 400px !important;
}



.help-tools-container {
	/*display: none;*/
}

.help-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 99999999;
    display: flex;
    height: 60px;
    padding: 18.75px;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    border-radius: 9374.063px;
    background: var(--Button-button-background-primary-default, #1B8354);
    outline: none !important;
    transition: all 0s ease-in-out;
    font-family: 'IBM Plex Sans Arabic';
}

.close-help-menu i {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #104631;
}

.help-button svg {
    fill: white;
}

.help-button.show {
    width: auto;
    height: auto;
    padding: 0;
    right: 55px;
    background: none;
}

.help-button .active {
    display: inline-flex;
    gap: 7.5px;
}

.help-button .close-help-menu, .help-button.show .active {
    display: none;
}

.help-button.show .close-help-menu {
    display: block;
}

.help-tools-icon-list {
    position: fixed;
    bottom: 80px;
    right: 50px;
    border-radius: 10px;
    display: none;
    flex-direction: column-reverse;
    padding: 10px;
    z-index: 99999999;
    gap: 5px;
}

    .help-tools-icon-list.show {
        display: flex;
    }

.icon-item {
    display: flex;
    align-items: center;
    margin: 5px 0;
    position: relative;
    cursor: pointer;
}

    .icon-item i {
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
        gap: 9.375px;
        border-radius: 9374.063px;
        background: var(--Button-button-background-primary-default, #1B8354);
    }

    .icon-item:hover i {
        background: var(--Button-button-background-primary-hovered, #166A45);
    }

    .icon-item img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .icon-item .title {
        display: none;
        direction: ltr;
        position: absolute;
        right: 65px;
        /* background-color: #333; */
        color: white;
        color: var(--Tooltip-tooltip-text-paragraph-light, #384250);
        /* padding: 5px; */
        border-radius: 5px;
        white-space: nowrap;
        z-index: 5555;
        top: 10px;
        /* min-width: 184px; */
        /* height: 58px; */
        font-family: "IBM Plex Sans Arabic";
        font-size: 12px;
        font-style: normal;
        /* font-weight: 400; */
        line-height: normal;
        padding-inline-start: 34px;
        padding-block-start: 8px;
        border-radius: var(--Radius-radius-sm, 4px);
        background: var(--Tooltip-tooltip-background-light, #FFF);
        padding: var(--Tooltip-tooltip-padding, 8px);
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Tooltip-tooltip-gap, 8px);
        flex: 1 0 0;
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    }

        .icon-item .title:after {
            content: '';
            width: 22px;
            height: 58px;
            width: 6px;
            height: 28px;
            z-index: 1;
            position: absolute;
            top: 0;
            right: -5px;
            display: block;
            z-index: 5;
             background: url('data:image/svg+xml,<svg width="7" height="28" viewBox="0 0 7 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.08579 12.5858C5.86683 13.3668 5.86683 14.6332 5.08579 15.4142L0.5 20L0.5 8L5.08579 12.5858Z" fill="white"/></svg>');
            background-repeat: no-repeat;
        }

    .icon-item:hover .title {
        display: flex;
    }

.not-available {
    opacity: 0.5;
    cursor: not-allowed;
}

#muneer-trigger-button, .st-btn-container-disable, .st-btn-container, #kaec-chat-button {
    display: none !important;
}

div#widebot-chat-container {
    right: 150px !important;
    bottom: -50px !important;
}

button.welcomeBTN {
    color: white !important;
}

.icon-item i svg {
    fill: white;
}

@media only screen and (max-width:640px) {
    div#widebot-chat-container, .st-actionContainer {
        right: 0 !important;
        bottom: 0;
        z-index: 99999999 !important;
        width: 100%;
    }


    .st-panel {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0 !important;
    }

    .close-help-menu i {
        background: transparent;
    }

    .help-button.show {
        top: 130px;
        bottom: auto;
        right: 0;
        width: 100%;
        display: flex;
        padding: 7px var(--Global-spacing-xl, 16px);
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        background: var(--Background-background-primary, #1B8354);
        /* border-radius: 18px; */
        border-radius: var(--Radius-radius-lg, 16px) 16px 0 0;
    }

        .help-button.show .active {
            display: flex;
            gap: var(--Global-spacing-xl, 16px);
            font-weight: 700;
        }

    .help-tools-icon-list.show {
        width: 100%;
        right: 0;
        height: calc(100vh - 190px);
        left: 0;
        top: 200px;
        background: var(--Background-background-white, #FFF);
        box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
        z-index: 99;
        flex-direction: column;
    }

    .icon-item {
        display: flex;
        align-items: center;
        margin: 0;
        position: relative;
        cursor: pointer;
        gap: var(--Button-button-menu-gap, 8px);
        padding: 0 10px;
        border-bottom: 1px solid var(--border-border-default, #CBD5E1);
        height: 59px;
    }

        .icon-item:last-child {
            border: none;
        }

        .icon-item .title {
            color: var(--Text-text-default, #161616);
            text-align: right;
            font-family: var(--Font-Family-font-family-text, "IBM Plex Sans Arabic");
            font-size: var(--Size-Text-typo-size-text-md, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: var(--Line-Height-Text-line-heights-text-md, 24px);
            background: none !important;
            padding: 0;
            margin: 0;
            right: 12px;
            position: static !important;
            height: auto;
            display: block !important;
            box-shadow: none !important;
        }

            .icon-item .title:after {
                display: none;
            }

        .icon-item i {
            display: flex;
            padding: 15px;
            justify-content: center;
            align-items: center;
            gap: 9.375px;
            border-radius: 9374.063px;
            background: var(--Button-button-background-primary-default, #1B8354);
            background: transparent !important;
        }

            .icon-item i svg {
                fill: #161616;
            }
}

.muneer-theme-light #muneer-language-switcher .choices__list.choices__list--dropdown {
    z-index: 5;
}

