.body {
    font-family: Nunito Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.bg-gray-100 {
    background-color: #F9F9F9;
}

.bg-white {
    background-color: #ffffff;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.loginFormBox {
    max-width: 34rem;
    margin: 0px auto;
    padding: 30px;
    border-radius: .5rem;
}

.logoLogin {
    padding: 30px 0;
}

.loginFormBox h2 {
    font-weight: 400;
    margin-top: 0;
    text-align: center;
}

.mx-auto {
    margin: 0px auto;
}

.titleSapretore {
    display: block;
}

.d-block {
    display: block;
}

.mb-2 {
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.form-control {
    border: 1px solid rgb(203, 213, 225);
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.25rem;
    height: 40px;
}

.text-gray-500 {
    color: rgb(100, 116, 139);
}

.font-bold {
    font-weight: 600;
}

.no-underline {
    text-decoration: none;
}

.btnSubmit {
    background-color: #FBB136;
    color: #fff;
    display: block;
    padding: 12px 30px;
    width: 100%;
}

/* Tabs ---------------------------*/
.warpper-tabCustom .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #000;
    border-radius: 8px;
}

.warpper-tabCustom .tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 5px;
    background: #000;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    border-radius: 5px;
}

.warpper-tabCustom .tabs .addBtn {
    margin-left: auto;
    background-color: #1E293B;
}

#one-tab {
    margin-left: -1px;
}

#four-tab {
    margin-right: -1px;
}

.panels {
    min-height: 200px;
    padding: 20px 0;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 1px solid rgb(51, 65, 85);
}

.panel-body {
    padding: 20px;
}

.radio {
    display: none;
}

.nameTile {
    font-size: 18px;
}

.media-heading {
    font-size: 14px;
    margin: 12px 0;
}

.labelMazid {
    padding: 4px 7px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.labelMazid.canceletd {
    background-color: red;
    color: #fff;
}

.panel-Items {
    position: relative;
    border-bottom: 1px solid rgb(51, 65, 85);
    padding: 15px 0;
}

.panel .flex-col .w-full:first-child {
    width: 40%;
}

.panel .flex-col .w-full:nth-child(2) {
    width: 60%;
}

.scrollTabPenal {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.flexCustom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.flexCustom .col-6 {
    padding: 0 15px;
    width: 50%;
}

.flexCustom .col-12 {
    padding: 0 15px;
    width: 100%;
}

.flexCustom input {
    width: 100% !important;
}

.form-group {
    margin-bottom: 15px;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#four:checked~.panels #four-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab,
#four:checked~.tabs #four-tab {
    background: #F5A803;
    color: #010101;
}

/* End */

.loginContainer {
    display: flex;
    height: 100%;
}

.LoginLeftBar {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginImagePart {
    width: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellowColor {
    color: #F5A803
}

.loginImagePart svg {
    max-width: 60%;
}
