html {
    scroll-behavior: smooth;
    height: 100%;
  }

body{
    height: 100%;
    background-color: #f6f9fc;
}
/*------Navbar CSS START------*/

#app{
    min-width: 320px;
    background-color: #f6f9fc;
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
}

#app .container-fluid{
    height: 85%;
    display: flex; 
    justify-content: center;
    padding: 0px;
}

#app .container-fluid .row{
    height: 100%;
    width: 70%;
}

#app .login .row {
    width: 100%;
    padding: 10px;
}

#app .container-fluid .row .nav-menu{
   
    margin-top: 20px;
    max-width: 270px;
    padding: 0px;
   
}


#app .container-fluid .content-view{
    max-width: 755px;
}

.home{
    height: auto !important;
}

.navbar-top{
    background: white !important;
    box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%);
    height: 15%;

}


.navbar-top .nav-link, .navbar .navbar-brand h2{
    font-weight: bold;
    
}

.navbar-top .nav-link, .navbar .navbar-brand .brand-img{
    width: 300px;
    margin-bottom: 10px;
}

.navbar-top .nav-item .router-link-exact-active {
  color: #464646b3 !important
} 

.navbar-top .nav-item .btn-sp,.btn-sp{
    
    color: #126e84 !important;
    border-radius: 5px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: background-color 0.5s, color 0.5s;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #126e84;
}

.navbar-top .nav-item .btn-sp:hover, .btn-sp:hover{
    background-color:#126e84;
    color: #fff !important;
}

.navbar-top .nav-item .btn-guide{
    color: #f75100 !important;
    border: 1px solid #f75100;
}

.navbar-top .nav-item .btn-guide:hover{
    background-color:#f75100;
    color: #fff !important;
}

.navbar-top .nav-loggedin .nav-item .nav-link{
    width: fit-content;
    margin-bottom: 0px;
}


.navbar-top .nav-loggedin .nav-item .nav-link img{
    box-shadow: 0 0 12px 0 rgb(102 102 102 / 27%);
    padding: 2px;
    height: 48px;
    width: 48px;
}

.navbar-top .nav-loggedin .nav-item {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.navbar-top .nav-loggedin .nav-item .extra{
    color: #3e9060;
    margin-bottom: 0px;
    position: relative;
    left: -10px;
    top: -5px;
}

.navbar-top .nav-loggedin .nav-item .nav-link::after{
    display: none;
}

.navbar-top .nav-loggedin .nav-item .dropdown-menu {
    left: -85px;
    box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%);
    border: 1px solid #ececec;
}

.navbar-top .nav-loggedin .nav-item .dropdown-menu .dropdown-item{
    transition: color 0.5s;
    cursor: pointer;
}

.navbar-top .nav-loggedin .nav-item .dropdown-menu .dropdown-item:hover{
    color: #126e84;
    background-color: #fff;
}

.navbar-top .navbar-collapse .logout-btn-small-screen{
    display: none;
    cursor: pointer;
}

@media (max-width: 576px){
    .navbar-top .navbar-brand h5{
        font-size: 3vw;
    }
}

@media (max-width: 575px){
    .navbar-collapse{
        z-index: 99999999;
        background-color: #fff;
        box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%);
        border: 1px solid #ececec;
        padding: 15px;
        border-radius: 5px;
    }
    .navbar-top .nav-loggedin .nav-item{
        align-content: flex-end;
        padding-right: 10px;
    }
    .navbar-top .nav-loggedin .nav-item .extra{
        left: 0px;
    }
    .navbar-nav{
        flex-direction: row;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
    }

    .navbar-top .navbar-collapse .logout-btn-small-screen{
        display: inline;
        color: #e94808;
        text-decoration: none;
    }
    .navbar-top .nav-loggedin .nav-item .dropdown-menu{
        display: none;
    }
}

@media (max-width: 470px){
    .navbar-top .navbar-brand h5{
        font-size: 12px;
    }

    .navbar-top .nav-link, .navbar .navbar-brand .brand-img{
        width: 150px;
        margin-bottom: 10px;
    }
}

/*------Navbar CSS END------*/

/*------Homepage CSS START------*/
.home-j1 {
    background-color: #ffffff;
    font-weight: 900;
    color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%);
}
.home-j1 .btn{
    background-color: #1a6e84;
    color:white;
    transition: background-color 0.5s;
    padding: 15px;
    margin: 20px;
   
}
.home-j1 .btn:hover{
    background-color:#2393af;
   
}

.btn:focus {
    outline: none;
    outline-width: 0;
    box-shadow: none;
}


.home-j1 .heading{
    font-family: 'Share Tech Mono', monospace;
    margin-bottom: 10px;
    color: grey;
}

.home-j1 p{
    margin-bottom: 0px;
    margin-top: 20px;
    color: #126e84;
    font-weight: 100;

}

.home-j1 form{
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 10px;
   
}

.home-j1 form span{
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: .25rem;
}

.home-j1 form span input{
    background-color: transparent;
    border: 1px solid #ececec;
    border-right: 0px;
}



.home-j1 form .btn{
    margin: 0px;
    padding: .375rem .75rem;
    border-radius: 0rem .25rem .25rem 0rem;
    background-color: #1a6e84;
    color: #fff;
    font-weight: bold;
    border: 2px solid #1a6e84;
    -webkit-transition : border 0.5s;
    -moz-transition : border 0.5s;
    -o-transition : border 0.5s;
    transition : border 0.5s;
    transition: background-color 0.5s;
}
.home-j1 form .btn:hover{
    background-color:   #1593b3;
    border: 2px solid #1593b3;
}

.home-j1 form span input:focus, .home-j1 form .btn:focus {
    outline: none;
    outline-width: 0;
    box-shadow: none;
}

.home-j1 .process{
    margin-top: 20px;
}

.home-j1 .process {
    margin-top: 50px;
    text-align: center !important;
    
}

.home-j1 .process .process-item{
    background-color: #f9f9f9;
    color:  #0B4B5B;
    padding: 20px;
    margin-bottom: 5px;
    border: 1px solid #ececec;
    
}

.home-j1 .process .process-item .desc{
    font-weight: 100;
}

.home-j2{
    font-family: 'Share Tech Mono', monospace;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.home-j2 img{
    margin: 20px;
}

@media (max-width: 576px){
    .home-j1 form .btn{
        width: 100%;
        border-radius: 0rem 0rem .25rem .25rem;
    }
}
/*------Homepage CSS END------*/

/*------User Guide CSS START------*/

.userguide {
    padding: 20px;
}

.userguide .title h2{
    text-align: center;
}
.userguide .guide {
    margin-top: 50px;
}

.userguide .guide .content{
    
   
    padding: 20px;
    border-radius: 3px;
    text-align: justify;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 50px;
}

.userguide .guide .content .section{
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}

.userguide .guide .content .section .accordian{
    margin-bottom: 10px;
}

.userguide .guide .content .section .accordian .card .card-header{
    background-color: transparent;
    padding: 0px;
}
.userguide .guide .content .section .accordian .card .card-header .card-link {
    color: #131313;
}

.userguide .guide .content .section .accordian .card .card-header .card-link div{
   
    transition: 0.5s;
    padding: 5px 10px;
}

.userguide .guide .content .section .accordian .card .card-header .card-link div span{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.userguide .guide .content .section .accordian .card .card-header .card-link div .fas{
    margin-right: 10px;
    font-size: 20px;
    float: right;
    padding-top: 3px;
}

.userguide .guide .navigaton{
    padding: 0px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.userguide .guide .navigaton a{
    text-decoration: none;
    color: white;
    display: block;
  
    transition: 0.5s ;
    padding: 5px 10px;
    background-color: #126e84;
}

.userguide .guide .navigaton a:hover{
    text-decoration: none;
    background-color: #167c96;
    display: block;
}

.userguide .guide .navigaton .nav-link{

    border-bottom: 2px solid #f6f9fc;
    padding: 15px 15px;
    background-color: #dc3545;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}

.userguide .guide .navigaton .nav-link:hover{
    background-color: #da2537 !important;
    color: white;
}

/*------User Guide CSS END------*/

/*------Login CSS START------*/


.login .row .form{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%);
    background-color: #fff ;
    padding-top: 30px;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    height: fit-content;
    width: 100%;
    max-width: 500px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill{
    -webkit-text-fill-color: #495057 !important;
}

.login .row .form .heading{
    font-weight: bold;
    margin-bottom: 50px;
}

.login  .row .form .form-container{
    margin: auto;
    /* width: 70%; */
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.login  .row .form .form-container form .input-group{
    border: 1px solid #ececec;
    transition: border 0.5s;
    border-radius: 5px;
    padding: 15px;
}

.login  .row .form .form-container form .input-group:focus-within{
    border: 1px solid #126e84;
}

.login  .row .form .form-container form .input-group:focus-within .fas{
    color: #126e84;
}

.login  .row .form .form-container form .input-group input{
    display: inline;
    height: auto;
    background-color: transparent;
    border: 0px;
    margin-left: 10px;
    width: 80%;
    padding: 0px;

}

.login  .row .form .form-container form .input-group input:focus{
    outline: none;
    outline-width: 0;
    box-shadow: none;
}


.login  .row .form .form-container form .input-group .fas{
    width: 5%;
    transition: color 0.5s;
    margin-top: auto;
    margin-bottom: auto;
}


.login  .row .form .form-container form input[type=checkbox]{
    height: initial;
}
.login  .row .form .form-container form .btn{
    background-color: #fff;
    border: 1px solid #126e84;
    height: 50px;
    width: 100%;
    transition:  background-color 0.5s, color 0.5s;
    color: #126e84;
}

.login  .row .form .form-container form .btn:hover{
    background-color: #126e84;
    color: #fff;
}

.login  .row .form .form-container .btn{
    background-color: #0B4B5B;
    border: 0px;
    height: 50px;
    width: 100%;
    transition:  background-color 0.5s;
}

.login .row .form .form-container .ssi-login-link{

    outline: none;
    color: #495057;
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 900;
    transition:  color 0.5s;

}

.login .row .form .form-container .ssi-login-link:hover{
    color: #126e84;
}

.login .row .form .form-container .register-login-redirect-link{

    font-size: 16px;
    text-align: center;
    color: #1a6e84;

}

@media (max-width: 800px){
    .login  .row .form .form-container{
        width: 100%;
    }
}

/*------Login CSS END------*/

/*------Client Area CSS START------*/

.navbar-client .navbar-nav .nav-item .nav-link {
    
    padding: 0px;
    display: flex;
    align-items: center;

}

.navbar-client .navbar-nav .nav-item .nav-link img{
    width: 32px;
}

.navbar-client .navbar-nav .nav-item .nav-link .fas, .navbar-client .navbar-nav .nav-item .nav-link .fab{
   color: #464646;
   font-size: 20px;
   width: 25px;
   transition: color 0.5s;
}


.navbar-client .navbar-nav .nav-item .nav-link .text{
    margin-left: 10px;
    color:#464646;
    font-size: 18px;
    vertical-align: middle;
    transition: color 0.5s;
}
.navbar-client .navbar-nav .nav-item .nav-link:hover .text, .navbar-client .navbar-nav .nav-item .nav-link:hover .fas, .navbar-client .navbar-nav .nav-item .nav-link:hover .fab{
    color: #126e84;
    cursor: pointer;
}

.nav-wallet-info{
    border: 1px solid #ececec;
    border-radius: 5px;
}

.nav-wallet-info .info-title{
    
    color:#464646;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f6f9fc;
    text-align: center;
   
}

.account-balance,.wallet-status, .wallet-time{
   
    color:#464646;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    display: block;
}



.custom-container{
    /* background-color: white; */
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%); */
    
}
.custom-container .header{
    /* padding: 10px;
    background-color: #495057; */
    color: #3e3e3e;
    /* border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ebedf2;
    padding-left: 20px; */
    
}

.custom-container .header .heading{
    width: fit-content;
    padding-top: 10px;
    /* font-size: 25px; */
}

.custom-container .body{
    /* padding: 20px; */

    border-top: 0px;
}
.sslp-dv .custom-container .body{
   background-color: #fff;
   border-top: 0px;
   color: #3c3c3c;
}

.custom-container .body .module .module-header .heading{
    width: fit-content;
    float: left;
    vertical-align: middle;
    height: inherit;
    padding: 15px;
    margin: 0px;
    display: none;

}


.custom-container .body .module .module-header .btn, .sslp-dv .custom-container .header .btn{
   
    color: #126e84;
    border-radius: 5px;
    padding: 10px;
    transition: background-color 0.5s, color 0.5s;
    text-align: center;
    text-decoration: none;
    float: right;
    border: 1px solid #126e84;
    
}


.custom-container .body .module .module-header .btn:hover, .sslp-dv .custom-container .header .btn:hover{
    background-color: #126e84;
    color: white;
}

.custom-container .body .module .module-header{
    /* height: 20px; */
}
.custom-container .body .module .module-header  .btn-sp:hover{
    background-color: #10738b;
}

.custom-container .body .module {
    border-bottom: 1px solid #ebedf2;
    margin-bottom: 15px;
    padding: 15px;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgb(82 63 105 / 10%);
    margin-top: 20px;
}

.custom-container .body .module .module-body{
    /* margin-top: 50px; */
    padding-left: 20px;
    padding-right: 20px;
}
.custom-container .body .hint{
    color: rgb(255, 72, 0);
}
.custom-container .body .hint-success{
    color: #e16900 !important;
    font-weight: bold;
}

.dashboard-certs-cards {
    
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    column-gap: 31px;
}

.dashboard-certs-cards .dashboard-cert-card-item{

    background-color: #fff;
    color:  #0B4B5B;
    border: 1px solid #ececec;
    max-width: 150px;
    border-radius: 5px;
    
}

.dashboard-certs-cards .dashboard-cert-card-item a{
    color:  #3e3e3e;
    text-decoration: none;
    transition: color 0.5s;
    display: inline-flex;
    padding-top: 10px;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    font-size: 13px;
}
.dashboard-certs-cards .dashboard-cert-card-item a .aux-text{
    display: block; 
    margin-top: 10px;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    background-color: rgba(237, 19, 61, 0.82);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}

.dashboard-certs-cards .dashboard-cert-card-item a:hover{
    color: rgba(237, 19, 61, 0.82)
}

.dashboard-certs-cards .dashboard-cert-card-item a div .icon{
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    color: rgba(237, 19, 61, 0.82)
}

.dashboard-certs-cards .dashboard-cert-card-item .title{
    font-weight: bold;
}

.sslp-dv .custom-container .body .module .module-header{
    height: 0px;
}

.sslp-dv .custom-container .body .module .module-body{
    margin-top: 0px;
}
.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item{
    margin-bottom: 20px;
    
    
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-header{
    background-color: #f9f9f9;
    color: white;
    border-radius: 0px;
    padding: 0px;
    border-bottom: 1px solid #ececec;
    
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-header .card-link{
    color: #4a4a4a;
    font-size: 18px;
    transition: color 0.5s;
    font-weight: bold;
   
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-header .card-link:hover{
    color: #126e84;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-header .card-link div span{
    padding: 10px;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-header .card-link .fas{
    margin-right: 10px;
    font-size: 20px;
    float: right;
    padding-top: 10px;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-header .card-link .icon{
    float: none;
    width: 25px;
    font-size: 20px;
    padding: 10px;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-header  .card-link img{
    width: 48px;
    margin-right: 10px;
    background-color:#f9f9f9;
    padding: 5px;
    
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-header{
    background-color: hsl(192deg 76% 29%);
    padding: 0px;
    font-weight: 900;

}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-header .card-link{ 
    font-weight: lighter;
    font-size: 16px;
    color: #fff;
}
.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-header .card-link div{ 
    padding: 5px;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-header .card-link div .fas{
    margin-right: 10px;
    font-size: 20px;
    float: right;
    padding-top: 3px;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-body{
    padding-bottom: 10px;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-body .btn-sp{
    background-color: #fff;
    color: #126e84 !important;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.5s, color 0.5s;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    width: 130px;
    border: 1px solid #126e84;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-body .delete-btn{
   
    color: #bf3600 !important;
    border: 1px solid #bf3600;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-body .btn-sp:hover{
    background-color: #126e84;
    color: white !important;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-body .delete-btn:hover{
    background-color: #bf3600;
    color: white !important;
}

.sslp-dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .card .card-body .btn-sp-n{
    display: block;
    margin-top: 15px;
    color: #e16900;
    cursor: pointer;
}

.dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .steps .sub-steps{
    margin-top: 10px;
}
.dv .custom-container .body .module .module-body .maccordian .acc-item .card-body .steps .sub-steps li{
    color: rgb(255, 72, 0);
    margin-bottom: 10px;
}

.certgen .custom-container .body .module .module-header, .devapi .custom-container .body .module .module-header{
    height:auto;
}

.certgen .custom-container .body .module .module-header .heading{
    float: none;
    display: block;
    font-size: 20px;
    color: #3e3e3e;
}

.certgen .custom-container .body .module .module-header .head-desc{
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.certgen .custom-container .body .module .module-body form .form-row .bootstrap-select{
    width: 100%;
    
}

.certgen .custom-container .body .module .module-body form .form-row .bootstrap-select .btn{
    background-color: white;
    border: 1px solid #ced4da;
    color: #495057;
}

.certgen .custom-container .body .module .module-body form .form-row .bootstrap-select .dropdown-toggle.bs-placeholder{
    color: #6c757d;
}

.certgen .custom-container .body .module .module-body form .form-row .bootstrap-select .dropdown-menu {
    width: 100%;
    height: 200px;
}

.certgen .custom-container .body .module .module-body form .form-row .bootstrap-select .dropdown-menu .inner .inner{
    height: 140px;
}

.m-gencsr form .input-group{
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 0px 15px;
    transition: border 0.5s;
    width: 100%;
}

.m-gencsr form .country-select{
    height: 56px;
    width: 100%;
}

.m-gencsr form #country_selector{
    border: 1px solid #ececec;
    transition: border 0.5s;
    height: 100%;
}

.m-gencsr form #country_selector:focus{
    border: 1px solid #126e84;
    outline: none;
    outline-width: 0;
    box-shadow: none;
}

.m-gencsr form .input-group:focus-within{
    border: 1px solid #126e84;
}

.m-gencsr form .input-group input{
    border: 0px;
    margin-left: 15px;
    background: transparent;
    display: inline;
    height: auto;
    padding: 15px 0px;
}
.m-gencsr form .input-group input:focus{
    outline: none;
    outline-width: 0;
    box-shadow: none;

}

.custom-file-label:focus, .custom-file-label:focus-within{
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
}

.m-gencsr form .input-group .fas{
    /* width: 5%; */
    margin-top: auto;
    margin-bottom: auto;
    transition: color 0.5s;
}

.m-gencsr form .input-group:focus-within .fas{
    color: #126e84;
}

.certgen .add-more, .remove{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.m-gencsr form .btn-submit{
    background-color: #0B4B5B;
    border: 0px;
    height: 50px;
    padding: 0px 20px;
    transition:  background-color 0.5s;
}

.m-gencsr form .btn-submit:hover{
    background-color: #10738b;
}

.certgen .custom-file-input:hover {
    cursor: pointer;
}

.certgen .custom-container .body  .module-body,.devapi .custom-container .body  .module-body{
    margin-top: 20px;
}

.certgen .custom-container .body .m-gencsr, .certgen .custom-container .body .m-upcsr{
    border: 1px solid #ececec;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.custom-btn-s1{
    background-color: #0B4B5B;
    border: 0px;
    height: 50px;
    color: white;
    padding: 0px 20px;
    transition:  background-color 0.5s;
}

.custom-btn-s1:hover{
    background-color: #10738b;
    color: white;
}

.devapi .custom-container .body  .module-body{
    padding-left: 0px;
}

.devapi .custom-container .body  .module-body .api-key{
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
}

.wallet .custom-container  .body .wallet-information p{
    word-break: break-all;
}

.wallet .custom-container  .body .wallet-information .btn-get-balance{
    width: fit-content;
    display: inline;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    padding: 0px !important;
    margin-left: 10px;
}

.wallet .custom-container  .body .wallet-information .btn-get-balance:hover{
    background-color: #fff;
    color:#f17100 !important;
}

.wallet .custom-container  .body .message{
    color: #bf3600
}

.wallet .custom-container  .body .btn{
    background-color: #0B4B5B;
    border: 0px;
    height: 40px;
    transition:  background-color 0.5s;
    margin-right: 10px;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    text-shadow: 0px 0px white;
    box-shadow: none;
}

.wallet .custom-container  .body .btn:hover{
    background-color: #10738b;
}

.wallet .custom-container  .body .input-group{
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 0px 15px;
    transition: border 0.5s;
    width: fit-content;
}

.wallet .custom-container .body .input-group:focus-within{
    border: 1px solid #126e84;
}

.wallet .custom-container  .body .input-group input{
    border: 0px;
    margin-left: 10px;
    background: transparent;
    display: inline;
    height: auto;
    padding: 15px 0px;
}
.wallet .custom-container  .body .input-group input:focus{
    outline: none;
    outline-width: 0;
    box-shadow: none;

}

.wallet .custom-container  .body .input-group .fas{
    width: 5%;
    margin-top: auto;
    margin-bottom: auto;
    transition: color 0.5s;
}

.wallet .custom-container .body .input-group:focus-within .fas{
    color: #126e84;
}

.wallet .custom-container  .body .btn{
    background-color: #fff;
    border: 1px solid #126e84;
    height: 55px;
    color: #126e84;
    transition: background-color 0.5s, color 0.5s;

}

.wallet .custom-container  .body .btn:hover{
    color: #fff;
    background-color: #126e84;
}


.btn-cls-primary{
    background-color: #fff;
    border: 1px solid #126e84;
    padding: 10px;
    transition:  background-color 0.5s, color 0.5s;
    color: #126e84;
    border-radius: 5px;
}

.btn-cls-primary:hover{
    background-color: #126e84;
    color: #fff;
}

.btn-cls-primary:focus{
    outline: none;
    outline-width: 0px;
    box-shadow: none;
}

.navbar-client .navbar-nav .nav-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

    height: 50px;
}

@media (max-width: 500px){
    .custom-container .body .module .module-body{
        margin-top: 100px;
    }
    .custom-container .body .module .module-header .btn-sp,.sslp-dv .custom-container .header .btn-sp{
        float: none;
        display: inline-block;
    }

    .certgen .custom-container .body .module .module-body{
        margin-top: 20px;
    }
}

@media (max-width: 992px){
    .navbar-client .navbar-nav{display: inline;}
    .navbar-client .navbar-nav .nav-item {
        float:  left;
        width: 210px;
        margin-right: 20px;
        border:1px solid #ececec;
        padding-left: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
       
    }
    #app .container-fluid .row .nav-menu{
        max-width: none;
    }
    #app .container-fluid .row{
        height: fit-content;
    }

}

/*------Client Area CSS END------*/

#notfound {
    position: relative;
    height: 80vh;
  }
  
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
  }
  
  .notfound .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0px auto 20px;
    z-index: -1;
  }
  
  .notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 236px;
    font-weight: 200;
    margin: 0px;
    color: #211b19;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .notfound .notfound-404 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    background: #f6f9fc;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
  }
  
  .notfound a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 23px;
    background: #ff6300;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  
  .notfound a:hover {
    color: #ff6300;
    background: #211b19;
  }
  
  @media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
      font-size: 148px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
      height: 148px;
      margin: 0px auto 10px;
    }
    .notfound .notfound-404 h1 {
      font-size: 86px;
    }
    .notfound .notfound-404 h2 {
      font-size: 16px;
    }
    .notfound a {
      padding: 7px 15px;
      font-size: 14px;
    }
  }

/* User Profile CSS */


  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
  }
  .bg-gray-100 {
    background-color: #f8f9fa !important;
  }
  body{
    font-family: 'Poppins'!important;
  }
  .text-primary {
    color: #4650dd !important;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
   
    line-height: 1.2;
  }
  .text-muted {
    color: #6c757d !important;
  }
  
  .lead {
    font-size: 1.125rem;
    font-weight: 300;
  }
  .text-sm {
    font-size: .7875rem !important;
  }
  h3, .h3 {
    font-size: 1.575rem;
  }
  .page-holder {
    display: flex;
    overflow-x: hidden;
    width: 100%;
    min-height: calc(100vh - 72px);
   
    flex-wrap: wrap;
  }
  /* a {
    color: #4650dd!important;
    text-decoration: underline!important;
    cursor: pointer;
  } */
  .card-profile-img {
    position: relative;
    max-width: 8rem;
    margin-top: -6rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    z-index: 2;
  }
  img, svg {
    vertical-align: middle;
  }
  .avatar.avatar-lg {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .avatar {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background: #fff;
    line-height: 3rem;
  }
  .form-control
  {
    color: #343a40;
  }
  .page-heading {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 300;
  }
  .contentDiv
  {
    padding-top: 4rem;
  }
  .card-profile .card-header {
    height: 9rem;
    background-position: center center;
    background-size: cover;
  }


  #imageUpload
{
    display: none;
}

#profileImage
{
    cursor: pointer;
}

#profile-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#profile-container img {
    width: 150px;
    height: 150px;
}

/* User Profile Button CSs */
.userProfileBtn{
    color: #126e84 !important;
    border-radius: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    transition: background-color 0.5s, color 0.5s;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    border: 1px solid #126e84;
}



.userProfileBtn:hover{
    background-color:#126e84;
    color: #fff !important;
}

.userDPSelectBtn{
    color: #2c3e50 !important;
    border-radius: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    transition: background-color 0.5s, color 0.5s;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    border: 1px solid #dee2e6;
}