@charset "utf-8";
:root {
    --pageBackground: #e6f3ff;
    --tooltipBackgroud: #1d4672;
    --tooltipTextColor:#FFF;
    --defaultLinkColor: #49ABE9;
    --menuActiveBox: #04182D;

}
body {margin: 0px; font-family:'Open Sans', sans-serif; font-size:12px;-webkit-text-size-adjust:none;display:flex;flex-direction:column; height:100vh;margin:0;color:#5A5858;}
*{ outline:none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*{ list-style:none; }
.wrapper { /*max-width:1250px;*/ margin:0 auto; /*padding:0 15px;*/ position:relative; }
.clear { clear:both; }
.footerwrapper{margin-top:auto;}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.headerwrapper{background:#fff;padding:10px 15px;}
.logo{float:left;width:180px;}
.logo img{max-width:100%;}
.header-right{float:right;width:calc(100% - 200px);}
.header-right-btn a{text-decoration: none;color: #fff;background: #072544;font-size: 16px;display: inline-block;padding: 10px 20px 11px;border-radius: 6px;}
.header-right-btn a:hover{background: #1D4672;}
.header-right-btn {margin: 13px 0;text-align: right;}
.login-deta{max-width:400px;margin:60px auto;}
.login-title{margin:0;padding:0;color: #072544;font-size: 26px;font-weight: bold;}
.login-head p{margin:10px 0 20px;color: #5A5858;font-size: 16px;}
.login-head{text-align:center;}
.lrow label{color: #5A5858;font-size: 15px;display: block;margin-bottom: 5px;}
.login-input{width: 100%;border: 1px solid #D7D6D6;height: 38px;padding: 5px 10px;font-family: 'Open Sans';font-size: 14px;margin-bottom:15px;background: #F5F5F5;}
.login-btn{text-decoration: none;color: #fff;background: #3075BE;font-size: 16px;display: block;text-align: center;padding: 9px 10px;text-transform: uppercase;}
.login-btn:hover{background: #072544;}
.login-btn-main{margin:15px 0;}
.fotgot-pass-main{text-align:center;margin:15px 0;}
.fotgot-pass-main p{margin:0;color: #5A5858;font-size: 16px;line-height:24px;}
.fotgot-pass-main p a{color: #082544;text-decoration:none;}
.fotgot-pass-main p a:hover{color:#072544;}
.google-btn{text-decoration: none;border: 1px solid #D7D6D6;background: #F5F5F5;display: block;font-size: 16px;color: #5A5858;text-align: center;padding:8px 5px;}
.google-btn img{vertical-align: middle;height: 20px;margin-right: 2px;margin-top: -1px;}
.google-btn:hover{background:#072544;border-color:#072544;color:#fff;}
.create-acc-btn{text-transform: capitalize;}
.register-deta{max-width:500px;margin: 40px auto;}
.register-box-left{float:left;width:48%;}
.register-box-right{float:right;width:48%;}
.lcol{position:relative;}
.password-icon{text-decoration: none;color: #3075BE;position: absolute;right: 11px;font-size: 22px;top: 2px;}
.lrow label a{text-decoration:none;color: var(--defaultLinkColor);}
.lrow label a:hover{color:#072544;}
.password-detail{margin:-10px 0 15px;}
.password-detail span{color: #5A5858;font-size: 14px;display:block;margin-bottom:5px;}
.email-verification-title{color: #072544;text-align: center;font-size: 18px;font-weight: bold;}
.email-verification-box-main{background: #D7D6D6;padding:10px;max-width: 250px;margin: 10px auto;}
.email-verification-box{margin:0 -3px;}
.email-verification-box-in{width:25%;padding:0 3px;float:left;}
.google-verification-box-in{width:16%;padding:0 3px;float:left;}
.email-verification-input{background:#fff;width:100%;border: 0;height: 50px;padding: 5px;color: #3075BE;font-family: 'Open Sans';font-size: 26px;font-weight: bold;text-align: center;}
.email-verification-bottom-detail{color: #5A5858;font-size:14px;text-align:center;}
.email-verification-bottom-detail a{text-decoration: none;color: #3075BE;}
.email-verification-bottom-detail a:hover{color: #072544;}
.email-verification-btn{text-align:center;margin:15px 0;}
.email-verification-btn a{text-decoration: none;color: #fff;background: #3075BE;font-size: 16px;display: inline-block;padding: 10px 45px;}
.email-verification-btn a:hover{background: #072544;}
.login-left{float:left;width:48%;padding: 0 15px;}
.login-right{float:right;width:50%;background:#f5f5f5;height: 100%;position: fixed;bottom: 0;top: 0;right: 0;text-align:center;padding-top:30px;}
.login-right img{vertical-align:middle;max-width:100%;}
.phone-box-left{float:left;width:80px;}
.phone-box-right{float:right;width:calc(100% - 100px);}
.account-profile-bottom-btn{text-align:center;padding-top:15px;}
.account-profile-bottom-btn a{text-decoration: none;color: #fff;background: #3075BE;font-size: 16px;display: inline-block;padding: 9px 35px;margin:0 5px;}
.account-profile-bottom-btn a:hover{background: #072544;}
.account-creation-main{margin:50px 0;padding: 0 15px;}
.account-creation-deta{margin:0 -10px;}
.account-creation-box{float:left;padding:0 10px;margin-bottom:25px;}
.account-creation-box-in{background:#f5f5f5;padding:15px 20px;}
.ac-width33{width:33.33%;}
.account-creation-box-title{color: #072544;font-weight: bold;font-size: 17px;padding-bottom: 5px;}
.account-creation-box-in p{margin: 8px 0 5px;color: #5A5858;font-size: 14px;line-height: 22px;}
.ac-confirm{float:right;} 
.ac-back{float:left;}
.ac-btn{text-decoration: none;color: #fff;background: #3075BE;font-size: 15px;padding: 10px 35px;}
.ac-btn:hover{background: #072544;}
.sim-activation-main-deta-left{float:left;width:74%;}
.sim-activation-main-deta-right{float:right;width:24%;}
.sim-activation-main-deta-left-in{background:#f5f5f5;padding:20px;}
.sim-activation-main-deta-right-in{background:#f5f5f5;padding:20px;}
.sim-activation-right-title{background: #5A5858;color: #fff;font-size: 15px;text-align: center;padding: 10px 5px;}
.sim-activation-right-detail{background:#fff;padding:15px 20px;}
.sim-activation-right-detail p{color: #5A5858;margin:0;font-size:14px;line-height:20px;}
.sim-activation-right-detail p span{display:block;color: #19191a;}
.starting-price{color: #19191a;font-weight:bold;font-size:26px;}
.for-your-box{color: #19191a;font-weight:bold;font-size:22px;}
.for-your-box span{font-weight:400;}
.sim-activation-detail-row{margin:0 -4px 8px;}
.sim-activation-detail-col{padding:0 4px;float:left;}
.sa-width28{width:28%;}
.sa-width16{width:16%;}
.sim-activation-detail-col span{background: #5A5858;display:block;color:#fff;font-size: 14px;padding: 10px 10px;}
.sim-input{width: 100%;border: 1px solid #D7D6D6;height: 38px;padding: 5px 10px;font-family: "Inter", sans-serif;font-size: 14px;background: #fff;border-radius: 7px !important;}
.sim-activation-plans{border-left:2px solid #5A5858;border-right:2px solid #5A5858;border-top:2px solid #5A5858;}
.sim-activation-plans-left{float:left;width:35%;padding:10px 10px;}
.sim-activation-plans-right{float:right;width:65%;border-left:2px solid #5A5858;padding:10px 10px;}
.sim-activation-plans-box{border-bottom:2px solid #5A5858;b}
.sim-activation-plans-box span{color: #5A5858;font-size:14px;display:block;}
.sim-activation-plans-box span b{color: #19191a;}
.sim-activation-plans-box-head{background: #B3B3B3;}
.sim-activation-bottom-detail{margin:40px 0;}
.sim-activation-bottom-detail ul{margin:0;padding:0;}
.sim-activation-bottom-detail ul li{color: #5A5858;font-size: 14px;display: block;padding:5px 0;}
.sim-activation-bottom-detail ul li b{color: #19191a;}
.sim-activation-bottom-btn{text-align:right;margin-top:30px;}
.sim-activation-bottom-btn p{margin:0 10px 0 0;color: #5A5858;font-size:14px;display: inline-block;vertical-align: middle;}
.sa-review-btn{text-decoration: none;color: #fff;background: #3075BE;font-size: 16px;display: inline-block;padding: 9px 35px;margin: 0 5px;vertical-align: middle;}
.sa-review-btn:hover{background: #072544;}
.hr-left{float:left;margin: 25px 0;}
.hr-right{float:right;margin: 0px 0;position: relative;}
.hr-left ul{margin:0;padding:0;}
.hr-left ul li{display:inline-block;color: #000;font-size: 15px;padding: 0 5px;}
.hr-left ul li a{color: #000;text-decoration:none;}
.hr-left ul li a:hover{color:#1D4672;}
.hr-right ul{margin:0;padding:0;}
.hr-right ul li{display:inline-block;padding-left:10px;padding-top:5px;padding-bottom:5px;}
.hr-right ul li a{text-decoration:none;color:#000;font-size:14px;cursor: pointer;}
.hr-right ul li a i{font-size:15px;}
.hr-right ul li a:hover{color:#1D4672;}
.hr-right .hr-user-deta{padding:0px 0;}
.hr-user-deta{display:none;position: absolute;background:#1D4672;right: 0;width: 120px;top:29px;z-index: 999999;}
.hr-right .hr-user-deta li{display:block;padding:0;}
.hr-right .hr-user-deta li a{color:#fff;display:block;padding:8px 10px;}
.hr-right .hr-user-deta li a:hover{background:#072544;color:#fff;}
.hr-right ul li:hover .hr-user-deta{display:block;}
.hr-right ul li:hover .hr-search-box{display:block;}
.top-logo {max-width: 200px;margin: 0px auto 40px;}
.top-logo img{max-width:100%;vertical-align:middle;}
.ac-detail{margin-top:5px;}
.ac-detail span{color: #5A5858;font-size: 14px;line-height: 20px;}
.ac-detail .ac-detail-left{float:left;width: 125px;color: #1E1E1E;}
.ac-detail .ac-detail-right{float:right;width:calc(100% - 130px);}
.middlewrapper-left{width:270px;float:left;}
.middlewrapper-right{width:calc(100% - 300px);float:right;padding: 0 15px;}
/* .middlewrapper-left-in{background:#1D4672;height:100vh;overflow: auto;padding:15px 0;} */
 .middlewrapper-left-in{height:100vh;overflow: auto;padding:15px 0;} 
.topnav{margin:0;padding:0;}
.topnav li{display:block;margin:1px 0;}
.topnav li a{color:#fff;text-decoration:none;font-size: 16px;display: block;padding: 8px 20px;}
.topnav li a.active{color: #FF80F8;background:#072544;}
.topnav li a:hover{background:#072544;color: #FF80F8;}
.topnav li a span{float: right;font-size: 25px;line-height: 18px;}
.topnav li ul{margin: 0;padding:0;display:none;}
.topnav li ul li{display:block;}
.topnav li ul li a{font-size: 14px;padding:7px 20px 7px 20px;}
.dashboard-top-deta-in{float:right;}
.dashboard-top-sub-account{display: inline-block;vertical-align:middle;}
.switch {position: relative;display: inline-block;width:35px;height: 14px;margin: 0px 4px;vertical-align: middle;}
.switch input {opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #b3b1b1;-webkit-transition: .4s;transition: .4s;}
.slider::before {position: absolute;content: "";height: 20px;width: 20px;left: -3px;bottom: -4px;background-color: white;-webkit-transition: .4s;transition: .4s;border: 1px solid #ccc;}
input:checked + .slider { background-color: #2196F3;}
input:focus + .slider { box-shadow: 0 0 1px #2196F3;}
input:checked + .slider:before {-webkit-transform: translateX(19px);-ms-transform: translateX(19px);transform: translateX(19px);}
.slider.round { border-radius: 34px;}
.slider.round:before { border-radius: 50%;}
.dashboard-top-sub-account span{font-size:14px;vertical-align:middle;display: inline-block;}
.date-range-drop-box{position: relative;margin:0 15px;}
.sale-type-drop {padding:23px 5px 8px;width: 200px;background: #fff;border-radius: 6px;border: 0;color: #2d2d2d;font-size: 14px;font-family:'Open Sans';}
.sale-type-drop {-webkit-appearance: none;-moz-appearance: none;background: #fff;background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat: no-repeat;background-position-x: 100%;background-position-y: 12px;position: relative;	z-index: 99;text-indent: -1.5px;}
.mdb-main-label {position: absolute;left:5px;top: 5px;color: #707070;font-size: 13px;font-weight: 500;z-index: 999;}
.repeat-icon a{font-size:21px;text-decoration:none;color: #5A5858;}
.dashboard-top-deta {margin:0px 0 20px;background: #d6d6d6;padding:8px 15px 8px 45px;}
.dashboard-main-left{float:left;width:46%;}
.dashboard-main-right{float:right;width:53%;}
.dashboard-main-left-in{background:#fff;padding:24px;margin:4px 0;border-radius: 6px;}
.dashboard-main-right-in{margin:0 -5px;}
.dashboard-main-right-box{float:left;width:50%;padding:0 5px;margin:4px 0;}
.dashboard-main-right-box-in{background:#fff;padding:10px;border-radius: 6px;}
.ud-icon{display:inline-block;vertical-align: middle;}
.ud-deta{display:inline-block;vertical-align: middle;margin-left:10px;}
.ud-deta p{margin:0px 0 3px;font-size: 14px;}
.ud-deta span{display:block;font-weight: bold;font-size: 16px;color: #3e3e3e;}
.dashboard-main-left-in-left{float:left;width:40%;}
.dashboard-main-left-in-right{float:left;width:30%;text-align:center;}
.dashboard-main-left-in-head{font-size: 14px;margin-bottom:8px;}
.dashboard-main-left-in-right span{display:block;color: #282828;font-weight: bold;font-size: 44px;line-height: 52px;border-left: 2px solid #d0d0d0;}
.dashboard-main-left-in-left span{display:block;color: #282828;font-weight: bold;font-size:32px;display: inline-block;vertical-align:top;}
.dashboard-main-left-in-left ul{margin:0 0 0 15px;padding:0;display: inline-block;vertical-align:top;}
.dashboard-main-left-in-left ul li{list-style: disc inside;font-size: 14px;}
.dashboard-main-left-in-right-btn{float:right;width:30%;}
.dashboard-right-btn-bottom{color:#151515;font-size:14px;}
.dashboard-right-btn-bottom a{color:#151515;}
.dashboard-right-btn a{display:block;color:#fff;text-decoration: none;font-size: 14px;padding: 11px 0;max-width: 150px;text-align: center;margin-bottom: 10px;}
.dashboard-right-btn .dr-activate-sim-btn{background:#3075be;}
.dashboard-right-btn .dr-order-sim-btn{background:#64ace3;}
.dashboard-right-btn a:hover{background:#000;}
.dashboard-deta-usag-left{float:left;width: 63%;}
.dashboard-deta-usag-right{float:right;width: 35%;}
.pool-data-summary-box-head{font-size: 14px;padding: 10px 10px;background: #d2d2d2;color: #282828;}
.pool-data-summary-box-bottom{background:#fff;padding:15px;}
.pool-data-summary-box-bottom-box-title{text-align:center;color:#092745;font-weight: bold;font-size: 14px;margin-bottom:8px;}
.pds-left{float:left;}
.pds-right{float:right;text-align:left;}
.pool-data-summary-box-bottom-box ul{margin:0;padding:0;}
.pool-data-summary-box-bottom-box ul li{font-size: 14px;padding: 4px 0;}
.pds-onerate-lot{border-bottom:2px solid #d7d6d6;padding-bottom:15px;margin-bottom:15px;}
.ddu-onerate-box{background: #fff;padding: 12px 10px;text-align: center;}
.ddu-onerate-head{color: #1a1a1a;font-weight: bold;font-size: 16px;}
.ddu-onerate-box p{margin:8px 0 2px;font-size: 15px;}
.ddu-onerate-box span{color: #1a1a1a;font-size: 23px;}
.dashboard-deta-usag {margin-top: 30px;margin-bottom: 30px;}
.ddu-widget-btn{margin-top:20px;}
.ddu-widget-btn a{background: #1D4672;text-decoration: none;color: #fff;display: block;text-align: center;padding: 15px 10px;font-size: 18px;}
.ddu-widget-btn a:hover{background:#000;}
.ddu-widget-btn a b{font-size: 25px;line-height: 25px;vertical-align: text-bottom;}
.dashboard-deta-usag-left img{max-width:100%;vertical-align:middle;margin-bottom:20px;}
.responsive-btn{cursor:pointer;display:none;margin-top: 15px;}
.responsive-btn span{display:block;display: block;background: #000;color: #fff;font-size: 16px;padding: 12px 15px;}
.profile-main{max-width:600px;margin: 30px auto;}
.login-title{text-align:center;}
.profile-detail{padding:25px 15px;background: #f5f5f5;margin-top:20px;}
.pd-left{float:left;width:48%;}
.pd-right{float:right;width:48%;}
.profile-img-main{text-align:center;margin:0px 0 30px;}
.profile-img{background: #fff;width: 80px;height: 80px;border-radius: 100px;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;position: relative;display: flex;align-items: center;justify-items: center;flex-direction: column;justify-content: center;margin: 0px auto;}
.profile-img i{color:#000;font-size: 21px;}
.profile-img-btn-in{display:block;background:#3175be;text-decoration:none;cursor:pointer;position:relative;cursor:pointer;width:45px;height:45px;border-radius:100px;line-height: 45px;position: absolute;bottom: -15px;right: -10px;}
.profile-img-btn-in input{opacity: 0;width: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;cursor: pointer;}
.profile-img-btn-in::before{font-family:'FontAwesome';content: "\f040";font-size: 21px;color:#fff;}
.pd-input {background: #f5f5f5;width: 100%;height: 45px;padding: 5px 10px;font-family: 'Open Sans';font-size: 14px;border-top: 0;border-right: 0;border-left: 0;border-bottom: 2px solid #7b7a7a;margin-bottom:15px;}
.pd-col{position:relative;}
.pd-input::placeholder{opacity:1;}
.pd-bottom-btn{text-align:center;padding-top:10px;}
.pd-bottom-btn a{text-decoration: none;background: #3075BE;color: #fff;font-size: 16px;display: inline-block;padding: 8px 22px;margin: 0 2px;}
.pd-bottom-btn a:hover{background:#000;}
.responsive-btn span i {float: right;font-size: 22px;line-height: 22px;}
.account-tab-main{margin:30px auto;max-width: 600px;}
.account-tab-top{background: #fff;}
.account-tab-top ul{margin:0;padding:0;}
.account-tab-top ul li{display:inline-block;}
.account-tab-top ul li a{text-decoration: none;font-size: 16px;color: #000;padding: 12px 30px;display: block;}
.account-tab-top ul li a:hover, .account-tab-top ul li a.active{border-bottom: 2px solid #3175be;color: #3175be;}
.account-detail-main{margin-top:20px;}
.account-detail{background: #fff;padding:15px 20px;margin-bottom: 20px;}
.account-detail-head{text-align: center;font-weight: bold;font-size: 20px;color: #072544;margin-bottom: 15px;}
.upload-logo-left{display:inline-block;width:150px;vertical-align:middle;}
.account-detail-right{display:inline-block;width:calc(100% - 155px);vertical-align:middle;}
.upload-logo{position:relative;text-align:center;border: 2px dotted #5A5858;height: 130px;width: 130px;border-radius: 100px;display: flex;align-items: center;justify-items: center;flex-direction: column;justify-content: center;}
.upload-logo i{font-size: 23px;display: block;}
.upload-logo span{display: block;font-size: 14px;}
.upload-logo input{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;opacity: 0;cursor: pointer;}
.account-detail-btn{text-align: center;padding-top: 10px;}
.account-detail-btn a{text-decoration: none;background: #3075BE;color: #fff;font-size: 15px;display: inline-block;padding: 10px 22px;margin-left:4px;}
.account-detail-btn a:hover{background:#000;}
.account-top-deta{background: #fff;padding:15px;margin-bottom:5px;}
.account-top-left{float:left;}
.account-top-right{float:right;position:relative;}
.account-top-left ul{margin:0;padding:0;}
.account-top-left ul li{display:inline-block;font-size: 14px;margin-right: 10px;color: #5A5858;}
.account-top-left ul li a{text-decoration:none;color: #5A5858;}
.account-top-left ul li a:hover{color: #3175be;}
.account-top-left p{margin:6px 0 0;font-size: 15px;font-weight: bold;}
.account-top-right .cnc-btn{text-decoration: none;background: #3075BE;color: #fff;font-size: 14px;display: inline-block;padding: 6px 15px;cursor:pointer;}
.account-top-right .cnc-btn:hover{background:#000;}
.contact-tab-deta{padding:12px 0;}
.contact-tab-deta-in{margin:0 -10px;}
.contact-tab-box {width: 50%;padding: 0 10px;float:left;margin-bottom:20px;}
.contact-tab-box-in{background: #fff;padding:12px 10px;border-left:3px solid #072544;}
.contact-tab-box-in p{margin:0 0 2px;font-size: 14px;}
.contact-tab-box-in span{display:block;font-size: 20px;}
.sub-acciunt-top-left{float:left;}
.sub-acciunt-top-right{float:right;position: relative;margin: 9px 0;}
.sub-acciunt-top-left h1{color: #072544;font-size: 22px;margin:0;}
.sabtn{text-decoration: none;background: #3075BE;color: #fff;font-size: 14px;display: inline-block;padding: 6px 15px;cursor:pointer;}
.sabtn:hover{background:#000;}
.safrm-main{position:relative;display: inline-block;margin-right:20px;}
.sa-input{font-family: 'Open Sans';border-top: 0;border-left: 0;border-right: 0;border-bottom: 2px solid #999;padding: 5px 0 5px 22px;font-size: 14px;background: none;}
.sa-btn{text-decoration:none;font-size: 15px;color: #5A5858;position: absolute;left: 2px;top: 4px;}
.sub-acciunt-top {margin: 25px 0;}
.sub-acciunt-box-main{margin:0 -10px;}
.sub-acciunt-box{padding:0 10px;float:left;width:33.33%;margin-bottom:20px;}
.sub-acciunt-box-in{background: #fff;padding: 12px 10px;border-left: 3px solid #072544;}
.sub-acciunt-box-in-left{float:left;width:calc(100% - 45px);}
.sub-acciunt-box-in-right{float:right;width: 42px;}
.sub-acciunt-box-in-right img{vertical-align:middle;max-width:100%;}
.sub-acciunt-box-in-right span{display:block;text-align: center;font-size: 12px;margin-top: 2px;}
.sub-acciunt-box-in-left-head{font-size: 18px;color: #2f2f2f;margin: 6px 0;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 1;} 
.sub-acciunt-box-in-left p{margin:0;font-size: 13px;}
.tags-main-in table tbody{}
.tags-main-in table tr th{text-align: left;font-size: 14px;padding: 10px 10px;border-bottom:1px solid #999;background: #d2d2d2;color: #282828;}
.tags-main-in table tr td{font-size: 14px;padding:6px 10px;border-bottom:1px solid #999;background: #fff;}
.tags-paging{text-align:right;margin:10px 0;}
.tags-paging-box{display:inline-block;vertical-align:middle;}
.tags-paging-box span{display:inline-block;font-size: 14px;margin-right:5px;}
.paging-input{display: inline-block;background: none;border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid #5A5858;color: #5A5858;padding: 2px 0;font-size: 14px;}
.tags-paging-list span{display: inline-block;font-size:14px;}
.tags-paging-arrow a{color: #5A5858;text-decoration: none;font-size:22px;margin: 0 10px;}
.tags-paging-arrow a:hover{color:#3075BE;}
.tags-paging-arrow{display:inline-block;vertical-align:middle;}
.tags-paging-list{display:inline-block;margin:0 20px;vertical-align:middle;}
.new-label-popup{background: #fff;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;position: absolute;right: 0;width: 230px;padding: 15px;top: 45px;display:none;}
.sabtn-close-btn {font-size: 18px;position: absolute;top:11px;right: 16px;cursor:pointer;}
.new-label-title {font-size: 14px;border-bottom: 1px solid #999;font-weight: bold;padding-bottom: 11px;margin: 0 -15px 4px;padding-left: 15px;}
.label-input {background: #f5f5f5;font-size: 13px;width: 100%;padding: 8px 5px;border: 1px solid #999;}
.labelrm-btn{text-align:right;margin-top:10px;}
.nl-cancel-btn{text-decoration:none;color: #3075BE;font-size: 14px;display: inline-block;}
.nl-cancel-btn:hover{color: #5A5858;}
.nl-apply-btn{text-decoration:none;background:#d2d2d2;color: #5A5858;font-size:14px;display: inline-block;padding: 6px 15px;margin-left:8px;}
.nl-apply-btn:hover{background:#3075BE;color:#fff;}
.new-contact-frm-popup{background: #fff;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;position: absolute;right: 0;width:400px;padding: 15px;top: 45px;display:none;z-index: 9999;}
.nc-input{background:#f5f5f5;width: 100%;height:35px;padding: 5px 10px;font-family: 'Open Sans';font-size: 14px;border-top: 0;border-right: 0;border-left: 0;border-bottom: 2px solid #7b7a7a;margin-bottom: 15px;}
.login-main-deta {padding: 0 15px;}
.login-deta {padding: 0 15px;}
.hr-search-input {border-top: 0;border-left: 0;border-right: 0;border-bottom: 1px solid #000;background: #f5f5f5;height: 32px;width: 200px;margin-left: 4px;font-size: 15px;}
.hr-search-box-in {background: #f5f5f5;padding: 5px 5px;position: absolute;left: -226px;top: -6px;width: 254px;z-index: 9999;display:none;}
.hr-search-btn {margin-left: 8px;}
.topnav li a .topmenu-icon {float: none;width: 28px;display: inline-block;}
.topmenu-icon img {vertical-align: middle;max-width: 22px;}

.nubtn,.nufbtn{text-decoration: none;background: #3075BE;color: #fff;font-size: 14px;display: inline-block;padding: 6px 15px;cursor: pointer;}
.nubtn:hover,.nufbtn:hover{background:#072544;}
.nufbtn{background: #f5f5f5;color: #000;}
.nufbtn:hover{background: #3075BE;color:#fff;}
.new-user-popup {background:#f5f5f5;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;position: absolute;right: 0;padding: 15px;top: 45px;display: none;width:500px;z-index: 999999;}
.new-user-filter-popup{background:#fff;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;position: absolute;right: 0;padding: 15px;top: 45px;display: none;width:300px;z-index: 999999;}
.new-user-filter-main{margin:0 -10px;padding-top:5px;text-align: left;}
.new-user-filter-box{float:left;width:50%;padding: 0 10px;}
.new-user-filter-box:first-child{border-right:1px solid #5A5858;}
.new-user-filter-box-title{font-size: 16px;color: #000;}
.new-user-filter-box ul{margin:10px 0;padding:0;}
.new-user-filter-box ul li{display:block;font-size: 15px;color: #5A5858;padding: 2px 0;}
.new-user-filter-box ul li label{cursor:pointer;}
.user-avatar{width: 24px;height: 24px;border-radius: 24px;background: rgba(0,0,0,.2);display:inline-block;vertical-align: middle;margin-right: 4px;}
.role-label1{background: #d7e5f2;border-radius: 6px;display: inline-block;padding: 8px 8px 8px 26px;position: relative;}
.role-label1::before {background: #64ACE3;width: 12px;height: 12px;border-radius: 3px;content: "";position: absolute;top: 50%;margin-top: -6px;left: 8px;}
.role-label2{background: #cae4e5;border-radius: 6px;display: inline-block;padding: 8px 8px 8px 26px;position: relative;}
.role-label2::before {background: #03989E;width: 12px;height: 12px;border-radius: 3px;content: "";position: absolute;top: 50%;margin-top: -6px;left: 8px;}
.role-label3{background: #dae7f0;border-radius: 6px;display: inline-block;padding: 8px 8px 8px 26px;position: relative;}
.role-label3::before {background: #3075BE;width: 12px;height: 12px;border-radius: 3px;content: "";position: absolute;top: 50%;margin-top: -6px;left: 8px;}
.role-label4{background: #caced7;border-radius: 6px;display: inline-block;padding: 8px 8px 8px 26px;position: relative;}
.role-label4::before {background: #072544;width: 12px;height: 12px;border-radius: 3px;content: "";position: absolute;top: 50%;margin-top: -6px;left: 8px;}
.role-label5{background: #d8d8d8;border-radius: 6px;display: inline-block;padding: 8px 8px 8px 26px;position: relative;}
.role-label5::before {background: #5A5858;width: 12px;height: 12px;border-radius: 3px;content: "";position: absolute;top: 50%;margin-top: -6px;left: 8px;}
.role-label6{background: #ced5dd;border-radius: 6px;display: inline-block;padding: 8px 8px 8px 26px;position: relative;}
.role-label6::before {background: #1D4672;width: 12px;height: 12px;border-radius: 3px;content: "";position: absolute;top: 50%;margin-top: -6px;left: 8px;}
.mat-menu-trigger{cursor:pointer;padding:0 2px;}
.mat-menu-box-main{position:relative;}
.mat-menu-box{position:absolute;top: 25px;right:0;z-index:99999;width:150px;box-shadow:rgba(0, 0, 0, 0.30) 0px 1px 8px;border-radius:6px;background:#ffffff;padding:8px 0px;display:none;}
.mat-menu-box ul{margin:0;padding:0;}
.mat-menu-box ul li{display:block;}
.mat-menu-box ul li a{text-decoration:none;font-size: 14px;color: #5A5858;display:block;padding: 10px 15px;}
.mat-menu-box ul li a:hover{background:#dfdfdf;}

.sim-label{background: #b5b4b4;color: #fff;display: block;padding: 3px 7px;font-size: 13px;border-radius: 20px;}
.sim-status{color:#3dd598;background-color:rgba(61,213,152,.1);display:inline-block;text-align:center;width:25px;height:25px;line-height:25px;border-radius:5px;font-size:15px;}
.topnav2 {margin:0 -15px;padding: 0;}
.topnav2 li{display:block;border-bottom: 1px solid #999;}
.topnav2 li a{display:block;text-decoration: none;color: #5A5858;font-size: 16px;padding:10px 15px;}
.topnav2 li a span{font-size: 20px;float: right;display: block;margin-top: -4px;}
.topnav2 li ul{margin:0;padding:0 15px;display:none;}
.topnav2 li ul li{font-size:14px;border:0;position:relative;padding-bottom:10px;}
.fa-search-input{width: 100%;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #999;padding:5px 30px 5px 0;font-family:'Open Sans', sans-serif;font-size:14px;color: #5A5858;}
.topnav2 li .fa-search-btn{padding: 0;position: absolute;top:2px;right: 8px;color: #848383;}
.topnav2 li ul li label{display:block;margin-bottom:5px;cursor:pointer;} 
.fr-input{padding: 5px 0px;background: #e6e6e6;font-size: 14px;color: #5A5858;}
.usage-box{float:left;}
.ub-width40{width:40%;}
.ub-width35{width:35%;padding:0 10px}
.ub-width25{width:25%;}
.data-input{border-bottom: 1px solid #999;border-top:0;border-left:0;border-right:0;width:100%;background:none;font-family:'Open Sans', sans-serif;color:#5A5858;font-size: 14px;margin-bottom:10px;}
.topnav2 .sim-filter-btn{text-align:right;border: 0;padding: 15px 15px 2px;}
.topnav2 .sim-filter-btn a{text-decoration:none;display:inline-block;text-transform: uppercase;font-size: 14px;padding: 8px 20px;}
.topnav2 .sim-filter-btn .sfb-apply{background: #3075BE;color:#fff;}
.topnav2 .sim-filter-btn .sfb-apply:hover{background:#000;}
.topnav2 .sim-filter-btn .sfb-cancel{color:#3075BE;}
.sim-filter{text-align:left;}
.customize-columns-popup{background:#fff;box-shadow:rgba(0, 0, 0, 0.30) 0px 1px 8px;position: absolute;right: 0;padding: 15px;top: 45px;display: none;width: 300px;z-index: 999999;}
.ccbtn{text-decoration: none;background: #3075BE;color: #fff;font-size: 14px;display: inline-block;padding: 6px 10px;cursor: pointer;}
.customize-columns{border: 1px solid #e7e7e7;background-color: #fafafa;padding: 7px 8px;font-size: 14px;margin-top:5px;text-align: left;}
.customize-columns label{cursor:pointer;}
.customize-columns i {float: right;margin-top: 2px;}
.customize-columns-detail{padding-top:5px;}
.customize-columns-btn{text-align:right;margin-top:5px;}
.customize-columns-btn a{color: #3075BE;text-decoration: none;text-transform: uppercase;font-size: 15px;display: inline-block;padding: 5px;margin-left: 10px;font-weight: bold;}
.customize-columns-btn a:hover{color:#000;}
.filter-top{display: inline-block;font-size: 14px;margin-right:10px;}
.filter-top span{display: inline-block;background: #ccc;padding: 6px 12px;border-radius: 20px;margin-left: 6px;}

.sim-detail-top{margin:25px 0;background: #fff;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;padding:10px 10px 0;}
.sim-detail-top-line a{display:inline-block;text-decoration:none;color: #5A5858;font-size: 14px;}
.sim-detail-top-line span{display:inline-block;color: #282828;font-size: 14px;margin-left: 8px;}
.sim-detail-top-detail-left{float:left;margin-top:8px;width: 100%;position:relative;}
.sim-detail-top-detail-left h1{color: #282828;font-size:22px;font-weight: bold;display: inline-block;vertical-align:middle;margin: 0 15px 0 0;}
.sim-detail-top-detail-left span{background: #ebfbf5;color: #3dd598;display: inline-block;font-size: 14px;padding: 3px 12px;border-radius: 6px;vertical-align:middle;}
.sim-detail-top-detail-right{float:left;margin: 10px 0;}
.sim-detail-top-detail-right .sdtdr-in{margin:0;padding:0;}
.sim-detail-top-detail-right .sdtdr-in li{display:inline-block;color:#5A5858;padding:1px 0px 1px 0px;border-radius:15px;font-size:13px;vertical-align:middle;margin:5px 20px 5px 0px;position: relative;}
.sim-detail-top-detail-right .sdtdr-in li span {font-weight: bold; display: inline-block; margin-left: 4px;}
.sim-detail-top-detail-right .sdtdr-in li span select {background: none;border: 0;font-family: 'Open Sans', sans-serif;font-weight: bold;color: #5A5858;}
.mat-menu-box2{top: 30px;right: 0;}
.sim-detail-top-bottom ul{margin:0;padding:0;}
.sim-detail-top-bottom ul li{display:inline-block;}
.sim-detail-top-bottom ul li a{text-decoration:none;color: #5A5858;font-size: 15px;display: block;padding:8px 20px;border-bottom: 2px solid #fff;}
.sim-detail-top-bottom ul li a:hover, .sim-detail-top-bottom ul li a.active{border-color:#0062ff;color: #282828;}
.sim-info-left{float:left;width:calc(100% - 270px);}
.sim-info-right{float:right;width: 250px;}
.sim-info-right-in{background: #fff;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;}
.billing-plan-info{padding:10px 13px 15px;border-bottom:1px solid #A2A2A2;}
.billing-plan-info-head{color: #282828;font-size: 14px;font-weight: bold;margin-bottom: 12px;}
.bplangb{color: #5A5858;font-size: 13px;}
.bplanusd{color: #282828;font-weight: bold;font-size: 15px;}
.bplanusd small{color: #5A5858;font-weight: 400;}
.billing-label-btn{text-decoration:none;background:#cecece;color: #282828;display: inline-block;font-size: 13px;padding: 7px 12px;border-radius: 30px;}
.billing-label-btn i{font-size: 14px;vertical-align: middle;}
.billing-label-btn:hover{background: #bdbdbd;}
.connectivity-info-box{margin-bottom:5px;}
.connectivity-info-left{float:left;width:49.5%;color: #5A5858;font-size: 13px;}
.connectivity-info-right{float:right;width:49.5%;color: #282828;font-size: 13px;}
.connectivity-info-right i{color:#3dd598;font-size: 8px;vertical-align: middle;margin-top: -1px;}
.location-map{width:100%;height:250px;}
.sim-info-left-bottom img{width:100%;vertical-align:middle;box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;}
.sim-info-left-top{margin: 0 0px 20px;background: #fff;}
.sim-info-left-box{float:left;width:25%;padding:15px 10px;}
.sim-info-left-box-in{padding:8px 10px;text-align:center;height:200px;display: flex;align-items: center;justify-items: center;flex-direction: column;justify-content: center;position: relative;}
.sim-info-left-box-in img{max-width:100%;vertical-align:middle;}
.sim-info-left-box-in span{text-align:center;color: #282828;font-weight:bold;display: block;font-size: 22px;}
.sim-info-left-box-in p{margin:0;text-align:center;color: #5A5858;font-size: 14px;position: absolute;bottom: 10px;}
.sim-detail-top-detail-left-right{float:right;}
.sim-detail-top-detail-left-right a{color: #5A5858;font-size: 18px;cursor:pointer;padding: 0 10px;}
/* .middlewrapper-left-in-height{min-height:925px;} */
.sim-info-left-box-in .samll-text{display:block;color: #5A5858;font-size: 14px;font-weight: 400;}

.leftmenuheading{color: #fff;text-decoration: none;font-size: 16px;display: block;padding: 0px 20px 12px;}
.middlewrapper {background: #f5f5f5;}
.order-sim-btn{margin-top:15px;}
.order-sim-btn a{text-decoration:none;display:block;background:#3175be;color:#fff;font-size: 18px;text-align:center;padding: 12px 5px 14px;}
.order-sim-btn a span{display:block;font-size: 13px;margin-top: 4px;}
.order-sim-btn a:hover{background:#000;}
.middlewrapper-right-top {float: right;width: calc(100% - 270px);}
.header-menu-left{float:left;}
.header-menu-left ul{margin:15px 0;padding:0;}
.header-menu-left ul li{display:inline-block;color: #000;font-size: 15px;padding: 0 2px;}
.header-menu-left ul li a{text-decoration:none;color: #000;}
.header-menu-left ul li a:hover{color:#1D4672;}

/*29-06-2022*/

.documentation-left{float:left;width:25%;background:#fff;padding:10px 0px;}
.documentation-link{margin:0;padding:0;}
.documentation-link li{display:block;}
.documentation-link li a{text-decoration:none;color: #000;font-size: 15px;display: block;padding:8px 25px;}
.documentation-link li a:hover{color: #1D4672;background: #f5f5f5;}
.documentation-right{float:right;width:73%;background:#fff;padding:15px;}
.documentation-right p{margin:0 0 15px;color: #5A5858;font-size:14px;line-height: 22px;}
.documentation-title{display:none;background: #000;color: #fff;font-size: 16px;padding: 10px 15px;cursor:pointer;}
.documentation-title i{float: right;font-size: 22px;line-height: 22px;}

/*14-09-2022*/

.sim-activation-bottom-detail-title{color: #072544;font-weight: bold;font-size: 14px;margin-bottom:5px;cursor:pointer;}
.sim-activation-bottom-detail-title i{font-size: 28px;vertical-align: middle;margin-left: 8px;}
.sim-activation-bottom-detail-box{background:#fff;padding:15px;}
.sim-activation-bottom-detail-box-left{float:left;width:48%;}
.sim-activation-bottom-detail-box-right{float:right;width:48%;}
.sim-activation-bottom-detail ul li small{vertical-align:top;font-size: 8px;}
.sim-activation-bottom-detail-box-right p{margin:0;color: #5A5858;font-size: 14px;line-height: 21px;}
.sim-activation-bottom-detail-box{margin-bottom:25px;}

/*19-09-2022*/

.account-creation-boxmain-up{margin:0 -10px;}
.account-creation-boxmain{float:left;width:100%;padding:0 10px;margin-bottom:15px;margin-top:5px;}
.account-creation-boxmain-in{background: #f5f5f5;padding: 12px 10px;border-left: 3px solid #072544;}
.account-creation-boxmain-in-left{float:left;}
.account-creation-boxmain-in-right{float:right;text-align:right;}
.account-creation-boxmain-in-left-head{color: #2f2f2f;font-size: 17px;}
.account-creation-boxmain-in-left p{margin:0;font-size: 13px;}
.account-creation-boxmain-in-right p{margin:0 0 2px;color: #2f2f2f;font-size: 15px;}
.account-creation-boxmain-in-right span{font-size: 14px;}
.ac-width33-left .account-creation-box-in {background: #fff;}
.ac-width33-left .ac-detail {background: #f5f5f5;padding: 5px 10px;}
.ac-width33-right .account-creation-box-in {background: #fff;}

.topnav li {position: relative;}
.topnav li span {color: #fff;font-size: 25px;line-height: 18px;position: absolute;top: 8px;right: 15px;z-index: 9999;cursor: pointer;padding: 0 5px;}

/*26-09-2022*/

.pay-info-title{color: #464646;font-size: 18px;font-weight: 600;margin-bottom:20px;}
.account-tab-mains {background: #fff;padding:30px 50px;margin-bottom:20px;}
.account-tab-mains .account-detail-main{max-width:600px;}
.account-tab-mains .account-detail{margin-bottom:0;padding:0px;}
.account-tab-mains .account-detail-btn{text-align:left;}
.account-tab-mains .account-detail-head{text-align:left;margin-bottom:20px;}
.account-tab-mains .account-detail-head span{font-weight: 400;font-size: 14px;color: #626262;display: inline-block;margin-left: 15px;}
.payment-method-main-left{float:left;}
.payment-method-main-right{float:right;}
.payment-method-main-right a{text-decoration: none;text-transform: uppercase;display: block;font-size: 15px;color: #1D4672;margin-bottom:10px;}
.payment-method-main-right a:hover{color:#000;}
.payment-method-main .account-detail-head{margin-bottom:10px;}
.payment-method-main-left p{margin:0;font-size: 15px;}
.payment-card{background: #e6e4e4;display: inline-block;padding: 2px 10px;margin-bottom: 10px;}
.payment-card i{color: #000;font-size: 30px;display: inline-block;vertical-align: middle;}
.payment-card span{display: inline-block;font-size: 18px;vertical-align: middle;margin-left:5px;}
.payment-method-main {padding-bottom: 20px;}

.sim-info-billing{text-align:left;}
.sim-info-billing-title{font-weight: bold;font-size: 15px;}
.sim-info-billing-detail{font-size:15px;margin: 10px 0;}
.sim-info-billing-mb{font-weight: bold;font-size: 18px;}
.sim-info-billing-mb-detail{font-size:14px;}
.sim-info-left-box-in-one{align-items: normal;}
.sim-info-left-bottom {background: #fff;}

.sim-activation-main-deta-left-new{width:100%;}
.pool-summary-title{font-size: 16px;font-weight: bold;margin-bottom: 20px;}
.pool-summary-box-main{margin:0 -5px;}
.pool-summary-box{float:left;width:33.33%;padding:0 5px;margin-bottom:10px;}
.pool-summary-box-in{background:#fff;padding:10px;}
.pool-summary-box-title{text-align: center;font-weight: bold;font-size: 15px;margin-bottom: 10px;}
.pool-summary-box-detail{margin:0;padding:0;}
.pool-summary-box-detail li{display:block;font-size:15px;margin:8px 0;}
.ps-left{float:left;}
.ps-right{float:right;}
/*June 14, 2023*/
.text-left {
    text-align: left;
}
.dropbtn {
    position: relative;
    z-index: 99;
    font-size: 14px;
    cursor: pointer;
    width: 10px;
    text-align: center;
    background-image: url("../images/dot-icon.png");
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
}
.d-flex {
    display: flex;
    justify-content: flex-end;
    column-gap: 15px;
}
.fa-color{
    color: #3075BE;
}
.editTagSection{
    position: relative;
}
.mat-menu-box.editTagPopup {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 8px;
    position: absolute;
    right: 0;
    width: 230px;
    padding: 15px;
    top: 7px;
    font-family: 'Open Sans', sans-serif;
}
button.tagSave {
    text-decoration: none;
    font-size: 14px;
    padding: 6px 15px;
    margin-left: 8px;
    border: none;
    cursor: pointer;
    background: #3075BE;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
button.tagPopupCancel {
    text-decoration: none;
    font-size: 14px;
    margin-left: 8px;
    border: none;
    cursor: pointer;
    color: #3075BE;
    font-family: 'Open Sans', sans-serif;
}
/*June 14, 2023*/
/*June 30, 2023*/
.coverage-section p {
    font-size: 14px;
    margin: 14px 0;
    line-height: 21px;
}
.coverage-left{
    width: 50%;
}
.coverage-right{
    width: 50%;
}
/*June 30, 2023*/

/* 20-Dec-2023 */
.middlewrapper-left {
    position: sticky;
    top: 0;
}
.middlewrapper .wrapper {
    display: flex !important;
}
.middlewrapper .wrapper .middlewrapper-main {
    width: 100% !important;
}
.login_page .login-main-deta,
.login_page .login-left,
.register_page .login-main-deta,
.register_page .login-left {
    padding: 0;
}
.login_page .login-deta,
.register_page .register-deta {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 100vh;
    background-color: var(--pageBackground);
    display: flex;
    flex-direction: column;
}
.register_third_step .login-deta,
.register_page .register-deta {
    height: fit-content !important;
    min-height: 100vh !important;
}
.sim_activation .sim-activation-main {
    padding: 0;
    margin: 0;
}
.login_page .top-logo {
    max-width: 100%;
    margin: 0;
    padding: 30px 50px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_page .top-logo .tl_left_col img {
    max-width: 250px;
}
.login_page .top-logo .tl_right_col {
    display: flex;
    gap: 20px;
}
.login_page .top-logo .tl_right_col a {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    padding: 18px 10px;
    text-decoration: none;
    border-radius: 30px;
    width: 250px;
    text-align: center;
}
.login_page .top-logo .tl_right_col .btn_light {
    border: 1px solid #D7D6D6;
    background: #F5F5F5;
    color: #072544;
}
.login_page .top-logo .tl_right_col .btn_light:hover,
.login_page .top-logo .tl_right_col .btn_light:focus {
    background: #FFF;
}
.login_page .top-logo .tl_right_col .btn_dark {
    border: 1px solid #3075be;
    background: #3075be;
    color: #FFF;
}
.login_page .top-logo .tl_right_col .btn_dark:hover,
.login_page .top-logo .tl_right_col .btn_dark:focus {
    border: 1px solid #072544;
    background: #072544;
}
.register_third_step .bottom_section,
.register-deta .bottom_section { 
    padding: 50px 0;
}
.register_third_step .bottom_section .bs_box .register-deta {
    max-width: unset;
    margin: 0;
}
.login_page .bottom_section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login_page .bottom_section .bs_box {
    width: 500px !important;
    padding: 50px 40px;
    background-color: #FFF;
}
.sim_activation .bottom_section .bs_box {
    width: 1240px;
}
.sim_activation .bottom_section .bs_box .sim-activation-bottom-detail {
    margin: 20px 0 0 0;
}
.login_page .bottom_section .bs_box .login-head h2 {
    font-size: 28px;
    color: #072544;
    font-weight: 600;
    margin: 0 0 50px;
}
/* .review_page .bottom_section .bs_box {
    width: auto !important;
} */
.review_page .bottom_section .bs_box .account-creation-main {
    padding: 0;
    margin: 0;
}

.login_page .top-logo .tl_left_col {
    display: flex;
    align-items: flex-end;
    gap: 70px;
}
.login_page .top-logo .tl_left_col .digi_key_logo {
    max-width: 170px;
}
.dk_header .header-right,
.dk_header .logo {
    width: 50%;
} 
.dk_header .dkl_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
}
.dk_header .dkl_row img {
    max-width: 180px;
}
.sim-label {
    background: #b5b4b4;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    font-size: 11px;
    border-radius: 20px;
    margin: 2px 0;
}
.box_align_top .login-deta .bottom_section {
    justify-content: flex-start;
    padding: 50px 0;
}
.box_align_top .login-deta .bottom_section .bs_box .login-head h2 {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1260px) and (max-width: 1680px) {
    .table_responsive {
        overflow-x: auto;
        width: 100%;
        display: block;
    }
    .table_responsive tr th {
        text-align: left;
        font-size: 14px;
        padding: 10px 10px;
        border-bottom: 1px solid #999;
        background: #d2d2d2;
        color: #282828;
        white-space: nowrap;
    }
}
@media only screen and (min-width: 1435px) and (max-width: 1601px) {
    .login_page .top-logo {
        padding: 20px 50px;
    }
    .login_page .bottom_section .bs_box {
        width: 470px;
        padding: 30px 50px;
    }
    .sim_activation .bottom_section .bs_box {
        width: 1240px;
    }
    .login_page .bottom_section .bs_box .login-head h2 {
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1434px) {
    .login_page .top-logo {
        padding: 20px 50px;
    }
    .login_page .login-deta {
        height: auto;
    }
    .login_page .bottom_section .bs_box {
        width: 470px;
        padding: 30px 50px;
    }
    .sim_activation .bottom_section .bs_box {
        width: 1240px;
    }
    .login_page .bottom_section .bs_box .login-head h2 {
        margin: 0 0 30px;
    }
    .login_page .bottom_section {
        padding: 50px 0;
    }
    .login_page .top-logo .tl_left_col {
        gap: 50px;
    }
}
@media only screen and (min-width: 1260px) and (max-width: 1370px) {
    .login_page .top-logo .tl_left_col img {
        max-width: calc((1366 * 250px) / 1920) !important;
    }
    .login_page .top-logo .tl_left_col .digi_key_logo {
        max-width: calc((1366 * 170px) / 1920) !important;;
    }
    .login_page .top-logo .tl_left_col {
        gap: calc((1366 * 70px) / 1920) !important;
    }
}
@media only screen and (min-width:830px) and (max-width: 1026px) {
    .register_third_step .login-deta {
        height: 100vh !important;
    }
}
@media only screen and (min-width:600px) and (max-width: 1026px) {
    .login_page .top-logo {
        padding: 20px;
    }
    .login_page .top-logo .tl_left_col img {
        max-width: 200px;
    }
    .login_page .bottom_section .bs_box {
        width: 470px;
        padding: 30px 50px;
    }
    .login_page .bottom_section .bs_box .login-head h2 {
        margin: 0 0 30px;
    }
    .sim_activation .bottom_section .bs_box {
        width: calc(100% - 40px);
    }
    .sim_activation .sim-activation-main-deta {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .sim_activation .sim-activation-main-deta .sim-activation-main-deta-right {
        width: 100%;
    } 
    .sim_activation .sim-activation-main-deta .sim-activation-main-deta-left {
        margin-top: 20px;
        width: 100%;
    }
    .sim_activation .sa_input_field {
        width: 85% !important;
    }
    .login_page .top-logo .tl_left_col {
        gap: 20px;
    }
    .login_page .top-logo .tl_left_col .digi_key_logo {
        max-width: 120px;
    }
    .box_align_top .login-deta .bottom_section {
        justify-content: center;
    }
}
@media only screen and (min-width:600px) and (max-width: 830px) {
    .login_page .top-logo .tl_left_col img,
    .login_page .top-logo .tl_left_col .digi_key_logo {
        max-width: 120px;
    }
}
@media only screen and (max-width: 600px) {
    .login_page .login-deta {
        height: 100vh;
        min-height: 750px;
    }
    .login_page .top-logo {
        padding: 15px;
    }
    .login_page .top-logo .tl_left_col img {
        max-width: 150px;
    }
    .login_page .top-logo .tl_right_col {
        gap: 10px;
        flex-direction: column;
    }
    .login_page .top-logo .tl_right_col a {
        font-size: 14px;
        padding: 10px;
        width: 165px;
    }
    .login_page .bottom_section .bs_box {
        width: 100%;
        padding: 20px;
    }
    .login_page .bottom_section {
        padding: 40px 20px;
    }
    .login_page .bottom_section .bs_box .login-head h2 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    /* 25-Dec-2023 */
    .full_table_width_mobile {
        width: 100% !important;
    }
    .margin_0 {
        margin: 0 !important;
    }
    .margin_top_0 {
        margin-top: 0 !important;
    }
    .padding_0 {
        padding: 0 !important;
    }
    .margin_top_15 {
        margin-top: 15px !important;
    }
    .margin_bottom_15 {
        margin-bottom: 15px !important;
    }
    .d_none_mobile {
        display: none !important;
    }
    .d_block_mobile {
        display: block !important;
    }
    .d_in_block_mobile {
        display: inline-block !important;
    }
    .sub_box_inner_space {
        padding: 10px 15px !important;
    }
    .box_inner_space {
        padding: 15px !important;
    }
    .headerwrapper .wrapper {
        display: flex;
    }
    .headerwrapper .wrapper .logo {
        width: unset;
    }
    .headerwrapper .wrapper .logo img {
        height: unset;
        width: 150px;
    }
    .headerwrapper .wrapper .header-right .hr-right {
        margin: 0;
        text-align: right;
    }
    .middlewrapper .middlewrapper-left {
        z-index: 9999;
    }
    .middlewrapper .responsive-btn span {
        padding: 10px 15px;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right-top {
        margin: 0;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right-top .dashboard-top-deta {
        padding: 10px 15px;
        margin: 0;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right-top .dashboard-top-deta .dashboard-top-deta-in {
        padding: 0;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right-top .dashboard-top-deta .dashboard-top-deta-in .date-range-drop-box {
        margin: 0 10px 0 0 ;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right-top .dashboard-top-deta .dashboard-top-deta-in .date-range-drop-box .sale-type-drop {
        width: 145px;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right {
        padding: 40px 15px;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-left {
        margin: 0 0 15px;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-left .dashboard-main-left-in {
        margin: 0;
        padding: 15px;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-left .dashboard-main-left-in .dashboard-right-btn {
        display: flex;
        gap: 0 15px;
        margin: 10px 0;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-left .dashboard-main-left-in .dashboard-right-btn a {
        margin: 0 !important;
        width: 100%;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-right .dashboard-main-right-box {
        margin: 0 0 10px;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-right .dashboard-main-right-box:nth-child(3) {
        margin: 0 !important;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-deta-usag {
        margin: 40px 0 0;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-deta-usag .secound_table {
        margin: 15px 0;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-deta-usag .dashboard-deta-usag-right .pds-onerate-lot:last-child {
        margin: 0 ;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-left .dashboard-main-left-in .dashboard-main-left-in-left li.tooltip {
        position: relative;
    }
    .middlewrapper .middlewrapper-main .middlewrapper-right .dashboard-main-deta .dashboard-main-left .dashboard-main-left-in .dashboard-main-left-in-left li.tooltip .tooltiptext {
        right: calc(50% - 115px) !important;
        bottom: -30px;
    }
    #sb-wrapper-inner {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .sub-acciunt-box-main .sub-acciunt-box.margin_bottom_15:last-child {
        margin: 0 !important;
    }
    .tags-main-in table tr th {
        word-wrap: break-word;
        white-space: nowrap;
    }
    .billing_reports_table tr:nth-child(1) td {
        word-wrap: break-word;
        white-space: nowrap;
    }
    .sd_table_chart #datausageID {
        height: unset !important;
        padding-top: 15px !important;
    }
    .sd_table_chart tbody td {
        padding: 0 !important;
    }
    .sd_table_chart tbody td select#monthDD {
        width: 100px !important;
    }
    .sd_table_chart tbody td select#yrDD {
        width: 65px !important;
    }
    .last-known-location.billing-plan-info.box_inner_space {
        min-height: unset !important;
    }
    .headerwrapper .hr-right ul li {
        padding: 0;
    }
    .headerwrapper .hr-right ul li a {
        font-size: 14px;
    }
    .row.mt-4.camoaigns_mobile {
        margin: 0 !important;
    }
    .camoaigns_mobile .button-section {
        float: unset !important;
        text-align: right;
    }
    .camoaigns_mobile .col-12:last-child {
        margin: 0 !important;
    }
    .campaigun_list_page .button-section {
        float: unset !important;
        text-align: right;
        margin-top: 15px;
    }
    #list_main {
        margin-bottom: 40px !important;
    }
    #list_main .tags-main-in {
        padding: 0 !important;
    }
    #list_main .tags-main-in .table {
        margin: 0 0 5px !important;
    }
    #list_sidebar .card .card-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #list_sidebar .card .card-footer span {
        position: relative !important;
        left: 0 !important;
    }
    .camoaigns_mobile .card-footer.box_inner_space {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-right: 55px !important;
        gap: 5px 10px;
    }
    .camoaigns_mobile .card-footer.box_inner_space a,
    .camoaigns_mobile .card-footer.box_inner_space span {
        margin-left: 0 !important;
    }
    #list_sidebar .apexcharts-legend,
    .camoaigns_mobile .apexcharts-legend {
        bottom: 0 !important;
    }
    #list_main #frmgrid .table-responsive {
        height: 75vh;
    }
    #list_main .tags-main-in .table tbody tr:first-child th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .sim_activation .account-creation-main .sa_logout_btn {
        display: table;
        float: unset !important;
        margin: 0 0 10px auto;
    }
    .sim_activation .sa_input_field {
        width: 85% !important;
    }
    
    .login_page .top-logo .tl_left_col {
        align-items: center;
        gap: 15px;
    }
    .login_page .top-logo {
        flex-direction: column;
        gap: 15px;
    }
    .login_page .top-logo .tl_right_col {
        flex-direction: row;
    }
    .login_page .top-logo .tl_left_col img,
    .login_page .top-logo .tl_left_col .digi_key_logo {
        max-width: 150px;
    }
    .dk_header .header-right {
        width: 35% !important;
    }
    .dk_header .logo {
        width: 65% !important;
    }
    .dk_header .dkl_row {
        gap: 10px;
    }
    .dk_header .dkl_row img {
        max-width: 100px;
    }
    .box_align_top .login-deta .bottom_section {
        padding: 40px 20px;
    }
}

.mask_loader {
    display: none;
    position: fixed;
    background-color: rgba(234, 228, 228, 0.4);
    z-index: 1111;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;

}

#loding_img {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 40px;
    max-width: 100%;
}

.swal2-confirm {
    color: #fff !important;
    background: #3075BE !important;
}
.swal2-confirm:hover {
    background: #072544 !important;
}
.swal2-confirm:focus,
.swal2-confirm:focus-visible {
    box-shadow: none !important;
}

.sim-status-box
{
    font-weight: 600;
    display: inline;
    padding: 3px 7px;
    border-radius: 6px;
    vertical-align: middle;
}
/* .sim-status-Ready
{
    background: #000080 !important;
}
.sim-status-Active
{
    background: #008000 !important;
}
.sim-status-Suspended
{
    background: #cfcf03 !important;
} */

.sim-status-Ready
{
    background: #0000801f !important;
}
.sim-status-Active
{
    background: #3FAA1912 !important;
}
.sim-status-Suspended
{
    background: #F4433612 !important;
}

/* SETTING PAGE CSS START */
.sub-acciunt-box{width:33%}

.slider-wrapper2{
  padding-bottom: 30px;
  margin-top: 30px;
  .ui-slider-handle{
    .value{
      position:absolute;
      top: -20px;
      left: 50%;
      transform:translate(-50%, 0);
      display: block;
      width: 45px;
      background:#000;
      color:#fff;
      text-align: center;
    }
    &.ui-state-default{
      &.ui-corner-all{
        &.ui-state-focus{
          outline:none;
        }
      }
    } 
  }

  .ui-widget-header {
    border: 1px solid #527ceb;
    color: #fff;
		font-weight: bold;
		background: #527ceb;
	}
}

/* SETTING PAGE CSS END */
.billing-plan-info:nth-child(3) .slider-wrapper2 {
    padding-bottom: 15px;
    padding-left: 7px !important;
    padding-right: 7px !important;
    position: relative;
}
.process_bar {
    border: 1px solid #D7D6D6;
    background: #F5F5F5;
    border-radius: 5px;
    margin-top: 15px !important;
    padding: 10px 30px;
}
.process_bar label {
    margin: 0 !important;
}
.process_bar .slider-wrapper2 {
    padding-bottom: 0 !important;
}
.billing-plan-info .slider-wrapper2 .ui-slider-handle .value {
    width: 35px !important;
}
.process_bar:not(:last-child) {
    margin: 0 0 15px;
}

/* 12-03-2024 */
.stg_login .login_page .top-logo .tl_right_col .btn_dark {
    font-family: "Inter", Sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-transform: none;
	line-height: 1rem;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #072544;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #072544;
	border-radius: 25px 25px 25px 25px;
	padding: 10px 20px 10px 20px;
}
.stg_login .login_page .top-logo .tl_right_col .btn_dark:hover {
	background-color: #A8D9FF;
	border-color: #A8D9FF;
}

.stg_login .login_page .top-logo .tl_right_col .btn_light {
    font-family: "Inter", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    line-height: 1rem;
    fill: #072544;
    color: #072544;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EBEAEA;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 20px 10px 20px;
}
.stg_login .login_page .top-logo .tl_right_col .btn_light:hover {
    background-color: #EBEAEA;
}

.stg_login .login_page .top-logo .tl_left_col img {
	max-width: 175px;
}

.stg_login .login_page .bottom_section .bs_box .login-head h2 {
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    margin: 0;
}

.stg_login .login-head p,
.stg_login p,
.stg_login label,
.stg_login .lrow label {
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.stg_login .login_btn {
    font-family: "Inter", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    line-height: 1rem;
    color: #FFF;
    background-color: #1D4672;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 20px 10px 20px;
}
.stg_login .login-btn:hover{
    background-color: #072544;
}

.stg_login .fotgot-pass-main p {
    color: #000;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.stg_login .fail_msg,
.stg_login .succes_msg {
    color: green;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.stg_login .fail_msg {
    color: #FF0000;
}
.stg_login .info_msg i {
    color: #FF0000;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.stg_login input.login-input {
    width: 100%;
    border: 1px solid #D7D6D6;
    height: 38px;
    padding: 5px 10px;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    background: #F5F5F5;
}
.stg_login .email-verification-input {
    background: #F5F5F5;
    width: 100%;
    border: 0;
    height: 50px;
    padding: 5px;
    color: var(--defaultLinkColor);
    font-family: "Inter", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.ligh_blue {
    color: var(--defaultLinkColor) !important;
}

/* NEW DASHBORD 23-04-2024 */
.new_dashbord {
    padding: 30px;
    display: grid;
    grid-template-columns: 510px auto;
    gap: 30px;
    background: #F0F0F0;
}
.new_dashbord .nd_mian_left {
    background-color: #082544;
    background-image: url('../images/db-left.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 7px;
    padding: 50px 25px;
    height: calc(100vh - 60px);
    position: sticky;
    top:30px;
}
.new_dashbord .nd_mian_left .db_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_dashbord .nd_mian_left .db_logo a {
    line-height: 0;
}
.new_dashbord .nd_mian_left .db_logo img {
    max-width: 220px;
    width: 100%;
}
.new_dashbord .nd_mian_left .topnav {
    margin: 40px 0 0;
}
.new_dashbord .nd_mian_left .topnav > li {
    margin: 0;
    padding: 0 30px;
}
.new_dashbord .nd_mian_left .topnav > li:not(:first-child) {
    margin: 30px 0 0;
}
.new_dashbord .nd_mian_left .topnav > li:has(.active) {
    padding: 30px;
    background: var(--menuActiveBox);
    border-radius: 7px;
}
.new_dashbord .nd_mian_left .topnav li a {
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;

}
.new_dashbord .nd_mian_left .topnav li a:hover,
.new_dashbord .nd_mian_left .topnav li a.active {
    background: unset;
    color: #49ABE9;
}
.new_dashbord .nd_mian_left .topnav li ul li {
    padding: 20px 30px 0;
    margin: 0;
}

.new_dashbord .nd_mian_right .header {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_dashbord .nd_mian_right .header .header_left {
    position: relative;
}
.new-user-filter-popup {
    background: #04182D;
    border-radius: 7px;
    top: 55px;
}
.new-label-title {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
}
.sabtn-close-btn i {
    color: #FFF;
}
input#startdate {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0;
    border-radius: 7px;
    padding: 5px;
}
.new-user-filter-main {
    margin: 0 0;
}
.dashboard-right-btn .dr-activate-sim-btn {
    background: #49ABE9;
    margin: 0;
    color: #04182D;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0;
    padding: 7px 45px;
    border-radius: 25px;
    border: 1px solid #49ABE9;
    text-decoration: none;
}
.dashboard-right-btn .dr-activate-sim-btn:hover { 
    background: transparent;
    color: #49ABE9;
}
.drp-selected {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px !important; 
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
}
.drp-buttons .cancelBtn {
    color: #082544;
    font-family: "Inter", sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1em;
    letter-spacing: 0;
    padding: 7px 25px !important;
    border-radius: 25px;
    border: 1px solid #E2E8EE;
    text-decoration: none;
    background: #FFF;
}
.drp-buttons .cancelBtn:hover {
    background: #082544;
    color: #FFF;
    border-color: #082544;
}
.drp-buttons .applyBtn {
    background: #082544;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1em;
    letter-spacing: 0;
    padding: 7px 25px !important;
    border-radius: 25px;
    border: 1px solid #082544;
    text-decoration: none;
}
.drp-buttons .applyBtn:hover {
    background: #FFF;
    color: #082544;
    border-color: #082544;   
}

.new_dashbord .nd_mian_right .header .header_left .dashboard-top-deta-in {
    float: unset;
}
.new_dashbord .nd_mian_right .header .header_left .dashboard-top-deta-in .mdb-main-label {
    color: #BBBBBB;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
}
.new_dashbord .nd_mian_right .header .header_left .sale-type-drop {
    border: 1px solid #BBBBBB;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
}
.new_dashbord .nd_mian_right .header .header_left .dashboard-top-deta-in .date-range-drop-box {
    margin: 0 15px 0 0;
}
.new_dashbord .nd_mian_right .header .header_left .dashboard-top-sub-account {
    vertical-align: bottom;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right > ul {
    display: flex;
    gap: 45px;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul > li {
    padding: 0;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .user_name {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .user_name span:first-child {
    color: #000;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .user_name span {
    color: #BBBBBB;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .hr-user-deta {
    background: #082544;
    border-radius: 7px;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .hr-user-deta li a i {
    color: #FFF;
    font-size: 16px;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .hr-user-deta li a {
    padding: 8px 10px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    border-radius: 7px;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .hr-user-deta li a:hover i,
.new_dashbord .nd_mian_right .header .header_right .hr-right ul .user_icon .hr-user-deta li a:hover {
    background: #04182D;
    color: #49ABE9;
    border-radius: 7px;
}
.new_dashbord .nd_mian_right .header .header_right i {
    font-size: 30px;
    color: #000;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right .hr-search-box-in {
    background: #082544;
    border-radius: 7px;
    padding: 10px;
    width: 270px;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right .hr-search-box-in i {
    color: #FFF;
    font-size: 16px;   
}
.select2-container,
.new_dashbord .nd_mian_right .header .header_right .hr-right .hr-search-box-in .hr-search-btn {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0;
}
.new_dashbord .nd_mian_right .header .header_right .hr-right .hr-search-box-in #searchSimsDropDown + .select2-container {
    margin: 0 5px;
}
input.select2-search__field {
    border-radius: 7px;
}
.select2-dropdown--below {
    z-index: 9999 !important;
}

.new_dashbord .nd_mian_right .first_section {
    display: grid;
    grid-template-columns: 64% auto;
    gap: 30px;
    margin: 25px 0 30px;
}
.new_dashbord .nd_mian_right .first_section .fs_left {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.new_dashbord .nd_mian_right .secound_section .box,
.new_dashbord .nd_mian_right .first_section .box {
    border: 1px solid #E2E8EE;
    border-radius: 7px;
    background: #FFF;
}
.new_dashbord .nd_mian_right .secound_section .box .box_head,
.new_dashbord .nd_mian_right .first_section .box .box_head {
    padding: 19px 19px 12px;
    border-bottom: 1px solid #E2E8EE;
}
.new_dashbord .nd_mian_right .first_section .box .box_head .title {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot ul li .pds-left,
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .box_head .sub_title,
.new_dashbord .nd_mian_right .ss_grid_right .box .box_body .sub_title,
.new_dashbord .nd_mian_right .first_section .box .box_body .sim_item p,
.new_dashbord .nd_mian_right .first_section .box .box_head .sub_title {
    color: #989FA6;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
}
.new_dashbord .nd_mian_right .first_section .box .box_body {
    padding: 20px 18px 26px;
}
.new_dashbord .nd_mian_right .first_section .box .box_body ul {
    padding: 0;
    margin: 0;
}
.new_dashbord .nd_mian_right .first_section .box .box_body ul li {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.new_dashbord .nd_mian_right .first_section .box .box_body ul li .dot {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    line-height: 16.8px;
    display: block;
}

.new_dashbord .nd_mian_right .first_section .box .box_body .btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
/* .new_dashbord .nd_mian_right .first_section .box .box_body .btns a.secondry:hover, */
.new_dashbord .nd_mian_right .first_section .box .box_body .btns a {
    color: #082544;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0;
    padding: 7px 45px;
    border-radius: 25px;
    border: 1px solid #E2E8EE;
    text-decoration: none;
    background: #FFF;
}
/* .new_dashbord .nd_mian_right .first_section .box .box_body .btns a.secondry , */
.new_dashbord .nd_mian_right .first_section .box .box_body .btns a.primary:hover{
    background: #082544;
    color: #FFF;
    border-color: #082544;
}
.new_dashbord .nd_mian_right .first_section .box .box_body .note,
.new_dashbord .nd_mian_right .first_section .box .box_body .note a {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
}

.new_dashbord .nd_mian_right .secound_section .box .box_head .title,
.new_dashbord .nd_mian_right .first_section .third_box .box_head .title {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    margin: 0;
}
.new_dashbord .nd_mian_right .first_section .box .box_body .sim_item:not(:last-child) {
    margin-bottom: 15px;
}
.new_dashbord .nd_mian_right .first_section .box .box_body .sim_item {
    display: flex;
    justify-content: space-between;
}
.new_dashbord .nd_mian_right .first_section .box .box_body .sim_item p {
    margin: 0;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot ul li .pds-right,
.new_dashbord .nd_mian_right .first_section .box .box_body .sim_item span {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
}

.secound_section .ss_grid {
    display: grid;
    grid-template-columns: 64% auto;
    gap: 30px;
}
.secound_section .ss_grid .ss_grid_left .box:not(:first-child) {
    margin: 30px 0 0;
}
.new_dashbord .nd_mian_right .secound_section .box .box_head .title {
    margin: 0;
}
.new_dashbord .nd_mian_right .secound_section .box .box_body,
.new_dashbord .nd_mian_right .secound_section .box .box_head {
    padding: 18px;
}
.new_dashbord .nd_mian_right .secound_section .box .box_body .info {
    color: #5E5C5C;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .box_head .sub_title {
    margin: 0;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom {
    padding: 0;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot {
    margin: 0;
    padding: 0;
    border: none;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot:not(:last-child) {
    margin-bottom: 20px;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot .pool-data-summary-box-bottom-box-title { 
    text-align: left;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    margin: 0 0 10px;
} 
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot ul li .clear {
    display: none;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot ul li {
    padding: 0 0;
    line-height: 0;
    display: flex;
    justify-content: space-between;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot ul li:not(:last-child) {
    padding: 0 0 5px;
}
.new_dashbord .nd_mian_right .secound_section .ss_grid_right .box .pool-data-summary-box-bottom .pds-onerate-lot ul li span {
    float: unset;
}
 
.info-message{
    color: #f00;
}

.tooltip {
    position: relative;
    display: inline-block;
    z-index: 11111;
}
.tooltip .tooltiptext.left {
    right:0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: var(--tooltipBackgroud);
    color: var(--tooltipTextColor);
    text-align: center;
    border-radius: 6px;
    padding: 10px 4px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    min-width: 370px;					
    text-transform: none;
    max-width: 500px;
    width: fit-content;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 22px;
}

.default-link-hover{
    color:var(--defaultLinkColor) !important;
}

/*01-04-25 ss start */
.new_dashbord .nd_mian_left .topnav > li ,.new_dashbord .nd_mian_left .topnav > li:not(:first-child) {
    margin: 10px 0 0;
    padding: 10px 0px 10px 30px;
}
/*01-04-25 ss over */


.dashboard-notification{
    position: absolute;
    right: 240px;
    width: 563px;
    background: #e7e7e7;
    padding: 13px;
    top: -36px;
    font-size: 15px;
    border-radius: 6px;
}

.sim-activation-notification{
    position: absolute;
    right: 240px;
    width: 563px;
    background: #e7e7e7;
    padding: 13px;
    top: -36px;
    font-size: 15px;
    border-radius: 6px;
}