.head_Bar {
    height: 56px;
    padding: 10px 0;
    border-radius: 0px;
    margin-top: 0px;
    left: 0;
    right: 0;
    top: 0;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .breadcrumb,.depoWithTab,.shadow_container,.head_Bar{
    padding-left: 50px;
    padding-right: 50px;
} */
.breadcrumb .row{
    height: 100%;
}
.breadcrumb {
    border-bottom: 1px solid #F0F0F0;
}
.offset_new {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 126x;
    background: #060829;
    z-index: 999;
    top: 0;
}

.offset_new.sticky {
    height: 150px;
}

.search_Bar {
    height: 58px;
    border-radius: 10px;
    padding: 0 0px;
    background: #efefef;
    width: 100%;
}

.search_Bar {
    height: 58px;
    border-radius: 10px;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.search_Bar svg {
    height: 58px;
}

.admin_Btn {
    background: none;
    border: none;
}

.bread_crumb {
    padding: 10px 0;
    margin-top: 90px;
}

.bread_crumb h1 {
    margin: 0;
    height: 52px;
    padding: 10px 0;
}

.shadow_containerEvent {
    padding: 34px 20px;
    border-radius: 10px;
    border: 1px solid #18294D;
    background: rgba(255, 255, 255, 0.02);
}

.form-check-input:checked {
    background-color: rgb(22 200 227) !important;
    border: rgb(22 200 227) !important;
}

.add_categoriesForm {
    margin-top: 40px;
    padding: 0 50px;
}

.add_categoriesForm span input {
    width: 100%;
    height: 52px;
    background: none;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
}

.add_categoriesForm span input::placeholder {
    color: #fff;
}

.add_categoriesForm span input:focus {
    outline: none;
}

.add_categoriesForm span {
    height: 52px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #4C5780;
    background: rgba(239, 239, 239, 0.06);
}

input.choose_File {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}

.add_categoriesForm span button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 52px;
    border-radius: 100px;
    border: 1px solid #AFAFAF;
    border-style: dashed;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
}

.add_categoriesForm .form-switch .form-check-input {
    width: 40px;
    height: 20px;
}

.add_categoriesForm .justify-content-between {
    padding: 10px 0 30px 0;
    cursor: pointer;
}

.add_categoriesForm label {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.add_categoriesForm h4 {
    padding: 5px 0 0 0;
}

.phoneMenu {
    display: initial;
}

.modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}

.passcode .modal-body {
    text-align: center;
    padding: 80px 100px;
}

.passcode .modal-body .btn.btn-secondary {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
}

.otpInput {
    display: flex;
    justify-content: center;
    align-items: center;
}

.otpInput input {
    border-radius: 10px;
    background: #F6F6F6;
    width: 63px;
    height: 63px;
    margin: 30px 5px 30px 15px;
    border: none;
    text-align: center;
}

.otpInput input {
    font-size: 18px;

}

.passcode .modal-body h4 {
    font-weight: 400;
}

.passcode .modal-body h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.passcode .modal-content {
    border-radius: 20px;
}

.fade.passcode {
    transition: opacity .15s linear;
    background: #0000009e;
}

.approveDecl {
    position: fixed;
    right: 0;
    left: 0;
    margin-left: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0px -21px 24px -10px rgba(0, 0, 0, 0.10);
    height: 100px;
    bottom: 0;
    padding: 0 100px;
}

.declineBtn {
    border-radius: 10px;
    background: #DADADA;
    color: #565656;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    border: none;
    width: 100%;
    height: 52px;
}

.update .approveDecl {
    margin-top: 2rem;
    padding: 0 20px;
}

.phoneAdmin {
    display: block;
}

.mobileAdmin {
    display: none;
}

.match-listContain {
    margin-top: 100px;
}

.depoWithSwitch p {
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.depoWithSwitch {
    margin-right: 30px;
}

.uplodBt {
    position: relative;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #121C2B;
    overflow: hidden;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    padding: 0 18px;
    border: none;
}

button.uplodBt input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}

button.uplodBt span {
    text-wrap: nowrap;
    margin-left: 10px;
}

.dropdown.selectBank button {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FAFAFA;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    width: 300px;
    text-align: start;
    margin-left: 12px;
}

.dropdown.selectBank button::before {
    content: '';
    background-image: url('../image/downArrow.png');
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dropdown.selectBank button:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown.selectBank li {
    width: 300px;
    margin: 0px 0 0 0;
}

.dropdown.selectBank ul {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FAFAFA;
}

.bankDrop {
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #FAFAFA;
    height: 43px;
    margin: 0;
    padding: 0 12px;
}
.bankDrop h6{
    margin: 0;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.bankDrop p{
    margin: 0;
    color: #000;
    font-size: 10px;
    font-weight: 400;
}
/*****Login Css***/

section.login .container {
    width: 100vw;
    height: 100vh;
}

.login_main_text img {
    width: 70%;
}

.form_group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form_group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
}

.form_group label:before {
    content: '';
    background-color: transparent;
    border: 1px solid #d2d2d2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
}

.form_group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.login_form h1{
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.login_form.text-start {
    border-radius: 20px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    padding: 100px 42px;
    height: 100%;
}
.login_form.text-start form div {
    display: flex;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    background: #EFEFEF;
    height: 52px;
    padding: 0 22px;
    margin-bottom: 15px;
}
.login_form.text-start form input{
    width: 100%;
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.login_form.text-start form input::placeholder{
    color: #B3B3B3;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #D2D2D2;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login_form.text-start form div svg {
    height: 100%;
    margin-right: 12px;
}
.login_form.text-start form input:focus{
    outline: none;
}
.form_group {
    padding: 10px 0 26px 0;
    display: block;
}

/*****Login Css***/


.text-red-500 {
    color: #ef4444; /* Tailwind's red-500 color */
}

canvas {
      width: 100%;
      height:auto;
      
    }

  

