
.cc_gen .nav-link.active {
    background-color: #1E70B9 !important;
    border: none;
}

.cc_gen .nav-link {
    min-width: 142px;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
}

.cc_gen .nav-tabs .nav-link.active{
    color: white;
}
.tool_heading {
    font-size: 15px;
}
.tool_inp_sty {
    /* color: #a0a0a0; */
    font-weight: 500;
}

.SWcontainer {
    /* position: absolute; */
    top: 0; right: 0; bottom: 0; left: 0;
    height: 40px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
}
.pin_lbl{
    padding-right: 6px;
    cursor: pointer;
}
/** Switch
-------------------------------------*/

.SWcontainer .switch input {
    position: absolute;
    opacity: 0;
}

/**
* 1. Adjust this to size
*/

.SWcontainer .switch {
    display: inline-block;
    font-size: 20px; /* 1 */
    height: 1em;
    width: 2em;
    background: #BDB9A6;
    border-radius: 1em;
    cursor: pointer;
}

.SWcontainer .switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.checked{
    background: #1E70B9 !important;
}
.SWcontainer .switch input:checked + div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cCard .card{
    border-radius: 0;
}
.cCard .card-header{
    background: white;
}

.bg_cc,.cCard .card-body{
    background: #F6F8FA;
}
.cc_bline{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
}
.p2{
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}
 .pTitle{
    font-weight: bold;
}
/* .cCard-item:not(:last-child){border-bottom: 1px solid #BDB9A6 !important;} */
@media only screen and (max-width: 767px){
    .tool_heading:nth-of-type(1) {
        margin-top: 1rem
    }
}
.ccg_btn{height: 50px;font-size: 15px;justify-content: space-evenly; cursor: pointer;line-height: 15px;}
.ccg_copy{background-image: url('../webimages/ccg_copy.svg');min-width: 18px;height: 18px;background-repeat: no-repeat;}
.ccg_down{background-image: url('../webimages/ccg_down.svg');min-width: 18px;height: 19px;background-repeat: no-repeat;}