/*================================
Template Name: Zoom
Author: Beno Darry
Author website: http://codegama.com/
Version: 1.0
================================== */
@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    svg{
        width: 97%;
    }
}

@media (max-width: 767.98px) {
   .navbar-dark .navbar-brand {
       width: 50%;
   }
   .navbar-dark .navbar-brand img {
       max-width: 8em;
   }
   .navbar.navbar-dark .navbar-toggler {
       background-color: var(--primary-color);
   }
   .sm-padding {
        padding: 2em 0;
    }
    .navbar-theme li {
        margin-left: 0;
    }
    .margin-zero {
        margin:0!important;
    }
    .margin-btm {
        margin-bottom: 2em;
    }
    main {
        margin-top: 3.5rem!important;
    }
    .invoice-sec .card .card-add {
        text-align: left;
    }
    .align-left {
        text-align: left;
        margin-left: unset;
    }
    .navbar-theme-btn {
        margin-bottom: 1em;
    }
    .invoice-history-sec .card .invoice-history-table th {
        text-align: left;
        white-space: nowrap;
    }
    .resp-table .d-flex {
        display: block!important;
        /* transform: translate(10px, 0px); */
    }
    .resp-table .d-flex .false{
        margin: 0 auto!important;
    }
    .meeting-history .card td {
        text-align: left;
        white-space: nowrap;
    }
    .meeting-history .card th {
        text-align: left;
        white-space: nowrap;
    }
    .invoice-history-sec .card .invoice-history-table td {
        text-align: left;
        white-space: nowrap;
    }
    .meeting-section-img {
        padding:0!important;
        min-height: unset!important;
        margin-bottom: 1em;
    }
    .meeting-section-content {
        padding: 0px 0em!important;
        flex-direction: column!important;
    }
    .meeting-form {
        padding: 0!important;
    }
    .meeting-section {
        height: 100%!important;
    }

    .start-meeting .col {
        flex-basis: unset;
    }
    .home-banner-content-1 {
        padding: 0!important;
        padding-bottom: 2em!important;
        text-align: center;
    }
    .resp-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .theme-footer ul {
        margin-bottom: 0;
    }
    .center-modal .modal-content {
        justify-content: center;
        /* margin: 0; */
    }
    .modal-dialog.center-modal {
        width: 90%;
    }
    .center-modal .modal-content  {
        width:93%!important;
    }
    .settings-card {
        width:100%!important;
        padding:1em!important;
    }
    .bounds {
        top: 0px!important;
    }
    .custom-class {
        height:480px!important;
    }
    svg{
        width: 97%;
    }
}

@media (max-width: 575.98px) {

}