.c-pointer {
    cursor: pointer;
}

.sep{
	height: 35px;
	width: 1px;
	border: 1px solid #000000;
	opacity: 0.15;
}
.sep-horizontal{
	border-top: 1px solid #000000;
	width: 150px;
	display: none;
    float: left;
    opacity: 0.4;
}

.nav-item a:not(.login-link) {
    text-decoration: none;
    color: black !important;
}

.nav-item a  {
    font-size: 17px;
}

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'> <path stroke='rgba(33, 100, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footerColumn{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.footerColumn p{
    font-size: 20px;
    color: #000000;
    text-align: left;
    margin:0px;
}
.footerColumn ul{
    font-size: 16px;
    color: #333333;
    list-style-type:none;
    text-align: left;
    margin:0px;
    padding:5px 0px;
}
.footerColumn li{
    padding:5px 0px;
    font-size: 16px;
    color: #333333;
}

.footerIcon{
    display: inline-block;
    width:100%;
    text-align: center;
}
.hrr{
    width:20%;
    display:inline-block;
    vertical-align: middle;
}
.hrr hr {
    border-top: 1px solid black;
    opacity: 0.4;
}
.soicalWebIcon{
    /* float:left; */
    display:inline-block;
}
.circle{
    padding:12px 12px;
    background: #FFFFFF;
    border: 1px solid #555555;
    border-radius: 50%;
    display:inline-block;
    margin:0px 10px;
    cursor: pointer;
}
.circle img{
    height: 22.5px;
    width: 22.5px;
}

.copyRight{
    width:100%;
    float:left;
}
.copyrightContent{
    text-align: center;
    margin-top:40px;
    padding: 0px 5px;
}

.main-api-reference {
    height: 300px;
}

.close {
    display: none;
}

#collapsiblebar {
    margin-top: -20px;
    margin-right: -10px;
}

.api-output {
    max-height: 500px;
    overflow: auto;
}

@media screen and (max-width:991px){
	.sep{
		display: none;
	}
	.sep-horizontal{
		display: block;
	}

    .logo img{
        content: url('/logo-small.svg');
    }

    .nav-item:nth-child(8) {
        padding: 0px !important;
    }

    .nav-link {
        padding-bottom: 0px !important;
    }

    .navbar-collapse {
        /* transition-duration: 1s; */
        border: 2px solid beige;
        padding: 10px;
    }

    .footer-odd {
        justify-content: end;
    }

    .footer-even {
        justify-content: start;
    }

    #collapsiblebar {
        overflow: hidden;
        position: absolute;
        top: 80px;
        width: 95%;
        background: white;
        z-index: 10;
    }

    .close {
        font-size: 30px;
        float: right;
        margin: 20px;
        font-weight: 500;
        display: block;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .footerColumn {
        justify-content: start;
        margin-left: 100px;
    }

    .hrr {
        display: block;
        margin: auto;
        width: 40%;
    }
}