.page-content{min-height:400px;}
.dashboard-main-tabs{background: #074473;border-radius: 18px 18px 0px 0px;color: white;}
.dashboard-main-tabs ul li a{color:white}
.page-title.p404 {font-size: 30px;text-align: center;margin-top: 46px;font-weight: 500;}
.p404data{text-align:center;}
/* .header{margin-bottom:10px;} */
.dashboard{background-color:white;}
.page-title {
    text-decoration: underline;
    font-size:26px;
    text-decoration:underline;
}
/*loader*/
.bigloader{position:fixed;top:10px;z-index:9;text-align:center;left:50%;}
.bigloader .fa-spinner{font-size:25px;color:#35DAEF;}
/*new loader*/
.bigloader1 {position: fixed;top: 50%;z-index:9999;left: 49%;overflow: hidden;zoom: 1;}
.preloader2 {display: inline-block;padding: 0px;text-align: left;}
/*new loader*/
.st-list-m img {height:20px;}
label.control-label {
    font-weight: 600;
    font-family: 'Montserrat-Regular';
    margin-bottom: 6px;
}
.form-group.index-group {
    position: relative;
}

.form-group.index-group label,
.form-group.index-group label {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #8b90a2;
    line-height: 19px;
    font-family: "Mulish-Regular";
    background: none;
    font-weight: 400;
}

.form-group.index-group input,
.form-group.index-group textarea {
    background: white;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    padding: 13px 18px 8px;
    font-size: 20px;
    line-height: 33px;
    font-family: "Montserrat-Regular";
    color: #323438;
    font-weight: 400;
    height: auto;
    letter-spacing: 0px;
}

.form-group.index-group input:focus+label,
.form-group.index-group input:not(:placeholder-shown)+label,
.form-group.index-group textarea:focus+label {
    top: 2px;
    font-size: 14px;
    line-height: 19px;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    padding: 0 4px;
    border-radius: 4px;
    color: #2f2f31;
    left: 14px;
}

.form-group.index-group input:focus,
.form-group.index-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.forgot-password {
    text-transform: uppercase;
}

.btn-orange {
    background: #de8015 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 12px 0px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat-Bold";
    color: white;
}

.index-btn-wrapper {
    margin-bottom: 40px;
}

.new-user p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    color: #292b2c;
}

.new-user p span a {
    color: #3581d1;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat-Bold";
    font-weight: 700;
    margin-left: 4px;
}

.login-slider .slider-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #a8d2ff;
}

.login-slider .slick-dots .slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 27px;
    height: 16px;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #3581d1 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.login-slider .slick-dots li button:before {
    content: none !important;
}
.login-slider .slick-dots {
    position: absolute;
    bottom: -44px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.login-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px 4px;
    padding: 0;
    cursor: pointer;
}

.bp-logo {
    max-height: 149px;
    max-width: 149px;
}

.eye-close,
.eye-open {
    position: absolute;
    right: 21px;
    top: 17px;
    cursor: pointer;
}
/*   dashboard page css */

.dashboard-content {
    background: #f0f3f6;
}

.dashboard-container {
    padding-bottom: 35px;
}

.dashboard-main-tabs ul li {
    padding: 20px 55px;
    cursor: pointer;
}

.dashboard-main-tabs ul li.active {
    background: #1b2e47;
}

.dashboard-main-tabs ul li img {
    margin-right: 17px;
}

.dashboard-main-tabs ul li a {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.16px;
    /* color: #645b5b; */
    text-transform: capitalize;
}

.admin-card {
    padding: 18px 35px 18px 10px;
    background: #fef7e1 0% 0% no-repeat padding-box;
}

.ad-ms-head {
    letter-spacing: 0.12px;
    color: #292b2c;
    min-width: 135px;
}

.as-ms-content {
    letter-spacing: 0.12px;
    color: #292b2c;
}

.dashboard-content {
    border: 2px solid #9BDDFC;
    padding-bottom: 30px;
    background-color: white;
}

.dashboard-wc-card {
    margin: 0px auto;
    background-image: url(/images/ca/db-welcome.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 15px 35px;
    padding: 25px 8px 35px;
    border-radius: 10px;
}

.dashboard-card-wrapper {
    margin: 0px 50px;
}

.part-id {
    letter-spacing: 0.26px;
}

.dsc-card-content {
    top: 20px;
    left: 16px;
}

.dsc-card-content-2 {
    top: 20px;
    right: 16px !important;
    text-align: right;
}

.dsc-card-content-3 {
    top: 20px;
    left: 16px !important;
    text-align: left;
}

.copy-link1 {
    position: absolute;
    bottom: 22px;
    right: 16px;
    cursor: pointer;
}
.copy-link2 {
    position: absolute;
    bottom: 22px;
    left: 16px;
    cursor: pointer;
}

.copy-link1 i,
.copy-link2 i {
    font-size: 16px;
}

/*  marketing page css */
.form-inline .form-control.mkt-domain {
    width: 65% !important;
}

.form-control.mkt-domain {
    font-size: 16px;
    line-height: 19px;
    font-family: "Montserrat-Medium";
    color: #D3D3D3;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D3D3D3;
}

.form-control.mkt-domain:focus {
    box-shadow: none !important;
    border: 1px solid #D3D3D3 !important;
    outline: none;
    /* 852799 */
}

.bd-inner-container {
    margin: 0px 37px
}
.domain-name-section {
    margin-bottom: 32px;
}

.db-second-tab ul li {
    padding: 4px 10px 10px 0px;
    position: relative;
    margin-right: 180px;
}

.db-second-tab ul li a {
    position: relative;
}

.db-second-tab ul li a:hover {
    color: #645B5B !important
}

.db-second-tab ul li a.active {
    color: #1797d4 !important;
}

.db-second-tab ul li a.active::after {
    content: '';
    position: absolute;
    width: 180%;
    border: 3px solid #1797d4;
    left: 0;
    bottom: -18px;
}

.db-second-tab .nav-tabs {
    border-bottom: 1px solid #645B5B;
    padding-bottom: 8px;
}

.social-media-tb ul li a.active::after {
    content: none !important
}
.social-media-tb .nav-tabs {
    border: none
}
.social-media-tb ul li {
    margin-right: 0px;
}

.social-media-tb ul li a.active {
    background: #56BDD7 0% 0% no-repeat padding-box;
    border: 1px solid #4AA3B9;
    border-radius: 13px;
    opacity: 1;
    color: #292b2c !important;
    ;
    padding: 3px 17px;
}

.ttcw-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BCBCBC;
    padding: 7px;
}





/* Dipanshu Css for Account page in capricorn ca */
.header .d-flex img {
	max-width: 50%;
}
.main{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main .footer{
    margin-top: auto;
}

.bg-peach{
    background-color: #FCE1AA;
}
.bg-paleBlue{
    background-color: #B7E9F6;
}
.bg-lightGreen{
    background-color: #CCF0C0;
}
.dashboard{
    background-color: #F0F3F6;
}
/* dashboard navigation code */
[class $="-tabIcon"]{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: white;
}
.dash-tabIcon{
    -webkit-mask-image: url('/images/ca/dashboard-tab.svg');
    mask: url('/images/ca/dashboard-tab.svg');
}
.account-tabIcon{
    -webkit-mask-image: url('/images/ca/account-tab.svg');
    mask: url('/images/ca/account-tab.svg');
}
.download-tabIcon{
    -webkit-mask-image: url('/images/ca/download-tab.svg');
    mask: url('/images/ca/download-tab.svg');
}
.calculator-tabIcon {
    -webkit-mask-image: url('/images/ca/calculator.png') 0 0 no-repeat;
    mask: url('/images/ca/calculator.png') 0 0 no-repeat;
}
.tender-tabIcon {
    -webkit-mask-image: url('/images/ca/tenders.png') 0 0 no-repeat;
    mask: url('/images/ca/tenders.png') 0 0 no-repeat;
}
.bp-tabIcon {
    -webkit-mask-image: url('/images/ca/bp.png') 0 0 no-repeat;
    mask: url('/images/ca/bp.png') 0 0 no-repeat;
}
.dashboard-main-tabs ul li:first-child.active {
	border-top-left-radius: 15px;
}
.dashboard-main-tabs ul li.active{
	background: #E2E2E2;
}
.dashboard-main-tabs ul li.active a{
    color: #008dd0 !important;
}
.dashboard-main-tabs .active [class $="tabIcon"]{
    background-color: #008dd0;
}
.dashboard-main-tabs .dropdown-item{
    color: #008dd0;
}
.dashboard-main-tabs .userIcon{
    background:#F2F0EB;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #D1CFCB;
    color: black;
    display: flex;
    align-items: center;
}
.dashboard-main-tabs .userIcon > .fa-user-circle{
    font-size: 30px;
}
.dashboard-main-tabs .userIcon~.show{
    transform: translate3d(-70px, 30px, 0px) !important;
}
/* capricornca.com account/menu page */
.upperCoin{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 75px;
}
.upperCoin li{
    box-shadow: 0px 3px 6px #00000029;
    transition: all .25s ease-in-out;
}
.upperCoin li:hover {
	transform: translateY(-7px);
}
.lowerCoin{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 35px;
    grid-row-gap: 30px;
    margin-top: 50px;
}
.lowerCoin li{
    background-color: #F0F3F6;
    border: 1px solid #CFD2D4;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
}
/* profile details page */
.profile-details > .d-flex{
    gap: 20px;
}
.profile-details .nav-pills{
    flex: 0 0 20%;
    gap: 25px;
    background-color: #F5F5F5;
    padding: 25px 0;
}
.profile-details .tab-content{
    flex: 0 0 76%;
}
.profile-details .nav-pills .nav-link.active {
	color: #007bff;
    background-color: unset;
	border-right: 5px solid #007bff;
	border-radius: unset;
}
.profile-details .nav-pills .nav-link {

	color: #645B5B;
}
.profile-details table{
    border-color: #A6E0FC;
}
.profile-details .table-bordered td, .profile-details .table-bordered th {
    border-color: #A6E0FC;
}
.profile-details th,
.profile-details td {
    color: #9B9B9B;
    font-family: "Montserrat-Medium";
}
.profile-details td {
    color: #202020;
}

.profile-details #tDetails table{
    width: 100%;
}
.profile-details #tDetails thead tr{
    background: #E5F1F8;
}
.profile-details #tDetails th{
    color: #1797D4;
}
.profile-details #tDetails td{
    color: #9B9B9B;
}
.profile-details .tab-content .active{
    display: flex;
    justify-content: space-between;
}
.profile-details .profileImg{
    height:fit-content;
}
.profile-details .profileIcon{
    bottom: 5%;
    z-index: 1;
    right: 10%;
    background: #1797D4;
    padding: 7px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}
.profile-details .fa{
    cursor: pointer;
}
.profile-details .profilePara, .changePass .profilePara{
    letter-spacing: .9px;
    /* line-height: 1.4;
    background-color: #FEF7E1; */
}

/* change password page */
.changePass .cpBtn{
    background: #1492E6;
    color: white;
    padding: 15px;
    transition: all .25s ease-in-out;
}
.changePass .cpBtn:hover , .changePass .cpBtn:active{
    background-color: #117EC6;
}
.changePass .form-control{
   border: 1px solid #B7C9C3;
   padding-right: 40px;
}
.changePass .form-control:focus {
    box-shadow: 0 0 0 .2rem #B7C9C3;
}
.changePass .showPass.fa.text-gray {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	font-size: 18px;
    cursor: pointer;
}
/* authorised page */
.cust-form-container .nav-tabs {
    height: 100%;
    align-items: center;
    align-content: baseline;
    gap: 12px;
    border-bottom: none;
    li{
        width: 100%;
        a{
            border: 1px solid #b5b5b5;
            font-family: "Montserrat-Medium";
            font-size: 14px;
            display: flex;
            flex-flow: column;
            gap:5px;
        }
    }
}
.cust-form-container .nav-tabs a{
    color: gray;
}
.cust-form-container .nav-tabs small{
    display: flex;
    justify-content: space-between;
}
.cust-form-container .row .tab-content {
	padding: 0;
}
/* .cust-form-container .tab-content .tab-pane {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.1s ease-in-out, max-height 0.5s ease-in-out;
} */
.cust-form-container .tab-content .active {
    display: flex;
    justify-content: space-between;
}
.cust-form-container .tab-content .active > div{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-flow: column;
    gap: 20px;
    /* opacity: 1;
    max-height: 1000px;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out; */
    h3{
       font-family: "Montserrat-Bold"; 
       font-size: 24px;
    }
    p{
        font-family: "Montserrat-Regular";
        font-size: 18px;
    }
    label{
        font-family: "Montserrat-SemiBold";
    }
    input,a[class *="btn"],button{
        font-family: "Montserrat-Medium";
    }
}
.cust-form-container .tab-content .active .otpContent {
	display: flex;
	flex-flow: column;
	align-items: baseline;
	gap: 18px;
}
.cust-form-container .tab-content .mobAuth{
    display: flex;
    gap: 15px;
    flex-flow: column;
}
.cust-form-container .tab-content .mobAuth a{
    padding-left: 20px;
    font-family: "Montserrat-Medium";
    font-size: 16px;
}
.cust-form-container .nav-tabs .nav-link.active {
	border: 1.2px inset #dee2e6;
	box-shadow: 0px 0px 7px -1px #495057;
}
.cust-form-container .nav-link.active span{
    font-size: 20px;
}
.cust-form-container .icon-8x
,.cust-form-container .icon-6x {
	font-size: 60px;
    cursor: pointer;
}
.cust-form-container .form-login{
    width: 400px;
    height: 150px;
}
/* DSC links css */
.changedDSC .classify-sec .activex img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(46deg) brightness(102%) contrast(101%);
}
.changedDSC .classify-sec.grpline {
	gap: 15px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.changedDSC .form-group .classify-sec li {
    background: #EAF3F8 0% 0% no-repeat padding-box;
	padding: 10px;
	border: 1px solid #108dc6;
    border-radius: 5px;
}
.changedDSC .form-group .borderBlue{
        border: 1px solid #3588cf;
}
/* .changedDSC .form-group {
	display: grid;
	grid-template-columns: 20% auto;
	align-items: center;
}
.changedDSC .form-group.slideGroup {
	grid-template-columns: 18% 25% auto;
	gap: 20px;
} */


/* dalip negi css for  the dsc link table*/
.cust-table-blue {
    border-radius: 10px 10px 0px 0px !important;
}
.cust-table-blue .bg-sky {
    border-radius: 10px 10px 0px 0px !important;
    border: 1px solid #A6E0FC !important;
}
.cust-table-blue .bg-sky tr th {
    border: 1px solid #A6E0FC !important;
    color: #1797D4 !important
}
.amount-table .bg-sky tr {
    border-radius: 10px 10px 0px 0px !important;
}
.cust-table-blue td, .cust-table-blue th {
    border: 1px solid #A6E0FC
}
/* buy certificate page css */
.buy-certificate-banner .buyBanCont{
    background: url("/images/cd/comission-bg-banner.png") center center no-repeat;
    background-size: cover;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    /* justify-content: center; */
}
.buy-certificate-banner .buyBanCont .d-md-grid div{
   background-color: rgba(255,255,255,.3);
   border-radius: 15px;
   text-align: center;
   padding: 2rem; 
   height: 100%;
}
.buy-certificate-banner .buyBanCont .cmsnHead{
    color: #F8E700;
}
.buy-certificate-banner .buyBanCont .cmsnHead::before {
	content: '';
	width: 8%;
	height: 1px;
	border-top: 2px solid white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10%;
}
.buy-certificate-banner .buyBanCont .cmsnHead::after {
	content: '';
	width: 8%;
	height: 1px;
	border-top: 2px solid white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10%;
}

.action1{
    white-space:nowrap;
}


.s-style { font-size:10px;padding-right: 10px;}
.s-style>i { font-size:10px;}
.fa-hourglass {font-size: 11px;}
.fa-ellipsis-h {color: #2f33b7;}
.borb{border-top:1px solid #e8e0e0;}
.context{z-index:99;overflow:hidden;}

#context .lblbox { margin-bottom:4px;font-size:11px;text-align:left;border-top: 1px solid #798795;}
#context .fa-check {color: #088e1f;}
#context .fa-ban, .fa-trash, .fa-hourglass {color: #ca3131;}
#context .sw { width: 10%;}
#context .lblrgt { width: 90%; color: #484545;}
.iclear {overflow: hidden;zoom: 1;}