@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

/* Loader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #031A38;
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  /* background-image: url(../img/preloader.svg); */
  /* background-size: 80px; */
}


/* @media (min-width: 767px) {
  .login-link-nav, .dashboard-link-nav {
    display: none !important;
  }
} */

#outline {
  stroke-dasharray: 2.42777px, 242.77666px;
  stroke-dashoffset: 0;
  -webkit-animation: anim 1.6s linear infinite;
  animation: anim 1.6s linear infinite;
}

@-webkit-keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }

  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }

  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }

  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }

  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}

 button{
   outline: none;
   box-shadow: none;
   border: none;
 }

/* checkoutModal CSS */
#checkoutModal {
  color: var(--color-primary);
  padding-right: 0px !important;
  text-align: center;
  z-index: 9999;
}

#checkoutModal .modal-dialog {
  max-width: 576px;
  user-select: none;
}

#checkoutModal .modal-content {
  background-color: #000;
  /* background-image: url(../images/bg_checkout.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px 0px;
}

#checkoutModal .modal-header,
#checkoutModal .modal-body,
#checkoutModal .modal-footer {
  border: none;
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 0px 15px;
  width: 100%;
}

#checkoutModal .modal-header .close {
  color: rgb(118, 111, 139);
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 35px;
  font-weight: 300;
  outline: none;
}

#checkoutModal .modal-header .close:hover {
  transform: scale(1.1);
}

#checkoutModal .modal-header .modal-title {
  /* color: var(--color-secondary); */
  font-size: 15px;
  /* letter-spacing: 10px; */
  font-weight: 599;
}

#checkoutModal .modal-body {
  flex: none;
}

#checkoutModal .modal-body #planPrice {
  /* color: var(--color-secondary); */
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
}

#checkoutModal #couponCode {
  /* background-color: black !important;
  background-image: url(../images/right.png);
  background-size: 16px;
  background-position: center right 12px;
  background-repeat: no-repeat; */
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  height: 44px;
  padding: 8px 32px 8px 16px;
  user-select: none;
  border:2px solid white
}

#checkoutModal #couponCode:focus{
  background: black
}

#checkoutModal .modal-body #paymentInfo>div {
  /* color: var(--color-secondary); */
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 5px 0px;
}

#checkoutModal .modal-footer #checkoutPayBtn {
  /* background: var(--color-indigo);
  border: var(--color-indigo);
  color: var(--color-primary); */
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  padding: 12px 16px;
  outline: none !important;
}

#tosCheck{
  height: 12px !important;
}

.couponBtn{
  border-radius: 10px;
  border: 2px solid white;
  background: black;
  margin-left:-40px;
  z-index: 5;
  cursor: pointer;
}

.couponBtn > .input-group-text {
  background-color: transparent;
  border: none;
  padding: 10px;
}

a.btn.btn-orange.btn-renew.renewBtn {
    padding: 0px 4px;
    font-size: 13px;
}

/* CHECKOUT End */

/* Password Modal */

.passwordModal .modal-content{
  background: #0F0F15 !important;
}

.passwordModal input{
  padding:15px 15px;
  margin-bottom: 0px;
}

.unlock-btn{
  border-radius: 5px;
  font-size: 1rem;
  padding: 15px 45px;
  color: white;
  background-color: var(--feature-h-color);
  cursor: pointer;
}
/* passwordModal */


.btn-dark{
  background: var(--dash-btn-color);
color: white;
padding: 20px 10px;
border: none;
min-width: 100px;
}

.license-input{
  letter-spacing: 5px;
}

.license-input:disabled{
  background: var(--feature-bg-color);
}

#releaseGuide .border-right{
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#releaseGuide input.search-item{
  background: #212129;
  border-radius: 5px;
  width: 100%;
  border: none;
  padding: 15px 15px;
  outline: none;
  color:white;
}

#releaseGuide .card-box-terms{
 background: #131316;
 border-radius: 5px;
 padding: 5px 0px;
 margin-bottom: 5px;
}

#releaseGuide .card-body{
  padding-bottom: 0px !important;
}

#releaseGuide .terms-h{
  font-size: 18px;
}

#releaseGuide ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  /* width: ; */
}

#releaseGuide li a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}

#releaseGuide li a:hover,  #releaseGuide li a.active{
  color:white;
  font-weight: bold;
}

#releaseGuide .container-fluid{
  width: 90%;
}

#releaseGuide .card-header.card-h-terms.active{
  background: #212129;
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 0px;
}

#releaseGuide .card-header.card-h-terms .header-title{
  color: #FFFFFF;
  opacity: 0.5;
}

#releaseGuide .card-header.card-h-terms.active .header-title, #releaseGuide .card-header.card-h-terms:hover .header-title{
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.createdInfo span{
  font-size: 1rem;
}

.updatedDate{
  color:gray;
  font-size: 0.7rem;
}

.guideContent{
  background: #131316;
  border-radius: 10px;
  min-height: 50px;
  margin-left: 7px;
  padding-bottom: 30px;
  padding-top: 15px;
}

.submenuTitle{
  margin-top: 15px;
  font-weight: 800;
}

.submenu-content img{
  max-width: 100%;
}

.guideContent .createdProfile{
  width: 50px;
border-radius: 100%;
/* position: absolute;
right: 15px; */
}

.flex-container {
  float: right;
  display: flex;
  /* background-color: DodgerBlue; */
}

.createdInfo{
  float: left;
}

.flex-container > div {
  /* background-color: #f1f1f1; */
  margin: 10px;
  /* padding: 20px; */
  /* font-size: 30px; */
}

.right-arrow {
  background: url('../images/right-arrow.png');
  height: 20px;
  background-repeat: no-repeat;
  width: 22px;
  display: block;
  position: absolute;
  right: 15px;
  top:15px;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
