body {
    font-size: .875rem;
    line-height: 1.4285714286;
    font-family: 'Poppins', sans-serif;
    color: #0D1D47;
    background: #f9f9fa;
    font-weight: 500;
}

.text-muted {
    color: #7b7992;
}

a {
    color: #0056b3;
}

.white {
    color: #ffffff;
}

.orange {
    color: #24428F;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d0925;
    font-weight: 600;
    line-height: 1.5;
}
.f-10{
    font-size: 6px;
}

/* faq */
.card-faq{
    margin-bottom: 30px;
    border: 1px #f1f1f1 solid;
}
.card-faq .card-header{
    background-color: #F5F5F5;
    color: #142C6B;
    box-shadow: none;
    border-bottom: 1px #f1f1f1 solid;
}
.card-faq .card-header .btn{
    color: #142C6B;
    font-weight: 500;
    padding: 0;
}
.card-faq .card-body {
    color: #555555;
}
.digit-group input {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 5px;
    border: 1px solid #a7b3d2;
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
}

.digit-group .btn {
    padding: 0 20px;
    font-size: 14px;
    height: 33px;
    margin-left: 20px; 
}

.digit-group {
    display: flex;
    align-items: flex-end;
}
.coapp-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.coapp-list h6{
    background-color: #efefef;
    margin: 1%;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 500;
}
.embed-responsive-4by3::before {
    padding-top: 100%;
}
/* / end */

.font-md {
    font-size: 13px;
    font-weight: 400 !important;
}

.btn-orange {
    /* background-image: linear-gradient(147deg, #f49316 0, #fd6137 74%); */
    background-color: #F37225;
    border: 1.5px #fff solid;
    padding: 10px 25px;
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    font-weight: 500;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    background-image: url(../images/bg-pattern.svg);
    background-size: cover;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    background: rgb(255 255 255 / 70%);
    /* background-image: linear-gradient(150deg, #f49316 0, #ec6808 90%); */
    color: #061336;
    transition: all 0.3s;
    position: sticky;
    top: 0;
    border-right: 2px rgb(243 111 33 / 8%) solid;
    /* position: relative; */
}


/* #sidebar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/sidebar-arrow.png);
    width: 180px;
    height: 185px;
    background-repeat: no-repeat;
} */

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 3px 15px;
    text-align: center;
    background-color: #ffffff;
    height: 70px;
}

#sidebar .sidebar-header img {
    max-width: 180px;
}

#sidebar ul.components {
    padding: 15px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 12px 10px;
    font-size: 15px;
    display: block;
    color: #061336;
    font-weight: 400;
}

#sidebar ul li a .fa {
    margin-right: 10px;
    color: #f37021;
}

#sidebar ul li ul li a {
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    display: block;
    color: #061336;
    opacity: .75;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus {
    color: #000000;
    text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000000;
}

a[data-toggle="collapse"] {
    position: relative;
}

.top-navbar {
    height: 70px;
    background-color: #ffffff !important;
    border-bottom: 2px rgb(243 111 33 / 8%) solid;
}

.navbar-light .navbar-nav .nav-link {
    color: #0D1D47;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0D1D47;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.avatar-name {
    color: #0D1D47;
    padding: 0px 10px 0 20px;
    font-size: 16px;
}

.notification .badge {
    position: absolute;
    top: -4px;
    right: -6px;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    /* background-image: url(../images/bg-pattern.svg); */
}

.main-content {
    padding: 40px;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.badge {
    padding: .4em .6em;
    font-weight: 500;
}

.form-control {
    /* color: #444; */
    /* border: 1px solid #f49316; */
    border-radius: 6px;
    padding-left: 1rem!important;
    border: 1px #24428f36 solid;
}

.form-group {
    margin-bottom: 25px;
}

.line-input {
    border: 0;
    border-bottom: 1px solid #24428F;
    border-radius: 0 !important;
}

select {
    background: url('../images/select-arrow.svg') 95% 50% no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* border: 1px solid #f49316!important; */
    /* border-radius: 50rem!important; */
    border: 1px #24428f36 solid;
}

.card {
    background: #fff;
    border-width: 0;
    box-shadow: 0 1px 30px #efeaea;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.card-header {
    padding: 1;
    border-bottom: 1px solid #ebedf2;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}


/* .card-inside{
  border-radius: .25rem;
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
} */

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}

.card-link-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-link-ul>li {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebedf2;
}

.card-img {
    max-width: 300px;
    flex-shrink: 0;
    max-height: 300px;
    border-radius: 100%;
    /* background-image: linear-gradient(147deg, #f49316 0, #fd6137 74%); */
    /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, .2); */
    overflow: hidden;
    margin-right: 30px;
}

.card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: all .3s;
}

.bg-dark {
    background-color: #24293a!important;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(36, 41, 58, 0.13);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f5fa;
}

.table td,
.table th {
    font-size: 14px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d2d2;
}

label {
    font-weight: 500;
    color: #1a2761;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #e75657;
}

.nav-pills .nav-link:hover {
    background-color: #e75657;
    color: #ffffff !important;
}

.nav-pills .nav-link {
    border-radius: 25px;
    font-size: 16px;
    padding: .5rem 1.5rem;
    margin: 0 .5rem;
    border: 1px #e75657 solid;
    transition: all .2s;
}

.custom-file-input {
    color: transparent;
    opacity: 1;
    outline: 0;
    height: auto;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    outline: 0;
}

.custom-file-input::before {
    content: 'Choose a file';
    color: #e75657;
    display: inline-block;
    background: #fff;
    border: 1px solid #e1e2e8;
    border-radius: 20px;
    padding: 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    outline: 0;
    transition: .3s;
}

.custom-file-input:hover::before {
    border-color: #999;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.bg-light-blue {
    background-color: #c7ebf9;
}

.left-bg {
    background-image: url(../images/nav-bg.jpg);
    background-size: cover;
    height: 70vh;
    position: relative;
}

.left-bg:after {
    background-image: -webkit-linear-gradient(210deg, #1488CC, #2B32B2);
    background-image: -moz- oldlinear-gradient(210deg, #1488CC, #2B32B2);
    background-image: -o-linear-gradient(210deg, #1488CC, #2B32B2);
    background-image: linear-gradient(210deg, #1488CC, #2B32B2);
    background-repeat: repeat-x;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    left: 0;
}

.width-100 {
    width: 100%;
}


/*******************************
* MODAL AS RIGHT SIDEBAR
*******************************/

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    min-width: 70vw;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -100%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.bg-primary {
    background-color: #246acb !important;
}

.equalHW {
    flex: 1;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #e75758;
    background-color: #e75758;
}

.btn {
    cursor: pointer;
}

.btn-xs {
    padding: .25rem .4rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.width-100vw {
    min-width: 100vw !important;
}

.input-xs {
    font-size: 14px;
    border: 1px solid #e2e5ec;
    padding: 5px;
}


/* .nav-link.active{
  color: #e75657;
  font-weight: 600
} */

.font-xs .nav-link {
    font-size: 13px !important;
}

ul.select2-selection__rendered {
    padding-right: 30px !important;
}

ul.select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.avatar img {
    width: 30px;
    height: 30px;
}

.table-hover tbody tr:hover {
    background-color: rgb(208 216 226 / 20%);
}

.as-table tr td:nth-child(1) {
    color: #7b7992;
    font-weight: 500;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f18110;
    border-color: #fc633a;
}

.btn-group-toggle img {
    padding: 10px 0px;
}

.btn-group-toggle .btn {
    padding: 10px 35px;
}


/* FAQ */

.panel-group .panel.panel-default {
    border: 1px solid #dddddd;
    line-height: 40px;
    padding: 2px 0px 2px;
    margin-bottom: 20px;
    cursor: pointer;
}

.panel-group .panel-heading {
    padding: 5px;
}

.panel-group .panel-title {
    font-size: 16px;
    color: #414042;
    font-weight: 600;
    padding: 0 15px 0 15px;
    text-decoration: none;
}

.panel-group .panel-body {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 22px;
    border-top: 1px solid #ddd;
    padding: 15px 20px 15px 20px;
    margin-top: 0;
}

.panel-group .right-arrow.pull-right {
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    margin-top: 0;
    color: #24428F;
    font-weight: 300;
    margin-left: 0px;
}

.panel-group .panel-title p {
    font-size: 16px;
    color: #414042 !important;
    font-weight: 500;
    padding: 0 0px 0 0;
    text-decoration: none;
    margin: 0
}

.bg-secondary {
    background-color: #f0f5f8 !important;
}

.btn-primary {
    color: #fff;
    background-color: #24428F;
    border-color: #3b59a7;
}

/* (A) FULL SCREEN WRAPPER */
#spinner {
    position: fixed;
    top: 0; left: 0; z-index: 9999;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
  }
   
  /* (B) CENTER LOADING SPINNER */
  #spinner img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%);
  }
   
  /* (C) SHOW & HIDE */
  #spinner {
    visibility: hidden;
    opacity: 0;
  }
  #spinner.show {
    visibility: visible;
    opacity: 1;
  }

@media (max-width:1024px) {}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .card-link-ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .card-link-ul>li {
        margin-right: 12px;
        padding-right: 10px;
        border-right: 1px solid #ebedf2;
        white-space: nowrap!important;
    }
    /* / */
    .navbar-collapse {
        background-color: rgb(255, 255, 255);
        padding: 15px;
        border: 1px solid rgb(221, 221, 221);
        position: relative;
        z-index: 1;
        border-radius: 15px;
        box-shadow: 0 1px 20px #efeaea;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .dropdown-item {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .main-content {
        padding: 20px;
    }
    .card-img {
        max-width: 150px;
        max-height: 150px;
        margin-bottom: 20px;
    }
    .card {
        padding: 15px;
    }
    .font-md {
        font-size: 10px;
    }
    .sign-out-btn {
        right: 20px;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0;
        display: inline-block;
        max-width: 170px;
    }
    .dataTables_filter {
        overflow: hidden;
    }
    .table td,
    .table th {
        padding: .75rem;
        font-size: 12px;
    }
    .content {
        padding: 15px;
    }
    .card-header,
    .card-body {
        padding: .75rem 1rem;
    }
    .table.dataTable {
        overflow-x: auto;
        /* width: 100% !important; */
        /* display: block; */
    }
    .row {
        flex: none;
        display: block !important;
    }
    .h5,
    h5 {
        font-size: 1rem;
    }
    .h6,
    h6,
    body {
        font-size: .8rem;
    }
    .btn {
        font-size: 0.8rem;
    }
    .mobile-block {
        display: block !important;
    }
    .font-xs {
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap !important;
        border-bottom: 1px #ddd solid;
        padding-bottom: 10px;
    }
    .font-xs .nav-link {
        font-size: 12px !important;
        white-space: nowrap!important;
        margin-left: 0px !important;
    }
    .avatar-name {
        padding: 0px 5px 0 15px;
        font-size: 13px;
    }
}