/*
 * Copyright 2022 VIASOFT
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.noscroll {
    overflow: auto;
    position: fixed;
}

.content-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.content-section.cs-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

.bg-primary {
    background: #001930 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.heroheader {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
}


/* Side Menu */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
    overflow: hidden;
}

.overlay.active {
    display: block;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: rgba(0, 0, 0, 0.5)
}

#sidebar-wrapper {
    position: fixed;
    z-index: 3;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    background: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 100px;

}

.sidebar-nav {
    position: relative;
    top: 0;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    bottom: 0;
    -webkit-overflow-scrolling: touch
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #001930;
    padding: 15px;
    font-weight: 600;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #001930;
    background: rgba(0, 0, 0, 0.01);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

/* Adding a class to the sidebar wrapper that makes it appear as if it is being "toggled" on. */
#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    box-shadow: -10px 0px 15px 10px rgba(0, 0, 0, 0.05);
}

/* A fixed position element that is located at the top right corner of the screen. */
.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #001324;
    line-height: 50px;
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    border: 2px solid #001324;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.menu-toggle:focus,
.menu-toggle:hover {
    color: #fff;
    text-decoration: none;

}

.menu-toggle:hover {
    background: #343a40;
}

.menu-toggle>.close-menu {
    display: none;
}

.menu-toggle.active {
    right: 20px;
    color: #001324;
    background: #fff;
    border: 2px solid #EDEDED
}

.menu-toggle.active>.close-menu {
    display: inline-block;
}

.menu-toggle.active>.open-menu {
    display: none;
}

.accordion .card {
    border: 0;
}

.accordion .card .card-header {
    border-bottom: none;
    background-color: transparent;
}

.accordion .card .show {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.accordion .card .card-body {
    padding-top: 0;
}

footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

a {
    color: #1d809f;
}

a:hover,
a:focus,
a:active {
    color: #155d74;
}


/* action-bar */

.action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 0px 6px 15px 6px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    display: none;
}

.action-bar.active {
    display: block
}

.check-counter {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    margin: 0 4px;
    font-weight: 600;
}

.btn-round {
    border-radius: 50px !important;
}

.btn-primary {
    background-color: #001324;
    border-color: #001324;
}

.modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0;
}

.modal-content .modal-body.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal-dialog {
    max-width: 900px;
}

.modal-content {
    border: none;
    padding: 0 !important;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}

.modal-content .modal-header {
    padding: 0;
    border: none;
}

.modal-content .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #001324;
    border-radius: 0;
    color: #001324 !important;
    /*padding: 0;*/
    /*height: 30px;*/
}

.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: #001324;
    color: #fff;
    opacity: 1
}

input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    border-radius: 40px;    
    width: auto;
    background: #fff;
    color: #001930;
    cursor: pointer;
    border: 2px solid #ededed;
    padding-left: 2px;
    padding-right: 2px;  
  }
  
  input[type=checkbox] + label::after {
    content: 'Select';
    font-size: 14px;
    font-weight: bold;
    margin: 4px 12px;
  }
  
  input[type=checkbox] + label:hover {
    background: #001930;
    border-color: #001930;
    color: #fff
  }
  
  input[type=checkbox]:checked + label {
    background: #001930;
    border-color: #001930;
    color: #fff;
  }
  
  input[type=checkbox]:checked + label::after {
    font-family: 'Material Symbols Rounded';
    content: '\e5ca';
    margin: 2px 4px;
    display: inline-block;
  }