html {
  font-size: 14px;
}
.bg-orange {
    --bs-bg-opacity: 1;
    background-color: orangered !important;
}
.row .paging {
    flex-shrink: 0;
    width: auto !important;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.primary{
    color:black!important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a .badge {
    top: 0px !important;
    right: -14px !important;
}
.btn:hover {   
    text-decoration: none;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-border-primary .toast-body {
    color: #663b6c;
    border-bottom: 3px solid #663b6c;
}

.toast-border-secondary .toast-body {
    color: #8561f9;
    border-bottom: 3px solid #8561f9;
}

.toast-border-success .toast-body {
    color: #51bd91;
    border-bottom: 3px solid #51bd91;
}

.toast-border-info .toast-body {
    color: #4ab0c1;
    border-bottom: 3px solid #4ab0c1;
}

.toast-border-warning .toast-body {
    color: #f7cd45;
    border-bottom: 3px solid #f7cd45;
}

.toast-border-danger .toast-body {
    color: #d33952;
    border-bottom: 3px solid #d33952;
}

.toast-border-light .toast-body {
    color: #f8f7fa;
    border-bottom: 3px solid #f8f7fa;
}

.toast-border-dark .toast-body {
    color: #131216;
    border-bottom: 3px solid #131216;
}


.toastify {
    padding: 12px 16px;
    color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: #51bd91;
    position: fixed;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

    .toastify.on {
        opacity: 1;
    }

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
    position: relative;
    left: 4px;
    margin-left: 4px;
    border: none;
    background: none;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

    .toastify-left .toast-close {
        left: -4px;
        margin-left: 0;
        margin-right: 4px;
    }

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
.head {
    display: flex !important;
    margin-left:-12px;
}
.bottom {
    margin-bottom: 10px !important
}

@media only screen and (max-width: 770px) {
    .height {
            }
    .pt-title {
        font-weight: 700;
        margin: 0 0 5px;
    }

        .pt-title > h5 {
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 0;
        }

        .pt-title > a {
            color: #333;
        }

    .title {
        font-weight: 700;
        font-size: 16px !important;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

        .title > h5 {
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 0;
        }

        .title > a {
            color: #333;
        }
    .adds {
        background-color: #51bd91;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        color: #ccc !important;
        display: inline-block;
        font-size: 2px !important;
        height: 37px;
        line-height: 51px;
        text-align: center;
        width: 45px;
    }

        .adds:hover {
            border: 1px solid #51bd91 !important;
            color: #fff !important;
        }

        .adds > i {
            box-sizing: border-box;
            color: #fff !important;
            font-size: 21px !important;
            line-height: 22px;
            margin: 0 !important;
        }

    .followers {
        background-color: #164e81 !important;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        color: #ccc !important;
        display: inline-block;
        font-size: 2px !important;
        height: 37px;
        line-height: 57px;
        text-align: center;
        width: 45px;
    }

        .followers:hover {
            border: 1px solid #164e81 !important;
            color: #164e81 !important;
        }

        .followers > i {
            box-sizing: border-box;
            color: #fff !important;
            font-size: 23px !important;
            line-height: 22px;
            margin: 0 !important;
        }
    .fil {
        line-height: 2 !important;
        COLOR: WHITE !important;
    }

    .filter {
        background-color: gray !important;
    }
}
@media only screen and (max-width: 360px) {
    .pagination {
        --bs-gutter-x: 0.5rem!important;
    }
    .bottom {
        margin-bottom: 10px !important
    }
    .height {
        min-height: 105px !important;
    }
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .fil {
        line-height: 2 !important;
        COLOR: WHITE !important;
    }

    .filter {
        background-color: gray !important;
    }
    .style {
        display: flex !important;
        flex-direction: row;
        margin-left: -15px;
    }
    /*.view {
        text-align: right;
        width: -webkit-fill-available;
        align-content: center;
    }

    .view1 {
        text-align: right;
        width: -webkit-fill-available;
    }
    .view button {
        background-color: #164e81;
        color: white;
        border-radius: 5px;
        font-size: 13px;
        padding: 5px 6px;
        height: 33px;
        width: 88px;
    }*/

    .adds {
        background-color: #51bd91;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        color: #ccc !important;
        display: inline-block;
        font-size: 2px !important;
        height: 37px;
        line-height: 51px;
        text-align: center;
        width: 45px;
    }

        .adds:hover {
            border: 1px solid #51bd91 !important;
            color: #fff !important;
        }

        .adds > i {
            box-sizing: border-box;
            color: #fff !important;
            font-size: 21px !important;
            line-height: 22px;
            margin: 0 !important;
        }

    .followers {
        background-color: #164e81 !important;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        color: #ccc !important;
        display: inline-block;
        font-size: 2px !important;
        height: 37px;
        line-height: 57px;
        text-align: center;
        width: 45px;
    }

        .followers:hover {
            border: 1px solid #164e81 !important;
            color: #164e81 !important;
        }

        .followers > i {
            box-sizing: border-box;
            color: #fff !important;
            font-size: 23px !important;
            line-height: 22px;
            margin: 0 !important;
        }

    .list .item-link {
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
    }

    .list.inv-list li {
        background-color: #fff;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 15px;
    }

        .list.inv-list li:hover {
            border-bottom: 1px solid white; /* Remove border-bottom on hover */
        }

    .list .item-link:hover {
        border-color: #164e81;
        border: 2px solid #164e81 !important;
        border-radius: 10px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .head {
        display: flex !important;
        justify-content: end;
    }
    /*.view {
        text-align: right;
        width: -webkit-fill-available;
        align-content: center;
    }

    .view1 {
        text-align: right;
        width: -webkit-fill-available;
    }

    .view button {
        background-color: #164e81;
        color: white;
        border-radius: 5px;
        font-size: 13px;
        padding: 5px 6px;
    }*/
    .success {
        text-align: right;       
        align-content: center;       
    }
    .list .item-link {
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
    }
    .list.inv-list li {
        background-color: #fff;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        margin-bottom: 15px;
    }

        .list.inv-list li:hover {
            border-bottom: 1px solid white; /* Remove border-bottom on hover */
        }

    .list .item-link:hover {
        border-color: #164e81;
        border: 2px solid #164e81 !important;
        border-radius: 10px;
    }


    .btn-success {
        background-color: #3c9f77;
        color: white;
        border-radius: 5px;
        padding: 5px 15px;
        border-color: transparent;
    }
    .btn-danger {
        text-align: right;
        align-content: center;
        background-color: #d33952;
        color: white;
        border-radius: 5px;
        padding: 5px 15px;
        border-color: transparent;
    }
    .can {
        display: flex;
        justify-content: end;
        margin-right: 57px;
        margin-bottom: 25px;
    }
    .right-buttons {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }
    
    .pt-title {
        font-weight:700;
        margin: 0 0 5px;
    }

        .pt-title > h5 {
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 0;
        }

        .pt-title > a {
            color: #333;
        }
    .title {
        font-weight: 700;
        font-size: 16px !important;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .title > h5 {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .title > a {
        color: #333;
    }
    .adds {
        background-color: #51bd91;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        color: #ccc !important;
        display: inline-block;
        font-size: 2px !important;
        height: 42px;
        line-height: 55px;
        text-align: center;
        width: 51px;
    }

        .adds:hover {
            border: 1px solid #51bd91 !important;
            color: #fff !important;
        }

        .adds > i {
            box-sizing: border-box;
            color: #fff !important;
            font-size: 21px !important;
            line-height: 22px;
            margin: 0 !important;
        }
    .height {
        min-height: 105px !important;
    }
    .followers {
        background-color: #164e81;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        color: #ccc !important;
        display: inline-block;
        font-size: 2px !important;
        height: 42px;
        line-height: 62px;
        text-align: center;
        width: 51px;
    }

        .followers:hover {
            border: 1px solid #164e81 !important;
            color: #164e81 !important;
        }

        .followers > i {
            box-sizing: border-box;
            color: #fff !important;
            font-size: 23px !important;
            line-height: 22px;
            margin: 0 !important;
        }
    .fil {
        line-height: 2 !important;
        COLOR: WHITE !important;
    }

    .filter {
        background-color: gray !important;
    }
}

.dropzoneDelete {
    position: absolute;
    right: 5px;
    z-index: 1000;
}
.redstar:after {
    content: '*';
    color: red;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--tb-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #663b6c !important;
    -webkit-transition: var(--tb-progress-bar-transition);
    transition: var(--tb-progress-bar-transition);
}

.progress, .progress-stacked {
    --tb-progress-height: 0.625rem;
    --tb-progress-font-size: 0.679725rem;
    --tb-progress-bg: var(--tb-tertiary-bg);
    --tb-progress-border-radius: var(--tb-border-radius);
    --tb-progress-box-shadow: var(--tb-box-shadow-inset);
    --tb-progress-bar-color: #fff;
    --tb-progress-bar-bg: #663b6c !important --tb-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--tb-progress-height);
    overflow: hidden;
    font-size: var(--tb-progress-font-size);
    background-color: var(--tb-progress-bg);
    border-radius: var(--tb-progress-border-radius);
}
