/* Styles for crypto-plugin */
.crypto-plugin-d2sme {
    width: 480px !important;
    margin-left: -240px !important;
    background-color: white;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 20px 0px;
}

.crypto-plugin-d2sme .z-window-header {
    padding: 32px 90px 0px 40px;
    font-size: 20px;
    font-weight: 700;
}

.crypto-plugin-d2sme .z-window-content {
    padding: 0px 40px;
    margin: 23px 0px 4px;
}

.crypto-plugin-d2sme .z-window-content select {
    width: 400px !important;
    padding: 18px 28px;
    margin: 0 !important;
    overflow-y: auto;
    border: 1px solid rgb(211, 210, 211);
}

.crypto-plugin-d2sme .z-window-content option {
    padding: 4px 0 0 8px;
    margin: 1px 0 4px;
}

.crypto-plugin-d2sme .z-window-content option:hover,
.crypto-plugin-d2sme .z-window-content option:checked {
    background-color: #F5FAFE !important;
    cursor: pointer !important;
    color: #769EBB !important;
}

.crypto-plugin-d2sme .z-window-content div {
    padding: 40px 0;
    display: flex;
    gap: 10px;
    justify-content: end;
}

.crypto-plugin-d2sme .z-window-content input[type=button] {
    min-width: 70px !important;
    padding: 4px 10px !important;
    margin: 0px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease 0s !important;
    border: 1px solid rgb(87, 128, 158);
    color: rgb(87, 128, 158);
    background: rgb(255, 255, 255);
}

.crypto-plugin-d2sme .z-window-content input[type=button]:disabled {
    cursor: not-allowed;
    border-color: rgba(16, 16, 16, 0.3);
    color: rgba(16, 16, 16, 0.3);
}

.crypto-plugin-d2sme .z-window-content input[type=button]:first-child {
    border: 1px solid rgb(87, 128, 158);
    color: rgb(255, 255, 255);
    background: rgb(87, 128, 158);
}

.crypto-plugin-d2sme .z-window-content input[type=button]:first-child:disabled {
    cursor: not-allowed;
    background: #D3D2D3;
    border-color: #D3D2D3;
    color: #ffffff;
}

.crypto-plugin-d2sme .z-window-content input[type=button]:hover,
.crypto-plugin-d2sme .z-window-content input[type=button]:first-child:hover {
    opacity: 0.8;
}
