/* You can add global styles to this file, and also import other style files */
html, body{height: 100%;width: 100%;}

.flex-column{
    display: flex;
    flex-direction: column;
}

body{
    background: #ECEFFD;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
body.registration{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(172,219,240,0.8) 100%);
    overflow: hidden;
}
.form-box {
    background: #134588;
    font-size: 100%;
    color: #fff;
    flex-basis: 85%;
    display: flex;
    min-height: 90%;
    max-height: 100%;
    align-items: center;
    margin-top: 25px;
  }
.form-box--arrow-left {
    position: relative;
    z-index: 10;
  }
  .form-box--arrow-left::before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: -100px;
    top: 0;
    background: url(../images/rectangle.svg) no-repeat left;
    background-size: cover;
  }

  .registration-box{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .logo-img{
    margin: 2%;
    width: 33%;
    padding-top: 30px;
  }

.main-container{
    padding: 0px;
    margin-top: 48px;
    position: relative;
    margin-left: 250px;
    width: 100%;
    transition: 1s ease;
}
.mt-n1{
    margin-top:-4.5rem!important;
}
.bg-default {
    background-color: #184383!important;
}
.chart {
    position: relative;
    height: 370px;
}
.closebtn{
    /* position: absolute; */
    border: none;
    height: 28px;
    width: 100%;
    box-shadow: 0px 1px 4px 1px rgba(0 ,0, 0, .3);
    left: 100%;
    top: 0;
    cursor: pointer;
    background: rgb(24,67,131);
    background: linear-gradient(90deg, rgba(24,67,131,1) 0%, rgba(84,24,131,1) 100%);
    color: #fff;
    font: normal normal normal 22px/1 FontAwesome;
}
.closebtn::before{
    content: "\f100";
}
.closebtn::after{
    width:100%;
    height:2px;
    background: #000;
}
.closeBtn_open::before{
    content: "\f101";
}
button.closebtn:focus{
    outline: none;
}
/* .navbar-text{padding: 0;} */
.navbar a{color: #fff;}

.navbar-brand img{
    width: 90%;
    margin-top: -2px;
}
.triangle-top-right {
	position: absolute;
    right: 0;
    top: 2px;
    z-index: 2;
}
.triangle-top-right::before {
  content:" ";
  position: absolute;
  top:0;
  right:0;
  border-style: solid;
  border-width: 30px 24px 30px 0;
  border-color: transparent #47b2e5 transparent transparent;
}
  /*form styles*/
#msform {
    position: relative;
    margin-top: 30px;
    width: 100%;
}
#msform fieldset {
    border: 0 none;
    box-sizing: border-box;
    /*width: 80%;*/
    margin: 0 16%;
    /*stacking fieldsets above each other*/
    position: relative;
    font-size: 14px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea, #msform select {
    padding: 10px 2.5rem;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #626262;
    font-size: 13px;
    border:solid 4px rgba(45, 177, 239, 0);
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: rgb(202, 236, 252);
    border:solid 4px #ffffff;
    outline-width: 0;
    transition: All 0.5s ease-out;
    -webkit-transition: All 0.5s ease-out;
    -moz-transition: All 0.5s ease-out;
    -o-transition: All 0.5s ease-out;
}

/*buttons*/
#msform .action-button {
    width: inherit;
    min-width: 26vw;
    background: #2DB1EF;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ffffff;
}
#msform :disabled.action-button-previous{
    opacity: 0.5;
}
#msform :disabled.action-button-previous:hover, #msform :disabled.action-button-previous:focus {
    box-shadow: none;
}

#msform .action-button-previous {
    width: 100px;
    background: #013A54;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}
#msform .icons{
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    line-height: 51px;
    margin-left: 1rem;
    font-size: 18px;
}
/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left: 0;
    padding-bottom: 0px;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #2DB1EF;
    color: white;
}

.socialsites{font-size: 20px;}
/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #2DB1EF;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.buttons{
    display: flex;
}
.httpfield{
    align-items: baseline;
    width: -webkit-fill-available;
}
.confirmation{
    text-align: center;
}
.confirmation .fa-check-circle{
    font-size: 70px;
    color: #8EFD00;
}
.rectangle-up{display: none;}

footer{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

/* Custom form fields */
.btn-primary {
    color: #fff;
    background-color: #51C2F8;
}
.btn-custom{
    border-radius: 0;
    padding: 1rem;
    margin-right: -20px;
    border: none;
}
.btn-custom.transp{
    background: rgba(81, 195, 248, 0.192);
    color: #51C2F8;
}
.card-fields label.blue{
    color: #51C2F8;
}
.card-fields label{
    color: #000000a1;
    font-size: 16px;
    font-weight: 500;
}
.btn-danger{
    background: #FD602E;
}
.dropdown-menu{
    min-width: 12rem;
}
.dropdown-header h6{
    color: #03a9f4;
}
/* Custom form fields end*/

.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}
.avatar-sm {
    font-size: .875rem;
    width: 32px;
    height: 32px;
    border: solid 2px #fff;
}
.avatar.rounded-circle img, .rounded-circle {
    border-radius: 50%!important;
}
.avatar.rounded-circle img, .rounded-circle {
    border-radius: 50%!important;
}
.avatar img {
    width: 100%;
    border-radius: .375rem;
}
.search-field{
    flex: auto;
}
.search-field .form-control {
    background: #ffffff7a;
    transition: all .25s cubic-bezier(.68,-.55,.265,1.55);
}
.search-field .form-control:focus {
    background: #fffffff1;
    width: 80%!important;
}
.navbar.headerrow{
    background: #47b2e5!important
}
.navbar-dark .navbar-nav .nav-link{
    padding: 0;
}
.navbar .form-control{
    padding: .35rem 1rem!important;
}
.navbar-nav .dropdown-menu{
    position: absolute!important;
    right: 0;
    left: auto;
}
.dropdown-item{
    color: #000!important;
}
.header-row{
    min-height: 300px;
}
.header-row .card{
    box-shadow: 0 0 0.45rem 0 rgb(0 0 0 / 18%);
}
.header-row .card .card-body{
    border-radius: .63rem;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(172,219,240,0.4489146000196954) 100%);
    height: 140px;
}
.header-row .card .card-body-dark{
    border-radius: .63rem;
    background: rgb(24,67,131);
    background: linear-gradient(90deg, rgba(24,67,131,1) 31%, rgba(26,86,172,1) 100%);
}
.header-row .cricles, .panel-heading .cricles{
position: absolute;
width: 4rem;
height: 4rem;
border-radius: 100px;
display: block;
}
.header-row .cricles.cricle-one, .panel-heading .cricles.cricle-one{
    background: hsla(199, 92%, 65%, 0.144);
    right: -8px;
    top: -8px;
}
.header-row .cricles.cricle-two, .panel-heading .cricles.cricle-two{
    background: #53c3f73f;
    right: -23px;
    bottom: -2px;
    /* zoom: 1.6;     */
    width: 6rem;
    height: 6rem;
}
.panel-heading .cricles.cricle-two{
    bottom: -22px;
    width: 6rem;
    height: 6rem;
}
.panel-heading .cricles.cricle-one, .panel-heading .cricles.cricle-two{
    transition: All 0.5s ease-out;
    -webkit-transition: All 0.5s ease-out;
    -moz-transition: All 0.5s ease-out;
    -o-transition: All 0.5s ease-out;
}
.header-row .sm-text{
    font-size: 17px;
    font-weight: 400;
}
.header-row .content{
    z-index: 1;
    position: absolute;
    width: 100%;
}
.header-row .number{
    color: #184383;
}
.box-radius{
    border-radius: .63rem;
}
footer{
    background: #fff;
}
.card-body-bg{
    color: #fff;
    background: rgb(24,67,131);
    background: linear-gradient(180deg, rgba(24,67,131,1) 0%, rgba(84,24,131,1) 100%);
}

/* Data Table */

.table td, .table th {
    font-weight: 500;
}
.table thead th {
    color: #5C5C5C;
    font-size: 15px;
    border:none;
}
.table tr{
    color: #3D3C3C;
}
.table td{
    font-weight: 600;
}
.table-responsive{
    margin-bottom: 1rem;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}
.table-hover tbody tr:hover {
    background-color: #184383;
    color:#fff;
}
.icon{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
}
.icon.icn-dashboard{background: url(../images/icn-dashboard.png) no-repeat center;}
.icon.icn-plans{background: url(../images/icn-plans.png) no-repeat center;}
.icon.icn-orderhistory{background: url(../images/icn-orderhistory.png) no-repeat center;}

/* Profile Page */
.negative-margin{
    margin-top: -14rem;
}
.negative-margin2 {
    margin-top: -12.2rem;
}
.profileinfo{
    color: #fff;
}
.card-profile-image{
    width: 129px;
    height: 129px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.sessions{
    margin-top:15px;
}
.sessions ul{
    padding: 0;
}
.sessions li{
    border-bottom: solid 1px #ccc;
    padding: 8px 0;
    list-style: none;
    display: flex;
}
.sessions li .devicename{
    font-size: 15px;
    font-weight: 500;
}
.sessions li .ipaddress{
    font-weight: 400;
}
.sessions li .ipaddress span{
    color: #449A00;
    font-weight: 500;
}
.sessions .icon {
    width: 39px;
    height: 43px;
    display: inline-block;
    margin-right: 5px;
}
.session.active .icon{
    background: url(../images/icn-active-session.png) no-repeat center;
}
.session .icon{
    background: url(../images/icn-session.png) no-repeat center;
}
.recovercodes{
    padding:10px;
    border: solid 1px #000;
    width: max-content;
}
.recovercodes span{
    display: block;
}

/* Media Queries */

@media (max-width: 1024px) {

    .breadcrum-class{
        margin-top:35px !important;
    }
    body.registration {
        flex-direction: column;
        overflow: auto;
    }
    .logo-img{padding-top: 0;}
    .form-box--arrow-left::before {
        display: none;
      }
      .form-box{
        flex-basis: 100%;
        margin-top: 65px;
        align-items: normal;
        flex-direction: column;
        padding-bottom: 35px;
        background: none;
      }
      .logo-img {
        margin: 2%;
        width: 90%;
    }
    #msform{
        height: 100%;
        overflow: auto;
        background: #134588;
        z-index: 0;
        display: flex;
    flex-direction: column;
    justify-content: center;
    }
    #msform fieldset{
        margin: 0 10% 17% 10%;
    }
    #msform .action-button-previous{
        width: 34px;
    }
    .rectangle-up{
        position: absolute;
        z-index: -1;
        width: 100%;
        margin-top: -86px;
        display: block;
    }
    .header-row{
        height: auto;
    }
}

@media (max-width: 767px) {
    .breadcrum-class{
        margin-top:35px !important;
    }
    .navbar{
        justify-content: flex-end;
        padding-bottom: 10px!important;
    }
    .navbar-brand{
        padding-bottom: 1.1rem;
    }
    .navbar-brand img{
        width: 68%;
        margin-top: 0px;
    }
    .mobile-menu{
        margin-top: 12px;
    }
    .collapse-body{
        background: #184383!important;
    }
    .collapse-body .dropdown-divider{
        border-top: 1px solid #51c2f74d;
    }
    .rectangle-up {margin-top: -34px;}
    #msform{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #progressbar{
        padding-bottom: 25px;
    }
    footer{
        margin-top: 59px;
        text-align: center;
        display: flex!important;
        flex-direction: column;
    }
    .main-container{
        margin-top: 80px;
        margin-left: 0;
    }
    .navbar-brand{
        width: 100%!important;
        max-width: none!important;
    }
    .buttons{
        flex-direction: column;
        margin-top: 8px;
        align-items: flex-end;
    }
    .buttons button{
        margin-bottom: 8px;
    }
    .dataplan .header-row{
        min-height: 370px;
    }

}
@media (min-width: 576px){
    margin-top: 52px!important;
}

#msform  .action-button.full-width-btn {
    width: 100%;
}

.white_color {
    color: #fff;
}

a.white_color:hover {
    color: #fff;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

#msform select {
    height: auto;
}

.profile-form .form-control-plaintext {
    border-bottom: 1px solid gray;
    color: #fff;
}

.profile-form select.form-control-plaintext option {
    background-color: #4e1d83;
}

.profile_lable{
    position: absolute;
    left: 15px;
    top: 58px;
    background: #0000002e;
    width: 129px;
    text-align: center;
    font-weight: 600;
}

#password_modal {
    width: 100%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination li.active a {
    background-color: #47b2e5;
    color: white;
    border: 1px solid #47b2e5;
}

.pagination li:hover:not(.active) a {background-color: #ddd;}

.error{
    font-size: 12px;
    color:#FD602E;
    font-weight: 600;
}
label.error{
    font-size: 12px;
    color:#FD602E;
    font-weight: 600;
}

.active-record-table thead th {
    color: #fff;
}

.active-record-table tbody td {
    color: #fff;
}

.active-record .card-header {
    border-bottom: 1px solid #ffffff57;
}

.header-row .plan-expiry-box .card .card-body {
    height: auto;
}

.left-align {
    text-align: left;
}

.expiry-card {
    margin: 15px 0 0 0 !important;
    padding: 0px 10px !important;
    background: #ff4d4d !important;
    border: 1px solid red !important;
    color: white;
    font-weight: 600;
    position: fixed;
    z-index: 999;
    cursor: pointer;
    width: inherit;
}
.expiry-card-close {
    padding: inherit !important;
    position: initial !important;
}
.dashboard-api-count {
    font-size: 1.16rem !important;
}
.profile-class {
    margin-top: 74px !important;
}
.plan-purchased-btn-green {
    background:green !important;
}
.plan-upgrade-btn-darkblue {
    background:darkblue !important;
}
.primary-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #47b2e5;
    color: #fff;
}

.paypal-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #0098d6;
    color: #fff;
}

.stripe-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #646ede;
    color: #fff;
}

.wire-transfer-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #f79d12;
    color: #fff;
}

.monthly-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #af0292;
    color: #fff;
}

.quarterly-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #07d8c5;
    color: #fff;
}

.half-yearly-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #4da100;
    color: #fff;
}

.yearly-batch {
    padding: 2px 4px;
    font-size: 85%;
    font-weight: bold;
    white-space: nowrap;
    background: #f5a005;
    color: #fff;
}

#datatable-orders td {
    font-size: 13px;
}

.fs-14 {
    font-size: 13px;
}

.caret-for-daterange {
    float: right;
    margin-top: 4px;
}

.filter-input{
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
}

.full_width {
    width: 100%;
}
