.card {
    transition: 0.3s all ease;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(111, 111, 111, 0.15);
    -moz-box-shadow: 0 4px 12px 0 rgba(111, 111, 111, 0.15);
    -ms-box-shadow: 0 4px 12px 0 rgba(111, 111, 111, 0.15);
    -o-box-shadow: 0 4px 12px 0 rgba(111, 111, 111, 0.15);
    box-shadow: 0 4px 12px 0 rgba(111, 111, 111, 0.15);
    border-radius: 8px !important;
    padding: 20px;
    border: 0 !important
}

.card.rad-5 {
    border-radius: 5px !important
}

.card.card-gray {
    background: #F6F6F6 !important;
    border: 1px solid #e0e0e0 !important
}

.card.card-gray.border-0 {
    border: 0 !important
}

.card.card-gray .card-text {
    color: #6F6F6F !important
}

.card.card-gray .title-example {
    font-size: 18px !important;
    line-height: 1.56;
    letter-spacing: 1.33px
}

.card .card-text {
    font-family: "Open Sans", sans-serif !important;
    color: #aaa;
    font-weight: 300 !important;
    font-size: 14px !important;
    margin-bottom: 5px;
    letter-spacing: 0.5px
}

.card.card-lg {
    padding: 3rem
}

@media screen and (max-width: 991px) {
    .card.card-lg.pd-auto {
        padding: 1rem
    }
}

.card.card-md {
    padding: 1.8rem
}

.card.card-sm {
    padding: .5rem .9rem
}

.card.card-active,
.card.card-list.active {
    background: #063A69;
    border-radius: 4px
}

.card.card-active h1,
.card.card-active h2,
.card.card-active h3,
.card.card-active h4,
.card.card-active h5,
.card.card-active h6,
.card.card-active p,
.card.card-active a,
.card.card-active span,
.card.card-list.active h1,
.card.card-list.active h2,
.card.card-list.active h3,
.card.card-list.active h4,
.card.card-list.active h5,
.card.card-list.active h6,
.card.card-list.active p,
.card.card-list.active a,
.card.card-list.active span {
    color: #fff !important
}

.card.card-active a.btn-default,
.card.card-list.active a.btn-default {
    color: #063A69 !important
}

.card.card-active .card-title h1,
.card.card-active .card-title h2,
.card.card-active .card-title h3,
.card.card-active .card-title h4,
.card.card-active .card-title h5,
.card.card-active .card-title h6,
.card.card-active .card-title p,
.card.card-active .card-title a,
.card.card-active .card-title span,
.card.card-list.active .card-title h1,
.card.card-list.active .card-title h2,
.card.card-list.active .card-title h3,
.card.card-list.active .card-title h4,
.card.card-list.active .card-title h5,
.card.card-list.active .card-title h6,
.card.card-list.active .card-title p,
.card.card-list.active .card-title a,
.card.card-list.active .card-title span {
    font-size: 15px;
    letter-spacing: 0.3px
}

.card.card-list:hover {
    transition: 0.3s all linear;
    margin-left: 10px
}

.card.card-list.active {
    margin-left: 10px
}

.card.card-slick-custom.slick-slide {
    padding: 0
}

.card.card-slick-custom.slick-slide img {
    border: 0
}

.card.card-panel {
    border-radius: 5px !important;
    border: solid 1px #e0e0e0 !important;
    background-color: #F6F6F6 !important;
    padding: 1.5rem
}

.card-title {
    font-family: "Open Sans", sans-serif;
    color: #B29B6F;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 25px;
    letter-spacing: 0.4px
}

.card-title.strong h1,
.card-title.strong h2,
.card-title.strong h3,
.card-title.strong h4,
.card-title.strong h6,
.card-title.strong p,
.card-title.strong a,
.card-title.strong span {
    font-weight: 600
}

.card-title.title-sm {
    font-size: 16px
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media screen and (min-width: 768px) {
    .card-pd-md {
        padding: 2rem
    }
}

.card-body-md {
    position: relative;
    min-height: 330px
}

.body-lg {
    padding: 2.5rem
}

.card-body .icon-featured {
    width: auto;
    height: 56px
}

.card-image-only {
    position: relative
}

.card-image-only:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(75, 0, 0, 0.67), rgba(75, 0, 0, 0))
}

.card-image-only .img-bg {
    height: 225px;
    width: 100% !important;
    object-fit: cover;
    object-position: center
}

.card-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important
}

.card-author.no-border {
    border: 0 !important
}

.card-author .img-profile {
    width: 85px;
    height: 85px;
    object-fit: cover;
    object-position: center;
    margin-right: 1.2rem
}

.card-author .img-profile.img-rounded {
    border-radius: 50%
}

.card-author .info-profile {
    position: relative
}

.card-author .info-profile .title {
    font-family: "Open Sans", sans-serif !important;
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    line-height: 25px
}

.card-author .info-profile .title.title-font-500 {
    font-weight: 500 !important
}

.card-author .info-profile .desc {
    font-family: "Open Sans", sans-serif !important;
    color: #333 !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 25px
}

.card-product .content-list {
    position: relative;
    min-height: 115px
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.radio input[type="radio"]:checked~.title .card {
    border: 1px solid #063A69 !important
}

.radio input[type="radio"]:checked~.title .card .content {
    color: #063A69 !important
}

.radio input[type="radio"]:checked~.title .card .content:after {
    font-family: FontAwesome;
    content: "\f00c";
    float: right;
    color: #063A69
}

.block-over-img.img-lg .card-img-top {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.block-over-img.img-xxl .card-img-top {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.list-forum-discussion .card-author:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0 !important
}

.accordion .card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none
}

.accordion .card .collapse {
    border-bottom: 1px solid #eee
}

.accordion .card .card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: "Open Sans", sans-serif !important;
    color: #333 !important;
    font-weight: 300 !important;
    font-size: .9rem !important;
    line-height: 25px;
    letter-spacing: 0.36px;
    opacity: .8;
    margin-bottom: 10px
}

.accordion .card .card-body p {
    font-weight: 300 !important;
    opacity: .8
}

.circle-offers {
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px
}

.table {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 0
}

.table thead th {
    font-family: "Open Sans", sans-serif !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    background: #063A69;
    border: 0;
    letter-spacing: 0.3px;
    padding: .9rem;
    white-space: nowrap
}

.table thead th:first-child {
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0
}

.table thead th:last-child {
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0
}

.table tr:nth-child(even) {
    background: #F4F9FF
}

.table tbody tr:last-child td {
    border-bottom: 0
}

.table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px
}

.table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -ms-border-radius: 0 0 8px 0;
    -o-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0
}

.table tbody td {
    font-family: "Open Sans", sans-serif !important;
    color: #6F6F6F !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border: 0;
    padding: .75rem;
    vertical-align: baseline;
    white-space: nowrap
}

.table.table-document-custom tbody td .title {
    color: #063A69 !important;
    font-weight: 600 !important;
    white-space: nowrap
}

.table.table-document-custom tbody td .subtitle {
    color: #6F6F6F !important;
    font-size: 13px !important
}

.table.table-document-custom tbody td .small-text {
    color: #6F6F6F !important;
    font-size: 11px !important
}

.table-responsive {
    -webkit-box-shadow: 0 4px 11px 0 rgba(111, 111, 111, 0.15);
    -moz-box-shadow: 0 4px 11px 0 rgba(111, 111, 111, 0.15);
    -ms-box-shadow: 0 4px 11px 0 rgba(111, 111, 111, 0.15);
    -o-box-shadow: 0 4px 11px 0 rgba(111, 111, 111, 0.15);
    box-shadow: 0 4px 11px 0 rgba(111, 111, 111, 0.15);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px
}

.icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem
}

.menu-dashboard li a:not(.active) .icon-circle {
    background: transparent !important;
    border: 2px solid #E7F4FF;
    box-shadow: none
}

.icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem
}

.icon-circle.cirlce-lg {
    width: 60px !important;
    height: 60px !important
}

.icon-circle.cirlce-xl {
    width: 75px !important;
    height: 75px !important
}

.icon-circle.rgba-blue {
    background: #E7F4FF;
    box-shadow: 0 11px 20px -6px rgba(6, 58, 105, 0.2)
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
 .btn-outline-primary,
 .btn-outline-secondary,
 .btn-outline-white,
 .btn-outline-success,
 .btn-outline-info,
 .btn-outline-warning,
 .btn-outline-danger {
     border-width: 0.15rem
 }

 .btn {
    padding: 12px 30px !important;
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;
    border-radius: 6px !important
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px !important
    }
}

.btn.btn-xs {
    padding: 5px 12px !important;
    font-size: 12px !important;
    border-radius: 4px !important
}

.btn.btn-sm {
    font-size: .9em !important;
    padding: 8px 12px !important
}

.btn.btn-md {
    padding: 10px 17px !important
}

.btn.btn-lg {
    padding: 12px 35px !important
}

.btn.btn-xl {
    padding: 18px 35px !important
}

.btn.rad-80 {
    border-radius: 80px !important
}

.btn.mini-shadow {
    box-shadow: 0 1px 3px 0 #e0e0e0 !important
}

.btn:hover {
    opacity: .85
}

.btn-primary {
    font-family: "Open Sans", sans-serif !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: .9rem !important;
    transition: 0.3s all ease;
    background: #F8A50B;
    border-color: #F8A50B
}

.btn-primary:hover,
.btn-primary:focus {
    background: #F8A50B;
    border-color: #F8A50B;
    color: #fff !important
}

.btn-secondary {
    font-family: "Open Sans", sans-serif !important;
    color: #063A69 !important;
    font-weight: 600 !important;
    font-size: .9rem !important;
    transition: 0.3s all ease;
    background: #F4F9FF;
    border-color: #F4F9FF
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #F4F9FF;
    border-color: #F4F9FF;
    color: #063A69 !important
}

.btn-outline-primary {
    font-family: "Open Sans", sans-serif !important;
    color: #F8A50B !important;
    font-weight: 500 !important;
    font-size: .9rem !important;
    transition: 0.3s all ease;
    background: transparent;
    border: 1px solid #F8A50B
}

.btn-outline-primary:hover {
    background: #F8A50B;
    border-color: #F8A50B;
    color: #fff !important
}

.btn-danger,
.btn-green {
    font-family: "Open Sans", sans-serif !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: .9rem !important;
    transition: 0.3s all ease;
    background: #27AE60;
    border-color: #27AE60
}

.btn-danger:hover,
.btn-green:hover {
    background: #27AE60;
    border-color: #27AE60;
    color: #fff !important
}

.btn-default {
    font-family: "Open Sans", sans-serif !important;
    color: #063A69 !important;
    font-weight: 300 !important;
    font-size: .9rem !important;
    transition: 0.3s all ease;
    background: #fff;
    border-color: #fff
}

.btn-default.btn-sm {
    font-size: .8em !important;
    padding: 5px 10px !important
}

.btn-default.btn-lg {
    padding: 10px 30px !important
}

.btn-default.f-w-500 {
    font-weight: 500 !important
}

.btn-default:hover {
    background: #fff;
    border-color: #fff;
    color: #063A69 !important
}

.btn.disabled,
.btn:disabled {
    opacity: .3
}

