﻿@font-face {
    font-family: MyFontRegular;
    src: url('../font/Jost-Regular.ttf');
}

@font-face {
    font-family: MyFontBold;
    src: url('../font/Jost-Bold.ttf');
}

@font-face {
    font-family: MyFontMedium;
    src: url('../font/Jost-Medium.ttf');
}

@font-face {
    font-family: MyFontSemiBold;
    src: url('../font/Jost-SemiBold.ttf');
}

@font-face {
    font-family: JostItalic;
    src: url('../font/Jost-Italic.ttf');
}

/*@font-face {
    font-family: 'Poppins-Black';
    src: url('../font/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-BlackItalic';
    src: url('../font/Poppins-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-BoldItalic';
    src: url('../font/Poppins-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../font/Poppins-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('../font/Poppins-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-MediumItalic';
    src: url('../font/Poppins-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('../font/Poppins-Thin.ttf') format('truetype');
}*/
.login-bdy {
    font-family: 'MyFontMedium' !important;
}

    .login-bdy .form-title {
        font-family: 'MyFontSemiBold' !important;
    }

body {
    font-family: 'MyFontRegular' !important;
    background: #fff !important;
}

.dropdown-menu-country {
    right: 0 !important;
    left: unset;
}

.dropdown-menu {
    font-size: 14px;
}

.dropdown-item {
    font-size: 14px;
    color: #032d55 !important;
}

h2.mb-0 {
    margin-bottom: -1px !important;
}

.svg-tip {
    margin: 0;
    font-family: 'JostItalic';
    font-size: 12px;
}

.pad-t-30 {
    padding-top: 30px;
}

.nav-links {
    color: #fff;
}

    .nav-links:hover {
        color: #fff;
    }

#header,
#footer {
    margin-bottom: 1px;
    background: #032D55;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -26px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

footer {
    position: absolute;
    z-index: 98;
    width: 100%;
}

    footer .footer-txt {
        margin: 0;
        padding: 10px 20px;
        background-color: #fff;
        -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
        font-size: 13px;
        text-align: center;
        color: #032d55;
        font-weight: bold;
    }

.logo-img {
    width: 250px;
}

#header .navbar {
    padding: 0 15px;
}

#header .navbar-collapse {
    padding-left: 0px;
}

#header .navbar-nav .nav-link {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    padding: 0 15px;
}


.search-float {
    position: absolute;
    right: 15px;
}

.search-anchor, .login-div {
    display: inline-block;
    vertical-align: middle;
}

.search-submit {
    opacity: 0;
    width: 0px;
}

.search-bar {
    outline: none;
    border: none;
    background: #fff;
    border-radius: 50px;
    width: 500px;
    padding: 5px 15px 5px 30px;
}

.top-header {
    border-bottom: 1px solid #fff;
    padding: 15px !important;
}

/*  .search-bar:hover {
        cursor: pointer;
    }

    .search-bar:focus {
        width: 300px;
        left: auto;
        opacity: 1;
        cursor: text;
        transition: all 0.2s;
        padding-left: 25px;
        padding-right: 70px;
    }

.search-toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #032d55;
    opacity: 1;
    top: -1px;
    left: -10px;
    border-radius: 50%;
    transition: all 0.2;
}

    .search-toggle:hover {
        cursor: pointer;
    }

    .search-toggle::before {
        content: "";
        position: absolute;
        margin: auto;
        top: 10px;
        right: 0;
        bottom: 0;
        left: 12px;
        width: 6px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
        transition: all 0.2;
    }

    .search-toggle::after {
        content: "";
        position: absolute;
        margin: auto;
        top: -3px;
        right: 0;
        bottom: 0;
        left: 0px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: all 0.2s;
    }

.search-bar:focus ~ .search-toggle {
    right: 400px;
    background: #032d55;
    z-index: 6;
    transition: all 0.2;
}

    .search-bar:focus ~ .search-toggle::before {
        top: 0;
        left: 0;
        width: 14px;
    }

    .search-bar:focus ~ .search-toggle::after {
        top: 0;
        left: 0;
        width: 14px;
        height: 2px;
        border: none;
        background: white;
        border-radius: 0%;
        transform: rotate(-45deg);
    }*/

/*.login-div {
    position: absolute;
    top: 4px;
    right: 14px;
    z-index: 111111;
}
*/
.search-toggle::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    bottom: 0;
    left: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #707070;
}

.search-toggle::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 10px;
    bottom: 0;
    left: 16px;
    width: 10px;
    height: 2px;
    background: #707070;
    transform: rotate(45deg);
}

.user-btn {
    color: #fff;
    font-size: 28px;
    display: inline-block;
    padding-top: 4px;
}

    .user-btn span {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 6px;
        padding-right: 10px;
    }

    .user-btn:hover {
        color: #789db7;
    }
/*textarea {
    position: absolute;
    left: -100%;
}*/

.nopadding {
    padding: 0;
}

.container-fluid {
    padding-top: 112px;
}

/*.flex-left {
    width: 18%;
    background-color: #fff;*/
/*padding: 20px 10px 20px 30px;*/
/*padding: 20px 5px 100px 0;
    position: fixed;
    z-index: 98;
    top: 90px;
    left: 0;
    height: 100vh;
    overflow: scroll;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);*/
/*direction: rtl;*/
/*}*/

.flex-left .left-column, .flex-right .left-column {
    padding-bottom: 40px;
}

.flex-center {
    width: 79%;
    background-color: #fff;
    margin-left: 18.5%;
    min-height: 80vh;
    color: #032d55;
}

    .flex-center.center-box {
        width: 59%;
    }

    .flex-center.center-new {
        width: 41%;
    }

.flex-right.new-right {
    width: 41%;
}

.flex-right {
    width: 23%;
    background-color: #fff;
    padding: 20px 10px 135px;
    position: fixed;
    z-index: 98;
    top: 112px;
    right: 0;
   /* height: 100vh;
    overflow: scroll;*/
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    /*    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);*/
    border-radius: 7px;
}

.close-panel {
    display: none;
}

.flex-right::-webkit-scrollbar {
    width: 8px;
}

/* Track */

.flex-right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */

.flex-right::-webkit-scrollbar-thumb {
    background: #0d2e57;
}

.flex-left::-webkit-scrollbar {
    width: 7px;
}

/* Track */

.flex-left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */

.flex-left::-webkit-scrollbar-thumb {
    background: #0d2e57;
}

.flex-left .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
}

    /*.flex-left .card-header {
    margin-bottom: 4px !important;
}*/

    .flex-left .card-header a {
        color: #032d55;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
    }

.flex-left .card {
    background-color: #fff;
    background-clip: border-box;
    border: none;
}

    .flex-left .card h2 {
        font-family: 'MyFontRegular' !important;
        margin-bottom: 0px;
        /*    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);*/
    }

h2.CssShowNoSubCategory {
    margin-bottom: 3px !important;
    /*   -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);*/
}

.flex-left .card h2 .btn-link {
    font-weight: bold;
    color: #032d55;
    text-decoration: none;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: 'MyFontMedium' !important;
}

    .flex-left .card h2 .btn-link a {
        font-weight: 400;
        color: #032d55;
        text-decoration: none;
        padding: 0;
        width: 100%;
        text-align: left;
        font-size: 15px;
        /*font-weight: bold;*/
    }

    .flex-left .card h2 .btn-link:not([collapsed]) a:before {
        content: "\f04e";
        font-family: FontAwesome;
        color: #032d55;
        position: relative;
        left: -2px;
        margin-right: 4px;
    }
    .flex-left .card h2 .btn-link.collapsed a:before {
        content: "\f04e";
        font-family: FontAwesome;
        color: #609FDB;
        position: relative;
        left: -2px;
        margin-right: 4px;
    }

/*    .flex-left .card h2 .btn-link.collapsed a:before {
        content: none;
    }*/

    .flex-left .card h2 .btn-link.collapsed a {
        color: #609FDB;
    }

.flex-left .card h2 .apibtn-link {
    font-weight: bold;
    color: #609FDB;
    text-decoration: none;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: 'MyFontSemiBold' !important;
}

    .flex-left .card h2 .apibtn-link:focus {
        box-shadow: none !important;
    }

.swagger-ui .tab li.tabitem:last-child .tablinks {
    padding-left: 10px;
}

.flex-left .card h2 .apibtn-link a {
    font-weight: 400;
    color: #609FDB;
    text-decoration: none;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.flex-left .card h2 .apibtn-link.collapsed a {
    color: #609FDB;
}

.card-header.aa .btn.btn-link {
    color: #609FDB;
}

.flex-left .card h2 .apibtn-link a:hover {
    text-decoration: none;
}

.flex-left .card h2 .btn-link a:hover {
    text-decoration: none;
}

.flex-left .card-body {
    padding: 5px 6px 5px;
}

.card-body .sub-lnks {
    padding-left: 15px;
}

.card-body.category-lnks a {
    padding-left: 0px !important;
    color: #6f9dd6 !important;
    font-family: 'MyFontSemiBold' !important;
}

.icon-plus {
    font-size: 14px !important;
    font-weight: 100;
    position: absolute;
    top: 14px;
    right: 14px;
    color: #fff;
}

.flex-left .card-body ul {
    list-style-type: none;
    margin: 1px 0;
    padding: 0;
}

    .flex-left .card-body ul li {
        padding-bottom: 0px;
        position: relative;
    }
    /*  .flex-left .card-body ul li.subCatHighLight a::before {
            content: "\f101";
            font-family: FontAwesome;
            color: #fff;
            position: absolute;
            right: -2px;
            top: 2px;
            font-size: 16px;
        }*/
    .flex-left .card-body ul a {
        color: #032d55;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

.flex-right .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 7px !important;
}

    .flex-right .card-header a {
        color: #032d55;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }

.flex-right .card {
    background-color: #fff;
    background-clip: border-box;
    border: none;
}

    .flex-right .card h2 {
        font-family: 'MyFontRegular' !important;
        margin-bottom: 0px;
        /*      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);*/
    }

        .flex-right .card h2 .btn-link {
            font-weight: 700;
            color: #032d55;
            text-decoration: none;
            padding: 0;
            width: 100%;
            text-align: left;
            font-family: 'MyFontSemiBold' !important;
        }

.collapse.show .cool-link ::before {
    left: -9px;
    content: "\f04b";
    font-family: FontAwesome;
    color: #609FDB;
    position: relative;
    left: -2px;
    margin-right: 4px;
    font-size: 13px;
}
.collapse.show .cool-link a {
    color: #609FDB;
}
.collapse.show .subCatHighLight ::before {
    left: -9px;
    content: "\f04b";
    font-family: FontAwesome;
    color: #032d55;
    position: relative;
    left: -2px;
    margin-right: 4px;
    font-size: 13px;
}
.collapse.show .cool-link.subCatHighLight a {
    color: #032d55;
}
.flex-left .card h2 .apibtn-link::before {
    left: -9px;
    content: "\f04b";
    font-family: FontAwesome;
    color: #609FDB;
    position: relative;
    left: -2px;
    margin-right: 4px;
    font-size: 13px;
}

.flex-left .card h2.rightlist-link .btn.btn-link a::before {
    left: -9px;
    content: "\f04b";
    font-family: FontAwesome;
    color: #032d55;
    position: relative;
    left: -2px;
    margin-right: 4px;
    font-size: 13px;
}


/*.flex-left #rightaccordion .card #rightheading h2 .btn-link:not([collapsed]) a:before {
    left: -9px;
    content: "\f04e" !important;
    font-family: FontAwesome !important;
    color: #032d55;
    position: relative;
    left: -2px;
    margin-right: 4px;
}
.flex-left #rightaccordion .card h2 .btn-link:not([collapsed]) a:before {
    left: -9px;
    content: "\f04b" !important;
    font-family: FontAwesome !important;
    color: #032d55;
    position: relative;
    left: -2px;
    margin-right: 4px;
}*/
.flex-right .card-body {
    padding: 2px 6px 0px;
}

.icon-plus {
    font-size: 14px !important;
    font-weight: 100;
    position: absolute;
    top: 14px;
    right: 14px;
    color: #fff;
}

.flex-right .card-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .flex-right .card-body ul li {
        padding-bottom: 10px;
    }

    .flex-right .card-body ul a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }

    .flex-right .card-body ul li span {
        display: inline-block;
        background: red;
        line-height: 13px;
        padding: 3px;
        text-align: center;
        border-radius: 4px;
        width: 14%;
        color: #fff;
        font-size: 10px;
        vertical-align: middle;
        background: #49cc90;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        letter-spacing: .7px;
    }

.btn-pt {
    background: #01d1db;
}

.btn-gt {
    background: #73c957;
}

.flex-right .card-body ul li a {
    display: inline-block;
    width: 86%;
    padding-left: 7px;
    vertical-align: middle;
    line-height: 16px;
}

#center {
    padding: 20px 18px;
    /*text-align: justify;*/
}

    #center p {
        font-size: 14px;
    }

        #center p span, #center ul li span, #center ol li span {
            font-size: 14px !important;
            font-family: 'MyFontRegular' !important;
        }

            #center p span strong, #center ul li span strong, #center ol li span strong {
                font-size: 14px !important;
                font-family: 'MyFontSemiBold' !important;
            }

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MyFontSemiBold' !important;
}

#center strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MyFontSemiBold' !important;
}

.mobile-btns {
    display: none !important;
}

.mobile-btns-layout {
    display: none;
}

.btn-p.toggle1 {
    float: left;
}

.btn-p.toggle {
    float: right;
}

@keyframes shadow-pulse {

    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {

    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

.btn-p {
    margin: 18px;
    padding: 3px 10px;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    background: #032d55;
    animation: shadow-pulse 1s infinite;
}

.toggle i {
    padding-left: 5px;
}

.toggle1 i {
    padding-right: 5px;
}

.flex-center h1, .h1-box {
    font-size: 24px;
    font-weight: bold;
}

.flex-center h3 {
    font-size: 18px;
    font-weight: bold;
}


.h4-name {
    word-break: break-all;
    font-size: 18px;
}

.swagger-ui .opblock .opblock-summary-path {
    word-break: break-all;
    color: #032D55 !important;
}

.td-body p {
    /*word-break: break-all;*/
}

table.api-info .td-body {
    word-break: break-word;
    font-size: 14px !important;
}

.note-box-sb {
    position: relative;
    padding: 10px 105px 10px 20px;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .note-box-sb:before {
        content: '';
        background: #032d55;
        position: absolute;
        bottom: 0;
        top: 0;
        width: 5px;
        left: -1px;
    }

    .note-box-sb i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #032d55;
        padding: 4px 5px;
        font-size: 24px;
        border-radius: 50px;
        color: #fff;
        width: 34px;
        height: 34px;
    }

    .note-box-sb h4 {
        margin: 0px;
        padding-left: 50px;
        margin: 0px;
        padding-left: 50px;
        font-size: 14px;
        font-weight: bold;
    }

    .note-box-sb p {
        margin: 0px;
        padding-left: 50px;
    }

.blue-btn-sb {
    background-color: #fff;
    border: none;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.note-box {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .note-box:before {
        content: '';
        background: #032d55;
        position: absolute;
        bottom: 0;
        top: 0;
        width: 5px;
        left: -1px;
    }

    .note-box i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #032d55;
        padding: 4px 5px;
        font-size: 24px;
        border-radius: 50px;
        color: #fff;
        width: 34px;
        height: 34px;
    }

.target-div::before {
    content: "";
    display: block;
    height: 60px; /* fixed header height*/
    margin: -60px 0 0; /* negative fixed header height */
}

.note-box h4 {
    margin: 0px;
    padding-left: 50px;
    margin: 0px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: bold;
}

.note-box p {
    margin: 0px;
    padding-left: 50px;
}

.h5-heading {
    font-size: 15px;
    margin-bottom: 10px;
}

table.api-info {
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #dbdbdb;
}

table tr th:first-child {
    border-top-left-radius: 5px;
}

table tr th:last-child {
    border-top-right-radius: 5px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.api-info tr th {
    font-family: 'MyFontSemiBold' !important;
    color: #606062;
    background: #f0f0f0;
}

table.api-info th, td {
    border: 1px solid #dbdbdb !important;
    padding: 11px !important;
}
/*    table.api-info tr th:first-child {
            width: 25%;
        }

    table.api-info tr td:first-child {
        width: 25%;
    }*/


table.api-info tbody tr td p {
    margin-bottom: 0px;
    font-size: 14px;
}


.pre-req,
.pre-res {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 14px;
    background-color: #f5f6f8;
}

.dark-mode {
    padding: 2px 12px;
    float: right;
    outline: none;
    border: none;
    background: #fff;
    font-family: 'MyFontRegular';
    /* margin-right: 10px;*/
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    /* border-radius: 50px;*/
}

.light-mode {
    padding: 2px 12px;
    float: right;
    outline: none;
    border: none;
    background: #032d55;
    color: #fff;
    font-family: 'MyFontRegular';
    /* margin-right: 10px;*/
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    /*  border-radius: 50px;*/
}

    .light-mode:focus, .dark-mode:focus {
        outline: none;
        border: none;
    }

.res-head,
.req-head {
    font-size: 15px;
    margin-bottom: 10px;
}

#top-button {
    display: inline-block;
    background-color: #092953;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50px;
}

    #top-button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1em;
        line-height: 32px;
        color: #fff;
    }

    #top-button:active {
        background-color: #555;
    }

    #top-button.show {
        opacity: 1;
        visibility: visible;
    }

.mb-0 > button a {
    display: block;
}
/*
    .mb-0 > button a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
    }

.mb-0 > button.collapsed a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
}*/

/*.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1.6px;
    background: #fff;
    transition: width .3s;
    margin-top: 4px;
}
*/
/*.cool-link:hover::after {
    width: 100%;
}
.flex-right .card-body ul.apimenuul li {
    position: relative;*/
/*padding-left: 6px;*/
/*}
.cool-link.apiliactive::before {
    content: "\f100";
    font-family: FontAwesome;
    left: -6px;
    position: absolute;
    top: 1px;
}

.hd-cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1.6px;
    background: #fff;
    transition: width .3s;
    margin-top: 4px;
}
.hd-cool-link:hover::after {
    width: 100%;
}*/
/*.cool-link.subCatHighLight::after {
    width: 100%;
}*/
.img-svg {
    width: 100%;
    margin: 10px 0 20px;
    cursor: zoom-in;
}

.modal-content {
    overflow: auto;
}

.category-box {
    padding: 24px;
}

    .category-box table {
        width: 100%;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    }

        .category-box table th {
            font-family: 'MyFontSemiBold';
            padding: 14px 10px;
        }

        .category-box table tr {
            -webkit-box-shadow: 0 3px 5px -3px #8a8989;
            -moz-box-shadow: 0 3px 5px -3px #8a8989;
            box-shadow: 0 3px 5px -3px #8a8989;
        }

            .category-box table tr td {
                padding: 14px 10px;
            }

.PoPrint {
    text-decoration: none;
    background-color: #fff;
    color: #0f81ed;
    outline: none;
    padding: 5px 20px;
}

.row {
    margin: 0 auto;
}

.PoPrint:hover {
    text-decoration: none;
    color: #0f81ed;
}

.category-btn {
    text-decoration: none;
    background-color: #fff;
    color: #212529;
    outline: none;
    padding: 5px 20px;
}

    .category-btn:hover {
        text-decoration: none;
        background-color: #212529;
        color: #fff;
    }

.category-update {
    background-color: #fff;
    color: #212529;
    outline: none;
    padding: 5px 20px;
    border: none;
}

.category-back-div {
    padding: 16px;
}

.editcategory-div {
    padding: 9px;
}

.note-div .card {
    margin-bottom: 16px;
}

    .note-div .card .card-link {
        color: #333;
        display: block;
        padding: 10px;
        font-size: 16px;
        font-family: 'MyFontSemiBold';
    }

.note-div .card-header {
    padding: 0;
}


.imprt-img {
    width: 100px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.admin-home {
    height: 100vh;
    background-image: linear-gradient(to right top, #979fce, #7776d2, #6276e2, #6578dc, #637af5) !important;
    background-image: -moz-linear-gradient(to right top, #979fce, #7776d2, #6276e2, #6578dc, #637af5) !important;
    background-image: -webkit-gradient(to right top, #979fce, #7776d2, #6276e2, #6578dc, #637af5) !important;
    background-image: -webkit-linear-gradient(to right top, #979fce, #7776d2, #6276e2, #6578dc, #637af5) !important;
    background-image: -o-linear-gradient(to right top, #979fce, #7776d2, #6276e2, #6578dc, #637af5) !important;
}

    .admin-home h1 {
        text-align: center;
        margin: 0;
        color: #fff;
        font-size: 24px;
        font-family: 'MyFontSemiBold';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

.table-div {
    overflow: auto;
    width: 100%;
    height: 500px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.sub-cat-hdg, .edtsub-cat-hdg, .crt-cat-hdg {
    font-size: 24px;
    margin: 0;
    padding: 24px;
    font-family: 'MyFontSemiBold';
}

.sub-cat-btndiv {
    padding: 0 24px;
}

.sub-cat-btn {
    text-decoration: none;
    background-color: #fff;
    color: #212529;
    outline: none;
    padding: 5px 20px;
}

    .sub-cat-btn:hover {
        text-decoration: none;
        background-color: #212529;
        color: #fff;
    }

.edt-sub-cat {
    padding: 9px;
}

.crt-cat-div {
    padding: 10px 0;
}

.dual-btns {
    margin: 12px 0;
    display: inline-block;
}

    .dual-btns:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

.pad-lr-15 {
    padding: 0 15px;
}

.pading-left-30 {
    padding-left: 30px;
}

.pading-left-0 {
    padding-left: 0px;
}

.table-txtbox {
    overflow: auto;
    padding: 15px;
}

    .table-txtbox table tr td {
        text-align: center;
        vertical-align: middle;
    }

        .table-txtbox table tr td input[type=button], .btn-sav {
            text-decoration: none;
            background-color: #fff;
            color: #fff;
            outline: none;
            border: none;
        }

    .table-txtbox table {
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    }

.wid-15 {
    width: 15%;
}

.wid-10 {
    width: 10%;
}

.crt-api-box label {
    margin: 0;
}

.pad-b-15 {
    padding-bottom: 15px;
}

.crt-api-hdg {
    font-size: 22px;
    margin: 0;
    padding: 20px 30px;
    font-family: 'MyFontSemiBold';
}

.api-access-box {
    padding: 9px;
    height: 100vh;
}

    .api-access-box h2 {
        font-size: 22px;
        margin: 0;
        padding: 20px 21px;
        font-family: 'MyFontSemiBold';
    }

.btn-blue {
    text-decoration: none;
    background-color: #fff;
    color: #fff;
    outline: none;
    border: none;
}

.svg-modal.modal.fade.show.active {
    width: 257px !important;
    height: 180px !important;
    /*transition: all .3s;*/
    top: 26px;
}
    /*.svg-modal.modal.fade.show.active .modal-content {
    border-radius: 50%;
    animation: shadow-pulse 1s infinite;
}*/
    .svg-modal.modal.fade.show.active .titie-hid {
        display: none;
    }

.expand-icon {
    margin: 0;
    position: relative;
    background: #092953;
    color: #ffff;
}

    .expand-icon img {
        width: 100%;
    }

.svg-modal.modal.fade.show .expand-icon {
    display: none;
}

.svg-modal.modal.fade.show.active .expand-icon {
    display: block;
}

.expand-icon i {
    padding: 13px;
    position: relative;
    top: -3px;
}

.svg-modal.modal.fade {
    /*transition: all .3s;*/
    padding: 0px 15px !important;
}

.svg-modal iframe {
    border: none;
}

.swagger-ui .wrapper {
    padding: 0 !important;
}

    .swagger-ui .wrapper .block.block-desktop {
        padding: 0 !important;
    }

.modal-open {
    overflow: auto;
}

.modal-backdrop {
    display: none;
}

ul.search-lst {
    padding: 0;
    list-style-type: none;
}

.search-hdg {
    padding: 0 10px 10px;
    margin: 0;
    color: #fff;
}

ul.search-lst li {
    padding: 0 10px 10px;
    list-style-type: none;
}

    ul.search-lst li a, ul.search-lst li a :hover {
        color: #fff;
        text-decoration: none;
    }

.search-box {
    padding: 20px 0px;
}

    .search-box span {
        opacity: .5;
    }

.flex-center.search #center {
    margin: 10px 30px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.search-box-txt {
    padding-left: 30px;
}

.search-box-icon {
    position: relative;
    top: 32px;
    left: 9px;
}

.pad-lef-30 {
    padding-left: 30px;
}

.modal-body {
    text-align: center;
}

.swagger-box .scheme-container {
    display: none;
}

.swagger-box .swagger-ui .opblock-tag {
    border: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}

.swagger-box .swagger-ui section.models {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0px;
}

    .swagger-box .swagger-ui section.models h4 {
        font-size: 18px !important;
        color: #3b4151 !important;
    }

.swagger-box .information-container.wrapper {
    display: none;
}

.swagger-box .opblock-tag-section h4:before {
    position: absolute;
    right: 30px;
    top: 11px;
    font-family: FontAwesome;
    content: "\f067";
}

.swagger-box .opblock-tag-section.is-open h4:before {
    position: absolute;
    right: 30px;
    top: 11px;
    font-family: FontAwesome;
    content: "\f068";
}

.swagger-box .models h4:before {
    position: absolute;
    right: 30px;
    top: 11px;
    font-family: FontAwesome;
    content: "\f067";
}

.swagger-box .models.is-open h4:before {
    position: absolute;
    right: 30px;
    top: 11px;
    font-family: FontAwesome;
    content: "\f068";
}

.swagger-box .models h4 svg {
    display: none;
}

.swagger-box .swagger-ui .expand-methods svg, .swagger-box .swagger-ui .expand-operation svg {
    display: none;
}

.sandboxlnk {
    word-break: break-word;
}

.svg-modal.fade {
    transition: none !important;
}

    .svg-modal.fade .modal-dialog {
        -moz-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

@media (min-width: 1200px) {
    .svg-modal .modal-xl {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .login-div {
        position: absolute;
        right: 20px;
        top: -47px;
    }

        .login-div .user-btn span {
            display: none;
        }

    .swagger-ui .wrapper {
        padding: 0px !important;
    }

    .swagger-ui .opblock.opblock-post .opblock-summary-method {
        margin: 12px 10px !important;
    }

    .swagger-ui .opblock .opblock-summary-path {
        padding: 10px 10px 0px !important;
        word-break: break-all;
    }

    .swagger-ui .opblock .opblock-summary-description {
        padding: 5px 10px !important;
    }

    .swagger-ui .opblock .opblock-summary {
        display: block !important;
    }

    .search-float {
        right: 85px;
    }





    .navbar-toggler {
        padding: 0;
    }

    .search-bar:focus {
        width: 200px;
    }

    .swagger-box .swagger-ui .topbar {
        display: none;
    }
    /*.search-float {
        display:none;
    }*/
    .top-header .search-anchor {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .top-header {
        min-height: 103px;
        padding-bottom: 0 !important;
        border-bottom: none;
    }

        .top-header .navbar-brand {
            position: relative;
            top: -22px;
        }

        .top-header .search-float {
            right: 0;
            left: 0;
        }

        .top-header .search-bar {
            width: 100%;
            border-radius: 0px;
        }

    .search-toggle::after {
        top: -32px;
    }

    .search-toggle::before {
        top: -18px;
    }

    .container-fluid {
        padding-top: 190px !important;
    }

    .flex-left {
        padding: 0 !important;
    }
}

@media (min-width: 320px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute;
            left: unset;
        }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        padding: 0;
    }

    /*.search-float {
        right: 85px;
    }*/

    /*  .login-div {
        position: absolute;
        right: 55px;
        top: 3px;
    }
*/
    .flex-right .card-body {
        padding: 12px 0px 0px;
    }

        .flex-right .card-body ul li span {
            width: 24%;
        }

        .flex-right .card-body ul li a {
            width: 76%;
        }

    .search-bar {
        width: 300px;
    }

    .custom-mob-nav {
        display: inline-block;
    }

        .custom-mob-nav li {
            display: inline-block;
            width: initial;
            float: left;
            white-space: nowrap;
        }

    .mobile-btns-layout {
        display: block;
        background-color: #fff;
    }

        .mobile-btns-layout .btn-list-inline {
            margin: 0;
            padding: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .mobile-btns-layout .btn-list-inline li {
                /*  display: inline-block;
                float: left;
                width: 33.3%;*/
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%;
                list-style-type: none;
                text-align: center;
            }

    .btn-cc {
        display: none !important;
    }

    .container-fluid {
        padding-top: 168px;
    }

    .flex-center {
        width: 100% !important;
        margin-left: 0;
    }

        .flex-center.center-new {
            width: 100%;
        }

    .flex-right.new-right {
        width: 100%;
    }

    .flex-left {
        position: static !important;
        width: 100% !important;
        top: 150px !important;
        overflow-y: auto !important;
        overflow: unset;
        padding: 0 !important;
        /*padding: 11px 10px;*/
    }

    .flex-right {
        position: static;
        width: 100%;
        top: 150px;
        overflow-y: auto !important;
        overflow: unset;
        padding: 0;
        /*padding: 11px 10px;*/
    }

        .flex-right .left-column {
            margin-top: 0px;
            padding: 0 20px !important;
        }

    .flex-left .left-column {
        margin-top: 0px;
    }

    a#panel-close {
        float: right;
        margin-right: 10px;
        display: none;
    }

    .flex-left.closebar {
        display: none;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }

    /*.close-panel {
        display: inline-block;
        display: inline-block;
        padding: 4px 10px;
        border-radius: 50px;
        background: #fff;
        color: #789db7;
        animation: shadow-pulse 1s infinite;
        margin-left: 10px;
    }

        .close-panel:hover {
            color: #789db7;
        }
*/
    .flex-left.closebar {
        display: none;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }

    .flex-center.closebar {
        display: none;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }

    .flex-right.closebar {
        display: none;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }

    .swagger-ui .table-container {
        margin: 20px;
        padding: 0px !important;
        overflow: auto;
        border-radius: 7px;
        box-shadow: 0 0 0 1px #dbdbdb;
    }

    .parent-div-right {
        padding: 10px 0px !important;
        margin-bottom: 50px;
    }

    .swagger-ui .opblock-body select {
        min-width: 150px !important;
    }

    .flex-right {
        height: 90vh;
    }

    .table-divbox {
        overflow: auto;
        border-radius: 5px;
        border-style: hidden;
        box-shadow: 0 0 0 1px #dbdbdb;
    }

    .mobile-btns-layout ul li {
        position: relative;
        border: 2px solid transparent;
    }

        .mobile-btns-layout ul li a {
            color: #032d55;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            width: 100%;
            padding: 10px;
        }

        .mobile-btns-layout ul li.current-menu {
            border: 2px solid rgba(3,45,85);
            border-radius: 7px;
        }

            .mobile-btns-layout ul li.current-menu:after {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #ffffff;
                content: " ";
                position: absolute;
                bottom: -9px;
                left: 0;
                right: 0;
                margin: 0 auto;
                filter: drop-shadow(0px 2px 0px rgba(3,45,85));
            }

    .flex-right .card h2 {
        padding-left: 0px !important;
    }
}

.action-url {
    background: #f5f6f8;
    padding: 14px 14px 1px;
    border-radius: 0 5px 5px 0;
    border-left: 4px solid #032d55;
    margin: 15px 0;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
/*swaggerui custom css*/
a.nostyle {
    font-size: 14px;
    font-family: 'MyFontRegular' !important;
    font-weight: 400;
}

.parent-div-right {
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 10px 0 10px 15px;
    border-radius: 10px;
    height: 81vh;
    overflow-y: scroll;

}
    .parent-div-right::-webkit-scrollbar {
        width: 16px;
        border-radius:10px;
    }

/* Track */

    .parent-div-right::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 0 10px 10px 0;
    }

/* Handle */

    .parent-div-right::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }

.parent-div-right::-webkit-scrollbar {
    width: 15px;
}

/* Track */

.parent-div-right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
}

/* Handle */

    .parent-div-right::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }


.flex-left {
    width: 19%;
    background-color: #fff;
    /*padding: 20px 10px 20px 30px;*/
    padding: 20px 0px 100px 5px;
    position: fixed;
    z-index: 98;
    top: 90px;
    left: -5px;
    /*height: 100vh;*/
    /*overflow: scroll;*/
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    /*direction: rtl;*/
}

.parent-div-left {
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 10px 0 100px 15px;
    border-radius: 10px;
    overflow: scroll;
    height: 100vh;
}

    .parent-div-left::-webkit-scrollbar {
        width: 16px;
    }

    /* Track */

    .parent-div-left::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
    }

    /* Handle */

    .parent-div-left::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

    .parent-div-left::-webkit-scrollbar {
        width: 15px;
    }

    /* Track */

    .parent-div-left::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
    }

    /* Handle */

    .parent-div-left::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }




.swagger-ui .opblock.opblock-post {
    border-color: none !important;
    background-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swagger-ui .opblock.opblock-post {
    border-color: unset !important;
    background: none !important;
}

.swagger-ui .opblock {
    border: none !important;
}

    .swagger-ui .opblock.is-open .opblock-summary {
        border-bottom: none !important;
    }

    .swagger-ui .opblock.opblock-post .opblock-summary {
        border-color: #dbdbdb !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin: 0 15px 15px;
    }

.opblock-section-header {
    border-radius: 7px !important;
    background-color: #f5f6f8 !important;
    margin: 10px 20px;
    min-height: 40px !important;
    border: 1px solid #dbdbdb !important;
}

    .opblock-section-header .btn.try-out__btn {
        background: none !important;
        color: #609fdb !important;
        border: none !important;
        box-shadow: none !important;
        font-family: 'MyFontSemiBold' !important;
    }

.swagger-ui .opblock .opblock-section-header h4, .col_header.parameters-col_name, .col_header.parameters-col_description, .swagger-ui .parameter__name, .swagger-ui .response-col_status, .responses-table.tblresponse tr td.markdown div span p,
.swagger-ui table thead tr td, .swagger-ui table thead tr th {
    color: #032d55 !important;
}

.swagger-ui table tbody tr td {
    background: #f5f6f8;
}

tr.response div.response-col_description__inner .markdown p {
    margin: 0;
    color: #032d55 !important;
    font-size: 14px;
}

tr.responses-header {
    background-color: #f5f6f8 !important;
}

.col_header.parameters-col_name, .col_header.parameters-col_description {
    padding: 11px;
    border: 1px solid #dbdbdb !important;
    background: #f5f6f8;
}

table.parameters, table.responses-table {
    border-radius: 7px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #dbdbdb;
}

    table.parameters tr th:first-child, table.responses-table tr th:first-child, .col_header.response-col_status {
        border-top-left-radius: 7px;
    }

    table.parameters tr th:last-child, table.responses-table tr th:last-child, .col_header.response-col_description {
        border-top-right-radius: 7px;
    }

table tr:last-child td:first-child {
    border-bottom-left-radius: 7px !important;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 7px !important;
}

.swagger-ui .btn {
    background: #609fdb !important;
    color: #fff !important;
    border: none !important;
}

.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background: #609FDB !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px;
    font-family: 'MyFontSemiBold' !important;
}

tr.response div.response-col_description__inner {
    border-left: none !important;
}

.flex-center.css-Category {
    width: 80%;
}

code {
    color: #d56c11 !important;
    font-family: 'MyFontMedium';
}

.swagger-ui, .swagger-ui table thead tr td, .swagger-ui table thead tr th, .swagger-ui .parameter__type, .swagger-ui .parameters-col_description p, .swagger-ui .parameter__deprecated, .swagger-ui .parameter__in, .swagger-ui .tab li, .swagger-ui .response-col_status, .responses-table.tblresponse tr td.markdown div span p {
    font-family: 'MyFontRegular' !important;
}

    .swagger-ui .tab li:first-of-type:after {
        right: 0px !important;
    }

.table, pre {
    color: #032d55;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
}









.usecase-image-box {
    padding: 50px 0;
    min-height: 400px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition-duration: .6s;
        transition-property: opacity;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}


.usecase-image-box .carousel {
    position: relative;
}

.usecase-image-box .carousel-inner {
    width: 76%;
}

.usecase-image-box .verical .carousel-item-next.carousel-item-left,
.usecase-image-box .verical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.usecase-image-box .verical .carousel-item-next,
.usecase-image-box .verical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.usecase-image-box .verical .carousel-item-prev,
.usecase-image-box .verical .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0);
    transform: translate3d(0,-100%, 0);
}

.usecase-image-box .carousel-control-prev, .carousel-control-next {
    display: none;
}

.usecase-image-box .carousel-indicators {
    margin: 0;
    left: unset;
    display: inline-block;
    right: 16%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
}

    .usecase-image-box .carousel-indicators li:first-child {
        margin-top: 0;
    }

    .usecase-image-box .carousel-indicators li:last-child {
        margin-bottom: 0;
    }

.carousel-indicators li {
    text-indent: 0;
    background-color: #e4e7fa;
    background-clip: unset;
    margin: 30px 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50px;
    text-align: center;
    padding: 0px;
    position: relative;
    opacity: .3;
    /*border: 1px solid #609FDB;*/
}

.usecase-image-box .carousel-indicators li span.indicator-spn, #center .usecase-image-box ul li span.indicator-spn {
    font-size: 14px !important;
    font-family: 'MyFontMedium' !important;
    position: relative;
    top: -12px;
}

.usecase-image-box .carousel-indicators li label {
    font-size: 14px !important;
    font-family: 'MyFontMedium' !important;
    position: absolute;
    margin: 0;
    left: 80px;
    top: 6px;
    width: 85px !important;
    text-align: left;
}

    .usecase-image-box .carousel-indicators li label > pre {
        height: 5px;
        width: 5px;
        background: #032d55;
        border-radius: 50px;
        position: absolute;
        top: 8px;
        left: -12px;
    }

.usecase-image-box .carousel-indicators li.active span.indicator-spn {
    display: inline-block;
    border-radius: 50px;
    padding: 0px 4px 0px;
    background: #fff;
    width: 19px;
    height: 19px;
}

.usecase-image-box .carousel-indicators li::after {
    content: "";
    left: -4px;
    top: 30px;
    height: 86%;
    margin: auto;
    border-left: 1px dashed #032d55;
    z-index: -1;
    position: relative;
    display: inline-block;
}

.usecase-image-box .carousel-indicators li::before {
    content: "";
    right: -38px;
    top: 0px;
    height: 98%;
    margin: auto;
    border-left: 1px dashed #032d55;
    z-index: -1;
    position: relative;
    display: inline-block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.usecase-image-box .carousel-indicators li:first-child::before {
    right: -36px;
}

.usecase-image-box .carousel-indicators li.active::before {
    content: "";
    right: -43px;
    top: 0px;
    height: 98%;
    margin: auto;
    border-left: 1px dashed #032d55;
    z-index: -1;
    position: relative;
    display: inline-block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.usecase-image-box .carousel-indicators li.active::after {
    content: "";
    left: -10px;
    top: 30px;
    height: 86%;
    margin: auto;
    border-left: 1px solid #032d55;
    z-index: -1;
    position: relative;
}

.usecase-image-box .carousel-indicators li:last-child::after {
    content: unset;
    border-left: none;
    position: relative;
}

.usecase-image-box .carousel-indicators li.active:last-child::after {
    content: unset;
    border-left: none;
    position: relative;
}

.usecase-image-box .carousel-indicators li:last-child span.indicator-spn,
.usecase-image-box .carousel-indicators li.active:last-child span.indicator-spn {
    position: relative;
    top: -11px !important;
}

#center p span.field-src {
    font-family: 'MyFontMedium' !important;
}

.indicator-spn.spanblock {
    padding: 5px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #efefef;
    left: 0;
    font-size: 13px;
    text-align: center;
    z-index: 1;
}

.stepimageboximage {
    width: 62%;
    padding-bottom: 30px;
}

.stepimagebox {
    text-align: center;
    width: 600px;
    height: 430px;
    margin: 0 auto;
}

.carousal-box-border {
    border: 1px solid #609FDB;
    border-radius: 10px;
}

.carousal-innerbox-border {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

#leftaccordion .card .collapse.show {
    /*border-left: 2px solid #e1e1e1;*/
}

.parent-div-left #rightaccordion .card-body .card .card-header {
    border-left: 2px solid #e1e1e1;
    padding-left: 10px;
    padding-bottom: 5px;
}

    .parent-div-left #rightaccordion .card-body .card .card-header.subCatHighLight a::before {
        content: '';
        position: absolute;
        background-color: #032d55;
        width: 2px;
        height: 75%;
        bottom: 5px;
        left: 0px;
    }
    .parent-div-left #rightaccordion .card-body .card .card-header.subCatHighLight a {
        color: #032d55;
    }
    .parent-div-left #rightaccordion .card-body .card .card-header a {
        color: #609FDB;
    }