.permission-border {
    color: #086070;
    background-color: #80808042;
    border-right: solid 8px #086070;
    padding: 10px;
}

.select_style {
    border: solid 2px #086070;
    border-radius: 7px;
    padding: 20px 0 0 20px;
    margin: 0 4px;
}

.text-center {
    text-align: center;
}

.userpage-content {
    background-image: url(../upload/static_images/pattern-bg.jpg);
}

.ptb-10 {
    padding-top: 10px ;
    padding-bottom: 10px ;
}

.px-10 {
    padding-right: 15px ;
    padding-left: 15px ;
}

.text-white {
    color: white;
}

.accordion {
    --bs-accordion-border-color : #0C768A;
}

.border-primary {
    border: solid 1px #0C768A;
    border-radius : 10px;
}

.border-primary-2 {
    border: solid 2px #0C768A;
    border-radius : 3px;
}

.boreder-dashed-primary {
    border: dashed 2px #0C768A;
    border-radius : 10px;
}

.table-bordered {
    border: dashed 2px #5b5454;
}

.success-toast {
    border: solid 3px #086070d8 !important;
    font-weight: 500;
    border-radius: 8px;
}

.success-toast .swal2-title {
    font-size: 14px !important;
    color: #086070d8 !important;
}

.warning-toast {
    border: solid 3px #ffc107 !important;
    font-weight: 500;
    border-radius: 8px;
}

.warning-toast .swal2-title {
    font-size: 14px !important;
    /* color: #ffc107 !important; */
}

.error-toast {
    border: solid 3px #901414 !important;
    font-weight: 500;
    border-radius: 8px;
}

.error-toast .swal2-title {
    font-size: 14px !important;
    color: #901414 !important;
}

.disabled-cls {
    background-color: #8080803b !important;
}

.center {
    text-align: center;
}
