﻿/*
    Project:    Darlington.gov.uk 2025 Umbraco 13+
    Version:    1.0
    Date:       22/11/2024
    Author:     Chris Smith (DBC)
    
    Purpose:    Shared bootstrap styling between ddarlo.gov and leisure templates.
*/


/*This hack removes the white space caused by empty grid sections in a block grid*/
.umb-block-grid__area:not(:has(*)) {
    display: none !important;
}

:root {
    --primary-link-color: #0000f0;
    --primary-link-hover-color: #B30000;
    --alternative-link-hover-color: #ff0;
    /*Overriding bootstrap colours*/

    --bs-success: #1d6418;
    --bs-success-rgb: 29,100,24;
    --bs-dark: #2f2e2e;
    --bs-dark-rgb: 47,46,46;
    --bs-danger: #cd0013;
    --bs-danger-rgb: 205,0,19;
    --bs-warning: #E1B008;
    --bs-warning-rgb: 225,176,8;
    --bs-secondary: #e2e3e5;
    --bs-secondary-rgb: 226,227,229;
    --bs-light: #ebe9e9;
    --bs-light-rgb: 235,233,233;

}


/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Typography----------------------------------------*/
/*-------------------------------------------------------------------------------------------*/




.text-bg-primary {
    background-color: #007297 !important;
    color: #fff;
}

    .text-bg-primary h2,
    .text-bg-primary .h2,
    .text-bg-primary h3,
    .text-bg-primary .h3 {
        color: #fff;
    }


    .text-bg-primary .text-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important;
    }

.strong {
    font-weight: 600;
}

.error-header {
    color: #AF0808;
    font-size: 3rem;
    line-height: 3rem;
}

.missing-file {
    background-color: #fcf8a1;
    font-weight: 600;
}
/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Accordions----------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.accordion-header {
    margin: 0;
}

.accordion-button.collapsed {
    background-color: #007297;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #f5f5f5;
    background-color: #004b72;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


.accordion-button::after {
    background-image: url(/images/Bootstrap/Arrow-Down-White.svg);
}


.accordion-button:not(.collapsed)::after {
    background-image: url(/images/Bootstrap/Arrow-Down-White.svg);
    transform: rotate(-180deg);
}


.accordion-button:hover {
    background-color: #004b72;
}

.accordion-button:focus {
    border-color: #ff7500;
    box-shadow: 0 0 0 0.25rem rgba(205, 139, 9, 1);
}

.accordion-body {
    padding: 1rem;
}

/*.accordion .accordion-body a {
    color: var(--primary-link-color);
}

    .accordion .accordion-body a:hover,
    .accordion .accordion-body a:focus {
        color: var(--primary-link-hover-color);
    }*/


/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Alerts--------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.alert {
    --bs-alert-border: 3px solid var(--bs-alert-border-color);
}


.alert-danger {
    --bs-alert-color: #fff;
    --bs-alert-bg: #cd0013;
    --bs-alert-border-color: #fff;
    box-shadow: #cd0013 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}


    .alert-danger h1,
    .alert-danger .h1,
    .alert-danger h2,
    .alert-danger .h2,
    .alert-danger h3,
    .alert-danger .h3,
    .alert-danger p,
    .alert-danger a {
        color: #fff;
    }

        .alert-danger a:hover {
            color: var(--alternative-link-hover-color);
        }

.alert-success {
    --bs-alert-color: #fff;
    --bs-alert-bg: #1d6418;
    --bs-alert-border-color: #fff;
    box-shadow: #1d6418 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}


    .alert-success h1,
    .alert-success .h1,
    .alert-success h2,
    .alert-success .h2,
    .alert-success h3,
    .alert-success .h3,
    .alert-success p,
    .alert-success a{
        color: #fff;
    }

        .alert-success a:hover {
            color: var(--alternative-link-hover-color);
        }

.alert-warning {
    --bs-alert-color: #000;
    --bs-alert-bg: #E1B008;
    --bs-alert-border-color: #fff;
    box-shadow: #ffbf47 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}


    .alert-warning h1,
    .alert-warning .h1,
    .alert-warning h2,
    .alert-warning .h2,
    .alert-warning h3,
    .alert-warning .h3,
    .alert-warning p {
        color: #000;
    }
    .alert-warning a:hover {
        color: #8A0030;
    }

.alert-primary {
    --bs-alert-color: #fff;
    --bs-alert-bg: #007297;
    --bs-alert-border-color: #fff;
    box-shadow: rgb(0 114 151) 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

    .alert-primary h1,
    .alert-primary .h1,
    .alert-primary h2,
    .alert-primary .h2,
    .alert-primary h3,
    .alert-primary .h3,
    .alert-primary p,
    .alert-primary a {
        color: #fff;
    }

        .alert-primary a:hover {
            color: var(--alternative-link-hover-color);
        }


.alert p:last-of-type {
    margin-bottom: 0;
}

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #fff;
    box-shadow: rgb(207 224 256) 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #9b9b9b;
}

.alert-dark {
    --bs-alert-color: #fff;
    --bs-alert-bg: #2f2e2e;
    --bs-alert-border-color: #fff;
    box-shadow: rgb(64 64 64) 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

    .alert-dark h1,
    .alert-dark .h1,
    .alert-dark h2,
    .alert-dark .h2,
    .alert-dark h3,
    .alert-dark .h3,
    .alert-dark p,
    .alert-dark a{
        color: #fff;
    }

    .alert-dark a:hover {
        color: var(--alternative-link-hover-color);
    }

.alert-black {
    --bs-alert-color: #fff;
    --bs-alert-bg: #000;
    --bs-alert-border-color: #fff;
    box-shadow: rgb(64 64 64) 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

    .alert-black h1,
    .alert-black .h1,
    .alert-black h2,
    .alert-black .h2,
    .alert-black h3,
    .alert-black .h3,
    .alert-black p,
    .alert-black a{
        color: #fff;
    }

        .alert-black a:hover {
            color: var(--alternative-link-hover-color);
        }

.alert-light {
    --bs-alert-color: #404040;
    --bs-alert-bg: #ebe9e9;
    --bs-alert-border-color: #ebe9e9;
    box-shadow: rgb(64 64 64) 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

    .alert-light h1,
    .alert-light .h1,
    .alert-light h2,
    .alert-light .h2,
    .alert-light h3,
    .alert-light .h3,
    .alert-light p {
        color: #404040;
    }

.alert-white {
    --bs-alert-color: #000;
    --bs-alert-bg: #fff;
    --bs-alert-border-color: #ebe9e9;
    box-shadow: rgb(0 0 0) 0px 0px 0px 3px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

    .alert-white h1,
    .alert-white .h1,
    .alert-white h2,
    .alert-white.h2,
    .alert-white h3,
    .alert-white .h3,
    .alert-white p {
        color: #000;
    }

/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Backgrounds---------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.text-bg-primary a,
.text-bg-secondary a,
.text-bg-dark a,
.text-bg-success a,
.text-bg-danger a,
.text-bg-black a{
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

    .text-bg-primary a:hover,
    .text-bg-primary a:focus-visible,
    .text-bg-secondary a:hover,
    .text-bg-secondary a:focus-visible,
    .text-bg-dark a:hover,
    .text-bg-dark a:focus-visible,
    .text-bg-danger a:hover,
    .text-bg-danger a:focus-visible,
    .text-bg-black a:hover,
    .text-bg-black a:focus-visible {
        color: #FFFF00;
    }

.text-bg-success a {
    color: #fff
}

    .text-bg-success a:hover,
    .text-bg-success a:focus-visible {
        color: var(--alternative-link-hover-color);
    }

.text-bg-warning a,
.text-bg-light a,
.text-bg-secondary a{
    color: #0F49D2;
    font-weight: 700;
    text-decoration: underline;
}

    .text-bg-warning a:hover,
    .text-bg-warning a:focus-visible,
    .text-bg-light a:hover,
    .text-bg-light a:focus-visible,
    .text-bg-secondary a:hover,
    .text-bg-secondary a:focus-visible {
        color: #0f5232;
    }

.text-bg-black{
    background-color: #000;
    color: #fff;
}

.text-bg-secondary {
    color: #000!important;
}

.text-bg-light{
    background-color: var(--bs-light);
}

/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Blockquotes---------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

figure.quote {
    padding: 1rem;
}

figure.text-start {
    border-left: 8px solid #9e9e9e;
    margin-left: .5rem;
}

figure.text-end {
    border-right: 8px solid #9e9e9e;
    margin-right: .5rem;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    color: #52585f;
}

/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Breadcrumb----------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.breadcrumbContainer {
    margin-bottom: 1rem;
    padding-bottom: .25rem;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: #3F444A;
    --bs-breadcrumb-item-active-color: #3F444A;
    margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------Buttons--------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
.btn {
    border-radius: 0;
    text-decoration: none!important;
}

    .btn:focus {
        outline: 4px solid #ff7500;
    }

.btn-xl {
    font-size: 1.5rem;
    padding: 1rem 4rem;
}

.btn-block {
    display: block;
    width: 100%;
}


.btn-outline-primary {
    --bs-btn-border-color: #007297;
    --bs-btn-color: #007297;
    --bs-btn-hover-bg: #007297;
    --bs-btn-hover-border-color: #007297;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #007297;
    --bs-btn-border-color: #006ea2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #004b72;
    --bs-btn-hover-border-color: #01486d;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #004b72;
    --bs-btn-active-border-color: #01486d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-default {
   color: #333 !important;/* 
    background-color: #fff;
    border-color: #A1A1A1;*/
    --bs-btn-color: #333!important;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #A1A1A1;
    --bs-btn-hover-color: #fff!important;
    --bs-btn-hover-bg: #3C3939;
    --bs-btn-hover-border-color: #3C3939;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #616161;
    --bs-btn-active-border-color: #474747;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #616161;
    --bs-btn-disabled-bg: #dedede;
    --bs-btn-disabled-border-color: #dedede;
}

   .btn-default:hover, .btn-default.hover,
    .btn-default:focus-visible, .btn-default.focus {
        color: #fff!important;
        background-color: #3C3939;
        border-color: #3C3939;
    }

.btn-outline-success {
    --bs-btn-border-color: #217621;
    --bs-btn-color: #217621;
    --bs-btn-hover-bg: #164e16;
    --bs-btn-hover-border-color: #164e16;
}


.btn-success {
    background-color: #217621;
    border-color: #217621;
    color: #fff!important;
}

    .btn-success:focus,
    .btn-success.focus,
    .btn-success:hover,
    .btn-success.hover {
        color: #fff;
        background-color: #164e16;
        border-color: #164e16;
    }

.btn-check:checked + .btn-link,
.btn-link.active,
.btn-link.show,
:not(.btn-check) + .btn-link:active {
    color: #0b0c0c;
    background-color: #fd0;
}

.btn-close:focus {
    box-shadow: none;
    outline: 3px solid var(--outline-orange);
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #6f6c6c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
    --bs-btn-font-size: 1.25rem;
    /*    border-radius: .375rem;*/
    --bs-btn-border-width: 3px;
    --bs-btn-padding-x: 2rem;
}

.btn-warning {
    --bs-btn-hover-bg: #E6AC00;
}


/*-------------------------------------------------------------------------------------------*/
/*------------------------------------------Cards--------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.card-header h1,
.card-header .h1,
.card-header h2,
.card-header .h2,
.card-header h3,
.card-header .h3 {
    margin-bottom: 0;
}

.card-header > .header-title,
.card-header h2,
.card-header .h2 {
    font-size: 1.25rem;
}

.card-header h3,
.card-header .h3 {
    font-size: 1.125rem;
}

.card-header.text-bg-primary h1,
.card-header.text-bg-primary .h1,
.card-header.text-bg-primary h2,
.card-header.text-bg-primary .h2,
.card-header.text-bg-primary h3,
.card-header.text-bg-primary .h3 {
    color: #fff;
}

.card-footer h3 {
    margin-bottom: 0;
}

.card-highlight-text {
    color: var(--primary-blue);
    font-size: 1.25rem;
    line-height: 1.5;
}

.text-bg-primary .card-header-link {
    color: #fff;
    padding: 2px;
}

    .text-bg-primary .card-header-link:hover,
    .text-bg-primary .card-header-link:focus {
        color: #ff0;
    }

    .text-bg-primary .card-header-link:focus {
        outline: 3px#ff0 solid;
    }


/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Carousels-----------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.carousel-caption h2 {
    color: #fff;
}

.carousel-dark .carousel-caption h2 {
    color: #000;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4.5rem;
    height: 4.5rem;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .75;
}

    .carousel-control-next:focus,
    .carousel-control-prev:focus {
        outline: 3px solid var(--outline-orange) !important;
    }


/*-------------------------------------------------------------------------------------------*/
/*---------------------------------------Form Components-------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

select[multiple],
select[size] {
    height: auto;
}


legend {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

.form-group {
    margin-bottom: 15px;
}

.form-group-sm {
    margin-bottom: 5px;
}

.form-select,
.form-control {
    border: 3px solid #6f6c6c;
    border-radius: 0;
}

.text-bg-primary .form-select,
.text-bg-primary .form-control {
    border: 3px solid #414141;
    border-radius: 0;
}

.alert-light .form-select,
.alert-light .form-control {
    border: 3px solid #404040;
}

input:focus, select:focus,
textarea:focus, .form-control:focus,
.form-select:focus {
    background-color: #f3e490;
    box-shadow: inset 0 0 0 2px;
    border: solid rgb(60, 55, 55) !important;
    color: #444;
    outline: 4px solid #ff7500
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 3px solid #ffbf47;
}

input[type=checkbox] ~ label,
input[type=radio] ~ label {
    margin-left: 5px;
    padding: 0 5px;
}

input[type=checkbox]:checked ~ label,
input[type=radio]:checked ~ label {
    color: #212020;
    background: #f3e490;
}

input[type=checkbox],
input[type=radio] {
    border: 3px solid #6f6c6c;
    height: 27px;
    width: 27px;
    vertical-align: text-bottom;
}

.alert-light input[type=checkbox],
.alert-light input[type=radio] {
    border: 3px solid #404040;
}

.form-check-input:checked {
    background-color: #268726;
    border-color: #268726;
}

label {
    font-weight: 600;
}

.form-check {
    margin-bottom: .25rem;
    display: flex;
    flex-wrap: wrap;
}

.control-label,
.form-check-label {
    font-size: 1rem;
    align-self: center;
    max-width: calc(100% - 32px);
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -3px;
}

.input-group .btn {
    --bs-btn-border-width: 3px;
}

.input-group .btn-outline-secondary {
    --bs-btn-color: #4e4c4c;
    --bs-btn-border-color: #6f6c6c;
}

    .input-group .btn-outline-secondary:focus {
        box-shadow: inset 0 0 0 2px;
        outline: 4px solid #ff7500;
    }

.allowCRMIntegration {
    display: flex;
}

    .allowCRMIntegration label {
        width: 87%;
    }
/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------Pagination----------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.pagination {
    --bs-pagination-padding-x: 1.05rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-color: var(--primary-blue);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #9f9c9c;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: var(--primary-blue);
    --bs-pagination-hover-border-color: var(--primary-blue);
    --bs-pagination-focus-color: var(--primary-grey);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(255, 87, 34, 1);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: 1.125rem;
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*-------------------------------------------------------------------------------------------*/
/*------------------------------------------Tables-------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.table {
    --bs-table-hover-bg: #b7e6f5;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

thead.primary > tr > th {
    background-color: #007297;
    border: 1px solid #007297;
    color: #fff;
    font-size: 1.25rem;
    vertical-align: middle;
}

.hd-mdp thead.primary > tr > th {
    background-color: #783C90;
    border: 1px solid #783C90;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f0;
}


/*.table-hover > tbody > tr:hover {
    background-color: #ebf7fb;
}*/

thead.primary {
    border: 1px solid #007297;
}

td a {
    padding: 0;
}

caption {
    color: #282828;
    padding-bottom: 10px;
    padding-top: 12px;
}

thead th,
tbody td {
    line-height: 1.5rem;
}





/*-------------------------------------------------------------------------------------------*/
/*---------------------------------------------Well------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.well {
    background-color: #eee;
    border: 3px solid #6f6c6c;
    border-radius: 6px;
    margin: .5rem;
    padding: 1rem;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------(iPhone 14 Pro Max)------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 430px) {

    .allowCRMIntegration label {
        width: 87%;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------Bigger than phone-----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------(COL-MD)-----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {


    /*-------------------------------------------------------------------------------------------*/
    /*--------------------------------Typography (COL-MD)----------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

    .error-header {
        font-size: 3.5rem;
        line-height: 4rem;
    }


    /*-------------------------------------------------------------------------------------------*/
    /*------------------------------------Cards (COL-MD)-----------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

    .card-header h2,
    .card-header .h2 {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }

    /*-------------------------------------------------------------------------------------------*/
    /*------------------------------------Buttons (COL-MD)---------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

    .btn-group-lg > .btn, .md-btn-lg {
        --bs-btn-padding-y: 0.5rem;
        --bs-btn-padding-x: 1rem;
        --bs-btn-font-size: 1.25rem;
        --bs-btn-border-radius: 0.5rem;
    }


    /*-------------------------------------------------------------------------------------------*/
    /*------------------------------------Modal (COL-MD)-----------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

    .modal {
        --bs-modal-width: 548px;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------Large Tablet---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------(COL-LG)-----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 992px) {

    /*-------------------------------------------------------------------------------------------*/
    /*------------------------------------Modal (COL-MD)-----------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

    .modal {
        --bs-modal-width: 600px;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------Small Desktop---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------(COL-XL)-----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------Laptop-------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------(COL-XXL)-----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1400px) {

    /*-------------------------------------------------------------------------------------------*/
    /*------------------------------------Modal (COL-XXL)----------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

    .modal {
        --bs-modal-width: 650px;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------Medium Desktop--------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------(COL-XXXL)----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1600px) {
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------Full HD Desktop--------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------(COL-XXXXL)----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1920px) {

    /*-------------------------------------------------------------------------------------------*/
    /*------------------------------------Modal (COL-XXXXL)--------------------------------------*/
    /*-------------------------------------------------------------------------------------------*/

    .modal {
        --bs-modal-width: 700px;
    }
}
