﻿/*
Template Name: Sundarban Web
Author: Abul Bashar
Email: ibashar24@gmail.com
File: site.css
*/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

div#navbarSupportedContent {
    background: #98aebc;
}

.bg-light .navbar-nav > .nav-item.active a {
    background: #008cff;
    color: #fff;
    border-bottom: 2px solid #0dcaf0;
    padding-left: 10px;
}

.bg-light .navbar-nav > .nav-item a {
    color: #fff;
    background: #009970;
    padding-left: 10px;
    border-bottom: 2px solid #0a58ca;
}

.bg-light .navbar-nav > .nav-item a:hover {
    color: #fff;
    background: #1861ac;
    border-bottom: 2px solid red;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background: url("../images/img/hero-7.jpg") center center;
    background-size: cover;
    position: relative;
}

    #hero .container {
        padding-top: 80px;
    }

    #hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h2 {
        color: #eee;
        margin-bottom: 40px;
        font-size: 15px;
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.5px;
        /*text-transform: uppercase;*/
    }

    #hero .btn-get-started {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #hero .btn-get-started:hover {
            background: #009970;
            border: 2px solid #009970;
        }

    .logo img {
        height: 50px;
        width: 60px;
        border-radius: 5px;
    }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {

    .logo img {
        height: 45px;
        width: 50px;
        border-radius: 5px;
    }
        #hero {
            height: 100vh;
        }

        #hero .container {
            padding-top: 60px;
        }

        #hero h1 {
            font-size: 32px;
            line-height: 36px;
        }

    .page-content {
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    }

    /*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: var(--bs-gutter-x,.0rem);
        padding-left: var(--bs-gutter-x,0rem);
    }*/
}


#cnnumber {
    display: block;
    /*width: 100%;*/
    padding: .375rem .75rem;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*@media screen {
    #printSection {
        display: none;
    }
}*/

/*body {
    margin: 0;
    background: #CCCCCC;
}

div.page {
    margin: 10px auto;
    border: solid 1px black;
    display: block;
    page-break-after: always;
    width: 209mm;
    height: 296mm;
    overflow: hidden;
    background: white;
}

div.landscape-parent {
    width: 296mm;
    height: 209mm;
}

div.landscape {
    width: 296mm;
    height: 209mm;
}

div.content {
    padding: 10mm;
}*/

/*body,
div,
td {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}*/



/*@media print {
    body {
        background: none;
    }

    div.page {
        width: 209mm;
        height: 296mm;
    }

    div.landscape {
        transform: rotate(270deg) translate(-296mm, 0);
        transform-origin: 0 0;
    }

    div.portrait,
    div.landscape,
    div.page {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }
}*/
@media print {
    /*    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }*/

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

    #printableArea {
        position: absolute;
        left: 0;
        top: 0;
    }

    #printableArea {
        font-size: 11px !important;
        overflow: hidden !important
    }

    #printableArea > div:last-child {
        page-break-before: always
    }

   /* @page {
        size: A4 landscape;
        margin: 11mm 17mm 17mm 17mm;
    }*/

}


#cndetails .table > :not(caption) > * > * {
    padding: .1rem .1rem;
}
.shadow-cus .table > :not(caption) > * > * {
    padding: .1rem .1rem;
}

.app-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(185 115 115 / 13%);
    border-radius: .25rem;
}



/*Light and Dark theme switcher*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0dcaf0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 0px;
        bottom: 4px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        box-shadow: 0 0px 15px #2020203d;

        /*font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f186";*/

        background: white url('https://i.ibb.co/FxzBYR9/night.png');
        background-repeat: no-repeat;
        background-position: center;
    }

input:checked + .slider {
    background-color: #6495ED;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);

    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f185";*/

    background: white url('https://i.ibb.co/7JfqXxB/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Rounded sliders */
.slider.round {
    height: 20px;
    width: 45px;
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*End Light and Dark theme switcher*/