
.mo_openid_tab {
    float: left;
    background-color: #32373C;
    /*width: 15%;*/
    /*height: 350px;*/
    box-shadow: -1px 0px 3px #777777;
    text-decoration: none;
}
.mo_openid_tab a {
    display: block;
    background-color: #32373C;
    color: white;
    padding: 11px 7px;
    text-decoration: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}
.mo_openid_tab a:hover {
    background-color: #616161;
    color: white;
    text-decoration: none;
}
.mo_openid_tab a.tablinks_active{
    background-color: white;
    color: #F6821F;
    font-weight: bold;
    text-decoration: none;
}
.mo_openid_highlight{
    background-color:#102A43;
    padding: 0.004%;
}
.fad-discord {
    background: #7289da;
    color: white;
}
.fad-google {
    background: #dd4b39;
    color: white;
}
.fad-twitter {
    background: #55ACEE;
    color: white;
}
.fad-microsoft{
    background: #00A1F1;
    color: white;
}
.fad-github{
    background: #24292E;
    color: white;
}
.fad-apple{
    background: #000000;
    color: white;
}
.fad-twitch{
    background: #6441A5;
    color: white;
}
.fad-paypal{
    background: #009DDC;
    color: white;
}
.fad-yahoo{
    background: #602ad2;
    color: white;
}
.fad-wordpress{
    background: #346DA6;
    color: white;
}
.fad-snapchat{
    background: #FFFC00;
    color: white;
}
.fad-vk{
    background: #4C75A3;
    color: white;
}
.fad-spotify{
    background: #1ED760;
    color: white;
}
.fad-dropbox{
    background: #007ab9d9;
    color: white;
}
.fad-dribbble{
    background: #E84C88;
    color: white;
}
.fad-reddit{
    background: #ff571e;
    color: white;
}
.fad-foursquare{
    background: #fe5478;
    color: white;
}
.fad-gitlab{
    background: #30353e;
    color: white;
}
.fad-meetup{
    background: #EC1C40;
    color: white;
}
.fad-line{
    background: #00B900;
    color: white;
}
.fad-naver{
    background: #00C83B;
    color: white;
}
.fad-slack{
    background: #4c154d;
    color: white;
}
.fad-tumblr {
    background: #34465D;
    color: white;
}
.fad-fitbit {
    background: #000000;
    color: white;
}
.fad-strava {
    background: #fe6100;
    color: white;
}
.mo-switch-app {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    bottom: 5px;
}

.mo-slider-app {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 3px;
    bottom: 2px;
    width: 55px;
    background-color: grey;
    -webkit-transition: .4s;
    transition: .4s;
}
.mo-slider-app:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .mo-slider-app {
    background-color: #0085ba;
}
input:focus + .mo-slider-app {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .mo-slider-app:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.mo-slider-app.round {
    border-radius: 34px;
}
.mo-slider-app.round:before {
    border-radius: 50%;
}
.mo-openid-sort-apps {
    position: relative;
    padding: 15px;
}

.mo-openid-sort-apps .mo-openid-sort-apps-div {
    position: relative;
    float: left;
    width: 213px;
    height: 120px;
    margin: 15px;
    display: flex;
    flex-flow: column;
}

.mo-openid-sort-apps .mo-openid-sort-apps-i-div {
    height: 166px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
    border: 2px solid #e7e7e7;
}

.mo-openid-sort-apps-move {
    position: absolute;
    left: 0;
    top: 0;
    width: 9%;
    height: 17%;
    cursor: move;

}


.mo-openid-hover-div-sett:hover #mo-openid-hover-app-sett-show{
    display: block;
    transition: .4s;
}

.mo-openid-hover-div-sett #mo-openid-hover-app-sett-show {
    height: 29px;
    background-color: #f0f0f0;
    padding: 5px;
    color: #8e8ef6b8;
    font-size: 16px;
    display: none;
}

.mo-openid-hover-div-sett .mo-openid-capp-sett#mo-openid-hover-app-sett-show{
    height: 17px;
    background-color: #f0f0f0;
    padding: 5px;
    color: #8e8ef6b8;
    font-size: 16px;
}

#snackbar_g {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    top: 21%;
    right: 30px;
    font-size: 17px;
}

#snackbar_g.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}


@-webkit-keyframes fadein {
    from {right: 0; opacity: 0;}
    to {right: 30px; opacity: 1;}
}

@keyframes  fadein {
    from {right: 0; opacity: 0;}
    to {right: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {right: 30px; opacity: 1;}
    to {right: 0; opacity: 0;}
}

@keyframes  fadeout {
    from {right: 30px; opacity: 1;}
    to {right: 0; opacity: 0;}
}

.fad-facebook {
    background: #3B5998;
    color: white;
}

.fad-linkedin {
    background: #007AB9;
    color: white;
}
.fad-amazon {
    background: black;
    color: white;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.75s linear infinite; /* Safari */
    animation: spin 0.75s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.mo-wc-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.mo-wc-modal-content {
    background-color: #0867b2;
    border: 1px solid #888;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 150px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/* The Close Button */
.mo-wc-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mo-wc-close:hover,
.mo-wc-close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.mo_openid_table_layout {
    background-color:#FFFFFF;
    padding:0px 10px 10px 10px;
    margin-bottom: 10px;
    height:auto;
    min-height:400px;
    border-radius: 0px 15px 15px 0px;
}

.mo_openid_table_layout {
    width: 96%;
    padding-top: 8px;
}
/*RAdio button*/

.mo-openid-radio-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 1px;
    cursor: pointer;

    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.mo-openid-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.mo-openid-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #e5e7eb;
    border-radius: 50%;


}

/* On mouse-over, add a grey background color */
.mo-openid-radio-container:hover input ~ .mo-openid-radio-checkmark {
    background-color: #F0F0F0;
}

/* When the radio button is checked, add a blue background */
.mo-openid-radio-container input:checked ~ .mo-openid-radio-checkmark {
    background-color: #0867b2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.mo-openid-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.mo-openid-radio-container input:checked ~ .mo-openid-radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.mo-openid-radio-container .mo-openid-radio-checkmark:after {
    top: 5.5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

/* Create a custom checkbox */
.mo_openid_checkbox_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #e5e7eb;
}

/* On mouse-over, add a grey background color */
.mo_openid_checkbox_container:hover input ~ .mo_openid_checkbox_checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mo_openid_checkbox_container input:checked ~ .mo_openid_checkbox_checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.mo_openid_checkbox_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mo_openid_checkbox_container input:checked ~ .mo_openid_checkbox_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mo_openid_checkbox_container .mo_openid_checkbox_checkmark:after {
    left: 5px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mo_openid_checkbox_container {
    display: block;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 15px;

}

/* Hide the browser's default checkbox */
.mo_openid_checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.mo_openid_note_style{
    display:block;
    margin-top:10px;
    background-color:#ebf6fc;
    padding:14px;
    border:solid 1px darkblue;
    margin-left: 10px;
}
.mo_btn_transform:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.mo_btn_transform_i:hover{
    transform: scale(1.2);
    transition: 0.5s;
}