:root {
    --main-color: #50c1ef;
    --white: #ffffff;
}

.cl-bg-accent {
    background-color: var(--main-color) !important;
}
.cl-accent {
    color: var(--main-color) !important;
}

body {
    background-color: #222121;
    color: #fff;
}

.navbar-brand {
    color: var(--main-color);
}

.nav-link {
    color: var(--white);
}

.nav-link.active, .nav-link:hover {
    color: var(--main-color) !important;
}

main {
    display: block;
    margin-top: 56px;
    height: calc(100vh - 156px);
    background-color: red;
}

#carouselExample {
    height: 100%;
}


.business {
    background: #020024;
    background: -moz-linear-gradient(209deg, hwb(243 73% 17%) 0%, rgba(56, 182, 255, 1) 90%);
    background: -webkit-linear-gradient(209deg, hsl(243, 21%, 78%) 0%, rgba(56, 182, 255, 1) 90%);
    background: linear-gradient(209deg, hsl(243, 21%, 78%) 0%, rgba(56, 182, 255, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#38b6ff", GradientType=1);
}

.main-container {
    border-radius: 15px;
    box-shadow: 2px 7px 15px #0000003d;
}


.footer {
    height: 100px;
    background-color: orange;
}

.carousel-item {
    height: calc(100% - 65px);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.ct_blue_bg {
    background-color: var(--main-color);
}

.ct_blue {
    color: var(--main-color);
}


.product {
    box-shadow: 0px 3px 20px -10px #000;
    border-color: #6ab8ee !important;
}

a#lType1,
a#lType2 {
    margin: 0px auto 0px;
    text-align: center;
    color: rgb(216, 216, 216);
    text-decoration: none;

}

a#lType1 img,
a#lType2 img {
    width: 500px;
    transition: all 0.5s ease;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #000;
}

a#lType1:hover img,
a#lType2:hover img {
    transform: scale(1.1);
}

.cl-form {
    padding: 40px 30px;
    border: 1px solid #c9c9c9;
    border-radius: 9px;
    background-color: #ececec;
    box-shadow: 4px 4px 5px 0px #a2a2a2;
}

.inner-info {
    background-color: #f3f3f3;
    height: 300px;
    overflow-y: scroll;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.card-header {
    background: rgb(56, 182, 255);
    background: -moz-linear-gradient(180deg, rgba(56, 182, 255, 1) 0%, rgba(12, 91, 163) 50%, rgba(56, 182, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(56, 182, 255, 1) 0%, rgba(12, 91, 163) 50%, rgba(56, 182, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(56, 182, 255, 1) 0%, rgba(12, 91, 163) 50%, rgba(56, 182, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38b6ff", endColorstr="#38b6ff", GradientType=1);
}

.cl-card-header {
    position: absolute;
    margin-top: -30px;
    z-index: 50;
    height: 50px;
    width: 95%;
    box-shadow: 1px 1px 14px #000;
}

.cl-c-header {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-color: transparent;
}

/* BUTTON STYLING */

.ghost-button {
    display: inline-block;
    padding: 8px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
}

.ghost-button-border-color {
    margin-left: 14px;
    margin-right: 7px;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    border: 2px solid transparent;
    background-color: transparent;
    border-radius: 9px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition:
        border-color 0.3s ease-out,
        color 0.3s ease-out,
        background-color 0.3s ease-out,
        border-radius 0.3s ease-out;

}

.ghost-button-border-color:hover,
.ghost-button-border-color:active {
    border-radius: 50px;
    color: #fff;
    border-color: #fff;
    transition: border-color 0.4s ease-in, color 0.4s ease-in, background-color 0.3s ease-in, border-radius 0.3s ease-in;
}

.gbdac-red {
    background-color: #980606;
}

.gbdac-green {
    background-color: #089706;
}

.gbdac-green-txtDark {
    background-color: #089706;
    font-weight: 700;
}

.gbdac-green-txtDark:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    background-color: #363636;
}

 /* CSS FOR THE LOADER ON THE LICENSE PAGE (chooseLicense.php) */
.loader {
    margin: 150px auto;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffffff;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}


  .videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.myvid {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}