/*-------------------------------------------------------------------
// Manage My Sites
---------------------------------------------------------------------*/
.manage-my-sites {
    width: 768px;
    margin: 0 auto;
}

.my-sites-panel {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 3px;
    margin-top: 24px;
}

.my-sites-panel .top-panel {
    padding: 16px;
    border-bottom: 1px solid #F0F3F4;
}

.my-sites-panel .top-panel {
    display: flex;
}

.my-sites-panel .top-panel .site-search {
    flex: 1 1 auto;
    margin-right: 12px;
    position: relative;
}

.my-sites-panel .top-panel .site-search:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 12px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M16%2016L11.9581%2011.9581M11.9581%2011.9581C13.052%2010.8641%2013.6666%209.38039%2013.6666%207.8333C13.6666%206.28621%2013.052%204.80249%2011.9581%203.70853C10.8641%202.61458%209.38039%202%207.8333%202C6.28621%202%204.80249%202.61458%203.70853%203.70853C2.61458%204.80249%202%206.28621%202%207.8333C2%209.38039%202.61458%2010.8641%203.70853%2011.9581C4.80249%2013.052%206.28621%2013.6666%207.8333%2013.6666C9.38039%2013.6666%2010.8641%2013.052%2011.9581%2011.9581Z%22%20stroke%3D%22%23999999%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
}

.my-sites-panel .site-search input.site-search {
    height: 38px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    padding: 10px 10px 10px 39px;
}

.my-sites-panel .site-search input.site-search::-webkit-input-placeholder {
    color: #999999;
}

.my-sites-panel .site-search input.site-search::-moz-placeholder {
    color: #999999;
}

.my-sites-panel .site-search input.site-search:-ms-input-placeholder {
    color: #999999;
}

.my-sites-panel .site-search input.site-search:-moz-placeholder {
    color: #999999;
}

.my-sites-panel .top-panel .create-new-site-button {
    font-weight: 500;
    font-size: 15px;
    line-height: 37px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    height: 38px;
    width: 127px;
    background: #1199C4;
    border-radius: 3px;
    cursor: pointer;
    transition: all 300ms ease-out 0s;
}

.my-sites-panel .top-panel .create-new-site-button:hover {
    background: #0c88af;
}

.my-sites-panel .site-row {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #F0F3F4;
}

.my-sites-panel .site-row:last-child {
    border-bottom: none;
}

.my-sites-panel .site-logo {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 3px;
}

.my-sites-panel .site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-sites-panel .site-logo img{
    max-width: 100%;
}

.my-sites-panel .site-info {
    flex: 1 1 auto;
    padding: 0 16px;
}

.my-sites-panel .site-info .site-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 5px;
}

.my-sites-panel .site-info .site-url {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5F5E5E;
}
.my-sites-panel .site-list-panel .instance-switch-button {
    height: 32px;
    width: 76px;
    border: 1px solid #1199C4;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    color: #1199C4;
    display: inline-block;
    padding: 0px 14px;
    cursor: pointer;
    transition: all 300ms ease-out 0s;
}

.my-sites-panel .site-list-panel .instance-switch-button:hover {
    background-color: #1199C4;
    border: 1px solid #1199C4;
    color: #ffffff;
}


/* // Manage My Sites  END */
