.readocracy {
/* background                  : url("/img/bg.jpg") no-repeat; */
    background-size             : cover; 
    margin                      : 0;
/* height                      : 100vh; */
/* min-height                  : 600px;  */
/* overflow                    : hidden; */
    padding                     : 25px 20px;
    box-sizing                  : border-box; 
    font-family                 : "proxima-nova";
}

input[type="submit"] {
    -webkit-appearance: none;
}

.readocracy-header {
    display                     : flex;
    justify-content             : space-between; 
}

.readocracy-header img {
    height                      : 23px;
}

.readocracy-header div a {
    color                       : #a5a5a5;
    text-decoration             : none; 
    font-size                   : 0.9375rem; 
    margin-right                : 20px; 
    position                    : relative;
    padding                     : 0px 3px;
}

.readocracy-header div a:after  {
    content                     : "";
    width                       : 0px;
    height                      : 1px;
    background                  : #979797; 
    position                    : absolute;
    bottom                      : -10px;
    left                        : 0;  
    transition                  : all 0.5s ease; 
}

.readocracy-header div a.selected:after,
.readocracy-header div a:hover:after {
    width                       : 100%;
}

.readocracy-container {
    display                     : flex;
    flex-direction              : column; 
    justify-content             : center;
    align-items                 : center; 
    height                      : calc(100vh - 70px);
    margin-top                  : -70px;
    min-height                  : 600px; 
}

.readocracy-container p {
    margin                      : 0 auto;
    color                       : #a5a5a5;
    font-size                   : 0.9375rem; 
    text-align                  : center; 
    width                       : 45%;
}

.readocracy-container h2 {
    margin                      : 35px 0px 0px 0px;
    font-size                   : 2.25rem; 
    color                       : #FFF;
    font-weight                 : normal;
}

.readocracy-container h3 {
    font-size                   : 1.25rem;
    color                       : #32db73;
    margin                      : 0px 0px 30px 0px;
    font-weight                 : normal;
}


.readocracy-container.api h2, 
.readocracy-container.api h3 {
    font-weight                 : normal; 

}

.contact-sent a,
.readocracy-container input, 
.readocracy-container a.btn:link, 
.readocracy-container a.btn:visited, 
form section input[type="submit"],
.btn .login-btn {
    background                  : #000000;
    border                      : 1px solid #535353;
    color                       : #32db73;
    border-radius               : 8px;
    text-align                  : center;
    font-size                   : 1.25rem;
    padding                     : 13px 10px;
    width: 305px;
    box-sizing                  : border-box;
    margin-bottom               : 50px;
    cursor                      : pointer;
    text-decoration: none;
}

.readocracy-container input::placeholder {
    color                       : #32db73;
}

.readocracy-container .readocracy-logos {
    margin                      : 0px auto 0px auto;
    width                       : 80%;
    display                     : flex;
    justify-content             : space-between; 
    position                    : absolute;
    bottom                      : 100px;
   
}

.readocracy-container .readocracy-logos img {
    align-self                  : center;
}

.contact {
    margin: 150px auto 0 auto;
    width: 600px;
    text-align: left;
}

form .field input {
	border: 0;
	background: #000;
	color: #828282;
    font-size: 16px;
    border-bottom: 2px solid #32db73;
	width: 400px;
	padding: 15px;
	margin: 0 0 25px 0;
    border-radius: 4px;
    position: relative;
}


form section {
	display: inline-block;
	vertical-align: middle;
}


form .errorInline {
	color: #f00;
	font-weight: bold;
	padding: 0 0 15px 0;
	display: block;
}

.contact-sent {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.contact-sent p {
    font-size: 1.5rem;
    font-style: italic;
}

.contact-sent a  {
    display: inline-block;
    font-style:normal;
}

body.readocracy {
    padding:0;
}

.readocracy-login {
    padding: 40px 0px 20px 0px;
    margin:0px;
    width: 100%;
    min-height: 600px;
    height: auto;
    position: relative;
    background: #fff;
}

.readocracy-login .form-link {
    color: #000;
}

.readocracy-login.v1 {
    background: url("/img/onboard/onboard-bg-v1.jpg") no-repeat center center / cover;
}

.readocracy-login.v2 {
    background: url("/img/login-bg-v2.jpg") no-repeat center center / cover;
}

.readocracy-login.v3 {
    background: url("/img/login-bg-v3.jpg") no-repeat bottom right / cover;
}

.readocracy-login:after {
    content: '';
    height: 12px;
    width:100%;
    bottom:0px;
    position: absolute;
    opacity: 0.8;
    background-color: #11ff82;
}

.readocracy-login .logo{
    width: 40px;
    height: 35.4px;
    margin: 16px 0px 0px 28px;
}

.readocracy-login h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 33px;
    margin-top: 0px;
}

.readocracy-login form {
    background: #fff;
    border-radius: 5px;
    margin-left: 10%;
    width: 326px;
    margin-top: 80px;
    padding: 40px 61px 45px 45px;
    box-sizing: border-box;
}

.readocracy-login form input[type="text"],
.readocracy-login form input[type="password"]{
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    width: 100%;
    border: solid 1px #979797;
    background-color: #e5e5e5;
    color: #111;
    margin-bottom: 0px;
    transition:  all 0.2s ease;
}

.readocracy-login form input::placeholder {
    color: #b5b5b5;
}

.readocracy-login form input:focus {
    border-color: #02db73;    
}

.readocracy-login form label {
    letter-spacing: 3.5px;
    color: #9e9c9c;
    display: block;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.readocracy-login form .field {
    margin-bottom: 8px;
}

.readocracy-login form .field.btn {
    width: 368px;
    position: relative;
}


.readocracy-login form input[type="submit"] {
    border-radius: 5px;
    cursor: pointer;
    border:none;
    background: #02db73;
    font-size: 24px;
    width: 100%;
    color: #FFF;
    padding: 24px 26px;
    text-align: left;
    margin-bottom: 0px;
}

/* .readocracy-login form .field.btn:after  {
    content: '';
    position: absolute;
    right: 23px;
    top:12px;
    background: url("/img/onboard/arrow-right.png") no-repeat  center center / cover;
    width: 49px;
    height: 49px;
    display: block;
} */

.readocracy-login .field.fineprint {
    margin-top: 33px;
}

.readocracy-login .field.fineprint a {
    color: #b7b7b7;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 2px;
    border-bottom: solid 2px #b7b7b7;
}

.readocracy-login .field.fineprint a:hover {
    border-color: #02db73;
    color: #111;
}

.readocracy-login .field .errorInline {
    font-size: 14px;
}

.readocracy-login .login-info {
    margin-left: 10%;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 90px;
    width: 380px;
    font-family: proxima-nova;
}

.readocracy-login.v2 .login-info {
    color: #000;
}

.readocracy-login.v2 .login-info h2 {
    color: #000;
}

.readocracy-login .login-info h2 {
    font-size: 18px;
    margin:0px;
    color: #fff;
}

.readocracy-login .login-info span {
    font-size: 48px;
    font-weight: 900;
    display: block;
    font-family: proxima-nova;
    margin: 20px 0px 30px 0px;
}

.readocracy-login .login-info p {
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.installed-extension {
    background: url("/img/onboard/onboard-bg-v4.jpg") no-repeat top center / cover;
    width: 100%;
    height: 100vh;
    min-width: 875px;
    position: relative;
    z-index: 8;
}

.installed-extension::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0.81;
    z-index: -8;
    background-color: #131313;
}

.installed-extension.installed {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-height: 685px;
}

.installed-extension::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom:0;
    height: 12px;
    opacity: 0.8;
    background-color: #11ff82;
}

.installed-extension .logo {
    position: absolute;
    top: 16px;
    left: 28px;
}

.installed-extension .logo img {
    width: 40px;
    height: 36px;
}

.installed-extension .content {
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
    margin-left: 18%;
    padding-top: 10%;
    width: 700px;
}

.installed-extension .content h2 {
    color: #fff;
    margin:0 0 55px 0px;
    font-size: 40px;
}

.installed-extension .content p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin:0 0 33px 0;
    -webkit-font-smoothing: antialiased;
}

.installed-extension .content p span {
    color: #f96161
}
.installed-extension .content p a {
    color: #02db73;
    text-decoration: none;
}

.installed-extension .arrow {
    display: block;
    width: 311px;
    top: 16px;
    position: absolute;
    right: 100px;
}

.installed-extension .arrow.arrow-up {
    width: 160px;
    position: absolute;
}

.installed-extension .content.align-right{ 
    text-align: right;
    padding-top: 230px;
    width: 80%;
    margin:0 256px 0px 0px;
    max-width: 685px;
}

.installed-extension .content.align-right h2 {
    font-size: 32px;
    margin: 0 0 51px 0px;
}

.installed-extension .content.align-right p {
    font-size: 16px;
    color: #c2c2c2;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.installed-extension .content.align-right p label {
    display: block;
    color: #02db73;
    margin-bottom: 10px;
    font-size: 32px;
}


.installed-extension .btn-container {
    text-align: right;
    margin-top: 54px;
    width: 100%;
    padding-bottom: 150px;
}

.installed-extension .btn-container label {
    color: #02de75;
    font-size: 32px;
    margin-bottom: 25px;
    display: block;
    font-weight: bold;
}

.installed-extension .btn-container .btn {
    width: auto;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    background: #00d264;
    text-transform: uppercase;
    width: 70%;
    float: right;
    justify-content: center;
    padding: 16px 20px;
    color: #000;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -1.5px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
}

.installed-extension .btn-container  .btn i {
    margin-left: 20px;
    background: url("/img/arrow-right-black.svg") no-repeat center center / cover;
    display: inline-block;
    height: 35px;
    width: 30px;
}

.join-codes {
    background: #12131c;
    padding: 120px;
    font-family: 'proxima-nova';
    color: #fff;
    min-height: 500px;
    height: 100%;
    min-width: 1090px;
}

.join-codes h2 {
    font-size: 48px;
    font-weight: normal;
    margin: 0px;
}

.join-codes table {
    color: #fff;
    margin-top: 20px!important;
    width: auto;
    min-width: 850px;
    border-spacing:0 5px;
}

.join-codes table th {
    font-size: 18px;
}

.join-codes table th.center {
    text-align: center;
}

.join-codes table th, 
.join-codes table td {
    text-align: left;
    font-family: 'proxima-nova';
    padding: 5px 15px;
    border-bottom:1px solid #5d5d5d;
}

.join-codes table td label {
    padding: 3px 10px;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    width: 90px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.join-codes table td.used {
    color: #7b7b7b;
    pointer-events: none;
}

.join-codes table td .user {
    display: flex;
    justify-content: space-between;
}
.join-codes table td .user a {
    color: #FFF;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.join-codes table td .user a:hover {
    color: #02db73;
}   

.join-codes table td a.follow {
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bold;
    background-color: #02db73;
    color: #000;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.join-codes table td a.follow:hover {
    color: #FFF;
}

.join-codes table td a.used {
    background-color: #bbbbbb;
    width: auto;
    display: flex;
    align-items: center;
    color: #000;
    padding: 3px 10px;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    max-width: 285px;
    justify-content: space-between;
}

.join-codes table td a.used span {
    display: inline-block;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.join-codes table td a.used:hover {
    color: #fff;
}

.join-codes table td a.used  svg {
    margin-left: 10px;
}
.join-codes table td label.active {
    background-color:#02db73;
}

.join-codes form fieldset {
    border:none;
    padding: 10px 0px;
}

.join-codes form fieldset label {
    display:block;
    margin-bottom: 5px;
}

.join-codes form fieldset input,
.join-codes form fieldset textarea {
    border: 2px solid #02db73;
    outline: none;
    padding: 5px 10px;
    width: 250px;
    border-radius: 3px;
    resize: none;
}

.join-codes form fieldset textarea {
    float: left;
    margin-right: 5px;
}

.join-codes form button {
    background-color: #02db73;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 25px;
    border:none;
    cursor: pointer;
    font-size: 16px;
    outline:none;
    border-radius: 3px;
}

.join-codes form button:hover {
    text-decoration: underline;
}

.join-codes table td form {
    margin:0;
}

.join-codes table td form fieldset {
    padding: 0px;
}

.join-codes table td form button {
    padding: 2px 20px;
    margin-top: 17px;
}

.blacklist {
    padding:80px 120px;
    color: #FFF;
}

.blacklist h3 {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    margin: 0px 0 20px 0px;
}

.blacklist .item {
    display: flex;
    width: 60%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #7b7b7b;
}

.blacklist .item p {
    color: #FFF;
    font-weight: bold;
    padding:0;
    margin:0;
    width: 60%;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.blacklist .item a {
    color: #FFF;
    font-weight: bold;
    width: 80%;
    margin-left: 10px;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.blacklist .item a:hover {
    color: #02db73;
}

.blacklist .item a.delete {
    background: url("/img/trash-red.svg") no-repeat center center / cover;
    width: 20px;
    height: 20px;
    display: block;
    margin:0;
    filter: grayscale(1);
}

.blacklist .item a.delete:hover {
    filter: initial;
}

.blacklist fieldset  {
    padding: 0;
    border: 0;
}

.blacklist fieldset input {
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 11px;
    width: 40%;
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #2DDB73;
    margin-bottom: 5px;
    padding: 6px 20px 9px 12px;
    background-color: #e5e5e5;
}

.blacklist fieldset button {
    background-color: #2DDB73;
    padding: 9px 25px 10px 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border:none;
    outline: none;
    border-radius: 3px;
}

.blacklist fieldset button:hover {
    cursor: pointer;
}

.verification {
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 90px 80px;
}

.verification h2 {
    font-size: 48px;
    font-weight: normal;
    margin-top: 0px;
}

.verification ul {
    width: 100%;
    padding: 0;
    min-width: 1100px;
}

.verification ul li {
    list-style-type: none;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #535353;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.verification ul li a {
    text-decoration: none;
    color: #02de75;
    display: block;
    font-size: 20px;
}

.verification ul li a:hover {
    text-decoration: underline;
}

.verification ul li .status,
.verification ul li .type {
    background-color: #FF5C5C;
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    width: fit-content;
    text-align: start;
}

.verification ul li .type  {
    background-color: #383838;
    margin-left: 0px;
    text-align: start;
}

.verification ul li > div {
    display: flex;
    width: 590px;
    align-items: center;
    justify-content: flex-end;
}

.verification ul li > div a {
    font-size: 16px;
}

.verification ul li .btn-container {
    margin-left: 40px;
    display: inline-flex;
    align-items: center;
}

.verification ul li .btn-container a {
    padding: 5px 10px;
    margin-left: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    display: inline-flex;
    text-transform: uppercase;
    font-weight: bold;
}

.verification ul li .btn-container a.btn-verify {
    background-color: #02db73;
}

.verification ul li .btn-container a.btn-decline {
    background-color: #FF5C5C;
}

.verification ul li .btn-container a.btn-resend {
    background-color: grey;
}

.verification ul li textarea {
    resize: none;
    outline:none;
    height: 50px;
    padding :5px 10px;
    border-radius: 2px;
    border: 2px solid #02de75;
    width: 250px;
    margin-left: 40px;
}

.verification ul li p.notes {
    width: 350px;
    margin-left: 70px;
}

.util-dialogue.with-wrap.resend-confirm a:last-of-type {
    margin: 0px auto;
}


.subjects-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  .subjects-overlay.show {
    display: flex;
  }
  .subjects-overlay .content {
    background: #fff;
    border-radius: 5px;
    padding: 45px;
    width: 360px;
    text-align: center;
  }
  .subjects-overlay .content p {
      margin-bottom: 20px;
  }
  .subjects-overlay .content h2 {
      color: #000;
      margin-bottom: 10px;
      margin-top:0;
  }
  .subjects-overlay .content .cls-btn {
    background: #02db73;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
  }

  .btn .login-btn {
    border-radius: 5px;
    cursor: pointer;
    border:none;
    background: #02db73;
    font-size: 24px;
    color: #FFF;
    text-align: left;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 220px;
    margin-bottom: 18px;
    height: 60px;
    font-weight: 900;
    font-family: 'proxima-nova';
    padding: 10px 15px;
  }

  .btn .login-btn img {
    width: 35px;
    height: 35px;
  }

  .readocracy-login .remember-me label {
    color: #b7b7b7;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .readocracy-login .remember-me input {
      margin-right: 10px;
  }


@media screen and (max-width: 1000px){ 
    .readocracy-container .readocracy-logos, .content {
        width: 100%;
    }

    .installed-extension .content {
        margin-left: 2%!important;
        margin-top: 15%!important;
    }
}

@media screen and (max-width: 875px){
    body {
        overflow                : scroll;
        height                  : auto;
    }

    .btn .login-btn {
        width: 100%;
    }
    
    form section {
        width: 100%;
        display: block;
    }
    
    form .field {
        width: 100%;
    }
    
    .content, form .field input {
        width: 95%;
    }

    .readocracy-header div a {
        margin-right            : 0;
    }

    .readocracy-container {
        height                  : auto;
    }

    .readocracy-container h2, 
    .readocracy-container h3 {
        text-align              : center;
        font-size               : 1rem; 
    }

    .readocracy-container h2 {
        font-size               : 1.7rem; 
    }

    .readocracy-container p {
        width                   : 100%;
    }

    .readocracy-container .readocracy-logos {
        width                   : 90%;
        display                 : block;
        text-align              : center;
        bottom                  : 10px;
    }

    .readocracy-container .readocracy-logos img {
        margin-bottom           : 15px;
        margin-right            : 5%;
        display                 : inline-block;
        height                  : 20px;
    }

    .readocracy-container .readocracy-logos img:nth-child(2n) {
        margin-right            : 0;
    }

    .readocracy-login form,
    .readocracy-login .login-info {
        width: 90%!important;
        margin: 50px auto!important;
    }

    .readocracy-login form .field.btn {
        width: 100%!important;
    }

    .blacklist {
        min-width: initial!important;
        padding: 90px 20px 40px 20px!important;
    }

    .blacklist .item {
        width: 90%!important;
    }
}
