﻿﻿
/*=============================================
=                Global Classes               =
=============================================*/
.nooverflow {
    height: 100vh;
    overflow: hidden !important;
}

.btn-link:hover,
a:not([href]):not([tabindex]):hover {
    text-decoration: none !important;
}

.flex,
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin: -1rem !important; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flexitem,
    .header-row > div {
        position: relative;
        margin: 1rem !important;
        background: white;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-flex: 1;
        -ms-flex-align: center;
        flex-grow: 1;
        -ms-flex-negative: 0;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 15rem;
        flex-shrink: 0;
    }

#header .header-nav {
    flex-grow: 1 !important;
}

#header .header-column {
    display: flex !important;
}

.header-row > div:first-child {
    flex-grow: 0 !important;
}

.flexitem,
.header-row .header-row > div {
    margin: 0 !important;
}


/*=============================================
=             Dev Portal Resets               =
=============================================*/

/*=====  Header Resets  ======*/
.header-body,
.header-body *,
.header-documentation .container,
.header-documentation,
.header-documentation * {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    min-height: 0 !important;
    text-decoration: inherit !important;
    text-transform: inherit !important;
    background-color: transparent !important;
    background: transparent !important;
}

#header .lang-position {
    display: block;
}

#header .container,
.header-container {
    margin: 0 auto !important;
}

/*=====  Header Titles  ======*/

.header-documentation {
    height: auto !important;
}

    .header-documentation > .container,
    .index-slick-part {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 180px;
        background-color: #005696 !important;
    }

    .header-documentation > .container {
        width: 100% !important;
        max-width: 100%;
        padding: 40px !important;
    }

        .header-documentation > .container h5 {
            margin: 0 auto !important;
            font-size: 40px;
            color: #FFFFFF;
        }

            .header-documentation > .container h5 + p {
                margin: 30px auto 0 auto !important;
                line-height: 2rem;
                font-size: 1.3rem !important;
                font-weight: 400 !important;
                color: white !important;
            }

    .header-documentation > .container {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        /* background-attachment: fixed !important; */
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }


/*=============================================
=              Main Content Resets            =
=============================================*/

/*=====  Main Resets  ======*/

.main,
.index-slick,
.main * {
    margin: 0 !important;
    padding: 0 !important;
    max-height: inherit !important;
    min-height: inherit !important;
    border: none !important;
    /*    background: none !important;*/
}

.pull-right {
    float: right;
}

    .pull-right + .pull-right {
        margin-left: 5px !important;
    }

.container {
    margin: 0 auto !important;
}

.header-documentation + .container,
.body-documentation > .container {
    padding: 40px !important;
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}


/*=============================================
=                 Inner Pages                 =
=============================================*/


/*=====  Home Page  ======*/

.index-slick-part {
    max-width: 1140px !important;
    padding: 180px 0 !important;
    display: flex !important;
    margin: 0 auto !important;
    max-height: calc(100vh - 335px) !important;
}

#index-slick > .container {
    float: none !important;
    margin: 0 auto !important;
}

.account_register #index-slick > .container,
.account_forgotpassword #index-slick > .container,
.account_login #index-slick > .container,
.support_contact #index-slick > .container,
[class^="body Account_ResetPassword"] #index-slick > .container {
    width: 100% !important;
    max-width: 100% !important;
}

.index-slick-part > img {
    display: none !important;
}

.index-slick-part .discription-slick {
    position: relative !important;
    top: auto;
    width: auto !important;
    max-width: inherit !important;
}

    .index-slick-part .discription-slick h2 span {
        font-size: 40px;
        font-weight: 600;
        color: #f39c12 !important;
    }

    .index-slick-part .discription-slick h2 + p {
        padding: 20px 20px 40px !important;
        font-size: 20px;
    }

    .index-slick-part .discription-slick a {
        font-weight: 600;
        border-radius: 5px !important;
        border: 2px solid #F59D00 !important;
        padding: 10px 20px !important;
        padding: 10px 20px !important;
    }


/*=====  System Performance  ======*/

[data-toggle="collapse"] {
    display: none;
}

#bar-chart-panel,
#error-rates-chart-panel {
    margin-bottom: 50px !important
}

#bar-chart-panel-components {
    margin-top: 20px !important;
}

#sortable-panel > h3 {
    color: #1D263A !important;
    border-bottom: 1px solid #D7D7D7 !important;
    padding-bottom: 10px !important;
    margin-bottom: 25px !important;
}

.widget h3 {
    color: #1D263A !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
    text-transform: capitalize !important;
}

.widget {
    margin-bottom: 15px !important;
}

.custom-chart.k-chart {
    overflow: hidden !important;
    background: white !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 8px !important;
    box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
}

.daily-error-response-rates-info .custom-chart.k-chart,
.rest-api-response-time-info .custom-chart.k-chart {
    height: 130px !important;
}

/*=====  Reports  ======*/

.k-widget {
    padding: 10px !important;
    border-radius: 15px !important;
    border: 1px solid #D7D7D7 !important;
    background: white !important;
}

table,
.k-grid table {
    width: 100% !important;
    border-spacing: 0;
    border-collapse: separate;
    border-top: none !important;
    border-right: none !important;
    background: white !important;
}

    .k-grid table tr:hover {
        background: #EBF5FF !important;
    }

    table td,
    table th,
    .k-grid table td,
    .k-grid table th {
        padding: 10px !important;
    }

    table th {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

.k-grid-header th.k-header {
    border: none !important;
    background-color: #EBF5FF !important;
}

    .k-grid-header th.k-header[data-title="Name"] {
        border-radius: 12px 0 0 0 !important;
    }

    .k-grid-header th.k-header:last-child {
        border-radius: 0 12px 0 0 !important;
    }

.k-icon {
    display: none !important;
}

.k-grid-download {
    padding: 8px 15px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    background: #2A76B6 !important;
}

    .k-grid-download:hover {
        background: #195689 !important;
    }

.k-alt {
    background: #f5f5f5 !important;
}

/*=====  Custom table styles  ======*/
.custom-table-wrapper {
    padding: 15px !important;
    border-radius: 10px !important;
    /*    border: 1px solid #D7D7D7 !important;*/
    background: white !important;
    overflow: hidden;
    box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
}

    /* Table header styling */
    .custom-table-wrapper table thead th {
        background-color: #EBF5FF !important;
    }

    .custom-table-wrapper table tr:nth-child(even) td {
        background-color: #F5F5F5 !important;
    }

    .custom-table-wrapper table {
        width: 100%;
        border-collapse: collapse;
    }

        .custom-table-wrapper table th,
        .custom-table-wrapper table td {
            padding: 8px 12px;
            text-align: left;
            border: none !important;
        }


/*=====  Api Documentation  ======*/

.content-documentation p,
.content-documentation ul {
    color: #1D263A !important;
    margin-bottom: 15px !important;
}

.content-documentation ul {
    margin-left: 40px !important;
}

.content-documentation h1,
.content-documentation h2 {
    font-size: 22px !important;
    color: #1D263A !important;
    margin-bottom: 15px !important;
    font-weight: 600;
}

    .content-documentation h1:first-child,
    .content-documentation h1:first-of-type {
        font-size: 26px !important;
        border-bottom: 1px solid #D7D7D7 !important;
        padding-bottom: 10px !important;
        margin-bottom: 25px !important;
    }

        .content-documentation h1:first-child span + span {
            clear: both;
            display: block;
            font-size: 18px !important;
            font-weight: 400 !important;
            color: #1D263A !important;
        }

.swagger-download {
    padding: 5px !important;
    font-size: 16px !important;
}

    .swagger-download.yaml {
        right: 65px !important;
    }

h1.api-title-left-menu {
    display: none !important;
}

aside.sidebar {
    margin-right: 25px !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #D7D7D7 !important;
    background: white !important;
}

    aside.sidebar h4,
    aside.sidebar h4 a {
        line-height: 22px;
        font-size: 18px !important;
        color: #1D263A !important;
        font-weight: 600 !important;
        margin-bottom: 18px !important;
    }

    aside.sidebar ul + h4 {
        margin-top: 20px !important;
    }

aside ul.nav-list > li > a,
aside ul.nav-list li a {
    font-size: 14px;
    color: #1D263A !important;
    border-bottom: 1px solid #D7D7D7 !important;
    padding-bottom: 10px !important;
    margin-bottom: 8px !important;
}

    aside ul.nav-list li a:before {
        display: none !important
    }


table.api-reference-toc,
.response-codes {
    border-collapse: collapse;
    margin: 20px 0 !important;
}

    table.api-reference-toc tbody tr {
        border-bottom: 1px solid #D7D7D7 !important;
    }

#api-body h3,
#api-body h4 {
    margin-top: 30px !important;
}


/*=====  Dashboard  ======*/

#consent-log-info {
    margin: 0 15px 35px 0 !important;
}

#api-log-details {
    margin: 0 0 35px 15px !important;
}

/*=====  Thumbs  ======*/

.thumb-info,
.thumb-info-action,
.thumb-info-action-icon,
.thumb-info *,
.thumb-info-action * {
    overflow: inherit !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    opacity: 1 !important;
    line-height: normal !important;
    transform: none !important;
    height: auto !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-transform: capitalize !important;
}

.thumb-info {
    position: relative !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -webkit-align-items: center;
    margin-right: 10px !important;
    padding: 10px !important;
    min-height: 160px !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 10px !important;
    background: none !important;
}

    .thumb-info:hover {
        background: white !important;
        box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
        -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
    }

    .thumb-info * {
        min-height: auto !important;
    }

.thumb-info-wrapper {
    overflow: hidden;
}

    .thumb-info-wrapper > img {
        display: none !important;
    }

.thumb-info-title {
}

.thumb-info-inner.thumb-info-inner-existing,
.thumb-info-inner,
.thumb-info-inner.thumb-info-inner-new {
    word-break: break-all;
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 16px !important;
    color: #1D263A !important;
    background: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background: none !important;
    text-shadow: none !important;
}

    .thumb-info-wrapper,
    .thumb-info-title,
    .thumb-info-inner.thumb-info-inner-existing,
    .thumb-info-inner,
    .thumb-info-inner.thumb-info-inner-new,
    .thumb-info-wrapper:hover,
    .thumb-info-title:hover,
    .thumb-info-inner.thumb-info-inner-existing:hover,
    .thumb-info-inner:hover,
    .thumb-info-inner.thumb-info-inner-new:hover {
        text-shadow: none !important;
        opacity: 1 !important;
        background-image: none !important;
        background: none !important;
    }

.thumb-info-action-icon {
    display: block !important;
    width: 100% !important;
}

.details-action {
    color: #1D263A;
    display: block !important;
    white-space: nowrap;
    padding: 10px 15px !important;
    font-size: 12px !important;
    font-weight: 400;
}


    .details-action:hover {
        color: white;
    }

.create-new-action {
    padding: 5px 15px !important;
    display: block !important;
    white-space: nowrap;
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: 400;
    color: white
}

.thumb-info-action {
    display: block !important;
    white-space: nowrap;
    content: "Edit User";
    font-size: 14px !important;
    border-radius: 5px !important;
    color: #1D263A !important;
    border: 1px solid #D7D7D7 !important;
    background: white;
    margin-top: 10px !important;
}

    .thumb-info-action:hover {
        color: white !important;
        background: #2A76B6 !important;
    }

        .thumb-info-action:hover .thumb-info-action-icon:before {
            color: white !important;
        }

    .thumb-info-action a {
        text-decoration: none !important;
    }

.thumb-info-action-icon:before {
    display: block !important;
    white-space: nowrap;
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #1D263A !important;
}

a[href="/tpp/tppapplication"] .thumb-info-action-icon:before {
    /* content: "Create App";*/
    color: white !important;
}

html[lang="mk"] a[href="/tpp/tppapplication"] .thumb-info-action-icon:before {
    /*  content: "Креирај Апликација";*/
}

a[href^="/tpp/tppapplication/"] .thumb-info-action-icon:before {
    content: "Edit App" !important;
}

html[lang="mk"] a[href^="/tpp/tppapplication/"] .thumb-info-action-icon:before {
    content: "Едитирај Апликација" !important;
}

a[href="/tpp/tppuser"] .thumb-info-action-icon:before {
    /*    content: "Create User";*/
    color: white !important;
}

html[lang="mk"] a[href="/tpp/tppuser"] .thumb-info-action-icon:before {
    /*    content: "Креирај Корисник";*/
}



.thumb-info-action-icon .fa {
    display: none !important;
}

#profile-body .col-lg-3.mb-4 {
    margin-bottom: 15px !important;
}

.thumb-info-light.thumb-info .thumb-info-wrapper:after {
    display: none !important;
    background: none !important;
}


/*=============================================
=                    Forms                    =
=============================================*/

.featured-box,
.featured-box.featured-box-primary {
    margin: 0 auto !important;
    width: 450px !important;
    max-width: 450px !important;
    margin: 40px auto !important;
}

{
    width: auto !important;
    max-width: inherit !important;
}


.account_registerconfirmation .featured-box,
.account_registerconfirmation .featured-box.featured-box-primary,
.account_resetpasswordconfirmation .featured-box,
.account_resetpasswordconfirmation .featured-box.featured-box-primary,
.account_emailnotverified .featured-box,
.account_emailnotverified .featured-box.featured-box-primary,
.support_sendemailrequestconfirmation .featured-box,
.support_sendemailrequestconfirmation .featured-box.featured-box-primary,
[class^="body Account_ConfirmEmail_"] .featured-box,
[class^="body Account_ConfirmEmail_"] .featured-box.featured-box-primary,
[class^="body Account_ResetPassword_"] .featured-box,
[class^="body Account_ResetPassword_"] .featured-box.featured-box-primary {
    width: auto !important;
    max-width: inherit !important;
}

.text-left > .featured-box {
    margin: 0 !important;
    width: auto !important;
    max-width: auto !important;
}

.featured-boxes .col-md-12,
#index-slick .offset-md-3 {
    margin: 0 auto !important;
}

form[method="post"] .form-row,
form[method="post"] .form-group,
form#tpp-certificate-details-form .form-row,
form#tpp-certificate-details-form .form-group {
    margin-bottom: 10px !important;
}

    #createSandbox,
    form[method="post"] .form-row:last-of-type,
    form[method="post"] .form-group:last-of-type,
    form#tpp-certificate-details-form .form-row:last-of-type,
    form#tpp-certificate-details-form .form-group:last-of-type {
        margin-bottom: 0 !important;
    }

form[action="/portal/account/login"] .form-row:last-of-type {
    text-align: center;
}

form#tpp-certificate-details-form label,
form[method="post"] label,
.form-row label {
    color: #1D263A !important;
    font-weight: 600;
    margin-bottom: 4px !important;
}

label[for="RememberMe"],
.checkbox-inline {
    font-weight: 400 !important;
    font-size: 0.85rem !important;
    margin-left: 25px !important;
    cursor: pointer;
    width: auto !important;
}

form[method="post"] input:not([type=checkbox]),
form[method="post"] select,
form#tpp-certificate-details-form input:not([type=checkbox]),
form#tpp-certificate-details-form select,
form[method="post"] textarea {
    height: auto !important;
    padding: 10px 20px !important;
    /*  background: #e7f1fc !important;*/
    font-weight: 400 !important;
    font-size: 0.85rem;
    border: 1px solid #D7D7D7 !important;
    box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
}


form[method="post"] input.btn,
form[method="post"] button.btn,
form#tpp-certificate-details-form input.btn,
form#tpp-certificate-details-form button.btn,
.btn-primary,
.btn-secondary {
    color: white !important;
}

@media (min-width:992px) {

    form[method="post"] input.btn,
    form[method="post"] button.btn,
    form#tpp-certificate-details-form input.btn,
    form#tpp-certificate-details-form button.btn,
    .btn-primary,
    .btn-secondary {
        float: none !important;
        display: inline-block !important;
        border-radius: 5px !important;
        width: auto !important;
        height: auto !important;
        border-radius: 5px !important;
        text-align: center;
        font-weight: 400 !important;
        font-size: 0.85rem;
    }
}

form[method="post"] input.btn,
form[method="post"] button.btn,
form#tpp-certificate-details-form input.btn,
form#tpp-certificate-details-form button.btn {
    width: 100% !important;
}

.tpp_tppsandboxusers hr + .form-row > .form-group.col-lg-12,
.tpp_tppapplications .form-row > .form-group.col-lg-12 {
    text-align: right !important;
    border-top: 1px solid #D7D7D7 !important;
    padding-top: 10px !important;
    margin-top: 8px !important;
}

.btn-secondary,
.btn-secondary + .btn-primary {
    padding: 8px 12px !important;
}

    .btn-secondary + .btn-primary {
        background: #F59D00 !important;
    }

button[hidden="hidden"] {
    display: none !important;
}


html .featured-box-primary h2,
html .featured-box-primary h4,
.body.account_registerconfirmation #index-slick > .container h5.title-form,
.body.account_emailnotverified #index-slick > .container h5.title-form,
.body.support_sendemailrequestconfirmation #index-slick > .container h5.title-form,
.body.account_resetpasswordconfirmation #index-slick > .container h5.title-form,
[class^="body Account_ConfirmEmail_"] #index-slick > .container h5.title-form,
.body.account_forgotpasswordconfirmation #index-slick > .container h5.title-form,
[class^="body Account_ResetPassword_"] #index-slick > .container h5.title-form {
    color: white !important;
    text-align: center;
    font-size: 36px !important;
    font-weight: 600;
    margin-bottom: 20px !important;
}

html .featured-box-primary h2 {
    margin-bottom: 10px !important;
}

    html .featured-box-primary h2 + h4 {
        font-weight: 400;
        font-size: 1.3rem !important;
    }

form[method="post"] .form-row .form-group p,
form#tpp-certificate-details-form .form-row .form-group p {
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 0 !important;
}

    form[method="post"] .form-row .form-group p a,
    form#tpp-certificate-details-form .form-row .form-group p a {
        font-weight: 600;
    }

    .validation-summary-valid,
    .form-group.col-lg-12 p + p,
    form[method="post"] .form-row .form-group p + p,
    form#tpp-certificate-details-form .form-row .form-group p + p {
        display: none !important;
    }

input#generate-new-client-secret {
    width: 100% !important;
    margin-top: 20px !important;
}

#tpp-registration-form #register,
#tpp-registration-form #createSandbox,
#tpp-registration-form #update,
#edit,
#edit input + input:not([type=checkbox]),
#update,
#secret {
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}


input#copy-to-clipboard-client-id,
input#copy-to-clipboard-client-secret,
form[method="post"] input[value="Delete"].btn-secondary,
form#tpp-certificate-details-form input[value="Delete"].btn-secondary {
    color: #1D263A !important;
    border-radius: 0.25rem !important;
    border: 1px solid rgb(215, 215, 215) !important;
    background: white !important;
}

form[method="post"] input[value="Delete"].btn-secondary,
form#tpp-certificate-details-form input[value="Delete"].btn-secondary {
    border-radius: 5px !important;
}

.text-danger {
    font-size: 0.85rem !important;
    display: block;
    margin: 10px !important;
}

.consent-scopecheck {
    left: 0 !important;
}

.k-widget {
    border-radius: 10px !important;
    margin-bottom: 20px !important
}

.validation-summary-errors ul {
    margin-left: 15px !important;
}

    .validation-summary-errors ul li {
        text-decoration-line: underline;
        text-decoration-color: #dc3545;
        text-underline-offset: 3px;
        margin-bottom: 5px !important;
    }

form#tpp-certificate-details-form input[readonly=""],
form#tpp-certificate-details-form input[readonly],
.form-group input[readonly=""].form-control.form-control-static,
.form-group input[readonly].form-control.form-control-static,
input[readonly=""],
input[readonly],
#tpp-registration-form input[readonly=""],
#tpp-registration-form input[readonly],
#tpp-registration-form select[disabled],
#tpp-registration-form select[disabled=""],
form[method="post"] select[disabled],
form[method="post"] select[disabled=""] {
    /*    background: white !important;*/
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    line-height: 20px !important;
}


div[style="float: left"] + div[style="float: left"] > div[class="text-left"] .box-content {
    text-align: right;
}


element.style {
}

html .body.tpp_tppsandboxuser .featured-box-primary h4 {
    text-align: right !important;
    color: #1D263A !important;
    font-size: 26px !important;
    margin: 0 0 10px 0 !important;
}

html .body.tpp_tppsandboxuser div[style="float: left"] + div[style="float: left"] > div[class="text-left"] .box-content {
    text-align: right;
}

form#tpp-certificate-details-form input[value="Delete"].btn-secondary:hover {
    background: #D6E3EB !important;
}

.responsive-form {
    background: white !important;
    padding: 25px !important;
    border-radius: 10px !important;
}


/*=====  Login All Images  ======*/

#index-slick > .container, .index-slick-part {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /* background-attachment: fixed !important; */
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/*=============================================
=                   Popup                     =
=============================================*/

.modal-dialog.modal-sm {
    display: flex;
    height: 100vh !important;
    align-items: center !important;
    flex-direction: column;
    justify-content: center !important;
    -webkit-align-items: center !important;
    max-width: none !important;
}

    .modal-dialog.modal-sm > .modal-content {
        padding: 40px !important;
        background: white !important;
        border-radius: 10px !important;
    }

.modal-footer {
    text-align: right !important;
    border-top: 1px solid #D7D7D7 !important;
    padding-top: 10px !important;
    margin-top: 8px !important;
}

.modal-header h4 {
    margin-bottom: 10px !important;
}

.modal-footer button.btn {
    display: block !important;
    padding: 6px 25px !important;
    color: #1D263A !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 5px !important;
    border-color: #D7D7D7 !important;
}

    .modal-footer button.btn:hover {
        background: #D6E3EB !important;
    }


/*=============================================
=                  All Images                 =
=============================================*/

/*=====  Logo  ======*/

.sidebar > h4 + ul + h4 + ul li > a {
    display: flex !important;
}

.sidebar > h4 + ul li > a.active {
    color: #216095 !important;
    display: flex;
}

    .sidebar > h4 + ul li > a.active:after {
        content: "chevron_right" !important;
        color: #216095 !important;
        font-size: 21px !important;
    }


/*=============================================
=                   Home Page                 =
=============================================*/

.main-header,
.body #index-slick > .container,
[class^="body Account_ResetPassword_"] #index-slick > .container,
.body.account_forgotpassword #index-slick > .container {
    padding: 40px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /* background-attachment: fixed !important; */
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.main-header {
    background-image: url(../img/headers/home.png) !important;
}

#index-slick .main-header {
    padding: 70px 40px 170px !important;
}

.main-header h1, .main-header p,
.body.account_emailnotverified #index-slick > .container .content-documentation p,
.body.support_sendemailrequestconfirmation #index-slick > .container .content-documentation p,
.body.account_registerconfirmation #index-slick > .container .content-documentation p,
[class^="body Account_ConfirmEmail_"] #index-slick > .container .content-documentation p,
.body.account_resetpasswordconfirmation #index-slick > .container .content-documentation p,
.body.account_forgotpasswordconfirmation #index-slick > .container .content-documentation p {
    color: white !important;
}

.body.account_emailnotverified #index-slick > .container .content-documentation h5 + p,
.body.support_sendemailrequestconfirmation #index-slick > .container .content-documentation h5 + p,
.body.account_registerconfirmation #index-slick > .container .content-documentation h5 + p,
[class^="body Account_ConfirmEmail_"] #index-slick > .container .content-documentation h5 + p,
.body.account_resetpasswordconfirmation #index-slick > .container .content-documentation h5 + p,
.body.account_forgotpasswordconfirmation #index-slick > .container .content-documentation h5 + p {
    display: none;
}

.body.account_emailnotverified #index-slick > .container .box-content,
.body.support_sendemailrequestconfirmation #index-slick > .container .box-content,
.body.account_registerconfirmation #index-slick > .container .box-content,
[class^="body Account_ConfirmEmail_"] #index-slick > .container .box-content,
.body.account_resetpasswordconfirmation #index-slick > .container .box-content,
.body.account_forgotpasswordconfirmation #index-slick > .container .box-content {
    text-align: center;
}

.main-header h1 {
    font-weight: 600 !important;
    font-size: 38px !important;
    margin-bottom: 20px !important;
}


.main-header p,
.body.account_registerconfirmation #index-slick > .container .content-documentation p,
[class^="body Account_ConfirmEmail_"] #index-slick > .container .content-documentation p,
.body.account_resetpasswordconfirmation #index-slick > .container .content-documentation p,
.body.account_forgotpasswordconfirmation #index-slick > .container .content-documentation p {
    line-height: 2rem;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}

.main-header .header-content {
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    max-width: 800px;
}

    .main-header .header-content * {
        min-height: auto !important;
    }

    .main-header .header-content a {
        display: block !important;
        font-weight: 600 !important;
        color: white;
        padding: 10px 20px !important;
        margin-top: 35px !important;
        border: 2px solid #ff7900 !important;
        border-radius: 30px;
    }

        .main-header .header-content a:hover {
            background: #ff7900 !important;
        }

.flex-container {
    justify-content: center;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    margin: -8rem -1rem -1rem !important;
}

.flex-item {
    position: relative;
    opacity: 0;
    margin: 1rem !important;
    flex: 1 1 calc(33.333% - 2rem);
    max-width: calc(50% - 2rem);
    padding: 25px 25px 65px !important;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 10px !important;
    background: white !important;
    box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
    -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
}

    .flex-item.help {
        padding: 25px 25px !important;
        cursor: pointer !important;
    }

.flex-container .flex-item h4 {
    font-size: 20px !important;
}

.flex-container.odd .flex-item {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}

/* Checkboxes */

.checkboxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 10;
}

    .checkboxes fieldset {
        position: relative;
        margin: 0 1rem !important;
        flex: 1 1 0;
        max-width: calc(50% - 2rem);
        box-sizing: border-box;
    }

        .checkboxes fieldset h3 {
            font-size: 16px !important;
            font-weight: 600;
            margin-bottom: 14px !important;
            color: var(--primary-dark) !important;
        }



.checkbox .scroll input {
    display: none;
}

.checkboxes + .info {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

    .checkboxes + .info p {
        float: left !important;
    }

    .checkboxes + .info a, .checkboxes + .info button {
        font-size: 14px;
        float: right !important;
        margin: 0 0 0 5px !important;
        color: var(--primary-color) !important;
        background: var(--primary-light-color) !important;
        line-height: normal !important;
        display: inline-block !important;
        width: auto !important;
        padding: 6px 12px !important;
        cursor: pointer !important;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        cursor: pointer;
    }

.checkbox .scroll label {
    margin: 6px 0 0 !important;
    padding: 0 0 0 30px !important;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    cursor: pointer;
    float: none;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.checkbox .scroll input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    background-color: #fff;
    transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.checkbox .scroll input:checked + label:before {
    background-color: var(--primary-color);
}

.checkbox .scroll input:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


@media (max-width: 991px) {
    .flex-item {
        flex: 1 1 calc(100% - 2rem);
        max-width: calc(100% - 2rem);
    }
}

.flex-item h4, .flex-item p {
    text-align: left;
    margin-bottom: 15px !important;
}

.flex-item.help p {
    text-align: center;
    margin-bottom: 0 !important;
}

    .flex-item.help p:last-of-type {
        margin-bottom: 0 !important;
    }

.flex-item h4 {
    font-weight: 600 !important;
}

.flex-item a {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: inline-block !important;
    font-weight: 400 !important;
    padding: 6px 15px !important;
    border-radius: 5px !important;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.tab-wrap.filter {
    position: relative;
    padding: 25px !important;
    margin: -8rem 0 0 0 !important;
    box-sizing: border-box;
    border-radius: 10px !important;
    background: white !important;
    box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
    -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.4) !important;
}

    .tab-wrap.filter + .flex-container {
        margin: 2rem -1rem -1rem !important;
    }


.flex-item {
    -webkit-animation: fadeInDown;
    animation: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.tab-wrap.filter + .flex-container .flex-item {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.main .tab-wrap.filter .tab + label {
    color: var(--primary-dark) !important;
    margin: 0 !important;
    border-bottom: 2px solid #dddddd !important;
    background: transparent !important;
    padding: 0 15px 10px 15px !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
}

.main .tab-wrap.filter .tab:checked + label {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
    background: transparent !important;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.flex-item:nth-child(1),
.tab-wrap.filter {
    animation-delay: 0s;
}

.flex-item:nth-child(2) {
    animation-delay: 0.3s;
}

.flex-item:nth-child(3) {
    animation-delay: 0.6s;
}


/* Badges */
.home-icon {
    display: inline-block !important;
    text-align: center !important;
    margin: -50px auto 15px !important;
    padding: 8px 13px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    border: 5px solid white !important;
}

    .home-icon.svg {
        display: block !important;
        max-width: 100px;
        padding: 0 !important;
        margin: 0 auto 10px !important;
        background: none !important;
        border: none !important;
    }

.flex-item.help .home-icon + h4 {
    text-align: center;
}


.badge {
    display: inline-block !important;
    padding: 6px 20px !important;
    background: var(--primary-light-color) !important;
    margin: 0 5px 15px 0 !important;
    color: #1d2127 !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
}

    .badge.compliance {
        background-color: #ffdcdc !important;
        border: 1px solid #ff8585 !important;
    }

    .badge.sandbox {
        background-color: #ffefbf !important;
        border: 1px solid #dda601 !important;
    }

    .badge.comingup {
        background-color: #e9e9e9 !important;
        border: 1px solid #a7a7a7 !important;
    }

    .badge.inproduction {
        background-color: #ffbfff !important;
        border: 1px solid #f302f3 !important;
    }
    .badge.production {
        background-color: #ffbfff !important;
        border: 1px solid #f302f3 !important;
    }

    .badge.premium {
        background: #eefff2 !important;
        border: 1px solid #34a853 !important;
    }



.body.tpp_tppapplications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info,
.body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info {
    background: #2A76B6 !important;
}

    .body.tpp_tppapplications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info:hover,
    .body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info:hover {
        background: #216095 !important;
    }

.body.tpp_tppapplications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info-wrapper,
.body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info-wrapper {
    display: none !important
}

.body.tpp_tppapplications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info-action,
.body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info-action {
    display: block !important;
}

.body.tpp_tppapplications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info-action-icon:before,
.body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info-action-icon:before {
    color: white !important;
}


.material-icons, .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4 .thumb-info:before,
.k-upload-files.k-reset .k-file.k-toupload .k-file-name-size-wrapper:before,
.sidebar > h4 + ul li > a.active:after,
#header .header-nav-main nav > ul > li > a.active:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 28px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.body.tpp_tppapplications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4 .thumb-info:before,
.body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4 .thumb-info:before,
.body.tpp_tppsandboxusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4 .thumb-info:before {
    content: "note_alt";
    color: #2A76B6 !important;
    margin-bottom: 10px !important;
    padding: 15px !important;
    border-radius: 50% !important;
    background: #EBF5FF;
    border: 1px solid #94b5d1 !important;
}


.body.tpp_sandboxusernotifications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4 .thumb-info:before {
    content: "email";
    color: #2A76B6 !important;
    margin-bottom: 10px !important;
    padding: 15px !important;
    border-radius: 50% !important;
    background: #EBF5FF;
    border: 1px solid #94b5d1 !important;
}



.body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4 .thumb-info:before,
.body.tpp_tppsandboxusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4 .thumb-info:before {
    content: "account_circle";
}

.body.tpp_tppapplications .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info:before,
.body.tpp_tppusers .col-md-12.pl-0 .row.mt-lg-5 .col-lg-3.mb-4:last-of-type .thumb-info:before {
    content: "add_circle";
    color: white !important;
    margin-bottom: 10px !important;
    padding: 15px !important;
    border-radius: 50% !important;
    background: #4a97d7;
    border: none !important;
}

.home-category {
    margin-bottom: 15px !important;
    color: var(--primary-color) !important;
    font-size: 14px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .home-category i {
        margin-right: 5px !important;
        font-size: 24px !important;
    }

        .home-category i ~ i {
            ;
            float: right;
            margin-right: 0 !important;
            font-size: 20px !important;
        }

/*=============================================
=                  Kendo                      =
=============================================*/
.k-widget {
}

    .k-widget * {
        text-align: left;
    }

.k-dropzone {
    display: block !important;
    padding: 8px !important;
    background: #f1f1f1 !important;
    border-radius: 8px !important;
}

    .k-dropzone .k-button {
        background: white !important;
        padding: 5px 8px !important;
        border-radius: 5px !important;
        border: 1px solid #e1e1e1 !important;
    }

    .k-dropzone em {
    }

.k-upload-files.k-reset {
    margin: 0 !important;
    padding: 12px 0 !important;
}

    .k-upload-files.k-reset .k-file.k-toupload {
    }

        .k-upload-files.k-reset .k-file.k-toupload .k-progress {
        }

        .k-upload-files.k-reset .k-file.k-toupload .k-file-extension-wrapper {
            display: none !important
        }

            .k-upload-files.k-reset .k-file.k-toupload .k-file-extension-wrapper * {
                display: none !important;
            }

        .k-upload-files.k-reset .k-file.k-toupload .k-file-name-size-wrapper {
            width: 100% !important;
            max-width: 100% !important;
        }

            .k-upload-files.k-reset .k-file.k-toupload .k-file-name-size-wrapper:before {
                display: inline-block !important;
                font-size: 30px;
                float: left;
                margin-right: 10px;
                content: "file_present";
                color: #1D263A !important;
            }

            .k-upload-files.k-reset .k-file.k-toupload .k-file-name-size-wrapper .k-file-name {
            }

            .k-upload-files.k-reset .k-file.k-toupload .k-file-name-size-wrapper .k-file-size {
            }

        .k-upload-files.k-reset .k-file.k-toupload .k-file-extension-wrapper .k-upload-status {
        }

.k-widget .k-button.k-clear-selected,
.k-widget .k-button.k-upload-selected {
    text-align: center;
    background: white !important;
    padding: 12px 0 !important;
    border: 1px solid #e1e1e1 !important;
    font-size: 0.85rem;
}

.k-widget .k-button.k-clear-selected {
    border-radius: 8px 0 0 8px !important;
}

.k-widget .k-button.k-upload-selected {
    color: white !important;
    border-radius: 0 8px 8px 0 !important;
    background: #2A76B6 !important;
}

/*=============================================
=                  Dashboard                  =
=============================================*/

.dashcontent h1 {
    color: #1D263A !important;
    font-size: 26px !important;
    border-bottom: 1px solid #D7D7D7 !important;
    padding-bottom: 10px !important;
    margin-bottom: 40px !important;
}

.dashcontent h2 {
    line-height: 24px;
    font-size: 22px !important;
    color: #1D263A !important;
    font-weight: 600 !important;
    margin: 0 0 8px 0 !important;
}

.dashcontent p {
    font-size: 16px !important;
    color: #1D263A !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
}

.tab__content > div {
    overflow: hidden !important;
    width: 100% !important;
    margin: 0 0 40px 0 !important;
    padding: 25px !important;
    border-radius: 10px !important;
    background: white !important;
    box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 5px 24px -12px rgba(0, 0, 0, 0.2) !important;
}

    .tab__content > div:last-of-type {
        margin: 0 0 0 0 !important;
    }

.tab__content .chart {
    height: 80px;
}

.tab__content .chartinfo {
    display: inline-block !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
}

.tab__content .chart.line {
    float: left !important;
    height: 350px !important;
    width: 100% !important;
}

.tab__content .chartinfo p {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 12px !important;
    margin: 0 0 0 0 !important;
}

.tab__content .chartinfo b {
    display: inline-block !important;
    margin: 0 0 0 0 !important;
    font-size: 12px !important;
    color: #00497b;
}

.statistics input:not([type=checkbox]),
.statistics select,
.statistics textarea {
    height: 40px;
    margin-top: 6px;
    padding: .4em .8em !important;
}

.tab {
    display: none;
}

    .tab + label {
        line-height: normal !important;
        display: inline-block !important;
        width: auto !important;
        margin: 0 8px 0 0 !important;
        padding: 10px 15px !important;
        cursor: pointer !important;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize !important;
        box-shadow: none !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all .5s ease;
        border-radius: 8px !important;
        background: white !important;
        border: 1px solid #D7D7D7;
    }

        .tab + label:hover {
            background: #dbf0fb !important;
        }

.tab-wrap .tab:checked + label {
    font-weight: 600 !important;
    z-index: 100;
    border: 1px solid #DDE6F3;
    box-shadow: inherit !important;
    color: white !important;
    background: #00497b !important;
    opacity: 1;
}

.tab-wrap .tab__content {
    position: absolute;
    overflow: hidden;
    height: 0 !important;
    z-index: -1;
    left: 0;
    width: 100%;
    margin: 25px 0 0 0 !important;
    padding: 0 !important;
    opacity: 0;
    border-radius: 5px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4),
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5),
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    position: relative;
    overflow: inherit !important;
    height: auto !important;
    z-index: 99;
    -webkit-transition: .5s opacity ease-in, .2s transform ease;
    transition: .5s opacity ease-in, .2s transform ease;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.tab-wrap.filter .tab__content,
.tab-wrap.filter .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1),
.tab-wrap.filter .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2),
.tab-wrap.filter .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3),
.tab-wrap.filter .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4),
.tab-wrap.filter .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5),
.tab-wrap.filter .tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
    background-color: transparent !important;
    background: transparent !important;
}

/* Info line-through  */

.infospread {
    text-align: center;
    margin: 0 0 0 23px !important;
    padding: 0 !important;
    position: relative;
}

    .infospread:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        border-top: 1px solid #D7D7D7 !important;
        width: 100%;
        transform: translateY(-50%);
    }

.infofromto {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fromto {
    color: #777 !important;
    font-size: 14px !important;
    padding: 5px !important;
    background: white !important;
}

@media (max-width:991px) {
    .featured-box, .featured-box.featured-box-primary {
        width: 100% !important;
        max-width: 100% !important;
    }

    .dashcontent h1 {
        margin-bottom: 20px !important;
    }

    .tab__content .chartinfo p {
        margin: 0 0 10px 0 !important;
    }

    .tab__content .chartinfo p,
    .tab__content .chartinfo br ~ p {
        font-size: 18px !important;
    }

    .tab__content .chartinfo b {
        font-size: 22px !important;
    }

    .tab__content .chartinfo br ~ b {
        font-size: 18px !important;
    }

    .tab__content .chartinfo,
    .tab__content .chart.line {
        width: 100% !important;
    }

    .tab__content .chart.line {
        margin-top: 25px !important;
    }

    .tab__content .chartinfo br {
        max-width: 100%;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }
}


/* Add New */
.flex-item.add-new {
    display: flex !important;
    margin: 1rem !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

.flexItemEdit, .flexItemDelete {
    cursor: pointer;
    color: var(--primary-color) !important;
    font-size: 22px;
}

.flexItemOptions {
    float: right;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.flex-item:hover .flexItemOptions {
    opacity: 1;
}

.flex-item:not(:hover) .flexItemOptions {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Upload File */

.filepond--item {
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.filepond--panel-center {
    height: 40px !important;
}

/* Button */
#addProductModal form button[type="submit"] {
    background-color: var(--primary-hover-color) !important;
    color: white !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    align-self: flex-start !important; /* Button size not stretched */
    margin-top: 0 !important;
}

    #addProductModal form button[type="submit"]:hover {
        background-color: var(--primary-color) !important;
    }
