/* _content/SnapshotMaster.ExtendedControls/ScreenshotCard.razor.rz.scp.css */
.card[b-jqida0hk63] {
	width: 300px;
	height: 200px;
	border-radius: 5px;
	border: 1px solid white;
}

.card img[b-jqida0hk63]{
	width: 300px;
	height: 200px;
}
/* _content/SnapshotMaster.ExtendedControls/ScreenshotEditor.razor.rz.scp.css */
.page-main[b-muiitlmvz6] {
    height: 100%;
    width: 100%;
    position: relative;
}

.page-editor[b-muiitlmvz6] {
    color: white;
    min-width: 1200px;
    min-height: 880px;
    background-color: #141833;
    display: flex;
}

    .page-editor div[b-muiitlmvz6] {
        display: inline-block;
    }

.editor-new-stateBar[b-muiitlmvz6] {
    flex-shrink: 0;
    width: 360px;
    height: 870px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #1f2649;
    overflow-y: auto;
}

.editor-new-userContent[b-muiitlmvz6] {
    height: 870px;
    overflow-y: auto;
    padding-bottom: 10px;
    border-left: 1px #222 solid;
    border-radius: 10px;
    min-width: 400px;
    margin-right: 10px;
    background-color: #1f2649;
    text-align: left;
}

.editor-new-previewer[b-muiitlmvz6] {
    /*width: auto;*/
    height: 870px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #1f2649;
    display: flex !important;
    flex-direction: column;
}

.previewer-image[b-muiitlmvz6] {
    /*width: 100%;*/
    max-height: 100%;
    text-align: center;
    flex: 1;
}

.previewer-action[b-muiitlmvz6] {
    align-self: end;
}

.template-container[b-muiitlmvz6] {
    position: absolute;
    right: 10px;
    top: 0px;
    width: auto;
    height: 45px;
}

.template-list-button[b-muiitlmvz6] {
    background: rgba(74, 99, 217);
    color: white;
}

    .template-list-button:hover[b-muiitlmvz6] {
        background: rgba(74, 99, 217, 0.8);
        color: white;
    }

.desktop-container[b-muiitlmvz6] {
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: row;
}

.hide-desktop-container[b-muiitlmvz6] {
    display: none;
}

.horizontalWeb-img[b-muiitlmvz6] {
    width: 1750px;
    height: 880px;
}

.vertical-img[b-muiitlmvz6] {
    width: 1642px;
    height: 895px;
}
/* _content/SnapshotMaster.ExtendedControls/ScreenshotItemEditor.razor.rz.scp.css */
.panel[b-42q29fvh2y] {
    margin-top: 24px;
    margin-right: 24px;
}

    .panel div[b-42q29fvh2y] {
        display: inline-block;
        float: left;
    }

.page-editor-div[b-42q29fvh2y] {
    display: inline-block;
}
/* _content/SnapshotMaster.ExtendedControls/ScreenshotStateBarEditor.razor.rz.scp.css */
.stateBar-container[b-kzklquzp4m] {
    display: flex;
    padding: 10px 10px 10px 10px;
}

.stateBar-container-direction[b-kzklquzp4m] {
    flex-direction: column;
}

.stateBar-title[b-kzklquzp4m] {
    display: flex;
    align-items: center;
    height: 100%;
}

    .stateBar-title span[b-kzklquzp4m] {
        font-size: 16px;
        font-weight: bold;
    }

    .stateBar-title img[b-kzklquzp4m] {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

.stateBar-switch[b-kzklquzp4m] {
    display: flex;
    align-content: center;
}

.stateBar-device-type[b-kzklquzp4m] {
    display: grid;
    margin-top: 10px;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
}

.stateBar-device-type-container[b-kzklquzp4m] {
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background: rgb(45, 57, 111);
}

    .stateBar-device-type-container:hover[b-kzklquzp4m] {
        color: black;
        cursor: pointer;
        background: White;
    }

.stateBar-device-type-container-select[b-kzklquzp4m] {
    background: rgb(103, 130, 255);
}

.system-setting-container[b-kzklquzp4m] {
    display: grid;
    grid-gap: 5px;
    margin-top: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.device-theme-container[b-kzklquzp4m] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    height: 45px;
    background: rgb(103, 130, 255);
    display: flex;
}

.phone-setting-container[b-kzklquzp4m] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 5px;
    background: rgb(45, 57, 111);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}

    .phone-setting-container span[b-kzklquzp4m] {
        font-size: 12px;
        font-weight: bold;
    }

    .phone-setting-container img[b-kzklquzp4m] {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

.phone-setting-title[b-kzklquzp4m] {
    display: flex;
    align-items: center;
    height: 100%;
}

.user-icon-setting-container[b-kzklquzp4m] {
    margin-top: 10px;
}
