* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", Sans-serif;
    background-color: #ddd;
    font-size: 16px;
    background-image: url('4M.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.row-gape .col-sm-12 {
    margin-bottom: 30px;
}

.analytic-icon i {
    color: #008037 !important;
}

.main-header {
    min-height: 100px;
}

.content-area {
    min-height: 80vh;
}

.max-w-700 {
    max-width: 700px;
    width: 100%;
}

.login-parent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.login-parent .login-child {
    background: white;
    padding: 15px;
    border-radius: 10px;
}

.bg-blue {
    background-color: #496dd3;
}

.bg-blue a {
    color: white !important;
}

.header-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    padding: 20px 0px;
    margin: auto;
    align-items: center;
}

.header-top .text {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    color: white;
    margin: 0px;
}

.header-top .header-button {
    border-radius: 7px;
    background: #fcca29;
    border: 1px solid #fcca29;
    font-weight: 14px;
    color: white;
    padding: 8px 25px;
}

.header-bottom {
    background: #fff;

}

.header-bottom .nav-item {
    position: relative;
    overflow: hidden;
}

.header-bottom .nav-item::before {
    content: '';
    position: absolute;
    transition: all 0.3s ease-in-out;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: white;
    z-index: 1;
}

.header-bottom .nav-item:hover::before {
    bottom: 1px;
}

.header-bottom .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.header-bottom .navbar-light {
    background-color: transparent !important;
    padding: 0px;
}

.navbar-brand img {
    max-width: 250px;
    margin-right: 90px;
    height: auto;
}

.header-bottom .nav-link {
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 30px 0px;
}

.header-bottom .nav-barr {
    font-weight: 300;
    cursor: text;
}

.header-bottom .phone-link {
    font-weight: 400;
}

.main-footer {
    background-color: #2d2d2d;
    padding: 20px 0px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo img {
    max-width: 300px;
    height: auto;
}

.footer-share {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 350px;
    width: 100%;
}

.footer-share ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0px;
    list-style: none;
}

.footer-share ul li {
    margin: 5px 15px;
}

.footer-share ul li a {
    color: rgba(255, 255, 255, 0.32);
}

.footer-share input {
    background: #eee8e8;
    height: 30px;
    font-size: 14px;
    padding-left: 30px;
    border-radius: 8px;
}

.footer-share .form-group {
    position: relative;
}

.footer-share .form-group i {
    color: rgba(36, 34, 34, 0.32);
    position: absolute;
    top: 9px;
    left: 7px;
}

.step-active {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-grid;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #008037;
    border-radius: 70px;
    border: solid 2px #ddd;
    text-align: center;
    flex: 0 0 auto;
}

.wizard-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline {
    display: inline;
}

.bg-primary {
    background-color: #008037 !important;
    color: #fff;
    padding: 10px;
}

.wizard-box {
    opacity: 0.85;
    padding: 20px;
    background-color: #c4d0f2;
    margin-bottom: 50px;
    border-radius: 5px;
}

.main-heading {
    position: relative;
    top: -55px;
    border-radius: 5px;
}

.main-heading h1 {
    font-size: 36px;
}

.main-container {
    margin-top: 80px;
}

.wizard-step-container {
    margin-top: -35px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #008037 !important;
    --bs-btn-border-color: #008037 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #008037;
    --bs-btn-hover-border-color: #008037;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #008037;
    --bs-btn-active-border-color: #008037;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #008037 !important;
    --bs-btn-disabled-border-color: #008037 !important;
}

.text-right {
    text-align: right;
}

.highlight {
    font-size: 16px;
    color: rgb(120, 29, 29);
    font-weight: bolder;
}

.bold {
    font-weight: bolder;
}

.counter_wrapper {
    position: relative;
}

.counter_wrapper .counter {
    position: absolute;
    width: max-content;
    height: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #496dd3;
    padding: 5px 10px;
    color: white;
    top: -20px;
    left: -23px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.counter_wrapper a i,
.counter_wrapper a {
    font-size: 25px;
}

.record-comp thead tr th {
    min-width: 100px;
}

.counter_wrapper:hover .counter {
    opacity: 1;
}

.main-container .form-control,
.select2-container--default .select2-selection--single {
    padding: 5px 10px;
    height: 40px !important;
    border-radius: 0px;
}

::placeholder {
    font-style: italic;
}

.main-container .input-group-text {
    border-radius: 0px;
    background-color: white;
}

.main-container label {
    margin-bottom: 5px;
}

.main-container .form-control:active,
.main-container .form-control:focus {
    box-shadow: none;
}

.main-container .col-sm-12,
.forn-group {
    margin-bottom: 20px;
}

.main-container .btn-primary,
.btn-primary,
.main-container .btn-secondary {
    border-radius: 0px !important;
    outline: none;
    padding: 12px 30px !important;
}

.subtitle {
    font-size: 30px;
    color: #333;
    margin: 0px 0px 15px 0px;
}

.step-three .input-group {
    margin-top: 18px;
}

.info-main-title {
    font-size: 1.5rem;
    color: #333;
    margin: 0px 0px 15px 0px;
}

.info-title {
    font-size: 22px;
    color: #333;
    margin: 0px 0px 15px 0px;
}

.info-title i {
    color: rgb(13, 110, 13);
    margin-left: 5px;
}

.setting-cards .col-6 {
    margin-bottom: 25px;
}

.setting-cards .setting-card {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 9px 9px 20px -15px;
    background-color: white;
    border-radius: 12px;
}

.setting-cards .setting-card .title {
    font-size: 24px;
    margin: 0px;
    line-height: 1.3;
    color: #2d2d2d;
    text-align: center;
    font-weight: 500;
}

.card {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 9px 9px 20px -15px;
}

.card-info {
    font-size: 16px;
    color: #333;
    margin: 0px 0px 8px 0px;
}

.analytic-card {
    padding: 5px 10px;
}

.analytic-card-container {
    border: solid 1px #eee;
    border-radius: 5%;
}

.analytic-card-title {
    font-size: 26px;
}

.analytic-count {
    font-size: 50px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.analytic-icon {
    font-size: 74px;
    color: #182997;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100px;
}

.card-info span {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    margin: 0px;
}

/* The container */
.checkcontainer {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked~.checkmark {
    background-color: #008037;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.licence-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 9px 9px 20px -15px;
}

.custom-image-wrapper {
    position: relative;
    width: 100%;
}

.custom-image-wrapper .licence-image {
    position: absolute;
    bottom: 35px;

    height: auto;
    width: 100%;
    left: 0px;
    z-index: 555;
    border-radius: 10px;
}

.licence-image {
    width: auto;
    height: auto;
    margin: 15px 0px;
}

.licence-image img {
    width: 200px;
    height: auto;
}

.spinner {
    border: 5px solid #f3f3f3;
    /* Light grey border */
    border-top: 5px solid #3498db;
    /* Blue border */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.upload {
    position: relative;
}

.upload input[type="file"] {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    opacity: 0;
}

span.text-danger {
    font-weight: 500;
    font-size: 14px;
}

.login-cintainer {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.login-wrapper {
    max-width: 700px;
    padding: 40px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 9px 9px 20px -15px;
    background-color: white;
    margin: auto;

}

.login-wrapper .form-control {
    border-radius: 2px;
}

.p-2 {
    padding: 2rem !important;
}

.p-1 {
    padding: 1rem !important;
}

@media (max-width:1200px) {
    .header-bottom .nav-barr {
        display: none;
    }

    .navbar-brand img {
        margin-right: 50px;
    }
}

@media (max-width:992px) {
    .header-bottom .nav-item::before {
        content: none;
    }

    .header-bottom,
    .header-top {
        padding: 20px;
    }

    .header-bottom .nav-barr {
        display: none;
    }

    .header-bottom .nav-link {
        padding: 20px 0px;
    }
}

.custom_tablee .custom_input {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}

@media (max-width:570px) {
    .custom_tablee .custom_input {
        height: 38px;
    }

    .table-responsive th {
        white-space: nowrap;
    }

    .table-responsive .number-input {
        min-width: 90px;
        height: 35px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .header-top .text {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .header-top .header-button {
        font-size: 13px;
        padding: 5px 15px;
    }

    .success-message {
        font-size: 20px !important;
    }

    .navbar-brand img {
        max-width: 150px;
        margin-right: 20px;
        height: auto;
    }

    .licence-image {
        width: auto;
        height: auto;
        margin: 15px 0px;
    }

    .licence-image img {
        width: 200px;
        height: auto;
    }

    .main-heading h1 {
        font-size: 18px;
    }

    .subtitle {
        font-size: 20px;
    }

    .checkcontainer {
        font-size: 16px;
    }

    .checkmark {
        width: 21px;
        height: 21px;
    }

    .checkcontainer .checkmark:after {
        left: 8px;
        top: 3px;
    }
}

.image-remove {
    position: relative;
    top: 3px;
    right: 3px;
}

.camera-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background-color: #000;
    opacity: 1;
    visibility: hidden;
    z-index: 999;
}

.noscroll {
    overflow: hidden;
}

.select2-container {
    display: block !important;
}

.bg-yellow {
    background-color: #fff583;
}

.header-bottom .nav-link {
    color: #000;
}

a.menu-link:link {
    color: #000;
    text-decoration: none;
}

a.menu-link:visited {
    color: #000;
    text-decoration: none;
}

a.menu-link:hover {
    text-decoration: none;
    color: #008000
}

.CameraUpload::before {
    content: 'Upload';
}

@media (max-width: 767px) {
    .CameraUpload::before {
        content: 'Camera';
    }
}

.btn-successs {
    position: relative;
    cursor: pointer !important;
}

.btn-successs input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer !important;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

.application-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.application-title-main {
    font-size: 28px;
    margin-bottom: 15px;
}

.fixed {
    position: fixed;
}

.menu-button {
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 4px;
}

@media(max-width :600px) {
    .application-title-main {
        font-size: 18px;
    }

    #aptTable_filter label,
    #aptTable_length label {
        font-size: 12px
    }

    #aptTable_filter {
        float: right;
        margin-top: 0px;
    }

    #aptTable_length {
        float: left;
    }

    #aptTable_filter input,
    #aptTable_length select {
        max-width: 100px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px
    }

    #aptTable label {
        font-size: 12px;
    }

    #aptTable input {
        max-width: 100px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .custom-menu {
        font-size: 12px;
    }

    .status-td {
        max-width: 50px;
    }

    .badge-status {
        text-wrap: wrap;
        max-width: 95px;
        line-height: 13px;
    }

    .table-responsive th,
    .table-responsive td {
        font-size: 12px;
    }

    .application-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .client_menu {
        display: flex;
        align-items: center;
        gap: 5px;
        overflow-x: auto;
    }

    .d-mobile-none {
        display: none;
    }

    .client_menu li {
        padding: 5px !important;
        width: min-content !important;
        min-width: max-content !important;
    }

    .client_menu a {
        font-size: 13px;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    70% {
        opacity: 0.4;
    }
}

.modal-abs {
    position: absolute;
    top: 10%;
}

input[type="date"] {
    background-size: 5em calc(0.75em + 0.375rem) !important;
}

.text-negative-600 {
    color: red;
}

.uppercase {
    text-transform: uppercase;
}

.fixed.inset-0.bg-secondary-400.dark\:bg-secondary-700.bg-opacity-60.dark\:bg-opacity-60.transform.transition-opacity {
    background-color: #000 !important;
    opacity: 0.7 !important;
}

.w-full.min-h-full.transform.flex.items-end.justify-center.mx-auto.sm\:items-start.sm\:max-w-2xl {
    margin-top: 15% !important;
}

.dataTables_wrapper .dataTables_length select {
    background-position: center right;
    padding-right: 1.3rem !important;
}

table.dataTable.no-footer {
    margin-bottom: 1rem;
}

a .alw-extension-logo {
    width: 16px;
    height: auto;
    display: inline;
    margin: -1px 10px 5px -5px;
}

@media(max-width :768px) {

    #aptTable_filter label,
    #aptTable_length label {
        font-size: 12px
    }

    #aptTable_filter {
        float: right;
        margin-top: 0px;
    }

    #aptTable_length {
        float: left;
    }

    #aptTable_filter input,
    #aptTable_length select {
        max-width: 100px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px
    }

    #aptTable label {
        font-size: 12px;
    }

    #aptTable input {
        max-width: 100px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .p-12 {
        padding: 1rem !important;
        ;
    }
}

.front_dl {
    border: dashed 3px;
    border-radius: 10px;
    height: 250px;
}

.dl_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-decoration: column;
    flex-direction: column;
    overflow: hidden;
}