@import url('https://fonts.googleapis.com/css?family=Quicksand|Open+Sans&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1.8em;
    background-color: #fff;
}
main{
    max-width: 820px;
    margin-left: 33%;
    padding-left: 1%;
    overflow-y: auto;
}
a{
    text-decoration: none;
}
aside {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 33%;
    overflow: hidden;
    background-color: #f5f7f9;
    border-right: 1px solid #eee;
}
    aside a {
        display: block;
        color: #666;
        line-height: 50px;
        text-transform: uppercase;
        white-space: nowrap;
        font-family: Quicksand, "Open Sans", sans-serif;
        font-size: 18px;
    }
    aside a.active {
            color: #000 !important;
        }
    aside span.menu-icon{
        display: inline-block;
        width: 50px;
        text-align: center;
    }
nav{
    max-width: 200px;
    position: absolute;
    right: 0;
}
section {
    display: none;
    padding-bottom: 50px;
}
hr{
    border: 0;
    height: 1px;
    opacity: 1;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
ul{
    margin: 0;
}
li {
    margin-bottom: 8px;
}
i {
    font-size: 1.2em;
}





input,select{
    padding: 7px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
}
.logo{
    background-image: url(../img/logo.png);
    color: #ccc;
    background-size: 200px;
    background-repeat: no-repeat;
    width: 200px;
    font-size: 16px;
    margin-bottom: 32px;
    padding-top: 40px;
    background-position-x: -4px;
    padding-left: 16px;
    cursor: pointer;
}
.logo::after{
    content: "Control Panel";
}
.logo img{
    width: 200px;
}
.logo-sm{
    width: 40px;
    display: none;
    margin: 10px 5px;
    cursor: pointer;
}
.logo-in{
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 200px;
    width: 200px;
    height: 50px;
    margin: 3rem auto 1rem auto;
}
.fullscreen{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../img/bl-pattern.png), linear-gradient(to left, #EEE, #FFF);
    padding-top: 20px;
    z-index: 990;
}
.none{
    display: none;
}
.signout{
    display: none;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
}
.row{
    margin-bottom: 20px;
}
.label{
    color: #999;
    font-size: 0.85em;
    white-space: nowrap;
}
.messenger{
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 999;
    max-width: 400px;
    overflow: hidden;
}

.section-title{
    font-size: 1.5em;
    color: #666;
    text-transform: uppercase;
    margin: 15px;
    font-family: Quicksand, "Open Sans", sans-serif;
}
.verify-email{
    position: absolute;
    top: 15px;
    right: 10px;
}

.action{
    margin-left: 10px;
    background-color: transparent;
    cursor: pointer;
    color: #0099e5!important;
    font-size: 14px;
    border: none;
    padding: 4px 8px;
    white-space: nowrap;
}
.action:hover{
    color: #00AA00!important;
}
.save{
    background-color: #00AA00;
    border: 1px solid #00AA00;
    color: #fff;
    font-size: 18px;
    padding: 8px;
    border-radius: 4px;
    margin: 10px auto 50px auto;
    display: block;
    width: 100%;
    max-width: 260px;
    cursor: pointer;
}
.password{
    background-color: #f1f1f1;
    border: none;
    max-width: 150px;
    letter-spacing: 6px;
    padding-left: 12px;
}
.password-reset{
    border: 1px solid #ccc;
}
.key{
    border: none;
    background-color: #f1f1f1;
    padding: 8px;
    width: 361px;
    letter-spacing: 1px;
}
.paddle_button{
    display: block !important;
    font-size: inherit !important;
}
.nav-sec{
    font-size: 16px;
    color: #999;
}
.card {
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.new-domain{
    width: 100%;
    border: none;
    border-bottom: 1px solid #6c757d;
    padding: 7px;
    outline: none;
    background-color: #F1F1F1;
}
section.pricing .card {
    height: 100%;
}
@media (min-width: 992px) {
    section.pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
    }
}

section.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  section.pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  section.pricing .card-price .period {
    font-size: 0.8rem;
  }
  section.pricing ul {
    margin-top: 1rem;
  }
  section.pricing ul li {
    margin-bottom: 1rem;
  }
  
  section.pricing .text-muted {
    opacity: 0.7;
  }
  
  section.pricing .btn {
    font-size: 80%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  section.pricing .separator{
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.2);
  }

.upgrade{
    margin-top: 20px;
    text-align: center;
}

.watermark{
    color: #ccc;
    font-size: 80px;
    text-align: center;
}
.watermark p{
    font-size: 25px;
}
.alert-button{
    text-align: right;
}


@media (max-width: 620px) {
    aside{
        width: 50px;
    }
    nav{
        text-align: right;
    }
    .nav-txt{
        display: none;
    }
    .logo{
        display: none;
    }
    .logo-sm{
        display: inline-block;
    }
    main{
        margin-left: 50px;
    }
}

.loader{
    color: #0099e5;
    font-weight: bold;
    position: fixed;
    background-color: rgba(255,255,255,0.6);
    /* box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.3); */
    padding: 11px;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

section.uploads .card {
  margin: 12px auto;
  padding-top: 20px;
}
section.uploads .card-body{
  padding: 1rem;
}
.upload-name{
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 20px;
}
.upload-data{
  white-space: nowrap;
  margin-right: 20px;
}
.dummy-row{
    background-image: linear-gradient(to right, #eee, #fff);
    line-height: 24px;
    margin-bottom: 10px;
}
.upload-label{
    color: #999;
    display: inline-block;
    text-align: right;
    border: 2px solid #fff;
    padding-right: 5px;
    margin-right: 2px;
}
.upload-billable{
    color: #72C09D;
}
.upload-syntaxerr{
    color: #EC5B78;
}
.upload-duplicate{
    color: #F58C3F;
}
.upload-total{
    color: #2589BD;
}

.upload-delete{
    padding-right: 10px;
    color: #999 !important;
    cursor: pointer;
 }
 .upload-delete:hover{
    color: #0099e5 !important;
 }
 .upload-card{
    display: none;
 }
.upload-bar{
    margin: 10px 0;
    height: 47px;
    background-color: #aaa;
}
.progress-bar {
    line-height: 1rem;
    font-size: 1rem;
    height: 100%;
}
.uploads-container{
    padding-bottom: 50px;
}
.progress-all{
    padding-top: 15px;
}
.progress{
    background-color: #ccc;
}
.spinner-border-sm{
    margin-bottom: 3px;
}
.file{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file-label {
    margin-bottom: 0px !important;
    cursor: pointer;
}

.verifier{
    width: 100%;
    border: none;
    border-bottom: 1px solid #6c757d;
    padding: 7px;
    outline: none;
    background-color: #F1F1F1;
 }
 .v-result{
    margin-top: 10px;
 }
 .v-badge{
     font-size: 80px;
     margin: 10px auto;
 }
 .v-flag{
    max-height: 36px;
    max-width: 60px;
 }
 .v-title{
     font-family: Quicksand;
     font-size: 2rem;
     margin-top: 20px;
 }
.blackboard{
    background-color: #545b62;
    color: white;
}
.v-muted{
    color: #eee;
}
.v-gradient{
    display: block;
    background-image: linear-gradient(to right, #eee, #fff);
    line-height: 1em;
    margin-bottom: 4px;
}

.number{
    color: fuchsia;
}
.string{
    color: cyan;
}
.boolean{
    color: palegreen
}
.null{
    color: powderblue
}

section.payg .card {
    margin: .5rem 0;
}
@media(min-width: 767px){
    section.payg .card:hover {
        margin-bottom: -.05rem;
        margin-top: .05rem;
    }
}
.text-size-12{
    font-size: 1.2rem;
}
/* Start Dashboard */
.email-Dashboard{
    padding-bottom: 20px;
    color: grey;
}
.dash{
    margin-bottom: 15px;
}
.usage{
    border-style: solid; 
    border-width: 1px; 
    border-color: blue;
    padding-top: 5px;
    padding-bottom: 30px;
    height: 100%;   
}
.label-usage{
    color: #999;
    font-size: 0.85em;
}
.current-plan{
    background-color: #03AC13;
    border-style: solid; 
    border-width: 1px; 
    border-color: #03AC13;
    padding-top: 5px;
    height: 100%;
}
.label-current-plan{
    color: #fff;
    font-size: 0.85em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.label-upgrade{
    text-decoration: underline;
    color: #fff;
    font-size: 0.85em;
}
.current-period{
    border-style: solid; 
    border-width: 1px; 
    border-color: orangered;
    padding-top: 5px;
    height: 100%;
}
.label-current-period{
    color: #999;
    font-size: 0.85em;
}
.pay-as-you-go{
    background-color: #FFD801;
    border-style: solid; 
    border-width: 1px; 
    border-color: #FFD801;
    padding-top: 5px;
    height: 100%;
}
.label-payg{
    color: #999;
    font-size: 0.85em;
}    
.label-date{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
}
.label-credit{
    padding-top: 10px;
    color: black;
    font-size: 0.85em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.usage-balance{
    font-size: 3.5em;
}
.label-top-up{
    text-decoration: underline;
    color: black;
    font-size: 0.85em;
}
.input-key{
    background-color:  	#696969;
    border-color: #696969;
    color: white;
    height: 35px;
    outline: none;
    letter-spacing: 1px;
}
.apikey{
    background-color:#696969;
    color: white;
} 
.verify-CSV-number-payment-setting{
    overflow: hidden;
    width: 100%;
    text-decoration: none !important;
}
.icon-verify-CSV{
   background-color: #02A5D0;
   height: 130px;
}
.text-verify-CSV{
   background-color: #0190B2; 
   color: white;
   font-size: 1.3em;
   display: flex;
   padding-left: .5rem;
   align-items: center;
   width: 100%;
   height: 130px;
}
.icon-verify-number{
    background-color: #B2BD33;
    height: 130px;
 }
 .text-verify-number{
    background-color: #97A427; 
    color: white;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    padding-left: .5rem;
    width: 100%;
    height: 130px;
 }
 .icon-verify-payment{
    background-color: #AA61B5;
    height: 130px;
 }
 .text-verify-payment{
    background-color: #8C449A; 
    color: white;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    padding-left: .5rem;
    width: 100%;
    height: 130px;
 }
 .icon-verify-setting{
    background-color: #505FC4;
    height: 130px;
 }
 .text-verify-setting{
    background-color: #394AA4; 
    color: white;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    padding-left: .5rem;
    width: 100%;
    height: 130px;
 }
.icon-dashboard{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    height: 100%;
}
.btn-btn{
    height: 100%;
}
.pointer{
    cursor: pointer;
}
.line {
    max-width: 900px;
    margin: 0 auto;
    padding: 5px;
}
.line .line-body {
    position: relative;
    margin-left: 30px;
    border-radius: 0 8px 8px 0;
    padding: 2px 0;
}
.line .line-body:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #909090;
    position: absolute;
    left: -4px;
    top: 0;
}
.line .line-body .line-item {
    position: relative;
}
.line .line-body .line-item .time {
    position: absolute;
    left: -33px;
    top: 0px;
    opacity: 1;
    font-size: 17px;
    z-index: 1;
    color: #909090;
}
.line .line-body .line-item .content {
    color: #909090;
    margin: 40px;
}
.line .line-body .line-item .content .title {
    color: #909090;
    font-weight: 500;
    margin-bottom: 10px;
}
.step {
    padding-left: 7px;
    font-size: 44px;
    background-color: white;
}
.step-number{
    padding: 5px;
    font-size: 1.7em;
    padding-left: 12px;
}
/* Fin Dashboard */
