﻿.btn {
    border-radius: 0.6rem !important;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0.7rem !important;
}

.select2-selection--multiple {
    border-radius: 0.7rem !important;
}
.card {
    border-radius: 0.9rem !important;
}

.modal-content {
    border-radius: 0.9rem !important;
}

.login .content {
    border-radius: 0.9rem !important;
}
a:hover {
    font-weight: 400 !important;
}

.navbar-nav-link-p {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.cke_chrome {
    border-radius: 0.7rem;
}
.cke_inner {
    border-radius: 0.7rem;
}
.cke_contents {
    border-bottom-right-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}
.cke_top {
    border-top-right-radius: 0.7rem;
    border-top-left-radius: 0.7rem;
}

.cke_bottom {
    border-bottom-right-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}

.alert {
    border-radius: 0.7rem;
}

.toast {
    border-radius: 0.7rem !important;
}

.event-image-cropper {
    border-radius: 0.7rem !important;
}

.event-image-cropper img{
    border-radius: 0.7rem !important;
}


.event-image-preview {
    border-radius: 0.7rem !important;
}

.event-image-preview img {
        border-radius: 0.7rem !important;
    }

.table-bordered tr:first-child td:first-child {
    border-top-left-radius: 0.7rem !important;
}

/* Top-right */
.table-bordered tr:first-child td:last-child {
    border-top-right-radius: 0.7rem !important;
}

/* Bottom-left */
.table-bordered tr:last-child td:first-child {
    border-bottom-left-radius: 0.7rem !important;
}

/* Bottom-right */
.table-bordered tr:last-child td:last-child {
    border-bottom-right-radius: 0.7rem !important;
}

.dynamic-content {
    background-color: #fafafa;
    opacity: 1;
    height: auto;
    min-height: 50px;
    border: 1px solid #ddd;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    display: block;
    width: 100%;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0.7rem !important;
}

.dynamic-textarea {
    overflow: hidden;
    resize: none;
    min-height: 40px;
    box-sizing: border-box;
    line-height: 1.4;
}

.nav-tabs-bottom .nav-link.active:before {
    background-color: transparent !important;
}

.nav-tabs-bottom .nav-link.active {
    background-color: #edfcff !important;
    border-radius: 0.9rem !important;
}

.nav-tabs-bottom .nav-item {
    margin-bottom: 15px !important;
}

.uploadButton {
    min-width: 180px !important;
    width: 100% !important;
}
.select2 {
    border-radius: .7rem !important;
}
.select2-container .select2-selection--single {
    border-radius: .7rem !important;
    height: 30px !important;
}
.select2-dropdown {
    border-bottom-left-radius: .7rem !important;
    border-bottom-right-radius: .7rem !important;
}
.select2-search__field {
    border-radius: .7rem !important;
}
.txt-p-store {
    margin-left: 25px;
}
.txt-p-exit {
    margin-left: 35px;
}

@media (max-width: 767.98px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }

    .btn {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .pagination {
       
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .txt-p-store {
        margin-left: 10px;
    }

    .txt-p-exit {
        margin-left: 26px;
    }
}