
#red-ui-header .eb-header-logo {
    display: block;
    box-sizing: border-box;
    height: 60px;
    float: left;
    padding: 6px 6px;
}
#red-ui-header .red-ui-deploy-button:hover {
    background: #186ba6;
}
#red-ui-header .eb-header-logo .eb-img {
    width: auto;
    height: 100%;
}

#red-ui-header {
    background-color: #fff;
    padding-left: 4px;
    height: 60px;
    box-shadow: 0 2px 6px rgba(0,0,0,.16);
    z-index: 99;
    border: none;
}
#red-ui-header .button {
    border: none;
    margin: 0;
    color: #000;
}
#red-ui-header #red-ui-header-button-deploy.disabled, #red-ui-header .red-ui-deploy-button {
    background-color: #3C92CF;
    color: #fff;
}
#red-ui-header #red-ui-header-button-deploy.disabled+#red-ui-header-button-deploy-options {
    background-color: #3C92CF;
    color: #fff;
}
#red-ui-header #red-ui-header-button-deploy.disabled+#red-ui-header-button-deploy-options:hover {
    background: #2479b4;
}
#red-ui-header #red-ui-header-button-deploy {
    padding: 8px 16px;
}
#red-ui-header .button-group {
    margin: 11px 15px;
}
#red-ui-header .button-group>a {
    padding: 8px 8px;
}

/* header actions - Start*/
.eb-header-action-btn {
    background: transparent;
    border: 0;
    box-sizing: border-box;
}

.eb-header-action-btn .eb-button-img-wrapper {
    width: 24px;
    height: 24px;
    padding: 4px;
    background-color: #F1F1F1;
    border-radius: 3px;
    display: block;
    margin: auto;
    box-sizing: border-box;
}

.eb-header-action-btn label{
    color: #888888;
    font-size: 12px;
    margin: 0;
}

.eb-header-action-btn .eb-button-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.eb-header-action-list-wrapper {
    display: block;
    /* width: calc(100% - 450px); */
    width: calc(100% - 764px);
    float: left;
}

.eb-header-action-list-wrapper .eb-header-action-list {
    padding: 9px 0 6px 0;
    position: relative;
    width: auto;
    margin: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    float: left;
}

.eb-header-action-list-wrapper .eb-header-action-list .eb-list-item {
    display: inline-block;
    /* margin-left: 80px; */
    margin-left: 44px;
    vertical-align: middle;
}

.eb-header-action-list-wrapper .eb-header-action-list .eb-list-item .eb-header-action-btn {
    padding: 0;
    outline: none;
}
.eb-list-item #menu-item-comment .red-ui-palette-node{ 
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    height: auto !important;
    display: block;
    min-height: 24px !important;
    max-width: 24px !important;
}
.eb-list-item #menu-item-comment .red-ui-palette-node:hover{ 
    outline: none;
    box-shadow: none;
}

.eb-list-item #menu-item-comment .red-ui-palette-icon-container { 
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    background-color: #F1F1F1 !important;
    border-radius: 3px;
}

.eb-list-item #menu-item-comment .red-ui-palette-label { 
    padding: 0;
    min-height: 24px;
}

.eb-header-action-list-wrapper .eb-header-action-list .eb-list-item:first-child {
    margin-left: 0px;
}
.eb-file-info-wrapper .eb-file-name {
    text-align: center;
}

.eb-file-info-wrapper .eb-file-name p {
    font-size: 18px;
    color: #6F6F6F;
    margin: 0 0 5px;
}

.eb-file-info-wrapper .eb-file-status {
    margin: 0;
}
.eb-file-info-wrapper .eb-file-status li{
    display: inline-block;
}
.eb-file-info-wrapper .eb-file-status li:last-child{
    margin-left: 14px;
}
.eb-file-info-wrapper .eb-file-status li span {
    margin-left: 6px;
    font-size: 13px;
    color: #aaaaaa;
}
.eb-file-info-wrapper .eb-file-status li i {
    color: #727272;
}

/* header actions - End*/

/*Menu - Start */
#red-ui-header .button:active {
    background: #3C92CF;
    border-radius: 30px;
    color: #fff;
}
.red-ui-menu-dropdown {
    left: unset;
    right: 0;
}
.eb-header-sidemenu-button {
    display: block;
    box-sizing: border-box;
    width: 56px;
    height: 60px;
    float: left;
    padding: 10px 6px;
}
.eb-menu-button .material-icons {
    color: #000;
}
#red-ui-header .button {
    padding: 0px 10px;
}
#red-ui-header .button-group {
    border-radius: 30px;
    overflow: hidden;
}
#red-ui-header ul.red-ui-menu-dropdown {
    left: 6px;
    top: 46px;
    right: unset;
    height: auto;    
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.16);
    position: absolute;
}
#red-ui-header #red-ui-header-button-user-submenu.red-ui-menu-dropdown {
    left: unset;
    right: 3px;
}
#red-ui-header ul.red-ui-menu-dropdown li a {
    color: #000;
    padding: 7px 16px 7px 30px;
}
#red-ui-header ul.red-ui-menu-dropdown li.red-ui-menu-divider {
    background: #ddd;
}
#red-ui-header .red-ui-menu-dropdown-submenu>a:before {
    border-right-color: #3C92CF;
    margin-left: -22px;
}
#red-ui-header ul.red-ui-menu-dropdown>li>a:hover, #red-ui-header ul.red-ui-menu-dropdown>li>a:focus, #red-ui-header ul.red-ui-menu-dropdown>li:hover>a, #red-ui-header ul.red-ui-menu-dropdown>li:focus>a {
    background: #ddd !important;
}
/*Menu - End*/

#red-ui-header ul#red-ui-header-button-deploy-options-submenu {
    left: unset;
    right: 1px !important;
}
#red-ui-header ul.red-ui-menu-dropdown li a {

}
#red-ui-header #usermenu-item-username>.red-ui-menu-label {
    color: #000;
}
#red-ui-header-button-sidemenu-submenu li .red-ui-menu-dropdown {
    top: 34px;
}
#red-ui-header ul#red-ui-header-button-deploy-options-submenu li a span.red-ui-menu-label {
    color: #000;
    font-weight: bold;
}
#red-ui-header ul#red-ui-header-button-deploy-options-submenu li a {
    padding: 10px 14px;
}
#red-ui-header ul.red-ui-menu-dropdown li a img {
    width: 44px;
    height: 44px;
}
#red-ui-header ul.red-ui-menu-dropdown li a.active img {
    border: 2px solid #3c92cf;
    border-radius: 40px;
}
#red-ui-header ul.red-ui-menu-dropdown li a span.red-ui-menu-sublabel {
    color: #B3B3B3;
}

.llm-model-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.llm-model-wrapper .llm-model-title {
    color: #908383;
    font-size: 13px;
    margin-right: 10px;
}

.llm-model-wrapper .llm-model-select-container {
    display: flex;
    align-items: center;
    width: 196px;
}

.llm-model-wrapper .llm-model-select-container .llm-model-select-input {
    cursor: pointer;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 50px;
    padding: 9px 24px 9px 16px;
    line-height: 18px;
    background: #FFF;
    color: #3C4147;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.llm-model-wrapper .llm-model-select-container i.fa {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

.llm-model-wrapper .llm-model-select-wrapper .llm-model-list-wrapper {
    position: absolute;
    background: #fff;
    width: 196px;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.16);
    margin-top: 7px;
    display: none;
    max-height: 310px;
    overflow: hidden auto;
}

.llm-model-wrapper .llm-model-select-wrapper .llm-model-list-wrapper::-webkit-scrollbar {
    width: 4px;
}

.llm-model-wrapper .llm-model-select-wrapper .llm-model-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #2887e3;
    border-radius: 2px;
}

.llm-model-wrapper .llm-model-select-wrapper .llm-model-list-wrapper::-webkit-scrollbar-track {
    background: #dcdcdc;
}

.llm-model-wrapper .llm-model-select-wrapper .llm-model-list-wrapper::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    padding-right: 3px;
}

.llm-model-wrapper .llm-model-select-wrapper.show .llm-model-list-wrapper {
    display: block;
}

.llm-model-wrapper .llm-model-select-container i.fa ,
.llm-model-wrapper .llm-model-option-wrapper .llm-model-option-header i.fa {
    transition: 0.2s linear;
}

.llm-model-wrapper .llm-model-select-wrapper.show .llm-model-select-container i.fa,
.llm-model-wrapper .llm-model-option-wrapper.collapsed .llm-model-option-header i.fa {
    transform: rotate(180deg);
}

.llm-model-wrapper .llm-model-option-wrapper.collapsed .llm-model-option-item-conatiner {
    display: none;
}

.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-header {
    background: #fff7e3 no-repeat padding-box padding-box;
    padding: 8px 10px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-header label {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}

.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-item {
    font-size: 13px;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-item:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
}

.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-item.selected ,
.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-item.selected:hover {
    background: #E2E9F2;
}

.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-item:hover {
    background: #F4F7FA;
}

.llm-model-wrapper .llm-model-list-wrapper .llm-model-option-item label {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    user-select: none;
}

.llm-model-wrapper .llm-model-option-header i.fa {
    color: #000;
    font-size: 16px;
}

@media only screen and (max-width: 1280px) {
    .llm-model-wrapper .llm-model-title {
        width: 68px;
    }
}

@media only screen and (max-width: 1185px) {
    .llm-model-wrapper .llm-model-select-container {
        width: 190px;
    }

    .eb-header-action-list-wrapper .eb-header-action-list{
        display: flex;
        width: calc(100% - 120px);
    }

}

@media only screen and (max-width: 1185px) {

    .eb-header-action-list-wrapper .eb-header-action-list{
        display: flex;
        width: calc(100% - 20px);
    }

}

@media only screen and (max-width: 1110px) {
    .eb-header-action-list-wrapper .eb-header-action-list .eb-list-item{
        margin-left: 32px;
    }
}

@media only screen and (max-width: 1053px) {
    .eb-header-action-list-wrapper .eb-header-action-list .eb-list-item{
        margin-left: 22px;
    }
}

@media only screen and (max-width: 1015px) {
    .eb-header-action-list-wrapper .eb-header-action-list .eb-list-item{
        margin-left: 11px;
    }
}

@media only screen and (max-width: 940px) {

    .llm-model-wrapper .llm-model-select-container {
        width: 150px;
    }

}

@media only screen and (max-width: 900px) {
    #red-ui-header .eb-header-logo {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .llm-model-wrapper .llm-model-title {
        display: none;
    }
}