div::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

div::-webkit-scrollbar-thumb {
    background-color: var(--text-c3);
}

a:link {
    color: var(--text-c3);
    text-decoration: none;
}

a:visited {
    color: var(--text-c3);
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

ol {
    padding-left: 0px;
    list-style-type: none;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

h4 {
    margin-bottom: 10px;
}

.manager-error-text {
    color: red;
    font-weight: normal;
    font-size: small;
}

.manager-installed-service {
    color: green;
}

.manager-settings-header {
    background-image: url('../web/styles/styles.Background.png');
}

.manager-settings-header-item {
    color: #fdb901;
    text-align: center;
    cursor: pointer;
}

.manager-settings-header-item-selected {
    border-style: solid;
    border-width: 1px;
    border-color: #fdb901;
}

.show {
    display: flex !important;
}

.hide {
    display: none !important;
}

.expand {
    width: 5% !important;
}

.header-shadow {
    -webkit-box-shadow: 0 6px 8px -4px rgba(0,0,0, 0.28);
    -moz-box-shadow: 0 6px 8px -4px rgba(0,0,0, 0.28);
    box-shadow: 0 6px 8px -4px rgba(0,0,0, 0.28);
}

div.main-header {
    position: relative;
    display: flex;
    width: 295px;
    flex-direction: row;
    align-items: center;
    padding-left: 25px;
}

div.app-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 72px;
    left: 320px;
    width: 575px;
    bottom: 0;
    background-color: var(--bg1);
    transition: width .5s ease-in;
}

div.app-menu {
    position: absolute;
    display: flex;
    top: 72px;
    left: 900px;
    right: 0px;
    bottom: 0px;
    background-color: var(--bg1);
    transition: width .5s ease-in;
}

div.app-menu-settings {
    position: absolute;
    display: flex;
    top: 72px;
    left: 320px;
    right: 0px;
    bottom: 0px;
    background-color: var(--bg2);
    transition: width .5s ease-in;
}

div.app-menu-element {
    display: flex;
    flex: 0 1 auto;
    margin-top: 25px;
}

div.app-selection {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 72px;
    left: 0;
    width: 320px;
    bottom: 60px;
    background-color: var(--bg3);
    transition: width .5s ease-in;
}

div.appstore-about {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    height: 60px;
    width: 320px;
    bottom: 0;
    background-color: var(--bg3);
    transition: width .5s ease-in;
}

div.search-appstore {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 575px;
    height: 40px;
    margin-right: 10px;
    background-color: var(--bg1);
}

div.search-appstoreM {
    background-color: var(--bg1);
    cursor: pointer;
    margin-right: 15px;
    order: 4;
    display: none;
}

div.app-cl {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--bg2) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    height: 175px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}

    div.app-cl:hover {
        border-color: var(--c2) !important;
    }

div.select-app-active {
    border-color: var(--c2) !important;
}

img.logo-cl {
    position: relative;
    width: 92px;
    height: 92px;
    margin: 20px 8px 20px 20px;
    order: 1;
    background: transparent 0% 0% no-repeat padding-box;
}

img.app-logo-cl {
    position: relative;
    width: 24px;
    height: 24px;
    order: 1;
    background: transparent 0% 0% no-repeat padding-box;
}

.text-cl {
    font-size: 15px;
    font-family: 'titillium';
    color: var(--text-c1);
}

.text2-cl {
    font-size: 14px;
    font-family: 'titillium';
    color: var(--text-c2);
}

.text3-cl {
    font-size: 15px;
    font-family: 'titillium';
    color: var(--text-c3);
}

.text4-cl {
    font-size: 14px;
    font-family: 'titillium';
    color: var(--error);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.input-cl {
    background-color: transparent;
    border: 0;
    padding-left: 10px;
}

.apps-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: 0% 0% no-repeat padding-box;
    cursor: pointer;
}

.apps-menu-item:hover {
        background-color: var(--bg4);
    }

.hover:hover {
    background-color: var(--bg4);
}

.select-active {
    background-color: var(--bg4);
}

.select-settings {
    background-color: var(--settings-select);
}

.hover-btn:hover {
    background-color: var(--c2) !important;
}

.dropdown-cl {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

div.filter-btn {
    position: absolute;
    width: 45px;
    right: 0;
    top: 10px;
}

div.a-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: var(--bg3);
    cursor: pointer;
}

.dropdown-cl select {
    background-color: var(--bg3);
    padding: 8px;
    padding-right: 28px;
    border: 0;
    margin: 0;
    cursor: pointer;
    /*hide defualt arrow*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dropdown-cl::before,
.dropdown-cl::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.dropdown-cl::after { /*  Custom arrow */
    content: "\25BC";
    font-size: 10px;
    right: 2%;
    top: 11px;
    color: var(--icon-bg);
}

div.appinfo-lang {
    display: flex;
    justify-content: center;
    margin: 5px 5px 5px 0px;
    width: 35px;
    height: 25px;
    background-color: var(--bg2);
}

div.appinfo-cat {
    display: flex;
    justify-content: center;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    width: auto;
    height: auto;
    background-color: var(--bg2);
}

.overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bg2);
    z-index: 5;
}

div.loader1 {
    animation: Loader1;
    animation-duration: 5s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

div.loader2 {
    animation: Loader2;
    animation-duration: 5s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

div.loader3 {
    animation: Loader3;
    animation-duration: 5s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

div.loader4 {
    animation: Loader4;
    animation-duration: 5s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

div.loader5 {
    animation: Loader5;
    animation-duration: 1s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

div.confirm-popup-cl {
    position: relative;
    top: 30%;
    width: 495px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg1);
    z-index: 5;
    transform: translateY(0);
    transition: opacity .3s 0s,visibility 0.5s;
}

div.filter-popup {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 85%;
    height: 90%;
    margin: 40px 50px;
    background-color: var(--bg1);
}

div.filter-element {
    position: relative;
    display: flex;
    flex-direction: row;
    order: 1;
    width: 270px;
    height: 30px;
    align-items: center;
    margin: 10px 5px;
    cursor: pointer;
}

div.appstore-msg {
    display: flex;
    flex-direction: row;
    height: 35px;
    width: auto;
    background: var(--bg3);
    align-items: center;
}

div.filter-element:hover {
    background-color: var(--bg2);
}

.manager-input-error {
    outline: 1px solid var(--error);
    outline-offset: -1px;
}

input.button {
    color: var(--text-c1);
    background-color: var(--bg2);
    outline: none;
    border: none;
    box-shadow: none;
    transition: color 1s, border 1s;
}

input.button-light {
    background-color: var(--bg3);
}

input.button:hover, input.button:focus {
    background-color: var(--c2);
}

input.button:active {
    background-color: var(--text-c3);
}

input.button-disabled {
    color: var(--text-c1);
    background-color: var(--bg2);
    opacity: 0.4;
    outline: none;
    border: none;
    box-shadow: none;
}

input:disabled {
    opacity: 0.4;
}

input.button-success {
    color: var(--c2);
    border: 1px solid var(--c2);
    /*    transition: color 1s, border 1s;*/
}

input.a-button-ok {
    background-color: var(--c3);
}

    input.a-button-ok:hover, input.a-button-ok:focus {
        background-color: #FFCF00;
    }

input.a-button-cancel:hover, input.a-button-cancel:focus {
    background-color: var(--c4-hover);
}

input.standard {
    height: 30px;
    font-size: 15px;
    color: var(--text-c1);
    background-color: var(--bg3);
    border-style: none;
    padding: 0 10px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
}

input.standard:focus {
    border-bottom: 1px solid var(--text-c3);
}

input.standard:invalid {
    border-bottom: 1px solid var(--error);
}

select {
    padding: 8px;
    padding-right: 28px;
    color: var(--text-c1);
    background-color: var(--bg3);
    font-size: 15px;
    margin: 0;
    border: 0;
    outline: none;
}

select:focus {
    border-bottom: 1px solid var(--text-c3);
}

select:disabled {
    opacity: 0.4;
}

select.manager-input-error {
    margin-left: 1px;
}

svg.checkbox-hover:hover {
    background: var(--settings-checkbox-hover) 0% 0% no-repeat padding-box !important;
    fill: var(--settings-checkbox-hover) !important;
}

svg.checkbox-select {
    background: #FFCF00 0% 0% no-repeat padding-box;
    border: 1px solid #E6C73E;
    fill: var(--settings-checkbox);
}

.settings-input-focus {
    outline: none !important;
    border: 1px solid var(--settings-input-focus) !important;
}

svg.checkbox-deselect {
    background: transparent 0% 0% no-repeat padding-box;
    border: 1px solid var(--text-c1);
    fill: transparent;
}

div.settings-btn-OK {
    position: relative;
    display: flex;
    order: 2;
    margin-left: 20px;
    width: 213px;
    background-color: var(--c3);
}

div.settings-btn-OK:hover {
    background: #FFCF00 0% 0% no-repeat padding-box;
}

div.settings-btn-NOK {
    position: relative;
    display: flex;
    order: 1;
    width: 213px;
    background-color: var(--c4);
}

div.settings-btn-NOK:hover {
    background: var(--c4-hover) 0% 0% no-repeat padding-box;
}

input.settings-input {
    background-color: var(--settings-input);
    font-size: 14px;
    border: 0;
    padding-left: 10px;
}

.settings-error {
    border: 1px solid var(--settings-error) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' %3E%3Cpath d='M11.33,12H8.67L8,3.33h4Zm0,2H8.67v2.67h2.66Z' style='fill:%23EA3F50'/%3E%3C/svg%3E");
    background-position: right !important;
    background-repeat: no-repeat !important;
}

svg.settings-error-icon {
    fill: var(--settings-error-icn);
    background: 0% 0% no-repeat padding-box;
    opacity: 1;
}

div.registered-domain-full {
    display: flex;
    flex-direction: row;
    height: 32px;
    align-items: center;
    font-size: 14px;    
}

div.registered-domain-mini {
    display: flex;
    flex-direction: column;
    height: 105px;
    width: 100%;
    align-items: flex-start;
    margin-top: 5px;
    border: 1px solid var(--settings-line);
}

.remove-domain-btn {
    width: 310px !important;
    margin-left: 0px !important;
}

@keyframes Loader1 {
    from {
        left: 207px;
    }

    to {
        left: 270px;
        transform: rotate(90deg);
    }
}

@keyframes Loader2 {
    from {
        top: 69px;
        transform: rotate(45deg)
    }

    to {
        top: 39px;
        transform: rotate(-45deg)
    }
}

@keyframes Loader3 {
    from {
        left: 161px;
        transform: rotate(45deg)
    }

    to {
        left: 131px;
        transform: rotate(-45deg)
    }
}

@keyframes Loader4 {
    from {
        top: 38px;
        transform: rotate(45deg)
    }

    to {
        top: 68px;
        transform: rotate(-45deg)
    }
}

@keyframes Loader5 {
    from {
        margin-left: 0px;
    }

    to {
        margin-left: 10px;
    }
}

/*Media queries*/
@media(max-width: 350px) {
    div.confirm-popup-cl {
        width: 250px !important;
    }
}

@media(max-width: 450px) {
    div.filter-btn {
        width: 50px;
    }

    div.filter-btn div {
       display: none !important;
    }
    
    div.filter-btn svg {
      margin-right: 0 !important;
    }

    .remove-domain-btn {
        width: 100% !important;
    }
}

@media(max-width: 600px) {
    div.confirm-popup-cl {
        width: 350px;
    }
}


@media(max-width: 750px) {
    div.main-header {
        width: 100%;
    }

    div.app-selection {
        width: 100%;
    }

    div.appstore-about {
        width: 100%;
    }

    div.search-appstore {
        display: none !important;
    }

    div.search-appstoreM {
        display: flex !important;
    }
}

@media(max-width: 900px) {
    div.app-list {
        left: 0;
        width: 100%;
    }
    /*div.app-list {
        width:100%;
        left:0;
    }      */

    div.filter-popup {
        width: 98%;
        height: 98%;
        margin: 5px;
    }
}

@media(max-width: 1200px) {
    div.app-menu {
        width: 100%;
        left: 0;
    }

    div.app-menu-settings {
        width:100%;
        left:0;
    }
}


@media(max-width: 1300px) and (min-width: 1200px) {
    div.app-selection {
        width: 270px;
    }

    div.appstore-about {
        width: 270px;
    }

    div.app-list {
        left: 270px;
        width: 525px;
    }

    div.app-menu {
        left: 800px;
    }

    div.app-menu-settings {
        left:270px;
    }
}
