﻿
.gdrive_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gdrive_icon svg {
  width: 120px;
  height: auto;
}

/* The "tick Select all" note above the Connect button. Capped in width because the modal sizes
   itself to its content (ModalSize.Automatic) and an uncapped line of this length would stretch
   the dialog far wider than the Drive icon above it. */
.gdrive-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    max-width: 340px;
    margin: 14px auto 0;
    padding: 11px 13px;
    background: #fff8e6;
    border: 1px solid #f3dca6;
    border-left: 3px solid #f0c040;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.55;
    color: #5b4a1f;
    text-align: left;
}

.gdrive-note-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
    fill: #d9a300;
}

.gdrive-note b {
    color: #3f3310;
}

.st0 {
    fill: #188038;
}

.st1 {
    fill: #1967D2;
}

.st2 {
    fill: #EA4335;
}

.st3 {
    fill: #FBBC04;
}

.st4 {
    fill: #34A853;
}

.st5 {
    fill: #4285F4;
}
