body,
html {
    height: 100vh;
    width: auto;
}

.primary-color {
    color: #364044!important;
}

.primary-color-dark {
    color: #0E3664!important;
}

.bg-primary-color {
    background-color: #1C495C!important;
}

.bg-primary-color-opacity10 {
    background-color: #1c495c0c!important;
}

.bg-primary-color-dark {
    background-color: #112D39!important;
}

.gradient-primary-color-dark {
    background-image: linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
}

.sm-bg-slight-white {
    background-color: rgba(255, 255, 255, 0.40);
}

.accent-color {
    color: #0BFB0B !important;
}

.accent-color-dark {
    color: #049D04 !important;
}

.bg-accent-color {
    background-color: #0BFB0B !important;
}

.bg-accent-color-dark {
    background-color: #049D04 !important;
}

.sm-grey-color {
    background-color: #EAEAEA;
}

.rgba-white-slight {
    background-color: #F6F6F6 !important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-100 {
    opacity: 1;
}

.facebook-color {
    background-color: #3B5998;
}

.twitter-color {
    background-color: #3B5998;
}

.google-color {
    background-color: #3B5998;
}

@media (max-width: 575px) {
    .main-content-bg {
        background-image: url('../images/mobile_background.png');
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-content-bg {
        background-image: url('../images/mobile_background.png');
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-content-bg {
        background-image: url('../images/tablet_background.png');
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* @media (min-width: 992px) {
    .main-content-bg {
        background-image: url('../images/desktop_background.png');
     
        height: 100%;
        
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
} */

@media (max-width: 575px) {
    .bg-second-content {
        background-image: url('../images/wave_deco.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
        /* Full height */
        height: 30%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bg-second-content {
        background-image: url('../images/wave_deco.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
        /* Full height */
        height: 30%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    .bg-second-content {
        background-image: url('../images/wave_deco.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
        /* Full height */
        height: 50% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .bg-third-content {
        background-image: url('../images/product_background.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
        /* Full height */
        height: 50%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .bg-third-content {
        background-image: url('../images/product_background.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
        /* Full height */
        height: 75%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .m-second-content-empty-height {
        padding-bottom: 25rem !important;
    }
}


/* @media only screen and (min-width: 577px) and (max-width: 768px){
  .m-second-content-empty-height{
    height: 120% !important;
  }
} */

@media (min-width: 576px) and (max-width: 991px) {
    .m-second-content-empty-height {
        height: 68% !important;
    }
}

@media (max-width: 360px) {
    .m-second-content-empty-height {
        height: 100% !important;
    }
}

@media (min-width: 361px) and (max-width: 375px) {
    .m-second-content-empty-height {
        height: 40% !important;
    }
}


/* @media only screen and (max-width: 576px) and (max-height: 640px){
  .m-second-content-empty-height{
    height: 150% !important;
  }
}

@media only screen and (max-width: 576px) and (min-height: 641px) and (max-height: 1024px){
  .m-second-content-empty-height{
    height: 110% !important;
  }
} */

@media (min-width: 992px) {
    .m-third-content-empty-height {
        height: 20% !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .m-third-content-empty-height {
        height: 40% !important;
    }
}

@media (max-width: 575px) {
    .m-third-content-empty-height {
        height: 70% !important;
    }
}

.bg-smart-manager {
    background-color: rgba(221, 221, 221, 0.8);
    /* Full height */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 6rem !important;
    padding-bottom: 6rem !important; */
}

@media (min-width: 992px) {
    .bg-smart-manager {
        background-color: rgba(221, 221, 221, 0.8);
        height: 85% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-smart-manager {
        background-color: rgba(221, 221, 221, 0.8);
        /* Center and scale the image nicely */
        height: 60% !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .bg-smart-manager {
        background-color: rgba(221, 221, 221, 0.8);
        /* Center and scale the image nicely */
        height: 55% !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.inner-pad {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}


/* @media only screen and (max-width: 576px) and (max-height: 640px){
  .m-third-content-empty-height{
    height: 70% !important;
  }
}

@media only screen and (max-width: 576px) and (min-height: 641px) and (max-height: 1024px){
  .m-third-content-empty-height{
    height: 50% !important;
  }
} */

.bg-wave-deco {
    background-image: url('../images/wave_deco_card.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-smart-manager {
    position: absolute;
    top: 50%;
}

.bg-service {
    background-image: url('../images/service_background.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
    /* Full height */
    height: 75% !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-service-mobile {
    background-image: url('../images/bg_service_mobile.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
    /* Full height */
    height: 100% !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-product {
    background-image: url('../images/bg_product.png');
    /* Full height */
    height: 50% !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-caroussel {
    background-image: url('../images/caroussel_bg.png'), linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
    /* Full height */
    height: 100% !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caroussel-foreground {
    background-image: url('../images/caroussel_foreground.png');
    /* Full height */
    width: 100% !important;
    height: 100% !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1000;
}

.caroussel-team {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 2000;
}

.caroussel-vcenter {
    height: 100% !important;
    position: absolute;
    top: 70% !important;
    left: 0;
}


/* .bg-second-content-mobile{
  background-image: url('wave_deco.png'), linear-gradient(140deg, rgba(17,45,57,1) 0%, rgba(14,54,100,1) 100%);
  
  height: 20%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.linear-gradient-page {
    background: linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
}

.sc-navbar {
    /* background-color: white; */
    /* background-color: #112D39; */
    /* opacity: 0.9; */
    background: linear-gradient(140deg, rgba(17, 45, 57, 1) 0%, rgba(14, 54, 100, 1) 100%);
}

.rounded-button {
    border-radius: 150px 150px 150px 150px !important;
}

.sm-divider {
    border-top: 2px solid #0BFB0B;
}

.sc-menu-hover:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.button-overlay {
    text-decoration: none !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.button-overlay:hover {
    text-decoration: none !important;
    background-color: rgba(11, 251, 11, 0.8) !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.main-block-height {
    height: 76% !important;
}


/* .bottom-block-height{

    background: linear-gradient(140deg, rgba(17,45,57,1) 0%, rgba(14,54,100,1) 100%);
  } */

.background-sidenav {
    background-image: url('../images/background_sidenav.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-marging {
    margin-top: 3.36em;
}


/* .card-content{
  margin-top: -10px !important;
} */

.avatar_profil {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.avatar_profil-tablet {
    position: relative;
    top: -120px;
}

.comment-association-text-style {
    font-size: 0.8rem;
}

.icon-service-size {
    width: 200px;
    height: 200px;
}

.icon-service-mobile-size {
    width: 100px;
    height: 100px;
}

.team-profil-description {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1500;
}

.circle-social-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #112D39 !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.circle-social-icon:hover {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #364044 !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.circle-social-icon-mobile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #112D39;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.circle-social-icon-mobile:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #364044;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.no-deco {
    text-decoration: none !important;
}

.link-text {
    color: white;
    opacity: 0.6;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.link-text:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* .dropdown-content li > a, .dropdown-content li > span{
  color: #364044!important;
} */

div.form-outline>textarea {
    border: 1px solid #bdbdbb !important;
    color: #495057 !important;
    background-color: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2 rgba(13, 110, 253, 25);
}

.div.form-outline>textarea.form-control {
    background-color: #495057 !important;
}

div.form-outline>textarea:focus {
    border: 2px solid #1266f1 !important;
    color: #495057 !important;
    background-color: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2 rgba(13, 110, 253, 25);
}

.round-button-menu {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.round-button-menu:hover {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.icon-menu-color {
    color: rgba(255, 255, 255, 0.40) !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.icon-menu-color-light {
    color: rgb(255, 255, 255, 0.80) !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.team-social-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.form-select:focus {
    border-color: #0d6efd !important;
}

.toast-sm {
    position: absolute !important;
    top: 40% !important;
    left: 0 !important;
}

.small-card {
    width: 55%;
    height: 55%;
}

.big-card {
    width: 70%;
    height: 70%
}

.border-primary {
    border-color: #112D39!important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.icon-size {
    font-size: 1.2rem !important;
}

@media (max-width: 360px) {
    .product-empty-height {
        height: 65%;
    }
}

@media (min-width: 361px) and (max-width: 375px) {
    .product-empty-height {
        height: 25%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .product-empty-height {
        height: 20%;
    }
}

@media (min-width: 992px) {
    .product-empty-height {
        height: 10%;
    }
}

.form-control~.form-trans {
    -webkit-transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    background-color: #ffffff !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    z-index: 1000;
}

.form-control:focus~.txt {
    -webkit-transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    transform: translateY(-1rem) translateY(.1rem) scale(.8) !important;
    background-color: #ffffff !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.border-accent-btn {
    border: 2px solid #049D04 !important;
}

.circle-collapse-btn {
    width: 40px !important;
    height: 40px !important;
    color: #112D39;
    border-radius: 50% !important;
    background-color: #ffffff;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.circle-collapse-btn:hover {
    width: 40px !important;
    height: 40px !important;
    color: #ffffff;
    border-radius: 50% !important;
    background-color: #112D39;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.bg-smart-manager-collapse {
    background-image: url('../images/bg_smart_manager.png');
    /* Full height */
    height: 75% !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .bg-smart-manager-collapse {
        background-image: url('../images/bg_product_desktop.png');
        /* Full height */
        height: 100% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bg-smart-manager-collapse {
        background-image: url('../images/bg_product_tablet.png');
        /* Full height */
        height: 25% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 575px) {
    .bg-smart-manager-collapse {
        background-image: url('../images/bg_product_mobile.png');
        /* Full height */
        height: 75% !important;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.bg-module-color {
    background-color: #E9E9E9!important;
    display: none;
}

@media (max-width: 575px) {
    .documentaion-main-circle {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%;
        background-color: #0E3664 !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .documentaion-main-circle {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
        background-color: #0E3664 !important;
    }
}

@media (min-width: 992px) {
    .documentaion-main-circle {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
        background-color: #0E3664 !important;
    }
}

@media (max-width: 575px) {
    /* .linked-module{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #707070;
    } */
}

@media (min-width: 576px) and (max-width: 991px) {
    .linked-module {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid #707070;
    }
}

@media (min-width: 992px) {
    .linked-module {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #707070;
    }
}

.documentation-page {
    padding: 20px 0 60px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
    background-color: transparent !important;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.cart_prdct_table tbody tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
}

.cart_prdct_table thead tr th {
    background: #fff;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    color: #000;
    font-weight: 700;
    line-height: 54px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.cart_prdct_table thead tr th.cpt_img {
    min-width: 166px;
    width: 166px;
    border-left: 1px solid #ddd;
}

.cart_prdct_table thead tr th.cpt_q,
.cart_prdct_table thead tr th.cpt_module_desc {
    min-width: 130px;
    /* border: 2px solid red; */
}

.cart_prdct_table thead tr th.cpt_module_name .cart_prdct_table thead tr th.module_desc {
    min-width: 250px;
}

.cart_prdct_table thead tr th.cpt_func,
.cart_prdct_table thead tr th.cpt_module_lm {
    min-width: 160px;
}

.cart_prdct_table thead tr th.cpt_pn {
    min-width: 160px;
}

.cart_prdct_table thead tr th.cpt_date {
    min-width: 160px;
}

.cart_prdct_table thead tr th.cpt_desc {
    min-width: 150px;
}

.cart_prdct_table thead tr th.cpt_sub_func {
    min-width: 170px;
}

.cart_prdct_table thead tr th.cpt_sub_func1 {
    min-width: 170px;
}

.cart_prdct_table thead tr th.cpt_module_func,
.cart_prdct_table thead tr th.cpt_module_view {
    min-width: 166px;
    width: 166px;
}

.cart_prdct_table .cp_img {
    display: inline-block;
    padding: 10px 25px;
}

.cart_prdct_table tbody tr td:first-child {
    border-left: 1px solid #ddd;
}


/* html,
body,
header,
.view {
  height: 100%;
} */


/* 
@media(max-width: 575) {
    .view {
        height: 100% !important;
        border: 5px rgb(255, 0, 0) solid !important
    }
}

@media(min-width: 576) and (max-width: 767) {
    .view {
        height: 50% !important;
        border: 5px rgb(81, 255, 0) solid !important;
    }
}

@media(min-width: 768) and (max-width: 991) {
    .view {
        height: 100% !important;
        border: 5px rgb(28, 29, 27) solid !important;
    }
}

@media(min-width: 992) {
    .view {
        height: 80% !important;
        border: 5px rgb(28, 29, 27) solid !important;
    }
} */


/* @media(max-width: 575){
    view{
        height: 85% !important;
    }
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
}

@media (max-width: 799px) {
    html,
    body,
    header,
    .view {
        height: 1000px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 600px;
    }
} */

.bo {
    border: 5px solid red !important;
}

.bo2 {
    border: 5px solid green;
}

.b-input {
    border: 1px solid #bdbdbd !important;
}

@media (min-width: 992px) {
    .profil-container {
        margin-top: -80px;
        margin-left: 180px;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
        background-color: #049D04;
        cursor: pointer;
    }
}

.profil-edit-btn {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: #112D39;
    cursor: pointer;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.profil-edit-btn:hover {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: #1a4355!important;
    cursor: pointer;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.status-circle-open {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #1a4355!important;
}

.status-circle-inprogress {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #e5e90d!important;
}

.status-circle-blocked {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #e90d0d!important;
}

.status-circle-readyfortest {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #39e90d!important;
}

.status-circle-closed {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #464646!important;
}

.repport-highlight {
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.repport-highlight:hover {
    background-color: #112d3915!important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.btn-report-hover {
    color: #0E3664 !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.btn-report-hover:hover {
    color: #fff !important;
    background-color: #0E3664 !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.word-wrapp {
    word-wrap: word-break;
}

div.dropdown-menu {
    width: 250px !important;
    margin-right: 150px;
    margin-top: 15px;
}


/* .toast-d {
    position: absolute !important;
    left: 72% !important;
    top: 30px !important;
    min-height: 200px;
    z-index: 1000;
}

.toast-d-error {
    position: absolute !important;
    left: 85% !important;
    top: 30px !important;
    min-height: 600px !important;
    z-index: 1000;
} */

.wi {
    width: 800px !important;
}

.form-outline .form-control {
    border: 1px solid #bdbdbd !important;
}

.flag-text {
    margin-left: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #bdbdbb !important;
    border-radius: 4px !important;
    min-height: auto !important;
    padding-top: 5.28px !important;
    padding-bottom: 3.28px !important;
    display: block !important;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.img-profil {
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
}

.point {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.team_area {
    padding-bottom: 30px;
}

.our-team {
    text-align: center;
    margin-bottom: 30px;
}

.our-team .pic {
    padding: 30px 20px 0;
    position: relative;
}

.our-team .pic:before,
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
}

.our-team .pic:after {
    border: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: scale(1, 0);
}

.our-team:hover .pic:before,
.our-team:hover .pic:after {
    /* border-color: #33d286; */
    border-color: rgba(101, 179, 46, 1);
    transform: scale(1);
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    background: #0E3664;
    padding: 20px 0;
    color: #fff;
    position: relative;
}

.our-team:hover .team-content {
    /* background: #33d286; */
    background: rgba(101, 179, 46, 1);
}

.our-team .team-content:before {
    content: "+";
    width: 20px;
    height: 20px;
    font-size: 17px;
    color: #fff;
    background: #0E3664;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.3s ease 0s;
}

.our-team:hover .team-content:before {
    width: 100%;
    /* background: #33d286;
    color: #33d286; */
    background: rgba(101, 179, 46, 1);
    color: rgba(101, 179, 46, 1);
}

.our-team .title {
    font-size: 18px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    /* font-family: 'Roboto', cursive; */
    letter-spacing: 1px;
}

.our-team .post {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.our-team .social {
    padding: 0;
    list-style: none;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.our-team:hover .social {
    transform: scale(1);
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    /* color: #33d286; */
    color: rgba(101, 179, 46, 1);
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #fff;
}

.our-team .social li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 0px 15px rgba(0, 0, 0, .2);
}

.our-team .social li:hover a:before {
    background: #0E3664;
    color: #fff;
    transform: rotate(-45deg);
}

.center-block {
    float: inherit;
    margin-left: auto;
    margin-right: auto;
}


/*----- Section Title css -----*/

.section_title {
    margin-bottom: 40px;
}

.section_title h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 6px;
}

.section_title span {
    /* color: #33d286; */
    color: rgba(101, 179, 46, 1);
}

.section_title .divid {
    position: relative;
    display: inline-block;
    /* background: #33d286; */
    background: #0E3664 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.section_title .divid:after {
    position: absolute;
    content: '';
    top: 5px;
    right: 20px;
    /* background: #33d286; */
    background-color: #0E3664 !important;
    width: 30px;
    height: 1px !important;
}

.section_title .divid:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 20px;
    /* background: #33d286; */
    background-color: #0E3664 !important;
    width: 30px;
    height: 1px !important;
}

.btn-product {
    box-shadow: none !important;
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.btn-product:hover {
    box-shadow: none !important;
    transform: scale(1.2);
    transition: 0.5 !important;
    -webkit-transition: 0.5s !important;
}

.first-circle-product {
    background-color: #ffffff1a;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.second-circle-product {
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.tooltip .tooltip-arrow {
    position: absolute !important;
    display: block !important;
    width: .8rem !important;
    height: .4rem !important;
    border-bottom-color: #042137 !important;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #042137 !important;
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #042137 !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #042137;
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #042137 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #042137 !important;
    border-radius: .25rem
}

.animate-duration {
    --animate-duration: 0.8s;
}

#dropdown-account.dropdown-menu {
    width: 100px !important;
}


/* @media (min-width: 769px) and (max-width: 1199) {
    .d-video {
        display: block !important;
        border: 3px green solid !important;
    }
}

@media (min-width: 1200px) {
    
} */

.d-video {
    background-image: url('../images/desktop_background.png');
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.filter_ic {
    font-size: 1rem !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0b2a4e !important;
    color: #ffffff !important;
}

.info-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.divider-vertical::after {
    content: "|" !important;
    opacity: .4;
}

.sidenav .divider {
    margin: 0 0 0 0 !important;
}