
.section_user_wrap {
    padding: 80px 20px;
    background: #F4F8F9;
}

.col-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: no-wrap;
    -webkit-flex-wrap: no-wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: space-between;
    background: none;
}

.col-wrapper .col-left {
    background: #fff;
    border: 1px solid #D3CCF8;
    border-radius: 3px;
    min-width: 300px;
    min-height: 500px;
}

.col-wrapper .col-right {
    width: 70%;
}

.user-avtar-wrap {
    width: 128px;
    height: 128px;
    margin: 60px auto 20px auto;
    border-radius: 50%;
    background: #F5F5F5;
    overflow: hidden;
}

.user-avtar-wrap img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    overflow: hidden;
}

.user-name-wrap {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.user-dash-nav {
    margin: 40px 0 100px 0;
    padding: 0px;
    border-bottom: #e7e7e7 solid 1px;
}

.user-dash-nav li {
    list-style: none;
    border-top: #e7e7e7 solid 1px;
}

.user-dash-nav li a {
    padding: 8px 8px 8px 20px;
    display: block;
    text-decoration: none;
    background: #F4F6F8;
}

.user-dash-nav li a i {
    margin-right: 30px;
}

.user-dash-nav li.active a {
    background: #ffd65d;
    color: #846934;
    border-top: 0px;
    border-bottom: 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    padding: 9px 8px 9px 20px;
}

.user-default-wrap {
    background: #fff;
    border: 1px solid #D3CCF8;
    border-radius: 3px;
    min-height: 556px;
    padding: 20px;
}

.user-default-wrap .title {
    margin: 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

.custom-form .form-group input[type="text"],
.custom-form .form-group input[type="email"],
.custom-form .form-group input[type="password"],
.custom-form .form-group select,
.custom-form .form-group textarea {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 8px 15px;
    margin: 0px 0px;
    border-radius: 3px;
    border: 1px solid rgb(232, 232, 232);
    background-color: rgb(252, 252, 252);
    line-height: 22px;
}

.custom-form span.error {
    color: #C93300;
    font-size: 11px;
    display: block;
    padding: 3px 3px;
}

.custom-form button.submit{ background: #ABD037; color: #fffff; padding: 12px 42px; border-radius: 25px; border: 0px; }


@media(max-width: 575px){

  .login_page_section{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
  }

  .login-bg{ display: none; }
  .login-wrap > div{ float: none; width: 100%; min-height: 100vh;}

  .login-left h1, .login-left h4 {
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 30px
    line-height:27px;
    margin-bottom: 10px;
  }
  .login-left .divider{margin: 20px 0;}


  .section_user_wrap{ padding-top: 50px; }

  .col-wrapper{ display: block; }

  .col-wrapper .col-left{min-width: 100%; min-height: unset; margin-bottom: 20px;}
  .col-left .user-avtar-wrap{ display: none; }
  .col-left .user-name-wrap{display: none;}
  .user-dash-nav{margin:0; padding-top:3px; padding-bottom: 3px; padding-left: 2px; }
  .user-dash-nav li {display: inline-block; margin: 0px; padding: 0px;}
  .user-dash-nav li a{padding: 8px 10px;}
  .user-dash-nav li.active a{padding: 8px 10px;}
  .user-dash-nav li a i{ display: none; }

  .col-wrapper .col-right {
    width: 100%;
  }
}

.u-right-wrap{ 
  float: left;
  margin-left: 295px;
  width: 870px;
  padding-left: 50px; padding-top: 76px;
}
.u-cs-card {
    border-radius: 12px;
    margin-bottom: 32px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
}
.u-card-left {
    padding: 8px;
    width: 25%;
}
.u-card-right {
    width: 60%;
}
.u-page-head{
    font-size: 20px !important;
    font-weight: 700;
    color: #434b65;
}
.u-card-left .h {
    font-size: 20px;
    font-weight: 700;
    color: #434b65;
    margin-bottom: 12px;
}
.u-card-left .p {
    font-size: 16px;
    font-weight: 400;
    color: #757a89;
}
.u-cs-card .act-btns{margin-top: 32px;}
.u-cs-card button.form-submit-btn {
    display: inline-block;
    background-color: #005eff;
    border-radius: 3px;
    padding: 8px 17px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #005eff;
    
}
.u-cs-card button.form-submit-btn span {
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 1.31px;   
    font-size: 14px;
    font-weight: 700;
    position: relative;
    color: #fff;

}

/*REGISTER STEP*/
.u-pre-reg-wrap {
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 100vh;
    background-color: #f6f8fa;
}
.u-pre-reg-wrap .u-p-left {
    background-color: #1D3A8A /*#005eff*/;
    box-shadow: rgba(0, 0, 0, 0.02) 4px 2px 24px 0px;
    box-sizing: border-box;
    padding: 0px 60px;
    min-width: 500px;
    max-width: 500px;
    min-height: 100%;
    position: fixed;
    overflow: hidden;
    transform: translateX(0px);
}
.u-pre-reg-wrap .u-p-right {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-left: 106px;
    padding-right: 106px;
    transform: translateY(0px);
    opacity: 1;
}
.u-p-left .logo {
    margin-top: 50px;
    margin-bottom: 167px;
}
.u-p-left .logo img{ max-height: 54px; }
.u-p-left .hd1 {
  font-family: 'Poppins', sans-serif;
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #fff;
}
.u-p-left .hd2 {
    font-size: 24px;
    font-weight: 400;
    color: #b8d2ff;
}
.u-p-right .qus-wrap {padding-top: 124px;}
.u-p-right .qus-label{
  font-size: 32px;
  font-weight: 700;
  color: #434b65;
}
.u-p-right .form-control{
  height: 48px;
  padding: .375rem .75rem;
}
.btn-step-next{
    color: #fff;
    background-color: #005EFF;
    font-size: 1em;
    font-weight: 700;
    padding: 9px 25px;
    text-align: center;
    border: none;
    position: relative;
    display: inline-block;
    box-shadow: 0 2px 4px 0 rgba(100, 105, 124, 0.24);
    border-radius: 4px !important;
    transition: background-color 0.2s;
    line-height: 23px;
    line-height: 1.6428571429rem;
    width: 100%;
}
.btn-step-next:after {
    content: '';
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2213%22%20height%3D%227%22%20viewBox%3D%220%200%2013%207%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M9.685%200L8.97.694l2.184%202.309H0v1.009h11.135L8.97%206.306%209.685%207%2013%203.5z%22/%3E%3C/defs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22/%3E%3C/mask%3E%3Cg%20fill%3D%22%239DB8FA%22%20mask%3D%22url%28%23b%29%22%3E%3Cpath%20d%3D%22M0-3h14v14H0z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    height: 7px;
    width: 13px;
    margin: -3px 0 0;
    top: 50%;
    line-height: 22px;
    line-height: 1.5714285714rem;
    font-size: 14px;
    font-size: 1rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    right: 20px;
}

.switch {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 4px;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  border-color: rgb(223, 223, 223);
  background-color: rgb(255, 255, 255);
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: background 350ms ease;
}
.switch:before, .switch:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transition: all 350ms cubic-bezier(0, 0.95, 0.38, 0.98), background 150ms ease;
}
.switch:before {
  background: rgba(128, 128, 128, 0.075);
  transform: translate3d(0, -50%, 0) scale(0);
}
.switch:after {
  background: grey;
  transform: translate3d(0, -50%, 0);
}
.switch:active:before {
  transform: translate3d(0, -50%, 0) scale(3);
}

.switch.mini{width: 48px; height: 24px;}
.switch.mini:before, .switch.mini:after {width: 14px;height: 14px;}

input:checked + .switch {
  background: #d0efa8;
}
input:checked + .switch:before {
  background: rgba(131, 177, 84, 0.075);
  transform: translate3d(100%, -50%, 0) scale(1);
}
input:checked + .switch:after {
  background: #83b154;
  transform: translate3d(100%, -50%, 0);
}
input:checked + .switch:active:before {
  background: rgba(131, 177, 84, 0.075);
  transform: translate3d(100%, -50%, 0) scale(3);
}

input:checked + .switch.mini:before {
  background: rgba(131, 177, 84, 0.075);
  transform: translate3d(174%, -50%, 0) scale(1);
}
input:checked + .switch.mini:after {
    background: #83b154;
    transform: translate3d(174%, -50%, 0);
}

.swithWrap input { display: none; }

/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #0051DB;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/


.damke_heading-color-bg, .damke_client-brief-details .brief-lists ul li .list-bullet, .damke_about-pro-txt .brief-lists ul li .list-bullet, .damke_headerRight .social-links ul li:last-child:after {
  background-color: #3c4858;
}

.damke_heading-color-bo {
  border-color: #3c4858 !important;
}

.damke--secondary-color, .damke_single-team .member-detail p, body {
  color: #8c889e;
}

.damke--secondary-color-bg {
  background-color: #8c889e;
}

.damke--secondary-color-bo {
  border-color: #8c889e !important;
}

.animFadeIn {
  -webkit-animation: fadeIn 0.8s ease 0s 1;
          animation: fadeIn 0.8s ease 0s 1;
}

.animFadeInDown {
  -webkit-animation: fadeInDown 0.8s ease 0s 1;
          animation: fadeInDown 0.8s ease 0s 1;
}

.animFadeInRight {
  -webkit-animation: fadeInRight 0.8s ease 0s 1;
          animation: fadeInRight 0.8s ease 0s 1;
}

.animFadeOutLeft {
  -webkit-animation: fadeOutLeft 1s ease 0s 1;
          animation: fadeOutLeft 1s ease 0s 1;
}

.animMoveLeftRight {
  -webkit-animation: moveLeftRight 3s linear 0s infinite;
          animation: moveLeftRight 3s linear 0s infinite;
}

.moveUpDown, .damke_404-content .error-img img:nth-child(2), .damke_banner-area-inner .banner-image img:nth-child(3), .damke_banner-area-inner .banner-image img:nth-child(2) {
  -webkit-animation: moveUpDown 3s linear 0s infinite;
          animation: moveUpDown 3s linear 0s infinite;
}

.damkeGradient1, .damke_page-title-inner, .damke_menu-wrapper .damke_menu-container, .damke_footer-wrapper {
  background: #0e377d;
  background: -webkit-linear-gradient(left, #0e377d 0%, #26d3b6 100%);
  background: linear-gradient(to right, #0e377d 0%, #26d3b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e377d", endColorstr="#26d3b6",GradientType=1);
}

.damkeGradient2, .damke_news-letter-form-wrapper, .damke_single-pricing-box:after, .damke_backToTop {
  background: #26d3b6;
  background: -webkit-linear-gradient(top, #26d3b6 0%, #0e377d 100%);
  background: linear-gradient(to bottom, #26d3b6 0%, #0e377d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#26d3b6", endColorstr="#0e377d",GradientType=0);
}

.damkeGradient3, .damke_single-case-study:after, .damke_single-service-item .service-icon, .damke_video-popup-wrap .popup-video-bg:after {
  background: #13c5d0;
  background: -webkit-linear-gradient(left, #13c5d0 0%, #7df4dc 100%);
  background: linear-gradient(to right, #13c5d0 0%, #7df4dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#13c5d0", endColorstr="#7df4dc",GradientType=1);
}

.damkeGradient4, .damke_contact-info-wrap .damke_contact-info-list .damke_single-contact .contact-icon, .damke_counter-area {
  background: #7df4dc;
  background: -webkit-linear-gradient(top, #7df4dc 0%, #13c5d0 100%);
  background: linear-gradient(to bottom, #7df4dc 0%, #13c5d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7df4dc", endColorstr="#13c5d0",GradientType=0);
}

/* x.x: Button Styles */
.damke_siteBtn {
  border: 1px solid transparent !important;
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 22.5px;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  overflow: hidden;
}
.damke_siteBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 22.5px;
  opacity: 1;
  z-index: -1;
  content: "";
}
.damke_siteBtn:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 22.5px;
  border: 1px solid #00bdc2;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  content: "";
}
.damke_siteBtn:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
.damke_siteBtn:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.damke_more-btn {
  color: #202020;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.damke_more-btn:hover {
  letter-spacing: 1px;
}
.damke_more-btn i {
  font-weight: 900;
}

.damke_backToTop {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
}
.damke_backToTop.show {
  opacity: 1;
  visibility: visible;
}
.damke_backToTop .cls-1 {
  fill: #ffffff;
}

/* x.x: DamKe Animation */
[data-animate].animated {
  visibility: visible;
}

[data-animate] {
  visibility: hidden;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.ghostwhite-bg-color {
  background-color: #f8f8f8;
}


/* 11.1.: DAMKE Single Pricing Box */

.damke_single-pricing-box {
  padding-top: 36px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background-color: #fff !important;
  box-shadow: 0 21px 81px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .damke_single-pricing-box {
    margin-bottom: 30px;
  }
}
.damke_single-pricing-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  content: "";
  z-index: -2;
  opacity: 0;
  visibility: hidden;
}
.damke_single-pricing-box:hover {
  color: #ffffff;
}
.damke_single-pricing-box:hover:after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.damke_single-pricing-box:hover .pricing-head .price {
  color: #ffffff;
}
.damke_single-pricing-box:hover .pricing-head h2 {
  color: #ffffff;
}
.damke_single-pricing-box.text-left .pricing-head {
  padding-left: 30px;
}
.damke_single-pricing-box.text-right .pricing-head {
  padding-right: 30px;
}
.damke_single-pricing-box .pricing-head {
  margin-bottom: 12px;
}
.damke_single-pricing-box .pricing-head .price {
  margin-bottom: 20px;
  font-weight: 500;
}
.damke_single-pricing-box .pricing-head .price .currency {
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.damke_single-pricing-box .pricing-head .price .value {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}
.damke_single-pricing-box .pricing-head .price .duration {
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  margin-top: 45px;
  font-size: 18px;
}
.damke_single-pricing-box .pricing-head h2 {
  color: var(--sea-green);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.damke_single-pricing-box .pricing-head p {
  font-size: 16px;
  margin-bottom: 25px;
}
.damke_single-pricing-box .pricing-content {
  padding: 0 30px;
  padding-top: 25px;
}
.damke_single-pricing-box .pricing-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.damke_single-pricing-box .pricing-content .damke_siteBtn {
  margin-top: 50px;
  color: #15c4c8;
  box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
}
.damke_single-pricing-box .pricing-content .damke_siteBtn:hover {
  color: #ffffff;
}
.damke_single-pricing-box .pricing-content .damke_siteBtn:before {
  background-color: #ffffff;
}
.damke_single-pricing-box .pricing-content .damke_siteBtn:after {
  border-color: #ffffff;
}
.damke_single-pricing-box .pricing-shape {
  position: absolute;
  bottom: -3px;
  background-size: auto !important;
  background-position: bottom center !important;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .damke_single-pricing-box .pricing-shape {
    /*    background-size: contain !important;
    bottom: -15px;*/
  }
}

/* ======================== CUSTOM CSS ======================== */

.clfix:before{display:block;clear:both;}
.clfix:after{display:block;clear:both;}

.validate.error{border-color: red !important;}
span.error {color:red; display:block;}
.response-message .alert{margin-top:10px; margin-bottom:10px;}


ul.cs-plan-switcher{
  padding:5px;
  border-radius:50px;
  width:auto;
  display:block;
  margin:0 auto;
  background-color:#fff;
  min-height: 63px;
  box-shadow: 0px 5px 5px 0px rgba(82, 63, 105, 0.05);
  border: #D3D5E9 solid 1px;
}
ul.cs-plan-switcher > li{
  float:left;
  display:block;
  width:50%;
}

ul.cs-plan-switcher > li a{
  display:block;
  text-align: center;
  font-size:16px;
  line-height:16px;
  padding:18px 20px;
  font-weight:600;
  color:#000;
  text-decoration:none;
  background-color:transparent;
}

ul.cs-plan-switcher > li.active a{
  color:#fff;
  background-color:#255AD7;
  border-radius:50px;
}



.custom-multi-select-box{ position:relative; user-select:none !important; }
.custom-multi-select-box > .custom-multi-select-display{ 
  cursor:default; 
  background-color: #fff;
  box-shadow:rgba(82, 63, 105, 0.05) 0px 5px 5px 0px;
  border-radius:10px;
  padding:10px 25px;

}
.custom-multi-select-box > .custom-multi-select-menu{
  position:absolute;top:100%;left:0px;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  z-index:10;
  display: none;
  padding-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
  min-width: 500px;
}

.custom-multi-select-box.show > .custom-multi-select-menu{display: block;}
.custom-multi-select-box .all-holder{padding:5px 18px;}
.custom-multi-select-box input{margin-right:10px;}
.custom-multi-select-box ul li{padding:5px 18px;}
.custom-multi-select-box ul li:hover{background:#F6F6F6; color:#918DA2;}


/* ======================== MY PLANS ======================== */

.usPlanList{
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  user-select: none;
}

.usPlanList + .usPlanList{margin-top:15px;}
.usPlanList + .usPlanList.expand{margin-top:30px; margin-bottom:30px;}

.usPlanList .arrow-icn{
  display:none; 
  width:28px;
  height:28px; 
  line-height:28px;
  text-align:center; 
  position:absolute; 
  top:29.75px; 
  right:24px; 
  background:#ededed; 
  border-radius:4px;
}

.usPlanList.mini .up{display:block;}
.usPlanList.expand .down{display:block;}

.usPlanList .hd{padding: 25px; color:#000;}
.usPlanList .hd small{font-size:11px; text-transform: uppercase; display:block; color:#ccc;}
.usPlanList .badge{margin-top:5.8px;}
.usPlanList .bd{display: none; background:#fff; padding:25px; border-radius:0 0 15px 15px; border-top:#F5F6FA solid 1px;}
.usPlanList .bd .plan-feature{background-color: transparent /*#F5F6FA*/; border-radius:10px; padding:10px;}
.usPlanList .bd .plan-amt{font-size: 32px; color:#000;}
.usPlanList .bd .btn-renew{border-radius:25px;padding:3px 28px;background:#90e0ef;color:#1990a7;}


.usPlanList.expand{border:none; box-shadow: 0px 5px 5px 0px rgba(82, 63, 105, 0.05);}
.usPlanList.expand .hd{background-color:#90e0ef; border-radius: 15px 15px 0 0; padding:12px 25px;}
.usPlanList.expand .hd small{color:#0092ad;}
.usPlanList.expand .arrow-icn{background:#a0e9f7; top:16.75px; }
.usPlanList.expand .arrow-icn svg{fill:#8290BD;}

.usPlanList.expand .bd{display:block;}



.usPlanList.mini:hover{background-color:#fff; border-color:#D6DDEF;}
.usPlanList.mini:hover .arrow-icn{background:#F5F6FA; }
.usPlanList.mini:hover .arrow-icn svg{fill:#8290BD;}

#submitRenewOrder{color:#fff;}
#submitRenewOrder:hover{color:#fff; background-color:#4acb47;}
.itemHistoryDataSet tr.active-row{background-color: #e0f5f3 !important;}

@media(min-width:785px){
    /* .content-body > .container-fluid{min-height: calc(100vh - 200px);}*/
}

.alertModuleTabs{border-radius: 1.5rem; padding-bottom: 25px; margin-bottom: -10px;}
.alertModuleTabs a{ display:block; width:50%; text-align:center; font-size:28px; color:#333; background:#EEFAF9; padding:25px 0 25px 0; }
.alertModuleTabs a.active{color:#2A99AE; background:#fff; cursor: default;}

.alertModuleTabs a:first-child{border-radius:1.5rem 0 0 0; float: left;}
.alertModuleTabs a:last-child{border-radius: 0 1.5rem 0 0; float: right;}

li.header-profile a{position: relative;}
.dlabnav .header-profile > a.nav-link .arrow{ 
    background-image:url(../images/arrow_down_icon.svg); 
    background-size:20px 20px;
    width:20px; height:20px; 
    position:absolute; top:35px; right:10px;  
    z-index: 1;
}

.dlabnav .header-profile > a.nav-link.show .arrow{ 
    background-image:url(../images/arrow_up_icon.svg); 
}

/* ================================================================= */

.radio_card_tab_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background:transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio_card_tab_group .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio_card_tab_group .plan {
  cursor: pointer;
  width: 48.5%;
}

.radio_card_tab_group .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.radio_card_tab_group .plan .plan-content img {
  margin-right: 30px;
  height: 72px;
}

.radio_card_tab_group .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.radio_card_tab_group .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.radio_card_tab_group .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.radio_card_tab_group .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.radio_card_tab_group .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {

  .radio_card_tab_group .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .radio_card_tab_group .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .radio_card_tab_group .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .radio_card_tab_group .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .radio_card_tab_group .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .radio_card_tab_group .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .radio_card_tab_group .plan .plan-content .plan-details {
    width: 100%;
  }

  .radio_card_tab_group .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}

.itemLogRowSet + .itemLogRowSet{ border-top:#e7e7e7 solid 1px; margin-top:15px; padding:15px 0; }
.itemLogInfoSet{ background:#efefef; border-radius: 3px; padding: 20px; }
.itemLogInfoSet .fieldLabel{font-weight: 600; color:#444; position: relative; display: inline-block; padding-right:5px; min-width: 85px; }
.itemLogInfoSet .fieldValue{ padding-left:25px; position: relative; display: inline-block;}
.itemLogInfoSet .fieldValue:after{content: ':'; position: absolute; left:0px; top: 0px;}


/*.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/
